Find the perfect skill
Diversity and Inclusion Audit
HR & Recruiting
Audit hiring processes, job descriptions, and workplace policies for diversity and inclusion best practices.
Gas Town Setup Guide
DevOps
Complete guide to install and configure Gas Town, a Go-based project management tool with rig containers and task tracking.
Gas Town Interactive Tutorial
Education & Training
Comprehensive guide for delivering an interactive step-by-step tutorial with visible progress, understanding verification, and dynamic adaptation based on learner needs.
Ollama Local - Private AI Models
Data & AI
Manage and use local Ollama models for privacy-first AI inference. Run language models on your own hardware without sending data to the cloud.
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.
Local CI Pipeline
DevOps
Run the CI pipeline locally before pushing. It sequentially runs Brakeman, Rubocop, Importmap Audit, unit tests, and system tests, stopping on the first failure.
Add Analytics - GA4 Setup
Data & AI
Add Google Analytics 4 tracking to any project with proper configuration. Set up event tracking, conversions, and custom dimensions in minutes.
Budget Planner
Finance & Accounting
Creates and tracks detailed budgets with projections, overspend alerts, and optimization recommendations.
Prisma ORM - Type-Safe Database Operations
Development
Performs type-safe database operations using Prisma ORM with PostgreSQL. Ideal for defining schemas, writing type-safe queries, creating migrations, modeling relations, or replacing raw SQL with ORM patterns. Automatically generates TypeScript types and manages database schema changes.
Run Plan
Development
Executes a continuous plan by stepping through a skill sequence table. Used after continuous-planner creates a plan to perform tasks deterministically step by step.
Mend Subagents
DevOps
Synchronizes Subagents with available Agent Skills, suggesting bindings and removing broken links to maintain ecosystem consistency.
Domain-Driven Architecture Patterns
Development
Provides tactical Domain-Driven Design patterns for Python applications, including Domain Model, Repository, Service Layer, Unit of Work, and Aggregates. Helps architect clean backend systems with clear separation between business logic and infrastructure, and supports decisions on service boundaries and data access layers.