What this adds
60+ skills I've developed while building cognitive AI systems at Subquadratic. Each follows
the SKILL.md standard—bundled scripts, references, assets.
What's in it
- rlama: Local RAG with Ollama. Retrieve-only mode—Claude does the synthesis, not Qwen
- codex-orchestrator: 10 Codex CLI profiles (reviewer, debugger, architect, planner, builder, security, etc.)
- minoan-swarm: Multi-agent teams with named roles and shared task lists
- nano-banana-pro: Image generation via Gemini 3 Pro
- sms: SMS/MMS across 8 numbers on Telnyx + Twilio, auto-provider detection
- exa-search: Neural web search—5 specialized scripts for content extraction, similar pages, domain queries
- gemini-claude-resonance: Cross-model visual dialogue—Gemini generates images, Claude reasons about them
- minoan-frontend-design: Frontend design skill with 70% blind eval win rate—creative direction + engineering standards
- image-forge: ImageMagick 7 pipelines, rembg, smart crop, batch ops
- firecrawl / scrapling: Web scraping—cloud API and local stealth modes
- claude-tracker-suite: Session search, crash recovery, auto-summarize
Plus 50+ more across local ML inference, communication, design, and academic research.
Pairs with Claudicle—my open-source framework for
giving Claude Code persistent identity, memory, and personality across sessions. Skills from
this collection plug directly into Claudicle's four-layer architecture (Identity, Cognition,
Memory, Channels).
Why it exists
I kept rebuilding the same workflows—local RAG setup, SMS routing, eval harnesses,
code review with parallel agents. Turned each into a skill so I stop repeating myself.
Developed over 6 months of production use, refined as the workflows and APIs evolve.