feat(skills): integrate 25 engineering skills from local setup#58
Merged
Conversation
Rebuilds reusable role-oriented skills (languages/stacks, workflow/tooling, security, crypto engineering) from the local setup into the repo's single-.md skill format. Each is sanitized of personal home paths, handle, and email; relative links to uncopied reference files are inlined to plain text; opening code fences are language-tagged; frontmatter trimmed to name+description. Registers all 25 in skills/registry.tsv (drift clean) and lists them in skills/README.md. Disables markdownlint MD060 (table-column-style) repo-wide — cosmetic alignment, consistent with MD013 already off. Personal/meta workflow skills (caveman, grill, handoff, etc.) intentionally excluded. Co-Authored-By: Claude Opus 4.8 <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.
Summary
Rebuilds 25 reusable, role-oriented engineering skills from the local coding setup into the repo's skills pack (single-
.mdformat), expanding it from 21 → 46 skills.What's included
Purely personal/meta workflow skills (caveman, grill-me, handoff, zoom-out, prototype, dev-growth, macos-workstation, agents-md-governance) were excluded.
Sanitization (public-repo safe)
Each skill was rebuilt, not copied:
/Users/...), GitHub handle, and email stripped/genericized — verified zero residual personal data (the repo's home-coupling validator passes).references/files inlined to plain text (socheck-linkspasses).name+description(repo convention).localhost:3000Playwright samples remain).Housekeeping
skills/registry.tsv(drift clean) and grouped inskills/README.md.MD060(table-column-style) repo-wide — cosmetic alignment, consistent withMD013already off.debugger-engineer↔debugging-protocol); both coexist, README calls this out.Verification
markdownlint-cli2 **/*.md→ 0 errors;check-links/ skills-drift / home-coupling validator → greenmake check/security-scan --fail-on high→ green;bats tests/→ 81 pass (unaffected)🤖 Generated with Claude Code