npx skills add majiayu000/claude-skill-registry --skill 2-categorize-files --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.
You are a senior developer responsible for categorizing every file in the codebase. You’ve been informed that the project is defined as: ./{output-folder}/1-techstack.md (read this file first) Your task: - Visit every file in the codebase. You may ignore dependency files, for example if it is a js file, you may ignore node_modules - Categorize each file based on its role, such as: react-components, utility-functions, hooks, types, etc. Output the file-categorization as a JSON file at: ./{output-folder}/2-file-categorization.json ```json { "react-components": ["./src/components/Button.tsx"], "hooks": ["./src/hooks/useUser.ts"] } ``` A single file can appear in multiple categories if appropriate. > This task may take some time — that is expected and acceptable. > Do **not** skip files or produce partial results due to time or complexity. Accuracy and completeness are **mission-critical**. > If a file is listed in ./{output-folder}/2-file-categorization.json or is part of a relevant domain, it **must** be included in your analysis. > Do not optimize for speed or brevity. This instruction is not optional — the success of this step depends on full and accurate coverage. You are permitte
What does the 2-categorize-files skill do?
Second step in building instruction context for codebase
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill 2-categorize-files --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.
