Find the perfect skill
Open Source Best Practices
Development
Validates and prepares a GitHub project for open source release by cleaning the Git history of secrets and sensitive data, and ensuring essential legal, governance, and documentation foundations are in place. Helps when making a private repo public or hardening an existing public repository.
Open plan in lgtm for review
Development
Opens the current plan file in lgtm for user review. This skill is used after generating a plan to let the user provide feedback, then reads and returns that feedback to the conversation.
Workflow Orchestration Patterns
Development
Design durable workflows with Temporal, covering workflow vs activity separation, saga patterns, state management, and determinism constraints. Use for long-running distributed systems that require fault-tolerant orchestration.
Workflow Orchestrator
Development
Orchestrates the task lifecycle by routing to research, plan, implement, or debug phases based on the user's request and existing state. It reads or creates a STATE.md file to manage progress, determines the appropriate path (e.g., quick fix skips phases), and presents a task assessment for approval. After each phase gate, it automatically updates state and triggers a checkpoint, ensuring context is preserved across sessions.
Video Script Writing
Content
Write professional video scripts with voiceover narration and visual directions. Master structure, timing, and writing techniques to create engaging videos.
Internationalization and Localization (i18n/L10n)
Development
Provides i18n/L10n patterns: detecting hardcoded strings, managing locale translation files, and RTL support. Helps when building multilingual apps by enforcing best practices like using translation keys, namespace organization, and fallback locales, with ready-to-use scripts for checking translations.
Code Audit & Cleanup Specialist
Development
Audits a project to find unused code while protecting critical entrypoints, integrations, and dynamic calls. Produces evidence-based risk reports and reversible cleanup plans. Helps when you need to identify dead code, reduce technical debt, or evaluate legacy modules without risking stability.
Manage Reusable Parameterized Skills
Development
Allows users to list, show, validate, and render reusable parameterized prompts (skills) defined in SKILL.md files. Helps organize common coding tasks like code reviews or bug detection by providing a structured way to run targeted prompts with arguments.
Software Architecture and System Design
Development
Designs system architecture, data models, API contracts, and technical specifications. Activates when planning technical approaches, creating data models, defining API contracts, writing ADRs, or answering 'how should we build this'. Does not handle product requirements, implementation code, or security testing.
SDD TDD Task Breakdown Generation
Development
Generates a hierarchical task breakdown with TDD steps for implementing an approved design. Use after the design phase is approved to translate the design into small, testable work items organized by component. Each task includes Red-Green-Refactor steps, test pyramid considerations, and acceptance criteria.
Delete Runbook
Development
Deletes a registered runbook by name from .claude/runbooks.json. Requires user confirmation before removal and preserves the file structure even when empty. Helps clean up outdated automations.
Code janitor and optimization
Development
Performs deep repository maintenance by analyzing source code, detecting unused functions, and optimizing GCP deployments. Use this skill to clean up the project, remove redundant code, or reduce the cloud footprint.