50 skills
golang-patterns
Passed all 3 security checksIdiomatic Go patterns, best practices, and conventions for building robust, efficient, and maintainable Go applications.
·0↓9.8k
Design a Django app that stays maintainable
Passed all 3 security checksWalks through ORM patterns, REST API structure, caching layers, and middleware setup so your Django codebase doesn't become a mess at scale.
·0↓6.9k
Review Python code for style and patterns
Passed all 3 security checksTakes a Python file or snippet and flags deviations from PEP 8, missing type hints, and suggests idiomatic rewrites that make the code harder to break.
·0↓6.9k
Write tests before code, ship with confidence
Passed all 3 security checksGuides you through test-driven development: writes unit, integration, and E2E tests first, then implements the feature to pass them, ensuring 80%+ coverage.
·0↓6.8k
Review C++ code against modern standards
Passed all 3 security checksChecks your C++ against the Core Guidelines—catches unsafe patterns, outdated idioms, and missed opportunities for clarity. Returns specific line-by-line fixes.
·0↓6.1k
Build a market sizing and competitor brief
Passed all 3 security checksPulls public data on market size, competitor positioning, funding rounds, and tech stacks, then organizes it into a decision-ready one-pager with sources and gaps flagged.
·0↓6k
Keep Claude sharp across a long conversation
Passed all 3 security checksTracks conversation length and suggests when to compress history—between phases, after decisions, or before a new topic—so Claude stays sharp without losing the thread.
·0↓6k
Plan a safe database schema change
Passed all 3 security checksWalks through the migration strategy for your specific database and ORM — PostgreSQL, MySQL, Prisma, Drizzle, etc. — with rollback steps and zero-downtime sequencing.
·0↓5.9k
Run tests on your Claude coding session
Passed all 3 security checksSets up a test harness that runs assertions against Claude's code outputs, gives you pass/fail, and surfaces failure cases so you can iterate toward a working solution.
·0↓5.7k
Design a Laravel app that won't collapse at scale
Passed all 3 security checksProposes the right architecture layer for your next feature—routing, service, queue, event, or cache—and shows code patterns that match production Laravel conventions.
·0↓5.6k
Debug a flaky C++ test or add missing coverage
Passed all 3 security checksReads a failing or intermittent test, the code under test, and your GoogleTest/CTest setup, then pinpoints the root cause and suggests a fix with minimal changes.
·0↓5.5k
Run pre-deploy checks on a Django project
Passed all 3 security checksVerifies migrations, linting, test coverage, security, and deployment readiness in one pass. Surfaces blockers before a release or PR lands.
·0↓5.3k
Cut your LLM bill in half without losing quality
Passed all 3 security checksRoutes simple tasks to cheaper models, caches repeated prompts, batches requests, and tracks spend per feature. Includes pre-built retry logic and budget guards.
·0↓5.3k
Build reliable AI agents that don't waste money
Passed all 3 security checksScaffolds an agent with built-in eval gates, task decomposition, and smart model routing so each step uses the right tool for the job—not the biggest one.
·0↓5.3k
Write Rust tests without the boilerplate
Passed all 3 security checksGenerates unit, integration, and async tests for Rust code with proper mocks and fixtures. Follows TDD patterns so tests clarify the contract before implementation.
·0↓5.2k
Speed up file processing with smart caching
Passed all 3 security checksImplements a content-hash-based cache layer that auto-invalidates when file content changes, avoiding redundant processing without manual cache busting.
·0↓5.1k
Repurpose one idea into a month of posts
Passed all 3 security checksTakes a single insight, research finding, or product update and generates platform-native content for X, LinkedIn, TikTok, YouTube, and newsletters—each formatted and toned for its audience.
·0↓5.1k
ai-first-engineering
Passed all 3 security checksEngineering operating model for teams where AI agents generate a large share of implementation output.
·0↓5.1k
Build a thread-safe cache without race conditions
Passed all 3 security checksScaffolds an in-memory cache backed by files using Swift actors, eliminating data races. Handles concurrent reads and writes without locks or semaphores.
·0↓5k
Write Laravel tests that actually catch bugs
Passed all 3 security checksGenerates PHPUnit and Pest tests for your Laravel models, routes, and jobs. Includes factory setup, database isolation, and coverage targets so you know what's still exposed.
·0↓5k
Write idiomatic Kotlin without the research
Passed all 3 security checksReviews your Kotlin code and suggests null-safe patterns, coroutine idioms, and DSL builders that align with language conventions. Spots common anti-patterns.
·0↓4.9k
Run language models directly on iPhone
Passed all 3 security checksUses Apple's FoundationModels framework to run text generation, guided generation, and tool calling on-device in iOS 18+, with no server round-trips or API keys.
·0↓4.9k
Generate Compose patterns for KMP apps
Passed all 3 security checksWrites idiomatic Jetpack Compose and Multiplatform Compose code for state management, navigation, theming, and platform-specific UI — ready to paste into a KMP project.
·0↓4.9k
Speed up your Next.js build with Turbopack
Passed all 3 security checksExplains incremental bundling and filesystem caching in Turbopack, diagnoses whether your project will benefit, and walks through the migration from webpack step-by-step.
·0↓4.8k
Enforce code style on every commit
Passed all 3 security checksRuns formatting, linting, and Claude-powered fixes on files as they're edited, catching style drift and common mistakes before code review.
·0↓4.8k
blueprint
Passed all 3 security checks>-
·0↓4.8k
Write Kotlin tests that catch real bugs
Passed all 3 security checksGenerates idiomatic Kotlin tests using Kotest and MockK, with property-based testing and coroutine patterns. Includes coverage reporting to flag untested paths.
·0↓4.7k
Check if your shipment clears customs
Passed all 3 security checksMaps your product category, destination, and HS code against tariff schedules and trade agreements to flag compliance risks before you ship.
·0↓4.7k
Build a faster, safer Nuxt 4 app
Passed all 3 security checksExplains Nuxt 4 hydration pitfalls, SSR-safe fetching patterns, and route-rule setup. Catches the common async-data mistakes that tank performance or break on deploy.
·0↓4.3k
Catch UI breaks before users do
Passed all 3 security checksRuns automated clicks and assertions across key user flows after each deploy, comparing screenshots and form submissions against a baseline to flag visual regressions.
·0↓4.2k
Pull live Jira tickets into your workflow
Passed all 3 security checksSyncs with your Jira board to fetch tickets, extract requirements, and log updates or comments without switching tabs. Works via API or MCP.
·0↓4.2k
remotion-video-creation
Passed all 3 security checksBest practices for Remotion - Video creation in React. 29 domain-specific rules covering 3D, animations, audio, captions, charts, transitions, and more.
·0↓4.1k
benchmark
Passed all 3 security checksUse this skill to measure performance baselines, detect regressions before/after PRs, and compare stack alternatives.
·0↓4k
Audit your codebase for risk and bloat
Passed all 3 security checksScans your entire repo across all languages, catalogs every dependency and embedded library, and flags security, license, and technical-debt risks with a browsable report.
·0↓3.9k
Analyze anything through a product lens
Passed all 3 security checksTakes a customer complaint, feature request, or market observation and breaks it down by jobs-to-be-done, user segment, competitive pressure, and moat opportunity.
·0↓3.8k
Get structured debate on a hard call
Passed all 3 security checksAssembles four distinct voices (pragmatist, optimist, skeptic, devil's advocate) to debate a decision, surface real tradeoffs, and help you choose without regret.
·0↓3.8k
Verify a deployment didn't break anything
Passed all 3 security checksHits your live URL after a deploy and checks HTTP status, streaming endpoints, asset loads, browser console, and performance metrics. Reports any regression in one view.
·0↓3.8k
dart-flutter-patterns
Passed all 3 security checksProduction-ready Dart and Flutter patterns covering null safety, immutable state, async composition, widget architecture, popular state management frameworks (BLoC, Riverpod, Provider), GoRouter navigation, Dio networking, Freezed code generation, and clean architecture.
·0↓3.8k
Generate an animated explainer for a concept
Passed all 3 security checksBuilds a Manim script that animates graphs, system diagrams, or product flows step-by-step. Output is ready to render or hand to a video team.
·0↓3.7k
Record a polished product demo video
Passed all 3 security checksScripts and records an automated walkthrough of your web app with a visible cursor, natural pauses, and a professional feel—no manual screen recording needed.
·0↓3.7k
Find and rank buyers worth calling
Passed all 3 security checksScores leads on buying signals and mutual connections, models their communication style from past posts, then drafts personalized outreach across email, LinkedIn, and X—ready to send.
·0↓3.6k
Keep your Google Docs ecosystem in sync
Passed all 3 security checksFinds, summarizes, edits, and migrates Google Docs, Sheets, and Slides across your workspace without context-switching. Handles bulk cleanup, version tracking, and shared-doc conflicts.
·0↓3.6k
Strip secrets and publish a private repo safely
Passed all 3 security checksForks your private codebase, removes credentials and internal references, and packages it as a public repo with a README and license — all in one run.
·0↓3.6k
connections-optimizer
Passed all 3 security checksReorganize the user's X and LinkedIn network with review-first pruning, add/follow recommendations, and channel-specific warm outreach drafted in the user's real voice. Use when the user wants to clean up following lists, grow toward current priorities, or rebalance a social graph around higher-signal relationships.
·0↓3.6k
knowledge-ops
Passed all 3 security checksKnowledge base management, ingestion, sync, and retrieval across multiple storage layers (local files, MCP memory, vector stores, Git repos). Use when the user wants to save, organize, sync, deduplicate, or search across their knowledge systems.
·0↓3.6k
Audit your healthcare biz for HIPAA gaps
Passed all 3 security checksReviews your current setup—data handling, vendor agreements, access logs, breach protocols—against HIPAA requirements and flags specific compliance risks with remediation steps.
·0↓3.5k
Walk a newcomer through your codebase
Passed all 3 security checksMaps the repo structure, identifies entry points and key modules, then generates a guided tour that explains what each part does and how they connect.
·0↓3.5k
Navigate ECC docs without getting lost
Passed all 3 security checksReads the live ECC repository and answers questions about agents, skills, commands, hooks, and onboarding — always pointing to the current docs so you don't follow stale links.
·0↓1.6k
Plan a data-driven research workflow for baskets
Passed all 3 security checksSketches out a multi-step agent that ingests market data, runs basket simulations, and flags opportunities for human review — without touching live orders.
·0↓718
Catch code smell before you commit
Passed all 3 security checksMeasures structural health (complexity, duplication, hotspots) on each file, shows the delta after your edits, and warns if a refactor actually made things worse.
·0↓6