Scrapes OpenRouter programming model rankings and generates recommended-models.md. Use when: (1) Updating model recommendations before release, (2) Adding new models to recommendations, (3) Verifying model pricing/context window updates.
Expert agent designer for Claude Code agents and commands. Use when planning new agents, improving existing agents, or designing slash commands. Examples: (1) "Design a GraphQL reviewer agent" - creates comprehensive design plan. (2) "Plan improvements to backend-developer" - analyzes and designs enhancements. (3)…
Expert agent implementer for Claude Code agents and commands. Use when you have an approved design plan and need to create the actual agent/command file. Examples: (1) "Implement agent from ai-docs/agent-design-graphql-reviewer.md" - creates the agent file. (2) "Create the /deploy command from design" - implements…
Expert agent quality reviewer for Claude Code agents and commands. Use when validating implemented agents for quality, completeness, and standards compliance. Examples: (1) "Review .claude/agents/graphql-reviewer.md" - validates YAML, XML, completeness. (2) "Check plugins/bun/agents/backend-developer.md" - reviews…
Use this agent when you need to plan, architect, or create a comprehensive development roadmap for a TypeScript backend API with Bun runtime. This agent should be invoked when:\n\n \nContext: User wants to start building a new REST API for their application.\nuser: "I need to create a REST API for a task management…
Use this agent when you need to synchronize API specifications with Apidog, create new endpoints, or import OpenAPI specs. This agent analyzes existing schemas, creates spec files, and imports them using Apidog REST API. Invoke this agent when.
Use this agent when you need to implement TypeScript backend features, API endpoints, services, or database integrations in a Bun-based project. Examples: (1) User says 'Create a user registration endpoint with email validation and password hashing' - Use this agent to implement the endpoint following REST best…
Use this agent when you need to investigate, analyze, or understand patterns in a codebase. This includes finding specific implementations, understanding code relationships, discovering usage patterns, tracking down bugs, analyzing architecture decisions, or investigating how certain features work. The agent excels at…