Skill Management
# Interactive mode
composabl skill new
# Create teacher skill
composabl skill new \
--name temperature-controller \
--type teacher \
--description "Maintains optimal temperature" \
--location ./skills/
# Create controller skill
composabl skill new \
--name pid-controller \
--type controller \
--description "PID control implementation" \
--location ./skills/
# Create coordinated skill
composabl skill new \
--name swarm-coordinator \
--type "coordinated population" \
--description "Coordinates drone swarm" \
--location ./skills/Skill Types
Generated Skill Structure
Publish Skill
List Skills
Delete Skill
Last updated