From skills
Initialize Agent-Context in the current project — sets up the layered context architecture with shared infrastructure, project-specific layers, memory stubs, and skill registry. Use this skill whenever the user asks to initialize Agent-Context, set up Agent-Context, bootstrap Agent-Context, or says things like "init agent-context", "set up context layers", "add agent-context to this project". Also use when the user wants to start using Agent-Context in a new or existing project.
How this skill is triggered — by the user, by Claude, or both
Slash command
/skills:agent-context-init [version tag, e.g. v0.2.1, or leave empty for latest][version tag, e.g. v0.2.1, or leave empty for latest]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Set up the Agent-Context layered architecture in the current project.
Set up the Agent-Context layered architecture in the current project.
# Initialize with latest version
/agent-context-init
# Initialize with a specific version
/agent-context-init v0.2.1
Before starting, verify this is a valid target:
ls .agent-context/.agent-context-version 2>/dev/null
update skill instead.Fetch the setup prompt from the Agent-Context repo and follow its instructions:
curl -fsSL https://raw.githubusercontent.com/lx-wnk/Agent-Context/main/.prompts/setup-prompt.md
Follow the fetched instructions exactly. The setup prompt handles:
$ARGUMENTS if a version was specified).agent-context/.claude/settings.jsonReport what was created:
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub lx-wnk/claude-marketplace --plugin skills