A collection of agent skills optimized for local inference on small models (tested on Gemma-4-26B and Qwen-A3B-35B).
- Brainstorm With Me — Cross-domain brainstorming skill. Guides structured design before any action, for code projects, life decisions, or creative work. Validated on Gemma-4-26B and Qwen-A3B-35B.
- Shake Down — RED-GREEN-REFACTOR testing methodology for validating agent skills against adversarial scenarios on local models. Tested with both single-turn batch probes and interactive multi-turn terminal-state validation.
- Writing Helper — Write or rewrite any text with always-on grammar correction and human-sounding polish. Infers tone (7 options) from context, confirms proposed structure, generates with 3 layers, loops on feedback. Probes A–D all pass on both models.
Each skill is self-contained in its folder with a SKILL.md (the skill itself) and README.md (quickstart). Load the skill in an agent session and follow its checklist.
| Skill | Gemma-4-26B | Qwen-A3B-35B |
|---|---|---|
| Brainstorm With Me | ✅ All 4 probes passed | ✅ All 4 probes passed |
| Shake Down | ✅ Methodology validated | ✅ Methodology validated |
| Writing Helper | ✅ Probes A–D all pass | ✅ Probes A–D all pass |