From agentskel
Guides first-time agentskel setup by resolving the skeleton path and delegating to the setup-skeleton workflow. Activates when user says 'set up agentskel', 'install agentskel', or 'add agent memory'.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agentskel:setup-projectThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Purpose:** Guide the user through first-time agentskel setup by delegating to
Purpose: Guide the user through first-time agentskel setup by delegating to
the setup-skeleton workflow with the correct skeleton path.
The agentskel skeleton is the source of all rules, skills, workflows, and templates. Resolve the path using this chain (stop at the first match):
$CLAUDE_PLUGIN_ROOT — if set and the directory contains a VERSION file, use it../agentskel — check if this sibling directory exists and contains VERSION../agentskel)"Read and execute the full setup-skeleton workflow from the resolved skeleton path:
[SKELETON_PATH]/roles/dev/workflows/setup-skeleton.md
Pass the resolved skeleton path as the Skeleton path on disk input in Step 1
of setup-skeleton.
Gate: Do not proceed without a valid skeleton path containing a VERSION file.
npx claudepluginhub ahmadulhoq/agentskel --plugin agentskelScaffolds `.agents/` project context (sessions, memory, agent configs) for existing repos. Use when adding AI coding-assistant documentation or migrating to structured AI workflows.
Bootstraps a new or existing project with Claude Code infrastructure: creates CLAUDE.md, hooks, rules, and generates tailored agents. Invoke via /bootstrap when starting a project or adding Claude Code support.
Interactively configures AI workspace setup for projects, monorepos, and product domains. Guides depth, scope, topology, and agent orchestration.