promper
01Plugin Claude Code
Prompt-engineering toolkit for Claude Code: engineer role-grounded prompts via inline agent routing, and certify agents against the prompt-engineering standard.
Plugin Claude Code
Prompt-engineering toolkit for Claude Code: engineer role-grounded prompts via inline agent routing, and certify agents against the prompt-engineering standard.
Plugin Claude Code
Prompt-engineering toolkit. Discover evidence, critique and visually validate plans, compile finite project graphs, run bounded goal-directed graph execution to evidence-backed convergence, and review results.
Hook Claude Code
Runs before the context is compacted, running bd prime. From justjammin/promper.
Hook Claude Code
Runs when a session starts, running bd prime. From justjammin/promper.
Settings file Claude Code
Agent settings declaring 2 hook events (PreCompact, SessionStart).
Hook
Runs when you submit a prompt, before the agent sees it, executing gate-prompt.mjs via node. From justjammin/promper.
Hook
Runs before the agent uses a tool for Agent, Edit and Write tool calls, executing enrich-spawn.mjs and contract-gate.mjs via node (2 commands). From justjammin/promper.
Hook
Runs when a session ends, executing clear-decision.mjs via node. From justjammin/promper.
MCP server Claude CodeCodexCursor
MCP server "promper-orbit" as configured in justjammin/promper. Runs ./server/orbit-mcp.mjs with node.
Skill Claude CodeCodex
One-shot prompt text expander for prompt engineering. Takes a rough intent and expands it into a complete execution package: auto-grounds via Genesis to align Spec.md + plan.json (progressive disclosure, declinable with --no-genesis), deterministic domain breakdown (promper classify over the trigger tables — no LLM…
Skill Claude CodeCodex
The origin step of the promper:orbit arc — starts with a rough intent, authors PRD.md, breaks it into evidence-grounded contracts, and emits Spec.md plus plan.json that the rest of the pipeline threads through. Composes evidence, interview, and domain disciplines into one promper-native step. Triggers on: "genesis"…
Skill Claude CodeCodex
The visual-validation gate of promper:orbit. Renders the pipeline's plan.json through a fixed, portable HTML template served by a tiny local Elysia node server, lets the user edit fields and captures the result as feedback.json (JSON in, JSON out). Native plan runs answer open questions in the browser; combined review…
Skill Claude CodeCodex
Full promper-native pipeline orchestrator (successor to forge). Runs one rough intent through a disciplined cosmology arc — Genesis (evidence + interview + positioning + domain) → Sideeye (pattern SELECT + critique) → Horizon (HTML visual validation) → Execute (breakdown or singularity) → Sideeye REVIEW (Standards +…
Skill Claude CodeCodex
Evaluate agent files against promper's prompt-engineering standard and issue the "seal of approval". Audits each selected agent's system prompt for role clarity, structure, examples, output spec, constraints, and hallucination guards; scores 0–100 with P0/P1/P2 findings; and optionally rewrites failing agents with…
Skill Claude CodeCodex
Build promper's lean routing map from installed agents. Wraps the deterministic TypeScript scanner (promper scan) — zero LLM tokens for scanning and classification — then uses judgment only to domain-assign the scanner's unmapped leftovers. Run once, or when agents change. Triggers on: "promper setup", "rebuild the…
Skill Claude CodeCodex
Engineer a clean, role-grounded prompt from a rough request. Takes your messy intent, decomposes it inline, routes each piece to the proper specialist agent itself (in-session agent list first, lean map pieces under /.invoker/map/ as fallback), inherits that agent's persona as the prompt's role, then crafts the rest…
Skill Claude CodeCodex
Decide which architecture, backend, and API patterns to use — and which to reject — with a skeptical staff-engineer lens, then hold that decision to evidence. Two modes. SELECT (nothing built yet) for "which pattern fits here", "do I need a queue/cache/circuit breaker", "what API shape", "how should I structure this…
Skill Claude CodeCodex
Run a spec-driven, bounded goal-directed accretion-collapse loop over a Promper work graph. Follow the gated SPECIFY → PLAN → TASKS → IMPLEMENT pipeline: Genesis authors the SDD Spec.md, Sideeye critiques the plan, and the bounded runtime implements it. Use for requests such as "run this until the acceptance criteria…