feat: migrate unified-skill into unified-mcp repo#2
Merged
KailasMahavarkar merged 1 commit intomainfrom Apr 8, 2026
Merged
Conversation
KailasMahavarkar
added a commit
that referenced
this pull request
Apr 10, 2026
Adds a lightweight categorization system for skills without file moves or path churn. Each skill now declares its category in frontmatter; an auto-generated INDEX.md groups them for discovery. Categories: - core: workflow, discipline, and gates used on every task (13 skills) - domain: specialized skills for specific contexts (5 skills) - meta: skills about skills (2 skills) Core (13): autonomous-mode, blueprint, code-review, debug-discipline, deliver, engineering-discipline, forge-plan, parallel-dispatch, run-plan, ship-gate, subagent-ops, test-first, worktree-isolation Domain (5): behaviour-analysis, designer, design-patterns-skill, readme-writer, security-review Meta (2): testing-skills, using-hyperstack Not committed: shadcn-expert (still untracked, owned by root). Will need separate handling to add its category field. New files: - scripts/generate-skills-index.sh — regenerates INDEX.md from frontmatter - skills/INDEX.md — auto-generated skill directory grouped by category Modified files: - 20 skill SKILL.md files with new category: field in frontmatter - using-hyperstack/SKILL.md references INDEX.md for discoverability This is Option #2 from the categorization discussion — no file moves, no path changes, zero churn on cross-references. If true folders are wanted later, the category metadata enables clean automated migration. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
KailasMahavarkar
added a commit
that referenced
this pull request
Apr 14, 2026
feat: migrate unified-skill into unified-mcp repo
KailasMahavarkar
added a commit
that referenced
this pull request
Apr 14, 2026
Adds a lightweight categorization system for skills without file moves or path churn. Each skill now declares its category in frontmatter; an auto-generated INDEX.md groups them for discovery. Categories: - core: workflow, discipline, and gates used on every task (13 skills) - domain: specialized skills for specific contexts (5 skills) - meta: skills about skills (2 skills) Core (13): autonomous-mode, blueprint, code-review, debug-discipline, deliver, engineering-discipline, forge-plan, parallel-dispatch, run-plan, ship-gate, subagent-ops, test-first, worktree-isolation Domain (5): behaviour-analysis, designer, design-patterns-skill, readme-writer, security-review Meta (2): testing-skills, using-hyperstack Not committed: shadcn-expert (still untracked, owned by root). Will need separate handling to add its category field. New files: - scripts/generate-skills-index.sh — regenerates INDEX.md from frontmatter - skills/INDEX.md — auto-generated skill directory grouped by category Modified files: - 20 skill SKILL.md files with new category: field in frontmatter - using-hyperstack/SKILL.md references INDEX.md for discoverability This is Option #2 from the categorization discussion — no file moves, no path changes, zero churn on cross-references. If true folders are wanted later, the category metadata enables clean automated migration. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This MR migrates SKILL.md from unified-skill into unified-mcp without changing the directory structure of the MCP server. It also updates the README.md to reflect the inclusion of the skill file.