Skip to content

feat: migrate unified-skill into unified-mcp repo#2

Merged
KailasMahavarkar merged 1 commit intomainfrom
migrate-unified-skill
Apr 8, 2026
Merged

feat: migrate unified-skill into unified-mcp repo#2
KailasMahavarkar merged 1 commit intomainfrom
migrate-unified-skill

Conversation

@KailasMahavarkar
Copy link
Copy Markdown
Collaborator

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.

@KailasMahavarkar KailasMahavarkar merged commit 434b06b into main Apr 8, 2026
@KailasMahavarkar KailasMahavarkar deleted the migrate-unified-skill branch April 8, 2026 17:36
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant