full_unpackd_rep

Unpack a local reference repository into structured topic pages and navigation updates.

59|11|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/Harzva/learn-likecc --skill full-unpackd-rep
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: full_unpackd_rep
Source: https://github.com/Harzva/learn-likecc/tree/main/.claude/skills/full_unpackd_rep
Command: npx skills add https://github.com/Harzva/learn-likecc --skill full-unpackd-rep

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Turn a local reference repository into a Chinese “庖丁解牛” topic page, update site navigation, stamp dates, and leave behind a reusable deconstruction note for the repo.

Core Features & Use Cases

  • Identify 4 to 6 stable structural layers (e.g., product shell, scheduling kernel, layout/work positions, runtime/control protocol, data/events/results) and classify content accordingly.
  • Generate structured pages: create site/topic-.html and site/md/.md as cohesive topic pages that link to navigation and related topics.
  • Produce a reusable deconstruction note that documents the reference repository, its structure, dates, and rationale for future maintenance.

Quick Start

Run this skill on a local reference repository to generate a deconstruction topic page and updated site navigation.

Frequently Asked Questions about full_unpackd_rep

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert a local reference repository into navigable HTML topic pages?

To convert a local reference repository into navigable HTML topic pages, the skill unpacks inputs under reference/ and generates structured site/topic-*.html files. It identifies stable structural layers, classifies content, and updates site navigation files to ensure traceable topic page generation.

What is a deconstruction note for a reference repository and why do I need it?

A deconstruction note is a reusable markdown document detailing a repository's structural layers, dates, and rationale. You need it to document the architecture for future maintenance, ensuring the knowledge captured during topic page generation remains traceable and reusable over time.

Can I generate both HTML and Markdown files when deconstructing a reference repo?

Yes, you can generate both formats when deconstructing a reference repo. The workflow produces cohesive topic pages by creating site/topic-*.html for site navigation and site/md/*.md for markdown content, linking both together for structured site wiring and traceability.

How do I identify structural layers when creating a topic page for a codebase?

To identify structural layers for a topic page, the skill analyzes the reference repository and extracts four to six stable architectural layers, such as the product shell, scheduling kernel, and runtime protocols. It classifies repository content according to these layers to build cohesive navigational pages.

Does this skill update site navigation files automatically when adding new topic pages?

Yes, the skill updates site navigation files automatically when adding new topic pages. It enforces a workflow step that modifies the navigational wiring under the site/ directory, ensuring newly generated topic pages are linked, date-stamped, and traceable within the site structure.

What are the limitations of using a reference repo deconstruction workflow for site generation?

The limitation of this deconstruction workflow is its strict dependency on specific directory structures, requiring inputs under reference/ and site structure under site/. It is tailored for generating Chinese topic pages and may not apply to arbitrary repository layouts or unrelated site architectures.