agent-native-reviewer
Review agent-native parity for skills, prompts, tools, commands, generated mirrors, repo workflows, and user-facing actions.
Remove a feature completely with no backward compatibility; delete surfaces, callers, tests, docs, fallbacks, stubs, and dead exports.
$ npx -y skills add udecode/dotai --skill hard-cut --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/hard-cutContext preview
The summary Claude sees to decide when to auto-load this skill.
Remove a feature completely with no backward compatibility; delete surfaces, callers, tests, docs, fallbacks, stubs, and dead exports.
name: hard-cut description: Remove a feature completely with no backward compatibility; delete surfaces, callers, tests, docs, fallbacks, stubs, and dead exports.
Use this when a feature should die, not linger.
"feature removed" banners, or TODOs about bringing it back unless the user explicitly asks.
migration bridges, or dead exports.
still exists.
1. Find the real surface area:
2. Trace references with `rg`. 3. Delete the implementation and the glue:
4. Grep again for the removed name and obvious aliases. 5. Run the narrowest honest verification for the surviving product.
If the choice is between deleting more code and leaving a zombie surface, delete more code.
Shared skills for coding agents. Skills are the main routing layer. This repo is the canonical source for reusable udecode workflows; downstream repos should link to these skills instead of copying long SKILL.md files around.
Repo: udecode/dotai
Review agent-native parity for skills, prompts, tools, commands, generated mirrors, repo workflows, and user-facing actions.
Create, verify, repair, and close durable Codex goals with measurable outcomes, evidence gates, plan templates, blocker handling, completion audits, and…
Run a scoped Linear backlog autonomously as a sequence of maximal safe parallel batches by composing orchestrator, autogoal, and task. Use when the user wants…
Turn the current Codex thread into a coordination thread that routes implementation work to durable reusable child threads in disposable worktrees with…
Resolve GitHub PR review feedback with source-backed triage, fixes, autogoal plan state, focused proof, replies, and thread resolution.
Sync root VISION.md from changed human and agent inputs; use when project taste, doctrine, or maintainer judgment should learn from recent plans, docs, skills,…