Full index · agent skills
All agent skills — page 81 of 112
Every one of the 11,101 agent skills in the directory, ranked by adoption. Jump to a tool, or browse the agent skills hub.
- Email Template BuilderStand up production transactional email with React Email or MJML, wire Resend/Postmark/SendGrid/SES, and ship templates with preview, i18n, and deliverability checks.531 installs
- Encode Ccres DatabaseQuery ENCODE SCREEN GraphQL for candidate cis-regulatory elements (cCREs), biosamples, and genomic coordinates during genomics research.531 installs
- Epic DesignShip landing pages and marketing sites that feel cinematic and premium using scroll-driven motion, parallax, and section storytelling—without WebGL or a 3D pipeline.531 installs
- Fix TestsOrchestrate a structured pass to repair failing tests after refactors or dependency updates without silently rewriting product logic.531 installs
- Fusion SkillsRoute one request into Fusion’s skill lifecycle—discover, install, sync, greenkeep, author, or triage—via MCP or catalog fallback.531 installs
- GeopandasTeach your coding agent correct GeoPandas CRS handling—set_crs versus to_crs, formats, and common EPSG choices—for maps and spatial analytics pipelines.531 installs
- Grepai Embeddings OllamaPoint GrepAI at a local Ollama embedder so code search embeddings stay on your machine with no paid API.531 installs
- Omc SetupInstall, refresh, or repair oh-my-claudecode via the canonical OMC setup wizard for plugin, npm, or local-dev paths.531 installs
- Paper2code Arxiv ImplementationTurn an arXiv paper URL into citation-anchored Python that implements equations and sections without silently guessing missing details.531 installs
- Skill TesterSmoke-test another skill’s text-processing behavior using bundled sample text and CSV fixtures plus expected word-count stats.531 installs
- Tech Debt TrackerScan a codebase for tech-debt items—complexity, duplication, large functions, security smells—and prioritize fixes with severities and a health score.531 installs
- TrpcScaffold and extend end-to-end typesafe tRPC v11 APIs in Next.js with routers, context, Zod validation, and client hooks—without schema codegen drift.531 installs
- Typescript RefactorModernize and harden TypeScript and React 19 TSX code using 47 prioritized rules from type architecture through compiler performance.531 installs
- Write TestsAutomatically extend test coverage for uncommitted or latest-commit code changes without rewriting existing tests.531 installs
- Biomedical SearchRun semantic full-text biomedical searches across Valyu-backed sources from your agent or a Node CLI while you validate health or life-sciences product ideas.530 installs
- Claude TyperRender a Claude-style prompt typing animation MP4 by calling Remotion CLI with a user-supplied prompt string.530 installs
- Compatibility TestingRun cross-browser, cross-device, and responsive compatibility checks with visual diff detection as part of agent-driven QE workflows.530 installs
- Executing PlansRun a written implementation plan in bounded batches with verification, human checkpoints, and a forced finish workflow when all tasks are done.530 installs
- JudgeRun an isolated meta-judge plus judge sub-agent pipeline to score completed conversation work with rubrics, citations, and report-only feedback—without auto-editing your repo.530 installs
- Long Task CoordinatorRun migrations, research, and multi-session agent work with a durable state file, honest awaiting-result status, and acceptance checks before claiming done.530 installs
- Pulumi Cdk To PulumiConvert an existing AWS CDK Cloud Assembly (`cdk.out`) into a Pulumi YAML program without rewriting stacks by hand.530 installs
- React Render OptimizationInstall this when your React UI re-renders too often or feels sluggish during typing, scrolling, or list updates and you want memoization and state-design fixes—not guesses.530 installs
- SlackLet your coding agent read and act on Slack channels, messages, and users through Membrane’s CLI instead of hand-rolling OAuth and token refresh.530 installs
- Soc2 ComplianceCollect and organize SOC 2 Type I/II audit evidence with clear quality criteria and evidence types.530 installs
- Tree Of ThoughtsRun complex agent tasks that need multiple solution paths explored, scored, and merged before you commit to one implementation.530 installs
- Android TestingSet up unit, Hilt integration, and Roborazzi screenshot tests for a Compose Android app aligned with Now in Android patterns.529 installs
- BioservicesMap protein, gene, and compound identifiers across UniProt, KEGG, UniChem, and related bio databases using BioServices patterns in Python.529 installs
- Figma Generate DiagramGenerate accurate software architecture diagrams in Figma via MCP when you need services, queues, and integration edges—not generic flowcharts.529 installs
- Home Assistant Dashboards CardsDesign and edit Home Assistant Lovelace dashboards and cards with ha-mcp tools instead of hand-editing YAML blind.529 installs
- No Use EffectWrite and review React UI without defaulting to useEffect—use derived state, event handlers, queries, useMountEffect, or key resets instead.529 installs
- Org Health DiagnosticScore eight org dimensions on a traffic-light dashboard before board reviews or when something feels off across finance, product, and people.529 installs
- PymooPick and configure pymoo evolutionary and swarm optimizers (GA, DE, PSO, CMA-ES) when tuning continuous, discrete, or multi-objective parameters in scientific or backend code.529 installs
- Python Code ReviewRun a structured Python review on .py changes covering PEP8, typing, async correctness, and exception patterns before merge or release.529 installs
- Rust BackendApply Windmill backend Rust conventions—Error types, explicit SQLx columns, batch queries—when patching windmill-labs/windmill server code.529 installs
- Test PromptProve commands, hooks, skills, and subagent instructions behave correctly before you ship them, using RED-GREEN-REFACTOR on prompts with subagents.529 installs
- Zoho CrmWire your coding agent to Zoho CRM so you can create and sync leads, contacts, deals, and tasks without hand-rolling OAuth and API v6 plumbing.529 installs
- AgenthubSpawn parallel hub agents with the optimizer template so each worktree iterates on a metric, commits improvements, and posts board results without cross-agent leakage.528 installs
- Cheerio ParsingParse HTML and XML in Node with Cheerio using efficient selectors, axios fetches, and reusable extraction functions for scrapers and importers.528 installs
- Create SiteSpin up or replicate Adobe Experience Manager sites using Adobe’s agent skills when your product or client stack is AEM-based.528 installs
- Create SkillCreate or harden agent skills using TDD on documentation—pressure-test with subagents before you ship SKILL.md.528 installs
- Demo VideoPlan polished 1920×1080 demo video scenes with consistent dark-mode visuals, motion timing, and edge-tts voice choices for launches and onboarding.528 installs
- Financial Deep ResearchRun institutional-style financial research with SEC-first sources, triangulation, and packaged reports from Claude Code.528 installs
- GgetLet your agent query genomics and protein databases (Ensembl, UniProt, UCSC BLAT) through the gget Python toolkit with correct release and API context.528 installs
- Google Image SearchFind, score, and download rights-aware images for articles, decks, or Obsidian notes using Google Custom Search plus LLM picking.528 installs
- Huashu SlidesGenerate or structure presentation slides (花书/huashu-style decks) when your agent workflow needs pitch or explainable visuals beyond raw markdown.528 installs
- ModalRun GPU-heavy or batch Python jobs as autoscaling Modal functions without managing your own servers.528 installs
- React Best PracticesRun a condensed React/TSX quality pass on recently edited components covering structure, hooks, a11y, performance, and TypeScript patterns.528 installs
- React Data FetchingReplace fragile useEffect+fetch waterfalls with TanStack Query, SWR, or Suspense-backed caching and parallel loads in React apps.528 installs
- Receiving Code ReviewGuide your agent to verify code review feedback technically before changing code, instead of agreeing blindly or patching the wrong items.528 installs
- SimplifyPolish code you just wrote so it matches project conventions and reads clearly without changing behavior.528 installs
- SimpyImplement discrete-event simulations in Python with SimPy events, timeouts, and process flows.528 installs
- Uptrend AnalyzerInterpret Monty’s uptrend-ratio CSVs and Finviz-style rules to gauge US equity breadth by sector before sizing risk or themes.528 installs
- ActualizeKeep an FPF assurance knowledge base aligned with real git changes so agent context and evidence do not drift from the codebase.527 installs
- Api TestingWrite and structure HTTP API tests with Supertest (TypeScript) or httpx/pytest (Python) for REST, GraphQL, auth, and error cases.527 installs
- Chro AdvisorStructures compensation philosophy, salary bands, equity, and refresh processes when you are hiring or formalizing pay as an indie-founded company.527 installs
- Cro AdvisorModel B2B SaaS revenue, pricing, NRR, churn, and sales capacity when designing or scaling the revenue engine.527 installs
- Draw IoCreate and maintain architecture diagrams and flowcharts as `.drawio` XML with consistent styling and PNG export for docs and slides.527 installs
- Environment Setup GuideWalk through installing runtimes, databases, Docker, env files, and verification commands when you start a project, switch machines, or onboard without a written runbook.527 installs
- Firecrawl ScraperWire Firecrawl’s scrape, crawl, search, extract, and change-tracking APIs into Claude Code or Cursor so solo builders can pull LLM-ready web data without bespoke scrapers.527 installs
- K6 DocsVisually verify documentation sites with agent-browser so broken layouts and styles surface beyond HTTP 200 checks.527 installs
- Marketing ContextScore and gap-check a marketing context document before campaigns, positioning, or agent-generated copy so messaging stays on-brand and complete.527 installs
- Pandas Best PracticesGive your coding agent consistent rules for loading, selecting, transforming, and analyzing tabular data with Pandas without slow loops or brittle indexing.527 installs
- Terraform PatternsStructure Terraform modules with proven flat-and-composable layouts before solo builders scale cloud infra past a single root module.527 installs
- VaexLoad and explore billion-row tabular datasets with lazy, out-of-core Vaex DataFrames instead of RAM-bound pandas workflows.527 installs
- Agent BrowserInstall this when your agent needs to drive a real browser—login flows, forms, screenshots, scraping, or end-to-end web app checks via a CDP-based CLI.526 installs
- Ai Sdk UiImplement production React chat and completion UIs with Vercel AI SDK v6 hooks while avoiding documented Strict Mode, streaming, and tool-approval footguns.526 installs
- Bailian CliCall Bailian applications and workflows from the terminal with streaming, files, memory, and knowledge-base flags.526 installs
- Beautifulsoup ParsingParse HTML and XML in Python with BeautifulSoup for scraping, extraction, and DOM navigation in solo data or integration projects.526 installs
- Board Deck BuilderStructure investor and board decks with SaaS metrics, ARR waterfalls, and Point Nine–style benchmarks so solo founders can report growth credibly.526 installs
- Claude Md Progressive DisclosurerRestructure bloated or duplicated CLAUDE.md and references/ so your coding agent gets high-signal rules without drowning in noise.526 installs
- Clinical ReportsDraft publication-ready clinical case reports with IMRAD-style sections, abstract structure, and keyword guidance aligned to journal expectations.526 installs
- Company OsRoll out an EOS-style company operating system in 90 days with accountability charts and scorecards instead of boiling the ocean in week one.526 installs
- Coo AdvisorDesign meeting cadence, async defaults, and decision rhythms so a small team or solo founder stops living in reactive sync meetings.526 installs
- Data Quality AuditorAudit missing data and imputation risk in datasets before models, pipelines, or dashboards ship.526 installs
- Docs CleanerAudit markdown and repo docs section-by-section so you can merge duplicates, shorten verbose guides, and pick a single source of truth before edits.526 installs
- Dynamics CrmConnect your agent to Microsoft Dynamics 365 CRM through Membrane so you can read and update Accounts, Contacts, Leads, and Opportunities without writing OAuth plumbing.526 installs
- Nuxtjs Vue TypescriptScaffold and implement Nuxt 3 + Vue 3 features with TypeScript, Composition API, Shadcn Vue, and Tailwind using consistent solo-builder conventions.526 installs
- Pp Contact GoatSearch LinkedIn and allied sources from the terminal to find who you know at a target company, map warm-intro paths, and build cross-source prospect dossiers.526 installs
- Programmatic SeoPlan large-scale comparison and variable URL sets from JSON templates before generating SEO landing pages.526 installs
- Runbook GeneratorGenerate deployment, incident, and database maintenance runbook skeletons with rollback triggers and quarterly verification steps.526 installs
- Spec Driven WorkflowInstall this when you need Given/When/Then acceptance criteria tied to functional and non-functional requirements so specs are testable before implementation.526 installs
- Spec To RepoInstall this when you have a messy natural-language product spec and need a structured requirements table, sensible stack defaults, and ambiguity resolved before scaffolding a repo.526 installs
- TddRun a red-green-refactor TDD loop with vertical tracer-bullet slices so new features and bug fixes ship with integration-style tests on public behavior.526 installs
- Translation ExpertiseGive your agent Traditional Chinese (繁體) grammar, measure words, and register rules so docs, UI strings, and support copy localize accurately for Taiwan/Hong Kong audiences.526 installs
- Websocket ImplementationGive your coding agent copy-paste WebSocket and Socket.IO client patterns with reconnect, auth handshakes, and offline message queues for live SaaS features.526 installs
- Ab Test SetupInstall this when you need a statistically defensible A/B or split-test plan—hypothesis, one variable, sample size—before changing copy, pricing UI, or onboarding flows.525 installs
- Analyze IssueTurn a GitHub issue number into a structured technical specification your agent can implement against.525 installs
- AnndataTeach your coding agent AnnData patterns so single-cell and matrix-backed Python pipelines use less RAM and avoid silent copy bugs.525 installs
- Board MeetingFacilitate multi-role board-style meetings with a 6-phase protocol, capped contributions, and conflict resolution so strategic decisions do not drown in single-agent monologues.525 installs
- Cad ViewerStart CAD Viewer and return review links when the user names explicit CAD, G-code, or robot description files to inspect before iterating hardware or fabrication workflows.525 installs
- Cpo AdvisorRun a structured PMF playbook—segment power users, measure retention and qualitative pull, and avoid mistaking polite feedback for fit before you scale build and launch spend.525 installs
- Dotnet Trace CollectCollect production .NET traces and process diagnostics from Kubernetes or container workloads using dotnet-monitor without installing heavy profilers on the app pod.525 installs
- Focused FixSystematically repair an entire feature or module end-to-end—dependencies, logs, and tests—when “make X work” is bigger than one bug.525 installs
- Helm Chart BuilderPackage a solo-built service as a production-ready Helm chart with standard templates, helpers, and values patterns for Kubernetes.525 installs
- I18n LocalizationScan React, Vue, and Python codebases for hardcoded UI copy and missing translation keys before you ship multiple locales.525 installs
- Migrate Oai AppPort an OpenAI Apps SDK app that uses window.openai and openai/outputTemplate onto the MCP Apps SDK so it runs in MCP-aware coding agents and chat clients.525 installs
- Paid AdsDraft paid social and search ad primary text using proven copy frameworks (PAS, BAB, social proof, feature-benefit) without staring at a blank prompt.525 installs
- Plan Do Check ActRun structured Plan–Do–Check–Act cycles so your agent experiments on a problem, measures results, and standardizes what works.525 installs
- Seo Best PracticesShip a Next.js or Nuxt app with correct metadata, Core Web Vitals, SSR, and technical SEO so solo builders rank and get crawled without hiring an SEO consultant.525 installs