Plugin Claude Code
Plugin marketplace listing 10 plugins: beagle-core, beagle-python, beagle-go, beagle-elixir, beagle-ios.
Plugin Claude Code
Plugin marketplace listing 10 plugins: beagle-core, beagle-python, beagle-go, beagle-elixir, beagle-ios.
Command Claude Code
Create and push a version tag after a release PR has been merged.
Command Claude Code
create a release PR (auto-detects previous tag).
Settings file Claude Code
Agent settings configuring enabledPlugins.
Instructions file CodexOpenCode
Instructions for existential-birds/beagle, covering agents.md, what this is, marketplace architecture, local development and in claude code settings (/.claude/settings.json).
Instructions file
Instructions for existential-birds/beagle, covering claude.md, what this is, marketplace architecture, local development and in claude code settings (/.claude/settings.json).
Plugin Claude Code
Pydantic AI, LangGraph, DeepAgents, and Vercel AI SDK skills for building and reviewing AI applications.
Skill Claude CodeCodex
Guides architectural decisions for Deep Agents applications. Use when deciding between Deep Agents vs alternatives, choosing backend strategies, designing subagent systems, or selecting middleware approaches.
Skill Claude CodeCodex
Reviews Deep Agents code for bugs, anti-patterns, and improvements. Use when reviewing code that uses createdeepagent, backends, subagents, middleware, or human-in-the-loop patterns. Catches common configuration and usage mistakes.
Skill Claude CodeCodex
Implements agents using Deep Agents. Use when building agents with createdeepagent, configuring backends, defining subagents, adding middleware, or setting up human-in-the-loop workflows.
Skill Claude CodeCodex
Guides architectural decisions for LangGraph applications. Use when deciding between LangGraph vs alternatives, choosing state management strategies, designing multi-agent systems, or selecting persistence and streaming approaches.
Skill Claude CodeCodex
Reviews LangGraph code for bugs, anti-patterns, and improvements. Use when reviewing code that uses StateGraph, nodes, edges, checkpointing, or other LangGraph features. Catches common mistakes in state management, graph structure, and async patterns.
Skill Claude CodeCodex
Implements stateful agent graphs using LangGraph. Use when building graphs, adding nodes/edges, defining state schemas, implementing checkpointing, handling interrupts, or creating multi-agent systems with LangGraph.
Skill Claude CodeCodex
Create PydanticAI agents with type-safe dependencies, structured outputs, and proper configuration. Use when building AI agents, creating chat systems, or integrating LLMs with Pydantic validation.
Skill Claude CodeCodex
Avoid common mistakes and debug issues in PydanticAI agents. Use when encountering errors, unexpected behavior, or when reviewing agent implementations.
Skill Claude CodeCodex
Implement dependency injection in PydanticAI agents using RunContext and depstype. Use when agents need database connections, API clients, user context, or any external resources.
Skill Claude CodeCodex
Configure LLM providers, use fallback models, handle streaming, and manage model settings in PydanticAI. Use when selecting models, implementing resilience, or optimizing API calls.
Skill Claude CodeCodex
Test PydanticAI agents using TestModel, FunctionModel, VCR cassettes, and inline snapshots. Use when writing unit tests, mocking LLM responses, or recording API interactions.
Skill Claude CodeCodex
Register and implement PydanticAI tools with proper context handling, type annotations, and docstrings. Use when adding tool capabilities to agents, implementing function calling, or creating agent actions.
Skill Claude CodeCodex
Vercel AI SDK for building chat interfaces with streaming. Use when implementing useChat hook, handling tool calls, streaming responses, or building chat UI. Triggers on useChat, @ai-sdk/react, UIMessage, ChatStatus, streamText, toUIMessageStreamResponse, addToolOutput, onToolCall, sendMessage.
Plugin Claude Code
Architecture analysis, brainstorming, ADR generation, LLM-as-judge comparison, and spec gap resolution.
Skill Claude CodeCodex
Use when you need to mine a conversation, session transcript, or design discussion for architectural decisions before writing ADRs. Identifies problem-solution pairs, trade-off debates, technology choices, and explicit "[ADR]" tags. Triggers on "what decisions did we make", "extract decisions from this chat", "find…
Skill Claude CodeCodex
Use when writing or formatting an ADR document using the MADR template, applying Definition of Done (E.C.A.D.R.) criteria, or verifying ADR completeness. Triggers on "write the ADR", "format as MADR", "check ADR quality", "mark gaps in ADR". Also triggers when a decision has been extracted and needs to become a…
Skill Claude CodeCodex
Use when auditing an agent codebase against the 12-Factor Agents methodology, reviewing LLM-powered system architecture, or assessing agentic app compliance. Triggers on "analyze agent architecture", "12-factor audit", "how compliant is this agent", or "evaluate this LLM app". Also applies when comparing frameworks or…