Plugin Claude Code
Single-plugin marketplace for Adventure Party: an adventuring party and experience system for Claude Code.
Plugin Claude Code
Single-plugin marketplace for Adventure Party: an adventuring party and experience system for Claude Code.
Plugin Claude Code
An adventuring party for your codebase — fighter builds, cleric reviews and fixes, wizard advises — plus Session Zero and an experience system that levels up your project's memory. Any role can be hired out to another vendor's coding CLI. Served live at session start; nothing is copied into your repo.
Settings file Claude Code
Agent settings declaring 6 allowed tools.
Instructions file
Instructions for skeggsguy/adventure-party, covering claude.md, commands, layout and conventions.
Agent
Post-build review, cleanup, and fix agent. Runs after fighter finishes a build — ALWAYS, automatically, once the party is mustered; never conditional on the build looking clean. Reviews the actual diff, then directly fixes everything it finds — bugs, invariant violations, test gaps, convention drift — and verifies…
Agent
The party's builder — ships a substantial implementation end-to-end (implementation and tests) and hands off to cleric. MUSTER-GATED — use ONLY when the user explicitly summons the party, when an approved plan-mode plan delegates to fighter (the default — plans muster unless they explicitly keep work at the table), or…
Agent
Adapter that runs a hired foreign coding CLI (another vendor's command-line coding tool) in a party role and reports back in that role's own handoff contract. HIRE-GATED — spawn ONLY when the hired map in the project's .claude/party.json covers the role being mustered, or when an approved plan names this agent for…
Agent
Deep review, hard debugging, and "which approach" calls. Read-only. Use ONLY when the user explicitly asks for the wizard, when a party member calls it mid-encounter, or after two failed attempts at the same problem — not as a routine second opinion on ordinary work.
Hook
Runs when a session starts, running an inline shell check. From skeggsguy/adventure-party.
Skill Claude CodeCodex
Hires a foreign coding CLI — another vendor's command-line coding tool — into a party role, or releases one. Verifies the binary, probes how to run it non-interactively with write access, smoke-tests it end to end with the user's consent, then records the resolved command in the project's party.json. User-invoked only…
Skill Claude CodeCodex
The Long Rest — the party's level-up ceremony. Distills the learnings inbox into the curated experience files (your project's memory), prunes what has stopped being true, archives the processed entries, and records the new level in CHRONICLE.md with a seeded title. User-invoked only — never run this unprompted, and…
Skill Claude CodeCodex
Session zero is interactive planning, brainstorming and teaching mode. Load session zero for any planning, brainstorming, or any answering questions from the user. Check every turn if session 0 should be loaded. Non triggers are direct execution commands (do this, change this line, commit, and similar intent commands).