Find the perfect skill
iOS/macOS i18n Translation Management
Development
Manages iOS/macOS localization *.xcstrings files by cleaning stale entries, detecting missing translations, and adding simplified/traditional Chinese translations. Helps maintain translation consistency and completeness across app localizations, especially when adding new strings or updating existing ones.
Conductor Status
Productivity
Displays the overall progress, active tracks, and next actions for a Conductor project. Helps track work on conductor-related tasks and workflows, providing guidance and checklists when needed.
Deep Research Agent
Content
Deep research agent specializing in complex, multi-step research tasks. Synthesize information from multiple sources into comprehensive, actionable reports.
Add Skill
Development
Adds a skill to the knowledge base using the POST /api/v1/skills endpoint. Accepts four input formats: a skill dictionary, an MCP tool definition (auto-converted), a Markdown string with YAML frontmatter, or a file/directory path.
PDCA Agent Workflow
Development
Project-level PDCA cycle management with integrated agent workflow. Each phase automatically invokes relevant project agents and supports bidirectional feedback loops.
Project Management Tool Configuration
Development
Configures the project management tool by guiding selection from supported options, applying the implementation guide, updating way-of-working adoption, and recording the decision. Detects existing configuration and supports reconfiguration.
Literature Review Assistant
Content
Assistance with writing literature reviews for academic papers and research projects. Structure your review, identify key themes, and synthesize findings.
Git Diff - Compare Commits
Development
Displays file-by-file diffs between two commits or between a commit and the working tree, including additions, deletions, and change hunks. Helps with code review, debugging regressions, and understanding history changes.
Start: Initial Protocol
Productivity
This skill enforces the essential startup workflow for every task: checking and applying relevant skills, invoking the Skill tool, announcing usage, performing brainstorming before coding, creating TodoWrite todos for checklists, and selecting the correct specialized agent persona based on the task domain. It prevents common failures like skipping requirements or using the wrong agent.
Commit with User Prompts
Development
Creates git commits that include the user prompts from the conversation that led to the changes. Useful for preserving the context of why changes were made when committing. Automatically extracts relevant prompts and session metadata.
CocoaPods Subspecs Organization
Development
Helps structure CocoaPods libraries into modular subspecs for better maintainability and optional features. Covers dependency management between subspecs, default subspecs patterns, and platform-specific configurations. Useful when building large libraries where users may only need core functionality.
AWS Lambda Canary Deployment Setup with CDK
DevOps
Step-by-step guide to set up progressive canary deployments for AWS Lambda using CDK TypeScript, including Lambda versions and aliases, CloudWatch alarms for automatic rollback, and CodeDeploy deployment groups for traffic shifting. Ideal for production workloads requiring zero-downtime deployments and automatic failure recovery.