config/skills/core/using-skills/SKILL.md
Check and invoke available skills before starting work. Invoke at the start of any task to ensure relevant skills are loaded.
npx skillsauth add gavinmcfall/agentic-config using-skillsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Before starting any task, check your available skills. Skills encode proven practices — ignoring them means reinventing wheels or missing important patterns.
If there's even a small chance a skill applies, invoke it. The cost of loading an irrelevant skill is low. The cost of missing relevant guidance is high.
Skills compose. One skill may tell you to invoke another.
| Skill | Use When |
|-------|----------|
| using-skills | Start of any task |
| writing-documents | Writing any documentation, READMEs, designs, plans |
| code-review | Reviewing PRs, commits, staged changes, auditing code |
| review-responder | Processing and responding to code review feedback |
| mermaid-diagrams | Creating diagrams in markdown documents |
| skill-builder | Creating or improving Claude Code skills |
| domain-expert | Brainstorming, checking availability, choosing registrars |
| config-packager | Updating agentic-config repo, auditing for PII, packaging skills |
| research | Gathering evidence for decisions, investigating unknowns, comparing approaches |
| red-team | Testing code, services, or infrastructure for vulnerabilities |
| qa-engineer | Building features, reviewing work, validating output, anything that feels "done" |
game-devParent router for 14 sub-skills covering the full game dev lifecycle. Invoke game-dev to find the right sub-skill.
Sub-skills: session-planner, sprint-manager, scope-guardian, decision-journal, learning-planner, boot-dev-companion, gdd-writer, prototype-coach, game-research, art-pipeline, sound-designer, steam-publisher, playtest-coordinator, plane
wellbeingPersonal support for ADHD, emotional regulation, and self-doubt. Invoke wellbeing to route to the right help.
Sub-skills: adhd-coach, inner-ally
infrastructureHomelab cluster operations, deployments, and automation. Invoke infrastructure to route to the right tool.
Sub-skills: home-ops-deployer, k8s-operator, n8n-workflow-builder
task → using-skills → identify relevant skills → invoke them → work
game dev work → game-dev → (routes to sub-skill)
struggling / stuck → wellbeing → adhd-coach or inner-ally
cluster / deploy → infrastructure → (routes to sub-skill)
writing task → writing-documents → [document type guidance]
code review → code-review → writing-documents (for findings)
review feedback → review-responder → apply/skip each item
new skill → skill-builder → writing-documents (skills are agent docs)
research task → research → writing-documents (for synthesis report)
security testing → red-team → review-responder (for remediation)
building features → qa-engineer (wear the QA hat throughout)
validating work → qa-engineer → verification checklist
| Situation | Invoke |
|-----------|--------|
| Starting game dev work | game-dev |
| Can't start / stuck / ADHD | wellbeing |
| Emotionally overwhelmed | wellbeing |
| Cluster / deploy / automation | infrastructure |
| Writing docs | writing-documents |
| Code review | code-review |
| Making a big decision | game-dev → decision-journal |
| Investigating / comparing / deciding | research |
| Security testing | red-team |
| Building / verifying work | qa-engineer |
| Packaging config | config-packager |
| Domain names | domain-expert |
| New skill | skill-builder |
Check skills first. Missing relevant guidance costs more than loading unused skills.
development
Deeply personal mentor and guide. Use when struggling, wanting to quit, feeling overwhelmed, or doubting yourself. Empathy-first. Build this skill around YOUR psychology.
tools
Build automation workflows with n8n for game dev tasks. Use when automating repetitive processes, setting up notifications, scheduling backups, or connecting services. Reduces manual overhead that ADHD brains find hardest to maintain.
testing
Query and diagnose the home Kubernetes cluster. Use when checking cluster health, troubleshooting pods/services/routes, inspecting storage, or understanding what's deployed. Covers Talos node management, Ceph storage, Cilium networking.
devops
Deploy and manage applications in the home-ops Kubernetes cluster via GitOps. Use when deploying new apps, modifying existing ones, adding routing, managing secrets, or working with the home-ops repo structure.