Help us improve
Share bugs, ideas, or general feedback.
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'.
npx claudepluginhub ahmadulhoq/agentskel --plugin agentskelHow 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
Automatically configure Claude Code best practices for new projects: directory skeleton, AGENTS.md, hooks, and interactive placeholders fill. Invoke via `/init-project`.
Detects existing Claude Code agent systems, assesses maturity levels from components like CLAUDE.md and .claude/, and routes to setup or migration workflows. Triggers on 'setup agent' or 'migrate agent system'.
Generates complete .claude/ automation structure for any project including agents, pipelines, skills, memory, hooks, and settings. Auto-detects fresh/patch/upgrade/resume modes via ToolSearch and flow files.
Share bugs, ideas, or general feedback.
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.