Find the perfect skill
Plan Generator
Documentation
The Plan Generator skill creates a detailed, step-by-step plan based on the user's request. It captures the objective, context, implementation steps, and verification, then saves the plan as a timestamped markdown file in docs/plan/. Use this skill only when explicitly asked to 'plan' or 'create a plan'; it does not execute the plan or modify code.
Performance Optimization
Development
Optimize application performance through caching strategies, load balancing, database scaling, and monitoring. Ideal for systems needing to handle thousands of concurrent users with low latency.
SRE - Site Reliability Engineering
DevOps
Guides teams in applying Site Reliability Engineering practices to production systems. Covers defining SLIs, SLOs, and SLAs, managing error budgets, incident response, on-call rotations, chaos engineering, and observability. Helps build reliable, scalable systems by treating operations as a software engineering problem.
Project Planning
Development
Provides structured methodologies for planning software projects, including discovery phase, requirements gathering, user story writing, prioritization (MoSCoW), estimation (T-shirt sizing, story points), and scope management. Helps when starting new projects or features.
Publish Session to GitHub Gist
Documentation
Publishes the current session transcript to a GitHub Gist. Also checks for plugin updates and notifies the user if a new version is available.
Rate Limit Middleware
Development
Manage rate limit middleware operations for backend development. Provides production-ready configurations and best practice recommendations.
Plan-First Development
Development
Break complex projects into detailed multi-phase plans before writing any code. Prevents scope creep, refactoring waste, and missed requirements. Use when starting any project with more than 1000 lines of code or building systems with multiple interacting components.
Update README
Development
Refreshes an existing README.md using the current codebase state, git history, and changelog intelligence. Triggered when the README is outdated or needs synchronization with the project's actual state.
Orthogonality Principle
Development
Design modules and APIs with independent, non-overlapping components where changes to one don't affect others. Reduces coupling and improves maintainability.
VASP DFT Executor
Data & AI
DFT calculation skill using VASP for electronic structure analysis and nanomaterial property prediction. Enables geometry optimization, band structure analysis, and materials property computation.
AppKit Menu Bar Builder
Development
Generate NSMenu and NSStatusItem configurations for macOS menu bar apps with SwiftUI integration and dynamic menu handling.
PR State Management
DevOps
Integrated skill for managing pull request states: queuing, pausing, resuming, status checking, and list display.