Skip to content
Development
Command

/install-domain

Install a skill domain into a target project

From plugin
awesome-agent-skill
264 skills4 commands
Install
$ npx -y skills add charlieviettq/awesome-agent-skill --agent claude-code

How 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.md
description: 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.

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.