cep-wizard

cep-wizard is a skill for Claude Code, Codex from linkpranay-ai/context-engineering-protocol. It costs 168 tokens per session (3,699 once invoked), scanned A, original, Apache-2.0.

A local browser wizard for setting up and reviewing a project's directory layout for context files. It shows the project's What, How, Guidelines, and Trip-wire areas, lets you resolve undecided directories, and applies the choices through the project's own layout system.

In plain words
What is it for?
Use it to discover a repository layout, choose or skip directories, review resolved context locations, and apply those decisions in context-config.yaml.
Why use it?
It guides you through layout setup when the project has not been discovered yet or its configuration needs attention. This avoids editing configuration by hand while keeping the final changes under the layout tool's control.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/linkpranay-ai/context-engineering-protocol/ult-cep-wizard
Any agent
npx skills add linkpranay-ai/context-engineering-protocol --skill ult-cep-wizard
Clone the repo
git clone --depth 1 https://github.com/linkpranay-ai/context-engineering-protocol

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for cep-wizard

README.md
[![agentmods](https://agentmods.dev/badge/skills/linkpranay-ai/context-engineering-protocol/ult-cep-wizard.svg)](https://agentmods.dev/skills/linkpranay-ai/context-engineering-protocol/ult-cep-wizard)
Your own site
<a href="https://agentmods.dev/skills/linkpranay-ai/context-engineering-protocol/ult-cep-wizard"><img src="https://agentmods.dev/badge/skills/linkpranay-ai/context-engineering-protocol/ult-cep-wizard.svg" alt="Measured on agentmods" height="20"></a>
Per session 168 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,699 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00168 $0.03699
Opus 5 $0.00084 $0.01850
Sonnet 5 $0.00034 $0.00740
Haiku 4.5 $0.00017 $0.00370

Measured 2d ago against content hash 01386abe6cfa, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

cep-wizard scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

The scan reads SKILL.md. This mod also ships 51 executable files (scripts/static/wizard.js, scripts/tests/manual_playwright_box_files.py, scripts/tests/test_wizard_apply.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.github/skills/ult-cep-wizard/SKILL.md · 233 lines

How it starts

The opening of the file, as written. The whole thing — 233 lines — stays where its author put it; the contents beside it link to each section on GitHub.

ult-cep-wizard

Status: Phase 0 (read) + Phase 1 (write) + Phase 2 (guided brownfield onboarding) complete (D24). Journey 3 (consumer/retrofit) also complete, see below. A thin, user-launched, localhost-only local server that reads a project's resolved ult-repo-layout state through four labeled boxes (What, How, Guidelines, Trip-wire) and a server-rendered directory picker, and lets you resolve each PENDING layout decision discover left behind — confirm the default, pick a custom directory, skip, disable, or acknowledge — and Apply everything staged into context-config.yaml in one step. The core rule is wizard-proposes, CLI-commits (§18.3): the wizard only ever edits decision lines in context-layout-discovery.md; the actual commit always goes through ult-repo-layout's own confirm_layers.run_confirm(), called in-process, never reimplemented. As of Phase 2, the server also always binds — even against a project that hasn't discovered its layout yet, or whose layout config is currently broken — and guides you through getting there instead of refusing to start; see "Guided setup" below. See references/wizard-security-model.md, references/wizard-picker-and-boxes.md, references/wizard-write-path.md, and references/wizard-onboarding-state-machine.md for the full design; design decision D24 in references/design-scratchpad-glossary.md. The docs viewer described below (top bar + in-app PROTOCOL.md/README.md/case-study rendering) is also part of D24; its routes' security model is in references/wizard-security-model.md's §8.

Prerequisite

This skill only requires ult-repo-layout to be installed in the target repo (SKILL.md + scripts/validate_layout.py present) — it no longer requires the repo to already be initialized; that's now a guided in-browser step, not a precondition. It is still a second-step tool relative to ult-repo-layout itself, not a replacement for it — see ult-repo-layout's own SKILL.md. scripts/wizard_preflight.py enforces the one remaining check: no socket opens and no token is minted until ult-repo-layout is found installed.

Read the full file on GitHub · 233 lines

Files

What ships with it

59 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago Changed · +8 lines 01386abe6cfa
  2. 6d ago First seen · 225 lines · 168 tokens per session scan A 6de3975f8164

Subscribe to this mod's changes

cep-wizard is a skill published in the GitHub repository linkpranay-ai/context-engineering-protocol (8 stars, last pushed 3d ago), licensed Apache-2.0. It adds 168 tokens to every session and 3,699 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

carryover

Use when recalling, saving or curating carryover memory, wikis, playbooks or the Obsidian vault.

Cfvillarroel/carryover · 27 tokens

bootstrap-llm-synthesis

Construct the LLM synthesis prompt from project surface scan + optional tree-sitter context + optional Q&A answers. Call the LLM. Parse and validate the response into 6-8 structured memory entries with clarity tags and source traceability. Used as Stage 3 of the /gaai:bootstrap pipeline.

digipulse-engineering/GAAI-framework · 69 tokens

memory-reconcile

Scan all memory files, documentation (/docs//.md), and README files (/README.md) for drift, contradictions, and stale references. Produce a reconciliation report for Discovery to action. Activate on demand or via cron.

digipulse-engineering/GAAI-framework · 0 tokens

memory-archive-superseded

Migrate a superseded DEC's index rows from active index.md to archive/superseded-decisions.archive.md. Idempotent. Discovery-only — never invoked by daemon delivery. Updates DEC frontmatter as canonical source of truth.

digipulse-engineering/GAAI-framework · 58 tokens

memory-delta-triage

Apply three deterministic heuristics to a single memory-delta file to produce a structured verdict block; invoke memory-ingest on ACCEPTED candidates only in validate mode. Activate when Discovery processes a raw memory-delta from contexts/artefacts/memory-deltas/.

digipulse-engineering/GAAI-framework · 58 tokens

decision-extraction

Identify and formalize durable product and technical decisions from agent outputs into long-term memory. Activate after Discovery produces artefacts, Delivery resolves trade-offs, or product direction materially changes.

digipulse-engineering/GAAI-framework · 39 tokens