using-unwind
Use when starting any reverse engineering task - establishes how to find and use Unwind skills for codebase analysis, service mapping, and documentation
npx skills add majiayu000/claude-skill-registry --skill using-unwind --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Using Unwind ## Overview Unwind provides structured skills for reverse engineering codebases. Produces complete, machine-readable documentation with source links. ## Principles See `analysis-principles.md`: - **Completeness**: Document ALL items (30 tables = 30 documented) - **Machine-readable**: Use actual code, SQL, mermaid - not markdown recreation - **Link to source**: GitHub links with line numbers where possible - **No commentary**: Facts only, no speculation or recommendations ## Workflow ``` start → architecture.md (+ repo info for linking) │ unwinding-codebase → dispatches layer specialists │ ├── analyzing-database-layer → database/ ├── analyzing-domain-model → domain-model/ ├── analyzing-service-layer → service-layer/ ├── analyzing-api-layer → api/ ├── analyzing-messaging-layer → messaging/ (if present) ├── analyzing-frontend-layer → frontend/ (if present) ├── analyzing-unit-tests → unit-tests/ ├── analyzing-integration-tests → integration-tests/ └── analyzing-e2e-tests → e2e-tests/ │ verifying-layer-documentation → gap detection (parallel per layer) │ └── Outputs gaps.md per layer (missing items only) │ completing-layer-documentation → gap completion (parallel per laye
- Overview
- Principles
- Workflow
- Skills
- Core Flow
- Layer Specialists
- Testing Specialists
- Output Structure
- Quick Start
- Refresh Mode
What does the using-unwind skill do?
Use when starting any reverse engineering task - establishes how to find and use Unwind skills for codebase analysis, service mapping, and documentation
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill using-unwind --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
