Top Agent Skills
25837 skills
Perl Patterns
Write modern Perl 5.36+ code using idioms, best practices, and conventions for robust, maintainable applications.
226k
Codehealth MCP
Provides real-time structural code health scores via CodeScene MCP to review code quality before edits, verify score deltas after changes, and gate commits and PRs.
226k
Hermes Imports
Convert local Hermes operator workflows into sanitized ECC skills and release-pack artifacts, removing private state, credentials, and local paths.
226k
Mysql Patterns
Provides MySQL and MariaDB schema, query, indexing, transaction, replication, and connection-pool patterns for production backends.
226k
Redis Patterns
Quick reference for Redis best practices across common backend use cases, including caching strategies, rate limiting, distributed locks, pub/sub, streams, and connection management.
226k
Django Patterns
Provides production-grade Django architecture patterns including project structure, model design, REST API design with DRF, ORM best practices, caching, signals, and middleware.
226k
Nodejs Keccak256
Prevents Ethereum hashing bugs by distinguishing Keccak-256 from Node's NIST SHA3-256, with code examples for ethers, viem, and web3.js.
226k
Orch Add Feature
Orchestrates building a new feature end-to-end by delegating research, planning, TDD implementation, review, and gated commit to specialized agents.
226k
Plan Orchestrate
Reads a plan document, decomposes it into steps, designs a per-step agent chain from the ECC catalogue, and emits ready-to-paste /orchestrate custom prompts without executing them.
226k
Production Audit
Audits local code for production readiness, identifying risks in security, data integrity, payments, operations, and UX before shipping.
226k
Swiftui Patterns
Build declarative, performant SwiftUI user interfaces with modern state management, view composition, type-safe navigation, and performance optimization patterns.
226k
Flox Environments
Create reproducible, cross-platform development environments with Flox, a declarative Nix-based environment manager for macOS and Linux.
226k
Database Migrations
Provides safe, reversible database schema change patterns for PostgreSQL, MySQL, and common ORMs, with guidance on zero-downtime deployments, rollbacks, and migration tooling.
226k
Orch Change Feature
Orchestrate altering an existing, working feature to new desired behavior by updating tests first, then changing implementation, reviewing, and committing with gated approval.
226k
Gget
Quickly query genomic reference databases for Ensembl IDs, gene metadata, sequences, BLAST searches, and enrichment analysis using the gget CLI or Python package.
226k
Social Graph Ranker
Ranks mutual connections by bridge value for warm introductions, using a weighted graph model with decay and engagement bonuses.
226k
Ito Data Atlas Agent
Design agents that watch data sources, build candidate prediction-market baskets, draft parameter changes, and hand results to a human for review.
226k
Ml Adoption Playbook
Provides an adaptive methodology for adding machine learning models to existing codebases, covering problem framing, data readiness, architectural decoupling, and baseline model integration.
226k
Token Budget Advisor
Intercepts responses to let users choose the depth and token budget before answering, with heuristic token estimation and preset depth levels.
226k
AI Regression Testing
Prevents AI-introduced regressions with sandbox-mode API testing, automated bug-check workflows, and patterns that catch blind spots where the same model writes and reviews code.
226k
API Connector Builder
Adds a new API connector or provider to a repository by matching its existing integration pattern exactly, including layout, config, auth, error handling, tests, and wiring.
226k
Jq
Query, filter, transform, and aggregate JSON data using jq in shell pipelines and scripts.
42.4k
Cirq
Design, simulate, and run quantum circuits on quantum computers and simulators using Google's Cirq framework.
42.4k
Hono
Build ultra-fast web APIs and full-stack apps with Hono, a lightweight framework that runs on Cloudflare Workers, Deno, Bun, Node.js, and any WinterCG-compatible runtime.
42.4k
Tmux
Manage tmux sessions, windows, and panes for terminal multiplexing, persistent remote workflows, and shell scripting automation.
42.4k
Vexor
Enables semantic file search using vector embeddings from the command line, integrated with Claude/Codex.
42.4k
Convex
Design schemas, write TypeScript functions, set up real-time subscriptions, authentication, file storage, scheduling, and deployment for Convex reactive backend projects.
42.4k
Crewai
Designs and orchestrates multi-agent AI teams using the CrewAI framework, covering agent roles, task decomposition, crew processes, memory, and flows.
42.4k
Qiskit
Build, optimize, and execute quantum circuits using Qiskit on simulators or real quantum hardware from IBM, IonQ, and Amazon Braket.
42.4k
Revops
Design and optimize revenue operations, including lead lifecycle rules, scoring, routing, handoffs, and CRM process automation for marketing, sales, and customer success alignment.
42.4k · bundle
Scanpy
Analyze single-cell RNA-seq data using Scanpy, including quality control, normalization, clustering, marker gene identification, and visualization.
42.4k
To Prd
Synthesize the current conversation and codebase context into a Product Requirements Document and publish it to the project's issue tracker.
42.4k
AI Loop
Structures a bounded spec-build-review development loop with explicit scope, stop conditions, and human approval gates for risky or ambiguous work.
42.4k
GRAPHQL
Design GraphQL schemas, resolvers, and DataLoader patterns, integrate with Apollo/urql, and implement federation for microservices.
42.4k
Inngest
Build serverless background jobs, event-driven workflows, and durable execution with Inngest, without managing queues or workers.
42.4k
Lookdev
Builds an interactive in-browser studio for tuning visual parameters (sliders, pickers, drag handles) or editing/annotating text and media, enabling real-time human-in-the-loop refinement instead of static comparisons or chat-based feedback.
42.4k
Moatmri
Analyze AI disruption pressure across a business, map competitive exposure, and produce a 90-day defensive action plan.
42.4k
UX Copy
Generates concise product copy for buttons, empty states, errors, toasts, confirmations, and form guidance using a casual but polite tone.
42.4k
UX Flow
Design user flows and screen structures using UX patterns like progressive disclosure, hub-and-spoke navigation, and information pyramids.
42.4k
Fp Async
Build clean async pipelines with fp-ts TaskEither, replacing nested try/catch with composable error handling and real API examples.
42.4k
Infinity
Enforces a strict input boundary protocol (detect, classify, filter, verify) to ensure untrusted data never reaches business logic raw.
42.4k
Rust Pro
Master Rust 1.75+ with modern async patterns, advanced type system features, and production-ready systems programming.
42.4k
Telegram
Integrate with the Telegram Bot API to create bots, send messages, set up webhooks, and use inline keyboards. Includes boilerplate code for Node.js and Python.
42.4k · bundle
Weaviate
Search, query, inspect, create, and import data into Weaviate vector database collections using official scripts and references.
42.4k · bundle
Appdeploy
Deploy web apps with backend APIs, database, and file storage to a public URL via HTTP API.
42.4k
Biopython
Provides Python tools for biological computation, including sequence manipulation, file I/O, database access, structural bioinformatics, and phylogenetics.
42.4k
Blueprint
Generates a step-by-step construction plan from a one-line objective, where each step is self-contained and executable by a fresh agent in a new session.
42.4k
Brave Man
Runs a structured clarifying interview for new project requests before building, then outputs a fully specified prompt.md for a fresh agent session to execute.
42.4k
Fp Errors
Replace exception-heavy TypeScript code with fp-ts Either and TaskEither for type-safe error handling as values.
42.4k
Re Create
Completely delete and rewrite a file or module from scratch when structural rot makes patching impossible, with enforced preservation of interfaces and blast radius verification.
42.4k
Recallmax
Injects up to 1 million tokens of external context into AI agent memory, auto-summarizes conversations with tone and intent preservation, and compresses multi-turn history into dense token sequences.
42.4k
AI Product
Guides building production-grade AI features with LLM integration patterns, RAG architecture, prompt engineering, and cost optimization.
42.4k
Arrowspace
Augments nearest-neighbour search with graph Laplacian features to retrieve items based on both semantic similarity and structural role.
42.4k
Bill Gates
Simulates Bill Gates' cognitive framework, strategic thinking, and decision-making processes for analysis and problem-solving.
42.4k
Clerk Auth
Provides expert patterns for implementing Clerk authentication in Next.js, including middleware, server components, client hooks, organizations, and webhooks.
42.4k
Daily Gift
Decides whether a personalized gift should be created each day, then generates it as an interactive H5 page, AI image, or AI video through a five-stage creative pipeline.
42.4k
Fp Backend
Build type-safe, testable Node.js/Deno backends using fp-ts with ReaderTaskEither, functional dependency injection, and service composition patterns.
42.4k
Iterate Pr
Automates the cycle of fixing CI failures, addressing PR review feedback, and pushing changes until all checks pass.
42.4k
Last30days
Research any topic across Reddit, X, and the web from the last 30 days, then synthesize findings into actionable insights and copy-paste-ready prompts.
42.4k · bundle
SEO Schema
Detect, validate, and generate Schema.org structured data in JSON-LD format for SEO and rich results.
42.4k