From agent-methodology
Use this skill ALWAYS whenever the task touches an external technology (SDK, API, library, framework, database, MCP server, AI provider) OR any knowledge after the model's cutoff date. Trigger this skill EVEN for technologies you think you know — your training data may be outdated by months. This skill is MANDATORY before writing any code that uses external dependencies.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-methodology:official-docs-firstThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- ANY external technology in scope: SDK, API, library, framework, package, database driver, AI provider, MCP server
mcp__context7__resolve-library-id → get the /org/library ID
mcp__context7__get-library-docs → fetch current docs
Format in your reasoning:
Per [docs URL]: "exact quoted clause about the API" Therefore the call shape is:
client.method(arg=X, optional=Y)
| Provider | Canonical docs URL |
|---|---|
| Anthropic | https://docs.anthropic.com |
| Claude Code | https://code.claude.com/docs/en |
| OpenAI | https://platform.openai.com/docs |
| Pydantic AI | https://ai.pydantic.dev |
| FastAPI | https://fastapi.tiangolo.com |
| SQLModel | https://sqlmodel.tiangolo.com |
| Alembic | https://alembic.sqlalchemy.org |
| xAI | https://docs.x.ai |
npx claudepluginhub engsimsoft/universal-agent-starter --plugin agent-methodologyOffers UI/UX design guidance for web and mobile with 50+ styles, 161 color palettes, 57 font pairings, and 99 UX guidelines across 10 stacks. Use for designing pages, components, color systems, or reviewing UI code.
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.