Skill Collection Bootstrapper
When to Use
- User says bootstrap skills or task matches this capability
- User says complete skill collection or task matches this capability
- User says install skill repo or task matches this capability
Workflow
- Inventory SKILL.md files vs README skill list; report missing names.
- Run skill-rubric-reviewer on stubs scoring below 30/50.
- Regenerate or patch weak skills; validate frontmatter and required sections.
- Show diff summary before install; require user approval to overwrite existing skills.
- Copy approved skills to ~/.grok/skills/ or workspace .grok/skills/.
- Update SKILLS_INDEX.md if maintaining a repo.
Integrations
skill-rubric-reviewerskill-evolverhitl-approvergoal-verifier
Error Handling
| Failure | Response |
|---|---|
| Name collision | List conflicts; default to skip unless user approves overwrite. |
| Validation fail | Block install for failed SKILL.md; report path and errors. |
Gotchas
- Never overwrite bundled skills without explicit user approval.
Safety & Ethics (Publication-Ready)
This skill is designed for public distribution. Constraints:
- User must approve before overwriting installed skills.
- No execution of untrusted scripts from skill folders during bootstrap.
- Validate SKILL.md structure before install.
Prohibited actions
- No unauthorized access, malware, or harmful automation
- No silent exfiltration of data, credentials, or telemetry
- No destructive system changes without hitl-approver
- No publication of user PII or environment secrets in outputs
Example
Input: User request matching triggers above. Output: Structured result per workflow; local artifacts only unless user opts in.