/install-domain
Install a skill domain into a target project
$ 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-domain
Context preview
What this command does when you run it.
Install a skill domain into a target project
Command definition
install-domain.mddescription: Install a skill domain into a target project argument-hint: <domain> <target-path> [cursor|claude|both] allowed-tools: Bash(bash:*), Bash(rsync:*)
Install skills from this repository into a target project using install scripts.
Domain argument: $ARGUMENTS
If arguments are missing, ask for: 1. Domain folder (e.g. `core-workflow`, `security-appsec`) 2. Target project absolute path 3. Format: `cursor`, `claude`, or `both` (default `both`)
Then run:
bash scripts/install/install-domain.sh <domain> <target-path> --format <format>
Confirm installed paths and remind user to reload the agent session.
Curated skill pack for LLM agents in engineer and science workflow (Cursor & Claude ready).
Other commands on awesome-agent-skill.
sync-skills
Sync skills between Cursor (source) and Claude (generated flat) formats
validate-skills
Run skill validation (frontmatter, naming, triggers, links)

