Skip to contents

Skills

Install and manage AI agent skills.

add_skill()
Install a skill
check_skills()
Check installed skills for available updates
find_skill()
Search for skills on GitHub
init_skill()
Create a new skill template
list_skills()
List installed skills
remove_skill()
Remove an installed skill
skill_path()
Get the conventional skill path for an agent
update_skills()
Update installed skills

Agents

Install and manage custom subagents.

add_agent()
Install an agent
agent_path()
Get the conventional agent path for a coding agent
check_agents()
Check installed agents for available updates
find_agent()
Search for agents on GitHub
init_agent()
Create a new agent template
list_agents()
List installed agents
remove_agent()
Remove an installed agent
update_agents()
Update installed agents

Rules

Install and manage coding rules.

add_rule()
Install a rule
check_rules()
Check installed rules for available updates
find_rule()
Search for rules on GitHub
init_rule()
Create a new rule template
list_rules()
List installed rules
remove_rule()
Remove an installed rule
rule_path()
Get the conventional rule path for a coding agent
update_rules()
Update installed rules

Hooks

Install and manage lifecycle hook scripts.

add_hook()
Install a hook script
check_hooks()
Check installed hooks for available updates
find_hook()
Search for hooks on GitHub
hook_path()
Get the path to a coding agent's hooks directory
init_hook()
Create a new hook template
list_hooks()
List hooks in a settings file
register_hook()
Register a hook command in the settings file
remove_hook()
Remove an installed hook
settings_path()
Get the path to a coding agent's settings file
update_hooks()
Update installed hooks