From agent-skills
Use when designing, building, reviewing, testing, or improving agents, agentic workflows, agent skills, MCP servers, tool interfaces, subagent systems, or agent-development methodology
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-skills:best-practices-for-agentic-developmentThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this as the master routing skill for agentic-development work. Load the reference file that matches the task before making design or implementation decisions.
Use this as the master routing skill for agentic-development work. Load the reference file that matches the task before making design or implementation decisions.
Core principle: Agentic systems are engineered through behavior, context, tools, evals, and operational guardrails. Do not solve every problem with a larger prompt.
Pick the relevant reference:
| Task | Read |
|---|---|
| Creating, editing, packaging, auditing, or testing skills | references/skill-development.md |
| Designing an agent product, tool-using assistant, memory layer, eval loop, or agent architecture | references/general-agent-development.md |
| Building multi-step software-development workflows with planning, subagents, verification, reviews, worktrees, and delivery gates | references/agentic-development.md |
| Designing or implementing MCP servers, MCP tools, tool schemas, resources, prompts, or context-efficient MCP workflows | references/mcp-development.md |
If more than one applies, read the most specific file first, then read others only for missing concerns.
Apply these across all agentic-development work:
| Need | Use |
|---|---|
| Reusable judgment, workflow, or pattern | Skill |
| Large reference or examples | Markdown reference file |
| Repeated deterministic operation | Script or CLI |
| Runtime stop/continue/approval decision | Hook or wrapper |
| Agent-visible external capability | MCP tool |
| Large API or data processing without context bloat | MCP-exec-style fetch/filter/summarize workflow |
| Confidence that behavior holds | Eval harness with transcripts and assertions |
Stop and re-evaluate when you think:
These are signs you need routing, gates, sharper context, or evals.
Before considering agentic-development work complete:
npx claudepluginhub joeblackwaslike/agent-marketplace --plugin agent-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.