DRY install docs, centralize skill registry, add validation - #1
Open
FineComputer14451 wants to merge 1 commit into
Open
FineComputer14451 wants to merge 1 commit into
FineComputer14451 wants to merge 1 commit into
Conversation
Move duplicated install commands and the 13-skill table into docs/install-skills.md and docs/skills-registry.md. Add install and validate scripts. Trim README, AGENTS.md, and the workflow setup guide to link to the canonical sources. Verification: scripts/validate-skills.sh
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
Addresses maintainability findings from the code review: duplicated install commands and skill tables across README, AGENTS.md, and the workflow setup guide.
docs/install-skills.md— single source for bash, PowerShell, script, and manual installdocs/skills-registry.md— canonical 13-skill table with promptsscripts/install-skills.sh/install-skills.ps1— copy-pasteable installersscripts/validate-skills.sh— checks frontmatter,## Grok Build Mode, and registry coveragedocs/comparison.mdVerification
scripts/validate-skills.sh # validate-skills: all checks passedCI follow-up
A local commit adds a
validate-skillsjob to.github/workflows/markdown-check.yml, but it could not be pushed because the currentghtoken lacks theworkflowscope. After merging, either:gh auth refresh -h github.com -s workflowand push the workflow change, orRisks
Low — documentation and tooling only; no skill behavior changes.
Follow-ups
## Grok Build Modeboilerplate into a referenced fragmentSources
Community-maintained refactor; no official xAI claims changed.