Command
Development
Command
/install-bundle
Install starter or full skill bundle into a target project
Install
$ npx -y skills add charlieviettq/awesome-agent-skill --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/install-bundle
Context preview
What this command does when you run it.
Install starter or full skill bundle into a target project
Command definition
install-bundle.mddescription: Install starter or full skill bundle into a target project argument-hint: <starter|full> <target-path> allowed-tools: Bash(bash:*), Bash(rsync:*)
Install a predefined skill bundle.
Bundle argument: $ARGUMENTS
If arguments are missing, ask for bundle (`starter` or `full`) and target project path.
bash scripts/install/install-bundle.sh <bundle> <target-path> --format both
Report which domains were installed.
Ships withawesome-agent-skill
Curated skill pack for LLM agents in engineer and science workflow (Cursor & Claude ready).
Get the whole plugin
Other commands on awesome-agent-skill.
Command
sync-skills
Sync skills between Cursor (source) and Claude (generated flat) formats
Command
validate-skills
Run skill validation (frontmatter, naming, triggers, links)

