Find the perfect skill
Tech-Debt Audit
Development
Comprehensive tech-debt audit covering stale markers, dead code, duplication, magic numbers, stub implementations, and doc rot.
Convex Component Authoring
Development
Covers how to create reusable Convex components with isolated database tables, typed functions, and proper dependency management. Includes component configuration, schema definition, writing queries and mutations, and publishing as an npm package.
lamina: Product Design for AI Developers
Development
Route product design for developers building with AI. Handles /lamina-design, /lamina-verify, and /lamina-init to design, verify, and initialize product context.
Vector Icon Libraries Guide
Development
Comprehensive guide to vector icon libraries (10+ libraries, 200K+ icons) with implementation patterns, decision trees, and best practices for React, Tailwind, and more.
Spectackle Skill Architect
Development
Guide users through creating high-quality, production-grade AI skills with step-by-step quality challenges and scaffolding.
Advanced TypeScript Patterns
Development
Precision TypeScript patterns: branded types, discriminated unions, conditional types, generics, and type narrowing for robust, type-safe code.
Plenum Architecture Contract
Development
Load-bearing design decisions of Plenum smart thermostat system: invariants, rationale, and known weak points. Use for understanding architecture before changes.
Coding Agent Delegation
Development
Delegate complex coding tasks to Codex, Claude Code, or OpenCode as background workers with strict safety rules for authentication, git worktrees, and monitoring.
GitHub PR Creator
Development
Create GitHub pull requests with English titles and structured body content.
Sync Status
Development
Show where a codebase's tokens and its connected Paper file disagree, then offer to normalize. Use to check sync status.
Groq Hello World
Development
Create a minimal working example to get started with the Groq API. Perfect for testing your setup and learning the basics.
Environment Variable Handler
Development
Handles environment variables securely, distinguishing between the template (.env) and secrets (.env.local).