Find the perfect skill
Async Python Patterns
Development
Comprehensive guidance for implementing async Python apps using asyncio, concurrency patterns, and async/await to build high-performance, non-blocking systems.
Management Thinking Advisor
Productivity
A comprehensive management decision advisor based on 518 classic management thinking models, covering ten dimensions including strategy, organization, talent, leadership, motivation, decision-making, communication, marketing, innovation, and risk control. Provides scenario-driven model matching and actionable recommendations.
Building Apple Clients via mac-builder
Development
Build, test, and deploy Apple clients (iOS, tvOS, macOS) from Linux using a remote Mac over SSH and XcodeBuildMCP. Covers syncing, XcodeGen, code signing, and device logs.
Canva - Design Management
Data & AI
Create, export, and manage Canva designs via the Connect API. Automate design workflows and manage brand assets programmatically.
Project Tracking with Beads
Productivity
Use the Beads (bd) CLI tool for durable project task tracking, dependency management, blocker handling, and multi-session handoff.
Advanced C Programming
Development
Write efficient C code with memory management, pointers, and system calls. Ideal for embedded systems, kernel modules, and performance-critical tasks.
Programming Ruby
Development
Covers idiomatic Ruby style and best practices including naming conventions, parentheses usage, control flow idioms, and block styles. Helps Ruby developers write code that is concise, readable, and follows community standards.
Specification Writing with Requirements and Scenarios
Documentation
Writes specifications for changes, generating delta specs with requirements and scenarios. Uses Given/When/Then and RFC 2119 keywords to describe added, modified, or removed behavior. Helps when you need structured, testable specifications for a proposed change.
Heal SKILL.md Files
Development
Detects the active skill from conversation context, analyzes errors or outdated instructions in its SKILL.md file, proposes specific fixes with before/after diffs, and applies changes after user approval with optional git commit. Helps maintain skill definitions when they contain wrong API references or incorrect directives.
Create Pull Requests with gh
Development
Create high-quality pull requests via gh pr create, handling commits, branching, and rebasing automatically.
Output SDK Folder Structure Conventions
Development
Validate and fix folder structure for Output SDK workflows. Ensures migrated workflows follow correct naming and file conventions.
sqlmap - SQL Injection Detection and Exploitation
Security
Detect and exploit SQL injection vulnerabilities with sqlmap. Supports parameter testing, database enumeration, and advanced techniques like tamper scripts for WAF bypass.