Skip to content

refactor: rename skills for consistent prefix conventions#13

Merged
raiderrobert merged 1 commit into
mainfrom
refactor/rename-skills
Feb 28, 2026
Merged

refactor: rename skills for consistent prefix conventions#13
raiderrobert merged 1 commit into
mainfrom
refactor/rename-skills

Conversation

@raiderrobert

Copy link
Copy Markdown
Owner

Summary

  • Rename 5 skills so related skills share a prefix and names are self-describing
  • unsafe-checkerrust-unsafe (join rust-* convention)
  • frontend-design-enhanceddesign-frontend (drop orphaned -enhanced, add design-* prefix)
  • anti-slop-auditdesign-audit (add design-* prefix)
  • visual-design-preflightdesign-preflight (add design-* prefix)
  • find-referencescite-check (disambiguate from LSP "find references")
  • Update all internal cross-references (routing table in rust/SKILL.md, learning path in rust/ref/anti-patterns.md)

Result

skills/
  rust/              # hub router
  rust-domain/       # domain-specific Rust
  rust-lsp/          # Rust code analysis via LSP
  rust-unsafe/       # unsafe Rust / FFI review
  design-frontend/   # build web components/pages
  design-audit/      # audit designs for AI slop
  design-preflight/  # pre-check before Pencil MCP work
  diecut/            # diecut template scaffolding
  cite-check/        # find original sources for claims/quotes

Test plan

  • ls skills/ shows 9 directories with new names, no old names
  • grep -r for old names under skills/ returns zero hits
  • Each renamed SKILL.md has correct name: frontmatter
  • skills/rust/SKILL.md routing table points to rust-unsafe
  • skills/rust/ref/anti-patterns.md learning path references rust-unsafe

- unsafe-checker → rust-unsafe (join rust-* prefix)
- frontend-design-enhanced → design-frontend (drop -enhanced, add design-* prefix)
- anti-slop-audit → design-audit (add design-* prefix)
- visual-design-preflight → design-preflight (add design-* prefix)
- find-references → cite-check (disambiguate from LSP find-references)

Updated all internal cross-references in rust/SKILL.md routing table
and rust/ref/anti-patterns.md learning path.
@raiderrobert raiderrobert merged commit 7c35edb into main Feb 28, 2026
2 checks passed
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