Sandbox
@existential-birds/beagle

Agent Skills marketplace for Claude Code and Codex

Beagle packages reusable skills for common agent work: reviewing code, drafting docs, planning tests, analyzing architecture, and handling git tasks. The skills are split into plugins by stack and workflow, so the right one can be loaded automatically or run by name.

80 stars8 forksShellUpdated 1mo ago
Who it's for

Builders who want their agent to follow reusable skills for review, docs, testing, and git work.

What it delivers

You can give your agent stack-specific skills instead of re-explaining the same workflow each time.

What it does

Stack-specific review skills

Includes review skills for Python, Go, Rust, Elixir, React, Remix v2, and iOS/Swift.

Documentation skills

Includes doc-focused skills such as improve-doc, draft-docs, ensure-docs, and review-ai-writing.

Testing skills

Includes gen-test-plan and run-test-plan for planning and executing tests.

Git workflow skills

Includes commit-push, create-pr, fetch-pr-feedback, respond-pr-feedback, and release-note helpers.

Analysis and planning skills

Includes review-plan, write-adr, brainstorm-beagle, write-plan, quick-plan, and llm-judge.

Plugin-based layout

Splits skills into `beagle-core`, `beagle-python`, `beagle-go`, `beagle-elixir`, `beagle-ios`, `beagle-react`, `beagle-rust`, `beagle-docs`, `beagle-analysis`, and `beagle-testing`.

How to get it

  1. 1Install with the skills CLI
    npx skills add existential-birds/beagle
  2. 2Run
    claude plugin marketplace add https://github.com/existential-birds/beagle
    claude plugin install beagle-core@existential-birds
  3. 3Install additional plugins as needed (for example beagle-python@existential-birds).…
    claude plugin marketplace update existential-birds && claude plugin update <plugin-name>

README

beagle

Ask DeepWiki

Apollo 10 astronaut Thomas P. Stafford pats the nose of a stuffed Snoopy

Image: NASA, Public Domain. Source

Beagle is an Agent Skills marketplace: framework-aware code review, documentation, testing, architectural analysis, and git workflows for any compatible coding agent. Skills cover Python, Go, Rust, Elixir, React, Remix v2, and iOS/Swift.

Install for any agent: npx skills add existential-birds/beagle. Then your agent loads the right skill automatically, or you run one by name (for example review-python).

Pairs with Amelia for agent-based workflows and Daydream for automated review-fix-test loops.

Installation

Prerequisites:

Any coding agent

Install with the skills CLI:

npx skills add existential-birds/beagle

This downloads the skills and configures them for your agent. Codex users: see .codex/INSTALL.md and docs/README.codex.md.

Claude Code

claude plugin marketplace add https://github.com/existential-birds/beagle
claude plugin install beagle-core@existential-birds

Install additional plugins as needed (for example beagle-python@existential-birds). Update with:

claude plugin marketplace update existential-birds && claude plugin update <plugin-name>

If a marketplace file is reported missing, remove stale entries from ~/.claude/plugins/known_marketplaces.json and restart.

Plugins

Each plugin's README lists its skills. For every skill in one place, see the full catalog.

PluginCoverage
beagle-coreShared workflows, verification, git, skill tooling
beagle-pythonPython, FastAPI, SQLAlchemy, PostgreSQL, pytest
beagle-goGo, BubbleTea, Wish SSH, Prometheus
beagle-elixirElixir, Phoenix, LiveView, ExUnit, ExDoc
beagle-iosSwift, SwiftUI, SwiftData, iOS frameworks
beagle-reactReact, React Flow, shadcn/ui, Tailwind, Remix v2
beagle-rustRust, tokio, axum, sqlx, serde
beagle-docsDocumentation quality, AI-writing detection (Diataxis)
beagle-analysisBrainstorming, ADRs, strategy, LLM-as-judge, TDD planning
beagle-testingTest plan generation and execution

Key skills

Your agent discovers every skill automatically; these are the headline ones, grouped by task. The full catalog lists them all.

Code reviewreview-python, review-frontend, review-remix-v2 (beagle-react); review-go, review-tui (beagle-go); review-rust, review-elixir, review-ios.

Git & feedbackcommit-push, create-pr, gen-release-notes, fetch-pr-feedback, respond-pr-feedback, receive-feedback.

LLM artifactsreview-llm-artifacts, verify-llm-artifacts, fix-llm-artifacts.

Docsimprove-doc, draft-docs, ensure-docs, review-ai-writing, humanize-beagle.

Analysis & planningreview-plan, write-adr, brainstorm-beagle, write-plan, quick-plan, llm-judge, strategy-interview, prfaq-beagle, web-research.

Testinggen-test-plan, run-test-plan.

Skill toolingskill-builder, review-skill.

Files in the repo

Repository payload19 top-level entries
  • .claude
  • .claude-plugin
  • .codex
  • .github
  • assets
  • docs
  • plugins
  • scripts
  • .feedback-log.csv
  • .gitignore
  • AGENTS.md
  • CHANGELOG.md
  • CLAUDE.md
  • CONTRIBUTING.md
  • LICENSE
  • llms.txt
  • PRIVACY.md
  • README.md
  • SKILLS.md

Discussion (0)

Ask about usage, or say what you built with it

Sign in to join the discussion.

No comments yet. Be the first to say what this is good for.

More skills

obra/
superpowers

An agentic skills framework & software development methodology that works.

285k
1 add

Turn any codebase, with its docs, SQL schemas, configs, and PDFs, into a queryable knowledge graph. A /graphify skill for Claude Code, Cursor, Codex, and Gemini CLI: local deterministic AST parsing, every edge explained, no vector store.

117k
1 add
Vincentwei1021/
anything2explainer

Topic in, narrated explainer video out. A Claude Code / Codex skill that turns any topic into a black-canvas motion-graphics explainer video with TTS voiceover, subtitles and a chapter progress bar. Chinese or English; every frame drawn in code with Remotion.

666

Open-source AI job search: scan job portals, evaluate listings into a structured A-H report with a global 1-5 score, tailor your CV, track applications — runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)

71k