justjammin/promper

The prompt-engineering toolkit with it's own SEAL of approval

2Stars on the repository
18Mods indexed here, across every type
17d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

breakdown

01

justjammin/promper

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…

2 17d ago C 243 tokens

genesis

02

justjammin/promper

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"…

2 17d ago A 111 tokens

horizon

03

justjammin/promper

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…

2 17d ago A 128 tokens

orbit

04

justjammin/promper

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 +…

2 17d ago A 150 tokens

prim

05

justjammin/promper

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…

2 17d ago A 121 tokens

promper-setup

06

justjammin/promper

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…

2 17d ago A 85 tokens

promper

07

justjammin/promper

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…

2 17d ago A 170 tokens

sideeye

08

justjammin/promper

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…

2 17d ago A 242 tokens

singularity

09

justjammin/promper

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…

2 17d ago A 209 tokens