Find the perfect skill
AI Skills Framework Guide
Development
This guide defines the AI skills framework, detailing skill folder structure (SKILL.md, scripts, references) and progressive disclosure operation. It helps when creating, describing, or using modular skills for AI agents.
Secrets Management
DevOps
Secure secrets management practices for CI/CD pipelines using Vault, AWS Secrets Manager, and other tools.
Deploying Kafka on Kubernetes with Strimzi
DevOps
Deploys Apache Kafka clusters on Kubernetes using the Strimzi operator with KRaft mode. Covers installation, cluster creation, topic management, and producer/consumer testing.
API Contract Normalizer
Development
Standardizes API response patterns (format, pagination, errors) with TypeScript types and middleware. Includes documentation and migration plan.
Data Flow Tracer
Development
Trace how data moves through the engine, from ECS to GPU or from file to entity.
Feature Plan Creation
Productivity
Generates a structured markdown plan with progress tracking and modular steps.
Skill Hygiene Auditor
Development
Audits ~/.claude/skills/ for hygiene issues: unused skills, duplicates, missing or overlong descriptions. Reports usage frequency and most-used skills.
ArgoCD Operations on K3s Cluster
DevOps
ArgoCD operations on K3s cluster including branch repointing via Ansible, OCI Helm chart footguns (oci:// prefix breaks chart-name resolution), and InvalidSpecError cache bounce.
Project Management
Data & AI
Manage and drive forward an ongoing project tracked in the projects/ directory. Use this skill to review genes, consult annotation subagents, and update project status.
SwiftUI Visual Design Skill
Development
Creates beautiful, distinctive iOS/macOS interfaces avoiding generic AI patterns. Covers design direction, layout, typography, color, spacing, brand integration, and review.
Checkstyle Rules for Java
Testing
Master Checkstyle built-in checks for Java including naming conventions, code metrics, and suppressions.
TDD Green Phase: Minimal Implementation
Development
Implement the minimal code needed to make failing tests pass in the TDD green phase.