Standardize skill metadata: remove -user suffixes and add missing frontmatter

- Renamed 4 skill directories to remove -user suffix (improve-codebase-architecture,
  prd-to-issues, prd-to-plan, write-a-prd)
- Added frontmatter (name + description) to 5 skills that were missing it
  (grill-me, prd-to-issues, scaffold-exercises, obsidian-vault, write-a-prd)
- Improved vague descriptions on edit-article and request-refactor-plan

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Matt Pocock
2026-03-13 10:35:27 +00:00
parent 4dd409d177
commit d1beb4fe61
10 changed files with 287 additions and 4 deletions
+6 -1
View File
@@ -1,4 +1,9 @@
This skill will be invoked when the user wants to create a PRD. You should go through the steps below. You may skip steps if you don't consider them necessary.
---
name: write-a-prd
description: Create a PRD through user interview, codebase exploration, and module design, then submit as a GitHub issue. Use when user wants to write a PRD, create a product requirements document, or plan a new feature.
---
This skill will be invoked when the user wants to create a PRD. You may skip steps if you don't consider them necessary.
1. Ask the user for a long, detailed description of the problem they want to solve and any potential ideas for solutions.