Full index · agent skills
All agent skills — page 82 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.
- Swarm OrchestrationCoordinate a hierarchical multi-agent swarm when a feature or refactor touches many files and modules.525 installs
- Task DecompositionBreak an epic or fuzzy feature into INVEST-sized, dependency-aware slices so a solo builder can estimate, parallelize, and ship without scope creep.525 installs
- Apple Hig ExpertApply Apple Human Interface Guidelines accessibility pillars—VoiceOver labels, 44pt targets, Dynamic Type, and contrast—while building iOS or Apple-platform UI.524 installs
- Apply Anthropic Skill Best PracticesStructure, tighten, and validate agent skills against Anthropic’s authoring rules before you ship them to Claude Code or Cursor.524 installs
- Citation VerificationVerify bibliographic metadata and existence of citations via Semantic Scholar and arXiv APIs before publishing writing.524 installs
- Clinical Decision SupportGenerate structured genomic/clinical profile reports with tiered evidence and variant sections for decision-support workflows.524 installs
- Competitor AlternativesStructure centralized competitor YAML/markdown so you can scale honest comparison and alternative pages without duplicating research.524 installs
- DiagnoseRun a disciplined reproduce-minimise-hypothesise-instrument-fix-regression loop when a solo builder is stuck on a nasty bug or performance regression.524 installs
- Do CompetitivelyRun competitive parallel agent generations with meta-judge rubrics and synthesis when one-shot coding answers are not good enough for high-stakes work.524 installs
- Email SystemsDesign transactional and marketing email stacks with deliverability, consent, and automation so lifecycle messages actually reach inboxes.524 installs
- Full Page ScreenshotCapture pixel-accurate full-page screenshots of live URLs or open Chrome tabs for visual QA, docs, and launch assets without a separate design tool.524 installs
- GeomasterShip geospatial or Earth-observation features with GDAL, GeoPandas, remote sensing, and GIS workflows without hunting scattered library docs.524 installs
- Git Worktree ManagerSpin up isolated git worktrees with deterministic ports, synced env files, and safe stale-worktree cleanup while juggling parallel features.524 installs
- Intl ExpansionScore and plan entry into new countries—market selection, entry mode, localization, and regional GTM—for a product considering global growth.524 installs
- Marketing IdeasBrainstorm and prioritize proven go-to-market tactics—from programmatic SEO to content repurposing—without starting from a blank page.524 installs
- News SummaryTurn fetched news arrays into timestamped HTML summaries with saved data.json for newsletters or research digests.524 installs
- Policy AlgebraFreeze governance invariants as Starlark blocks for skills, plans, and rule files, then drift-check candidates before you ship agent workflows.524 installs
- Release ManagerPlan and execute releases from commit history—versioning, notes, and launch coordination—for a small product team of one.524 installs
- Roadmap CommunicatorTurn product plans into stakeholder-ready roadmaps, release notes, changelogs, and feature announcements without rewriting the same story three times.524 installs
- Site ArchitectureDesign hub-and-spoke internal linking and crawl paths so authority flows to the pages you want to rank.524 installs
- VitestConfigure Vitest test environments (jsdom, happy-dom, edge-runtime) for DOM and browser API tests in TypeScript projects.524 installs
- YamlWire LLM output through YAML fences for json-render catalogs with streaming patches and AI SDK transforms.524 installs
- Create RuleTurn a repeated agent mistake or implementation gap into an always-on `.claude/rules` guardrail so the same error does not recur.523 installs
- DevelopPull a Subframe design into your repo via MCP, sync components, and implement real business logic after design or install steps.523 installs
- Executive MentorPrepare for board meetings and investor director dynamics when you are CEO of a venture-backed or governed company.523 installs
- Feature Design AssistantCollaboratively turn a rough feature idea into a validated design and spec before you let the agent rewrite large parts of the codebase.523 installs
- Humanizer CnPolish Chinese blog posts, landing copy, and docs so they read like a human wrote them—not a generic AI draft.523 installs
- Java Quarkus DevelopmentApply Quarkus conventions—dev mode, CDI, type-safe config, and native-image-minded design—for fast cloud-native Java APIs.523 installs
- Media DownloaderFetch stock images, stock clips, or YouTube segments from a plain-language brief so content and landing assets ship faster.523 installs
- Migration HelperPlan and run Convex schema and data migrations safely when adding required fields, ret typing tables, or reshaping relational data without taking the app down.523 installs
- Scenario War RoomFacilitate Shell-style 2x2 scenario planning and lightweight Monte Carlo thinking before committing to runway, raise, or growth bets.523 installs
- Signup Flow CroOptimize signup and registration flows to raise conversion by cutting fields, showing value first, and clarifying what happens after account creation.523 installs
- Social Media Trends ResearchScrape Reddit’s public JSON search to spot trending topics and audience pain before you commit to content or product angles.523 installs
- Writing For InterfacesDefine product voice once, then write or review buttons, errors, empty states, and flows so UI copy stays clear and consistent across the app.523 installs
- Agent ProtocolDefine how multiple role-based agents invoke, respond, and chain context so revenue and planning workflows stay structured instead of free-form chat.522 installs
- Chat UiDrop shadcn-style React chat blocks (container, messages, input, typing, avatars) into a Next.js app for AI assistants or messaging.522 installs
- Create PrCreate a draft GitHub pull request from the agent with the repo PR template after your branch is committed and pushed.522 installs
- Form CroRaise signup, demo, and contact form completion on landing pages by cutting fields and fixing labels before you ship traffic.522 installs
- Onboarding CroQuantify onboarding funnel drop-offs and prioritize CRO fixes using stepwise conversion and impact estimates from funnel JSON.522 installs
- Prompt Engineer ToolkitTurn messy marketing prompts into versioned, testable templates and workflows so AI-assisted ad copy, email, and social posts stay on-brand after model changes.522 installs
- Self EvalCalibrate honest quality scores after any agent task using a fixed two-axis matrix, devil’s advocate reasoning, and JSONL history to catch score inflation across sessions.522 installs
- Seo FundamentalsRun an automated on-repo SEO audit on public HTML and React page files before you ship or refresh landing and marketing routes.522 installs
- Setup Serena McpConfigure the Serena MCP server so your coding agent gets semantic symbol search and structured code editing across a repo.522 installs
- Theme DetectorProduce a ranked thematic heat dashboard and bullish theme write-ups for discretionary or systematic trading research.522 installs
- TorchdrugEquip an agent with TorchDrug architecture knowledge so you can prototype graph-based drug-discovery and molecular ML pipelines without re-reading the whole library docs.522 installs
- Vercel DeployGet an instant Vercel preview URL from your repo folder without logging in, then claim the deployment into your account when ready.522 installs
- Cause And EffectRun structured Fishbone (Ishikawa) analysis when incidents or quality issues need causes explored across six standard categories.521 installs
- Churn PreventionModel MRR saved by improving voluntary save rates and involuntary payment recovery before you invest in churn programs.521 installs
- Gsap ScrolltriggerImplement scroll-driven animations—pinning, scrub, snap, and parallax—with GSAP ScrollTrigger in a marketing or product UI.521 installs
- Javascript SdkCopy production-ready TypeScript patterns for multi-agent orchestration and RAG using the @inferencesh/sdk.521 installs
- Monorepo NavigatorNavigate Turborepo-style monorepos—apps versus packages layouts, dependency rules, affected CI, and Changesets releases—while your agent edits the right workspace.521 installs
- PyhealthStand up reproducible clinical deep-learning pipelines—dataset load, task definition, model choice, Trainer loop, and clinical metrics—for EHR, signal, and imaging studies with PyHealth.521 installs
- ScanpyExecute an end-to-end single-cell RNA-seq workflow in Python with scanpy from QC through clustering.521 installs
- SchedulerAuthor correct cron expressions when scheduling recurring Claude Code or agent jobs on a machine or CI runner.521 installs
- Schema MarkupDrop validated JSON-LD into pages so Google rich results and answer engines can parse your articles, how-tos, and product entities correctly.521 installs
- Setup Matt Pocock SkillsOne-time repo bootstrap so Matt Pocock engineering skills know your issue tracker, triage labels, and domain doc layout before you run triage, PRD, or TDD flows.521 installs
- Short Video ProductionPlan, film, and edit 15–60 second vertical shorts for Xiaohongshu with hooks and pacing tuned for completion rate and mobile viewing.521 installs
- Auth0 AngularAdd Auth0 login, route guards, and HTTP interceptors to an Angular 13+ SPA with @auth0/auth0-angular.520 installs
- Bash ScriptingHave your agent write portable Bash automation with strict error handling, input validation, and shellcheck-friendly structure for ops and CI tasks.520 installs
- Cloudformation To PulumiImport existing AWS CloudFormation stacks into Pulumi state and generated programs so solo builders can migrate IaC without tearing down live resources.520 installs
- DeeptoolsRun standard deepTools BAM→bigWig, QC, and heatmap workflows for ChIP-seq and coverage analysis with correct normalization flags.520 installs
- Improve Codebase ArchitectureDeepen shallow modules safely by classifying dependencies and applying ports, adapters, and seam discipline before merging structural refactors.520 installs
- Minimax Image UnderstandingCall MiniMax VLM understand_image on screenshots, diagrams, and UI photos when text context is missing or you need OCR-style extraction.520 installs
- PufferlibSpin up fast, vectorized single- or multi-agent RL environments with PufferLib’s PufferEnv API and the Ocean suite instead of slow Gym wrappers.520 installs
- React Component ArchitectureInstall this when you want reusable React + TypeScript component patterns, hooks, and composition rules for a maintainable UI layer.520 installs
- SeabornGenerate publication-ready seaborn and matplotlib plots for EDA, correlations, and multi-panel figures from pandas DataFrames.520 installs
- Team CommunicationsDraft crisp weekly Progress–Plans–Problems updates for leadership, cofounders, or async teammates in under a minute of reading time.520 installs
- Test Anti PatternsAudit existing test suites for smells and get a Critical / Warning / Info report with concrete fixes—not new test generation.520 installs
- Tong Jincheng Interpersonal SkillApply a structured interpersonal and attraction mindset to relationship or persuasion questions inside your agent without role-play fluff.520 installs
- Access Control RbacWire Spring Security HTTP rules and method security so REST APIs enforce roles and fine-grained permissions.519 installs
- AdaptyvWire Adaptyv Bio Foundry REST calls into agent workflows so protein experiments, quotes, and lab results run without hand-reading OpenAPI each time.519 installs
- Benchling IntegrationWire your coding agent to Benchling’s v2 REST API so lab and biotech apps can list and manage DNA sequences and other registry objects in your tenant.519 installs
- Context EngineLoad, refresh, and enrich persisted company context so C-suite advisor sessions stay specific instead of generic.519 installs
- Internal NarrativeStructure investor updates, pitches, and strategy memos with SCR and problem-solution-evidence frameworks so messaging stays honest and compelling.519 installs
- Kanchi Dividend Us Tax AccountingPlace US dividend holdings across taxable and tax-advantaged accounts using a documented matrix and conflict rules when you ship or run finance or portfolio tooling.519 installs
- Memory AuditRun a structured six-dimension health review of a NeuralMemory brain with graded findings and prioritized fixes.519 installs
- Pydeseq2Run a DESeq2-style RNA-seq differential expression workflow in Python with correct DeseqDataSet APIs, design formulas, and pipeline steps.519 installs
- Tailwind PatternsShip consistent Tailwind CSS v4 layouts and tokens without fighting legacy tailwind.config.js habits.519 installs
- Aws Lambda FunctionsCreate, configure, and invoke AWS Lambda functions with IAM roles, zip deploys, and Node.js handlers using AWS CLI patterns.518 installs
- Culture ArchitectApply battle-tested culture frameworks—especially the Netflix deck patterns—to decide how you hire, manage performance, and scale a small team without defaulting to vague values posters.518 installs
- Free Tool StrategyRun a sustained free-tool launch so the page earns traffic, leads, and backlinks instead of a one-off social post.518 installs
- MswInstall this skill when your agent should scaffold or refactor MSW v2 mocks with correct worker setup, handlers, and test lifecycle instead of brittle fetch stubs.518 installs
- Paywall Upgrade CroOptimize in-app paywalls and upgrade prompts when freemium or trial users hit value moments and you need higher conversion without rebuilding your public pricing page.518 installs
- Popup CroDesign and tune website popups—triggers, timing, and offers—so solo builders capture leads without wrecking trust or UX.518 installs
- Review PrRun structured pull-request reviews that post only high-signal inline comments with configurable minimum impact.518 installs
- Static AnalysisApply a clang-tidy check reference so your agent picks high-value bugprone, analyzer, and modernize rules for C/C++ static analysis.518 installs
- Systematic DebuggingSolo builders who want a disciplined, four-phase debugging ritual (Chinese Superpowers) before any fix is proposed for bugs, test failures, or odd behavior.518 installs
- Seedance StoryboardCopy structured 15-second Seedance 2.0 shot-list prompts for narrative, action, product, transition, and music-sync video scenes.517 installs
- SnipgrapherRender polished code-snippet images (SVG, PNG, WebP) for docs, social posts, and README marketing using snipgrapher CLI flows.517 installs
- Social Media Context SmsDefine your social voice, audience, and content pillars once so every downstream social-media agent skill writes on-brand without re-asking the same questions.517 installs
- Story Idea GeneratorBrainstorm fiction concepts where emotional genre picks setting modules before you scope a novel, game narrative, or serial.517 installs
- Zarr PythonInstall when your agent must read, write, or tune chunked compressed N-D arrays on local disk, S3, or GCS inside scientific or ML data pipelines.517 installs
- Attach Review To PrAttach line-level review feedback to an open GitHub pull request from your coding agent using gh or MCP inline-comment tools.516 installs
- Blazor ExpertWire cookie or WASM authentication and authorization for Blazor Server or WebAssembly apps using copy-paste Program.cs and provider patterns.516 installs
- BrainstormTurn fuzzy product ideas into a validated design brief with clarified requirements and trade-offs before you plan or write code.516 installs
- Caveman EsCut agent reply length in Spanish (~75% fewer tokens) while keeping technical accuracy when you say modo cavernícola or need breve answers.516 installs
- DatamolGenerate and cluster 3D molecular conformers with datamol/RDKit-backed APIs when building cheminformatics or drug-discovery Python backends.516 installs
- Deployments CicdWire Vercel preview and production deploys, promotions, rollbacks, and CI workflow files without guessing platform-native patterns.516 installs
- Knowledge Base BuilderTurn recurring support tickets into searchable FAQs, tutorials, and deflection metrics so fewer users need to open a ticket.516 installs
- Molecular DynamicsAnalyze protein MD trajectories in Python with MDAnalysis selections, RMSD/RMSF, and common analysis modules without memorizing the API.516 installs