From skills
Update Agent-Context to the latest version — refreshes shared infrastructure files while preserving all project-specific configuration, memory, and skills. Use this skill whenever the user asks to update Agent-Context, upgrade Agent-Context, sync Agent-Context, or says things like "update agent-context", "get latest agent-context", "refresh context files", "sync agent infrastructure". Also use when the user wants to check if a newer Agent-Context version is available.
How this skill is triggered — by the user, by Claude, or both
Slash command
/skills:agent-context-update [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
Update shared Agent-Context files to the latest version without touching project-owned content.
Update shared Agent-Context files to the latest version without touching project-owned content.
# Update to latest version
/agent-context-update
# Update to a specific version
/agent-context-update v0.3.0
Before starting, verify Agent-Context is installed:
cat .agent-context/.agent-context-version 2>/dev/null
init 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
The setup prompt auto-detects UPDATE mode (because .agent-context-version exists) and handles:
agent-startup.md, layer0-agent-workflow.md, base-principles.md, plugins.json).claude/settings.jsonIf $ARGUMENTS contains a version tag, use that version instead of latest.
AGENTS.md, layer1-bootstrap.md, layer2-project-core.md, layer3-guidebook.mdmemory/ and skills/decisions.json.claude/settings.json (only additive merges)Report:
npx claudepluginhub lx-wnk/claude-marketplace --plugin skillsProvides 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.