Agent skill · Documentation

synthesizing-findings

Use after layer analysis is complete to validate architecture documentation and generate a strategic rebuild plan focused on re-use decisions

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

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

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Allowed tools: -Read-Grep-Glob-Bash(mkdir:*ls:*)-Write(docs/unwind/**)-
Path: skills/analysis/synthesizing-findings/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

# Synthesizing Findings → Rebuild Strategy ## Overview Transform layer analysis into a **strategic rebuild plan** that answers HOW to rebuild, not WHAT to rebuild. **Key Principle:** Layer docs are the source of truth for what exists. The rebuild plan focuses on strategic decisions about re-use, phasing, and approach. **Requires:** `docs/unwind/layers/*/index.md` from layer specialists + verification reports **Produces:** - `docs/unwind/REBUILD-PLAN.md` - Strategic rebuild approach with re-use decisions - Updated `docs/unwind/architecture.md` if corrections needed after detailed analysis **Does NOT produce:** - ~~CODEBASE.md~~ - Removed; architecture.md serves this purpose ## Prerequisites Before using this skill: 1. All detected layers have been analyzed 2. Verification pass has completed 3. Layer folders exist in `docs/unwind/layers/` with index.md + section files ## The Process ### Step 1: Inventory Layer Documentation Read all docs from `docs/unwind/layers/`: - For each layer folder, read `index.md` and key section files - Note item counts, readiness scores, and gaps identified - Do NOT extract or copy content - just understand what exists ### Step 2: Validate architecture.md C

What's inside
Steps it walks through
  1. Overview
  2. Prerequisites
  3. The Process
  4. Step 1: Inventory Layer Documentation
  5. Step 2: Validate architecture.md
  6. Step 3: Assess Strategic Re-use Options
  7. Step 4: Determine Phasing Strategy
  8. Step 5: Define Validation Approach
  9. Step 6: Generate REBUILD-PLAN.md
  10. Output Format: REBUILD-PLAN.md
  11. Anti-Patterns
  12. Refresh Mode
  13. After Completion
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the synthesizing-findings skill do?

Use after layer analysis is complete to validate architecture documentation and generate a strategic rebuild plan focused on re-use decisions

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill synthesizing-findings --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