Understand
Descuff analyses your application code to map routes, APIs, forms, capabilities, and existing standards.
Descuff analyzes your existing app and exposes its capabilities through agent-ready standards, without changing the experience for humans.
How it works
Descuff analyses your application code to map routes, APIs, forms, capabilities, and existing standards.
It recommends the right agent-facing standards and writes an evidence-backed plan for implementation.
Use the plan with Codex, Cursor, Claude Code, or another coding agent to add the required files and metadata.
Descuff verifies routes, standards, security boundaries, and readiness before you ship.
Use it with your coding agent
Scan your local Next.js app. Let your assistant implement the plan. Then validate the before and after.
Step 01
Install the workflow for Codex, Claude Code, or Cursor. No dashboard. Your app stays local.
What are you coding with?
$ npx descuff install --platform codex
> $descuff . # inside CodexDescuff currently supports local Next.js App Router and Pages Router projects.
Then star it on GitHub and send feedback from the field.
Step 02
Descuff scans routes, APIs, forms, auth, Server Actions, and existing standards.
.descuff/
baseline.json
model.json
plan.md
skill-evidence-packet.jsonFocused evidence, not repo-wide guessing.
Step 03
Your coding agent adds safe standards while preserving existing UI and behavior.
$ npx descuff enrich .
$ npx descuff finish .Step 04
Descuff reports readiness, standards added, failures, warnings, and blockers.
The result is validated, not vibes.Readiness: 60/100 -> 85/100
Standards: none -> llms.txt, Schema.org, OpenAPI
Failures: 0 -> 0
Warnings: 0 -> 0Public agent-readable site summary.
Structured entities agents and search systems can understand.
Documented API operations for safe integration.
Discoverable service metadata.
Browser-registered tools for safe public read capabilities.
Feedback
Tell us what worked, what broke, or what would make Descuff easier to use in your own Next.js apps.