franzos
UserClaude Code plugin marketplace: a set of domain experts (subagents) grouped into installable plugins.
Categories
Indexed Skills (5)
provision-environment
Use before running any build, test, lint, or format command to establish a working toolchain or runtime. Follows the user's declared environment presets, probes what is already available, provisions only in ways that do not modify the host machine (an ephemeral nix/guix shell or a throwaway container), and otherwise asks the user instead of guessing or installing.
plannew
Use when starting a new project or a substantial change that needs a written spec and plan before any code. Runs Q&A with the user, dispatches code-explorer and code-architect, writes spec and plan to the knowledge base, and gets an adversarial review before implementation. Not for small or mechanical changes - those go straight to code.
planresume
Use when picking up a plan that was interrupted, in a fresh session. Finds the newest checkpoint for the project in the knowledge base, verifies its claims against the actual tree before trusting them, reports any drift, and continues execution from the stated next action.
planrun
Use when executing a written implementation plan from the knowledge base in a fresh session. Reads the spec and plan, works the tasks in order, checks them off in place, and keeps the expensive gates off the hot path. Pair with /plan:snapshot to stop cleanly and /plan:resume to pick up an interrupted run.
plansnapshot
Use when interrupting a plan that is mid-execution - the user stops the run, context is getting long, the machine needs a reboot, or the session is ending unfinished. Writes a verified snapshot to the knowledge base so a fresh session can resume without rediscovery. Read by /plan:resume.
Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.