Find the perfect skill
C4 Architecture Documentation Workflow
Documentation
Generate comprehensive C4 architecture documentation for an existing repository using a bottom-up analysis approach, covering code, component, container, and context levels.
Django 5.x Pro: Scalable Web Development
Development
Master Django 5.x with async views, DRF, Celery, and Django Channels. Build scalable web applications with proper architecture, testing, and deployment.
pu — on-demand Incus boxes
DevOps
Provision and drive remote Incus boxes for CI, builds, and evidence capture. Covers lifecycle, remote commands, artifact copying, and egress failure recovery.
CUDA Index Width in PyTorch
Development
Resolve 32-bit vs 64-bit index overflow in PyTorch CUDA kernels. Covers canUse32BitIndexMath, AT_DISPATCH_INDEX_TYPES, and grid-stride loop templating.
In-depth interview with documentation
Documentation
A relentless interview to refine a plan or design, creating ADRs and a glossary along the way.
DigitalOcean Infrastructure with Terraform
DevOps
A skill for provisioning DigitalOcean resources like Droplets, VPCs, and firewalls using OpenTofu/Terraform, including cloud-init and best practices.
Resource Provisioning
DevOps
Automate resource provisioning across cloud providers, bare metal, and virtual machines. Use for creating, managing, or automating infrastructure provisioning workflows.
Python Project Initialization
Development
Creates a complete Python project with documentation, development environment, and tooling. Perfect for starting a new Python project from scratch.
Skill Registry Operations
Development
Manage the skill registry: weekly review, record usage, create new skills, and list existing ones using Python scripts.
Bug Fix Workflow
Development
Fixes a specific bug or problem in the codebase by either applying an immediate fix or creating a plan first. It checks for an existing fix plan, investigates using project context and past patches, and always suggests test coverage and adds logging. Use when encountering error messages, unexpected behavior, or when asked to debug.
ClarityPledge YouTube Thumbnail
Content
Generate a 1280x720 YouTube thumbnail from the ClarityPledge design system using headless Chrome. Automatically derives headline and motif.
Advanced TypeScript Types
Development
Master TypeScript's advanced type system including generics, conditional types, mapped types, template literals, and utility types for building robust, type-safe applications.