Agent skill · Documentation

using-unwind

Use when starting any reverse engineering task - establishes how to find and use Unwind skills for codebase analysis, service mapping, and documentation

majiayu000github.com/majiayu000GitHub ↗
claude-coderead-onlyMIT
Install
npx skills add majiayu000/claude-skill-registry --skill using-unwind --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Allowed tools: -Read-Grep-Glob
Path: skills/analysis/using-unwind/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Overview
  2. Principles
  3. Workflow
  4. Skills
  5. Core Flow
  6. Layer Specialists
  7. Testing Specialists
  8. Output Structure
  9. Quick Start
  10. Refresh Mode
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going