From agent-ready-repo
Designs focused skills and agents when repeated tasks, checklists, prompts, project procedures, user-invoked workflows, specialized review roles, subagents, or skill ideas need the smallest automation artifact.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-ready-repo:skill-and-agent-designerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Design the smallest useful automation artifact.
Design the smallest useful automation artifact.
disable-model-invocation: true for explicit user-invoked entry point;Create a skill when the process repeats and can be followed by many agents.
Use ${CLAUDE_PLUGIN_ROOT}/references/anthropic-skill-authoring-best-practices.md for authoring guidance and ${CLAUDE_PLUGIN_ROOT}/references/anthropic-skills-for-enterprise.md for governance, security review, evaluation, deployment, and lifecycle guidance.
Require:
description that states what the skill does and when to use it;disable-model-invocation: true for workflows with side effects or user-controlled timing.Reject:
Governance checks:
Create an agent when a role needs isolated context or multi-step autonomous work.
Require:
description with capability and trigger context;maxTurns, effort, skills, memory, background, or isolation only when it has a concrete benefit.Do not create an agent for a single checklist that a skill can handle.
For plugin-shipped agents, do not use hooks, mcpServers, or permissionMode; Claude Code ignores those fields for plugin agents.
Use only one-line plain-text description frontmatter for skills and agents. Do not use when_to_use, YAML block scalars, examples, tags, Markdown, code fences, lists, or conversation transcripts in frontmatter. Put longer trigger guidance in the Markdown body.
Return:
If creating files, validate frontmatter and references after writing.
npx claudepluginhub baranovxyz/agent-context-kit --plugin agent-ready-repoProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.