Find the perfect skill
Verify Home Assistant Quality Scale Rule
Development
Verifies whether a Home Assistant integration follows a specific quality scale rule by analyzing code and rule documentation.
Conventional Commit Style
Development
Defines a conventional commit format (type(scope): description) with a minimal set of types (feat, fix, docs, chore). It helps standardize commit messages across projects by enforcing verbosity rules based on change size and a step-by-step workflow. Use this skill before every commit to ensure consistency.
Using mcpc to Interact with MCP Servers
Development
Use mcpc to interact with MCP servers from the command line: call tools, read resources, and get prompts. Helps when you need to programmatically access MCP capabilities using shell commands, with support for persistent sessions and JSON output for scripting. Prefer key:=value argument bindings over inline JSON for cleaner commands.
Research Voids: Cognitive Gaps
Content
Conduct exploratory research into cognitive gaps and unchartable territories—areas where human thought may be limited, blocked, or fundamentally unable to reach. Used daily during /evolve sessions to identify and document novel topics for the Voids section.
i18n Pre-Commit Check
Development
Scans changed files for untranslated strings, missing locale keys, and locale sync issues. Fast and focused — only checks what changed.
Docker Security Auditor
Security
Audit Docker images and configurations for security issues, minimize attack surface, and implement best practices.
Frontend CSS Patterns
Development
Framework-agnostic CSS patterns for typography, color, motion, and spatial composition.
Outline Knowledge Base and Wiki Platform
Productivity
Outline is a fast, collaborative knowledge base for teams built with React and Node.js. It offers real-time editing, Markdown support, and API integrations.
AI Champions Weekly Task Workflow
Productivity
Reads the latest AI Champions weekly brief from Slack, implements it, and posts a concise human-readable result back to the channel.
Commands Manager - Slash Commands
Development
Skill for creating, adapting, and validating Claude Code slash commands. Covers single-phase, multi-phase, and skill-invoking commands with $ARGUMENTS.
Set Service Account Private Key File
Security
Explicitly set a service account private key file for service accounts on the controller manager to allow key rotation.
API Design Principles
Development
Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs. Covers consumer analysis, style selection, error handling, versioning, pagination, and auth.