Adversarial code reviewer. Assumes the worst about every change. Identifies failure modes, security gaps, race conditions, and edge cases that optimistic reviewers miss. Read-only — critiques but never fixes.
Use this agent when you need a thorough code review that balances engineering excellence with development velocity. Invoke after completing a logical chunk of code, implementing a feature, or before merging a pull request. Focuses on substantive issues while also addressing style.
Use this agent for security-focused code review to identify HIGH-CONFIDENCE vulnerabilities with real exploitation potential. Minimizes false positives with >80% confidence threshold. Based on Anthropic's claude-code-security-review methodology.
Read-only root-cause investigation agent. Traces a bug to its source through the four-phase discipline, runs the failing case to observe behavior, and returns a structured root-cause report. Cannot edit — it investigates and recommends, the controller applies the fix. Invoke inside Workflow scripts to isolate one bug per agent, or for any large investigation that would pollute the controller's context.
Strict TDD enforcement agent. Guides the RED-GREEN-REFACTOR cycle, validates test-first compliance, and blocks implementation without failing tests.
Use when creating, editing, reviewing, or rendering software architecture or flow diagrams — C4 diagrams (system context, container, component, deployment, dynamic), sequence diagrams, request-flow visuals, or any Mermaid authoring where the rendered output must be readable. Also use when a Mermaid diagram renders with overlapping labels, parse errors, or a single-column layout, or when the user asks to "diagram the architecture", "draw the request flow", "map the sequences", or wants LucidChart-quality output from Mermaid.
Use when about to create a feature, build a component, add functionality, modify behavior, or start any new work — or when the user asks how should we, what approach, which way, explore options, design X, or spec this out. Triggers before any code, scaffold, or implementation skill runs.
Use when you want brutal, worst-case review of code resilience -- failure modes, race conditions, blast radius, and edge cases optimistic reviewers miss.
Use when reviewing a pull request or diff, giving PR feedback, validating an implementation against a Jira ticket or spec, after completing a feature or task, before merging to main, or whenever you need a fresh set of eyes on changes before they ship
Use when committing, opening a PR, creating or naming a branch, resolving a merge conflict, setting up a worktree, squashing, rebasing, or wrapping up a finished branch — i.e. any hands-on git operation where the output (commit message, PR body, branch name, conflict resolution) needs to be correct.
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Uses Bash, Write, or Edit tools
Uses Bash, Write, or Edit tools
A Claude Code + Codex skills plugin: a curated set of skills that work together for a complete dev workflow — brainstorm, plan, TDD, debug, review, ship — with reliable triggering, enforced discipline, and automated session documentation.
.ai/sessions/ scaffolding, pre-compact snapshots, and handoffs, maintained by hooks.skills/<name>/SKILL.md — portable skills (one source, read by both CC and Codex). Full list: CATALOG.md.agents/ — specialist subagents for dispatched review and debugging.hooks/ — session bootstrap, safety guards, and session-doc automation.rules/ — standing conventions. docs/ — design notes, PLAN v2 template, CC↔Codex parity matrix.scripts/ — install.sh, gen-catalog.py, gen-bootstrap.py, new-session.sh.Claude Code — load as a plugin:
/plugin marketplace add TrevorEdris/constellation
/plugin install constellation@constellation
This wires skills, agents, and hooks from the manifest.
Codex — symlink skills into the official ~/.agents/skills/ path:
bash scripts/install.sh # link skills for Codex
bash scripts/install.sh --dry-run # preview
See .codex/INSTALL.md.
Drop skills/<name>/SKILL.md (frontmatter: name + description only; description starts with "Use when …"). Run python scripts/gen-catalog.py to register it. No manifest edit needed.
SKILL.md per skill — no per-platform forks.description = WHEN to trigger, never a workflow summary.Builds on ideas from superpowers (skill-effectiveness discipline) and fellowship-of-the-workflows (spec-driven planning and session automation).
npx claudepluginhub trevoredris/constellation --plugin constellationDeterministic Pokemon companion — roll a Pokemon from your user ID with ASCII sprites and shiny rendering
NASA Power of 10 rules for safety-critical code as agentic skills for Claude Code.
Spec-driven development workflow: one plugin, seven commands, carrying work from discovery through TDD to review. PRD and roadmap; spec and architecture; slice-by-slice TDD; parallel code/security/a11y review; conventional commits; PR generation.
Silent session wiki: automatically captures and persists knowledge from every Claude Code session into a local markdown wiki — zero configuration required.
Harness-native ECC operator layer - 67 agents, 277 skills, 93 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Lazy senior dev mode. Forces the simplest, shortest solution that actually works: YAGNI, stdlib first, no unrequested abstractions.