AGENTS
01Agent
In-depth tutorials on LLMs, RAGs and real-world AI agent applications.
76 tagged llms, measured the same way as everything else here.
Browse within: claude-code-skills 20obsidian 20second-brain 20agenticai 14enterprise-solutions 14large-language-models 7human-in-the-loop 6humanlayer 6api 5evaluation-framework 5knowledge 5knowledge-base 5knowledge-management 5llmops 5
Agent
In-depth tutorials on LLMs, RAGs and real-world AI agent applications.
Agent Claude Code
Analyzes codebase implementation details. Call the codebase-analyzer agent when you need to find detailed information about specific components. As always, the more detailed your request prompt, the better! :).
Agent Claude Code
Locates files, directories, and components relevant to a feature or task. Call codebase-locator with human language prompt describing what you're looking for. Basically a "Super Grep/Glob/LS tool" — Use it if you find yourself desiring to use one of these tools more than once.
Agent Claude Code
You are a specialist at finding code patterns and examples in the codebase. Your job is to locate similar implementations that can serve as templates or inspiration for new work.
Agent
Maps existing Atomic Agents Python codebases — catalogs agents, tools, schemas, context providers, and orchestration patterns; traces data flow between them; returns a compact architecture summary with file:line references. Use PROACTIVELY when the user asks to "explore", "map", "understand", "analyze", "trace", or…
Agent
Reviews Atomic Agents Python code for framework-specific correctness — BaseIOSchema invariants, AtomicAgent/AgentConfig wiring, BaseTool generics, context-provider I/O hygiene, orchestration hazards, Instructor integration — using confidence-based filtering. Use PROACTIVELY after any change to atomic-agents code…
Agent
Agent "BUILD_WORKER" from Nasiko-Labs/nasiko, covering build worker, why a job queue?, database schema, job payload variants and lifecycle overview.
Agent Claude Code
Use to review any change that touches PowerSync synced tables before merging — diffs that modify shared/powersync-tables.ts, a config.yaml sync rule, backend or frontend Drizzle schema, backend/drizzle migrations, the DAL/defaults/reconciliation for a synced table, sync middleware/transformers, or…
Agent Claude Code
Use to review React (.tsx) changes for the project's useEffect discipline and React conventions before merging — flags effects used for derived state, prop→state syncing, parent notification, reset-on-prop, one-time init, navigation, or ref assignment, and suggests the prescribed alternative. Also checks…
Agent Claude Code
../../.thunderbot/thunderbot.md.
Agent
Some applications require a flexible chain of calls to LLMs and other tools based on user input. The Agent interface provides the flexibility for such applications. An agent has access to a suite of tools, and determines which ones to use depending on the user input. Agents can use multiple tools, and use the output…
Agent Claude Code
Generates changelogs from git commit history and conversation context. Must be used immediately when the user asks to bump the version.
Agent Claude Code
name: integration-test-engineer description: Use this agent when you need to create, modify, or debug integration tests in the crates/integration-tests directory. This includes writing new test scenarios, updating existing tests, working with Docker Compose configurations for test environments, handling authentication…
Agent Claude Code
name: mcp-crate-engineer description: Use this agent when editing any files within the crates/mcp directory. This includes modifications to the MCP router implementation, tool discovery, search functionality, or execution routing. The agent should be automatically triggered for any file changes in this directory to…
Agent
Review maintainability risks and prioritize focused cleanup.
Agent
Build evidence-based release notes and a release-readiness checklist.
Agent
Review concrete security boundaries with evidence and exploitability context.
Agent Claude Code
Use this agent when you need to develop, modify, or troubleshoot Go backend code, including API endpoints, database operations, middleware, authentication, or any server-side functionality. Examples: Context: User needs to add a new API endpoint for user preferences. user: 'I need to add an endpoint to save user…
Agent Claude Code
Use this agent when you need to review code changes, pull requests, or newly written code for quality, best practices, and potential issues. Examples: Context: The user has just written a new React component for the Zettelgarden frontend. user: 'I just finished implementing the CardEditor component with markdown…
Agent Claude Code
Use this agent when you need to implement frontend features, fix bugs, or complete development tickets for the React/TypeScript frontend. Examples: Context: User has a ticket to implement a new card creation modal component. user: 'I need to implement ticket FE-123: Add a modal for creating new cards with title…
Agent
Synthesizes lecture materials (transcript + slides) into vault-formatted lecture notes within course context.
Agent
Synthesizes lecture video transcripts into vault-formatted lecture notes with embedded screenshots.
Agent
Builds a reveal.js HTML presentation from an approved outline and research files.
Agent
:::blue.agents.queryexecutor.