Skill catalog

Active marketplace

Beagle's active marketplace contains 10 plugins and 132 active SKILL.md entry points. The marketplace manifest is .claude-plugin/marketplace.json, and each plugin source points at plugins/<plugin-name>.

Plugin Skills Scope
beagle-core 19 Shared workflows, verification, git, PRs, feedback handling, skill tooling
beagle-python 7 Python, FastAPI, SQLAlchemy, PostgreSQL, pytest
beagle-go 13 Go, BubbleTea, Wish SSH, Prometheus
beagle-elixir 11 Elixir, Phoenix, LiveView, ExUnit, ExDoc
beagle-ios 16 Swift, SwiftUI, SwiftData, iOS frameworks
beagle-react 28 React, React Flow, shadcn/ui, Tailwind, Vitest, Remix v2
beagle-rust 12 Rust, tokio, axum, sqlx, serde
beagle-docs 10 Documentation drafting, Diataxis, coverage checks, AI-writing review
beagle-analysis 14 Brainstorming, ADRs, strategy, LLM-as-judge, TDD planning, research
beagle-testing 2 Test plan generation and execution
Total active 132

beagle-ai remains in the repository with 13 skills for backward compatibility, but it is not listed in the active marketplace catalog.

Review entry points

The stack review plugins expose entry-point skills for common code review tasks:

Skill Plugin Notes
review-python beagle-python Python, FastAPI, SQLAlchemy, PostgreSQL, pytest
review-frontend beagle-react React and TypeScript application review
review-remix-v2 beagle-react Remix v2 loaders, actions, forms, sessions, SSR
review-go beagle-go Go backend review
review-tui beagle-go BubbleTea TUI review
review-elixir beagle-elixir Elixir, Phoenix, LiveView, ExUnit
review-rust beagle-rust Rust async and backend review
review-ios beagle-ios iOS, SwiftUI, SwiftData

These entry points share a pattern: scope the changed files, detect the stack, load the shared verification protocol and domain rules, verify candidate findings, then emit a structured report. Individual stacks add their own gates. For example, Python treats ruff and mypy as authoritative before flagging style or type issues.

Planning, research, and docs skills

Beagle is not only a review catalog. The active marketplace also includes:

  • brainstorm-beagle: turns a fuzzy idea into a structured WHAT/WHY spec.
  • resolve-beagle: closes open questions and latent gaps in a Beagle spec.
  • write-plan: converts a spec into a TDD implementation plan.
  • quick-plan: creates a TDD plan without a prior brainstorm spec.
  • review-plan: reviews implementation plans before execution.
  • prfaq-beagle: applies the Working Backwards PRFAQ filter before planning.
  • write-adr: produces architecture decision records from decisions.
  • strategy-interview and strategy-review: create and review strategy documents.
  • web-research and artifact-analysis: collect cited evidence from web or local artifacts.
  • llm-judge: compares implementations using an LLM-as-judge workflow.
  • draft-docs, improve-doc, and ensure-docs: draft and improve documentation around Diataxis categories.
  • review-ai-writing and humanize-beagle: detect and revise robotic AI prose.
  • gen-test-plan and run-test-plan: generate and execute YAML test plans.

Catalog files

  • SKILLS.md is the full active catalog.
  • README.md lists plugin overviews and key skills.
  • AGENTS.md documents repository conventions for agent contributors.