Full index · agent skills
All agent skills — page 95 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.
- BrainstormingRun structured Socratic questioning before coding so vague feature ideas become an agreed design brief with explicit trade-offs and deferred scope.1 installs
- BrainstormingCapture chapter beats, optional scenes, pacing notes, and opening/ending ideas at the author’s chosen detail—without the agent imposing templates or drafting prose.1 installs
- Brainstorming Research IdeasRun structured research ideation frameworks to turn vague curiosity into concrete, defensible research directions before committing to a project.1 installs
- Branch PrOpen a compliant pull request for Agent Config repos with approved issues, correct branch names, and required labels.1 installs
- Brief Outline GeneratorScaffold a go-to-market brief outline before your agent writes landing copy, campaign assets, or launch messaging.1 installs
- Browser RecordingRecord Playwright test runs as video so you can debug flaky UI flows and share repros without re-running locally.1 installs
- Budget OptimizationReallocate Google Ads spend across campaigns using portfolio-style ROAS forecasting instead of fixed per-campaign silos.1 installs
- Bug ReviewTurn messy bug reports into structured defect docs with exact file:line references and severity tiers before you fix or triage.1 installs
- Bug TriageRe-prioritize open QA/production bugs, assign them to sprints, and publish a dated triage report when the backlog grows or a new sprint starts.1 installs
- Build ReleaseProduce a production-like git-agent binary with CLIENT_TOKEN, WORKER_URL, and MODEL embedded via scripts/build.sh for manual QA or pre-release verification.1 installs
- Building Mobile AppsRoute a solo builder to the right Salesforce Mobile SDK or Agentforce SDK skill before implementing native iOS or Android login, offline sync, or in-app agents.1 installs
- Bulk OperationsPipe HubSpot CLI JSONL through jq to bulk update, delete, upsert, and associate CRM records without one-off UI clicks.1 installs
- CacInstall when you or your agent are implementing or reviewing TypeScript/JavaScript CLIs with the cac parser—commands, variadic args, help/version, and edge cases like boolean negation and -- passthrou1 installs
- Call ChainTrace how a function or entry point fans out through your codebase with scored paths and a Mermaid flow chart before refactoring or debugging.1 installs
- CanDebug embedded CAN and CAN-FD buses from the agent: scan interfaces, monitor traffic, send frames, log ASC/BLF/CSV, and decode with DBC.1 installs
- Canghe ComicTurn long-form source material into a structured comic narrative plan with audience, message, and panel-ready moments.1 installs
- Cardcom Payment GatewayWire Cardcom V11 REST payments, Israeli VAT, and wallet rails (Bit, PayPal, Apple Pay, Google Pay) into a solo builder’s checkout or billing flow.1 installs
- Career OpsRun a single slash-command hub to scan job boards, score JDs, generate tailored CVs and PDFs, and track applications through interview prep.1 installs
- CatchupCatch up on meetings, tickets, and evolving specs by extracting deltas, decisions, and risks since your last touchpoint.1 installs
- Cctv News FetcherPull dated CCTV Xinwen Lianbo headline summaries via a Bun script so agents can cite official Chinese evening-news items in research or content workflows.1 installs
- ChallengeRun adaptive Gauntlet quizzes on your codebase knowledge base to onboard contributors or verify repo familiarity.1 installs
- Character DesignApply the Three-Read Rule (silhouette, color block, detail) so game characters read clearly at thumbnail, mid, and full resolution.1 installs
- CheminformaticsRun RDKit-based molecular property, ADMET, virtual screening, and docking-prep pipelines on SMILES/SDF libraries without hand-rolling every cheminformatics step.1 installs
- ChromaWire Chroma vector storage and similarity search into LangChain or LlamaIndex RAG pipelines from your coding agent.1 installs
- Chrome DevtoolsDrive a live Chrome session via the chrome-devtools MCP for navigation, screenshots, network debugging, and performance traces while building or shipping web products.1 installs
- Churn PreventionDesign automated cancel flows, exit surveys, and save offers that cut churn on self-serve and team SaaS without guessing patterns.1 installs
- Ci Cd PipelinesDefine GitHub Actions pipelines with wrangler deploy, content validation gates, and progressive rollout for Workers-backed sites.1 installs
- Ci Cd SecurityWalk a flat GitHub Actions security checklist during PR review or repo audit before merge.1 installs
- Ci Fix SkillGive your coding agent a focused workflow to diagnose and patch failing CI jobs without guessing at pipeline YAML.1 installs
- Ci Npe FixDiagnose and patch null-pointer failures that break API/git CI jobs so pipelines stay green on merge.1 installs
- Class DiagramTurn a messy module into a Mermaid class diagram that shows public types, inheritance, and composition for docs or onboarding.1 installs
- Claude Code Whats NewSurface what changed recently in Claude Code so you can adopt new agent features without reading every release note manually.1 installs
- Claw AdvisorRoute OpenClaw or Claw-style support questions to the right documentation slug prefixes before the agent guesses from generic chat knowledge.1 installs
- Clean BranchesList merged and stale local git branches safely before cleanup, with worktree paths annotated so you do not delete active checkouts.1 installs
- Clear ContextDefine versioned session-state checkpoint files so continuation agents can resume work after context limits or handoffs without losing decisions and todos.1 installs
- ClipAdd CLIP-powered zero-shot classification and semantic image search to a product or research prototype with copy-paste PyTorch workflows.1 installs
- CloudbaseShip and run WeChat mini programs, Web/H5, or serverless backends on Tencent CloudBase with correct auth, data, deploy, and ops patterns in the agent.1 installs
- Cloudflare AuthShip a Hono Cloudflare Worker behind Cloudflare Access with the same auth behavior in production JWT validation and local dev.1 installs
- Cloudflare WorkersDesign and implement edge-first APIs and agents on Cloudflare Workers with Durable Objects, D1, KV, R2, AI bindings, and Vectorize using production patterns.1 installs
- Cloudinary DocsPull current Cloudinary upload, management, SDK, API, and webhook answers from official llms.txt docs while implementing media features.1 installs
- Cloudinary TransformationsCompose dynamic Cloudinary delivery URLs with variables, conditionals, and arithmetic so solo builders can reuse one transformation template across assets.1 installs
- Code Breaking ChangesSystematically hunt breaking changes across APIs, CLI flags, config, and session resume paths before you ship an integration or SDK update.1 installs
- Code Builder ColonyLay out domain-centric folders and handler/service/repository layers when starting a real service—not for one-off scripts.1 installs
- Code CommunitiesMap real module clusters and coupling boundaries before a refactor or service split.1 installs
- Code DeduplicationKeep a living capability index so your agent checks for existing utilities before adding semantically duplicate helpers.1 installs
- Code Quality PrinciplesKeep refactors and reviews aligned with KISS, YAGNI, and SOLID so agent-generated code does not accumulate clever abstractions.1 installs
- Code RefinementScan your codebase with an agent for O(n²) loops, repeated sorts, and other block-level algorithm waste before you ship or optimize hot paths.1 installs
- Code ReviewRun a structured architectural and quality review on game source files with ADR, engine specialist, and project standard checks.1 installs
- Code ReviewRun a final, exhaustive pull-request review by fanning out every code-review-* skill in the repo via subagents before merge or release.1 installs
- Code ReviewReview everyday PRs and diffs by classifying the change domain first, then checking the failure modes that domain actually has.1 installs
- Code ReviewRun a checklist-first, severity-classified review on a PR or diff so merge decisions stay consistent when you ship solo.1 installs
- Code Review Change SizeKeep AI-assisted code reviews focused by capping diff size and splitting oversized changes into the smallest reviewable stage.1 installs
- Code Review ContextGuide contributors on how Codex builds bounded, cache-friendly review context for model inference—not a end-user code review checklist.1 installs
- Code Review SecurityRun AST-based Python security scans before merge or release to catch eval/exec, injection, and secret patterns with severitized JSON output.1 installs
- Code Review SkillRun structured, constructive PR and architecture reviews across many stacks when you are the only senior reviewer on the team.1 installs
- Code Review TestingAuthor integration tests in core/suite with test_codex when changing OpenAI Codex agent logic.1 installs
- Code Review TrackerTrack code-review status and assignments across Git-hosted pull requests so nothing stalls before merge.1 installs
- Code ReviewerRun structured pre-merge PR reviews that combine automated audits with OWASP-oriented manual checks for security, performance, and quality.1 installs
- Code Reviewer ColonyRun a consistent PR review against readability, safety, testability, and performance before you merge agent-generated or hand-written changes.1 installs
- Code SearchSearch GitHub for prior art, libraries, and reference implementations while researching what to build or how others solved a problem.1 installs
- Codebase ReconMap dependencies, layers, and circular-deps risk before you refactor, onboard, or review an unfamiliar repo.1 installs
- Codebase TeachDeep-read the repo by bounded context and write ai-context/features docs plus a teach-report for agent onboarding coverage.1 installs
- CodegraphMap an unfamiliar repo, trace imports and symbols, and estimate what a PR could break without guessing from text search alone.1 installs
- CodeqlTriage, prioritize, dismiss, and resolve GitHub CodeQL code-scanning alerts using severity and CVSS rules.1 installs
- Codeql SemgrepRun and customize CodeQL and Semgrep in agent workflows for data-flow vulnerabilities, project-specific rules, and review-ready remediation—not just default rulesets.1 installs
- Codex AutoresearchRun Codex in an unattended improve-verify loop for fixes, audits, debugging, and ship-readiness instead of one-off chat turns.1 installs
- Codex Windows Fast PatchReapply the Windows Codex Desktop MSIX patch after Store upgrades so Fast Mode, plugins, locale, browser use, and Computer Use gates work again.1 installs
- Coding Guidance QtFix Qt5/Qt6 CMake builds by applying version-driven find_package, linking, and moc/uic/qrc conventions instead of hard-coded Qt targets.1 installs
- Coding StandardsAuthor a repo-root CODING_STANDARDS.md style catalog so humans and agents review diffs against named, checkable conventions.1 installs
- Cognitive ScaffoldingReorder and chunk what goes into the agent context so critical facts land where the model actually attends—primacy and recency—not buried in the middle.1 installs
- Cola Avatar PackGenerate a Cola persona self-portrait plus emotion GIFs or PNGs and meme stickers, delivered only via send_file with strict no-inline-chat rules.1 installs
- Cold EmailDraft and tune B2B cold-email sequences using 2024–2025 benchmark targets, funnel math, and ranked performance levers for solo dev GTM.1 installs
- CometchatAdd production-ready CometChat messaging to React, Next.js, RN, Angular, Android, Flutter, or iOS after the agent detects your stack and gathers requirements.1 installs
- Cometchat A11yAudit and fix CometChat UI Kit chat, call, and theme wiring so integrations meet WCAG 2.1 AA across React, RN, Angular, Android, iOS, and Flutter.1 installs
- Cometchat CallsWire CometChat Calls into a solo builder’s app for broadcast-style town halls, webinars, and large-audience sessions with presenter-led video and raise-hand Q&A.1 installs
- Cometchat I18nConfigure CometChat UI Kit localization across React, React Native, Angular, Android, iOS, and Flutter without breaking on CometChatLocalize.init signature differences between families.1 installs
- CommitRun staged-change-only lint and format checks before git commit so untouched files never block a clean diff.1 installs
- Commit EnGenerate an all-English Conventional Commits message from staged changes after you explicitly run /commit-en or $commit-en.1 installs
- Commit Message StorytellerTurn messy git diffs into conventional, reviewer-friendly commit messages with a clear narrative body.1 installs
- Commit MessagesGenerate conventional commit messages from staged diffs when you are ready to commit but want consistent feat/fix/docs formatting.1 installs
- Commit Push CloseShip one GitHub-issue iteration by committing, pushing, and closing the linked issue with a comment when labels say ready-for-agent or ready-for-human.1 installs
- Commit Push PrShip one GitHub-issue iteration by committing, pushing, and opening a PR that closes the linked issue with validated labels and shared ship policy.1 installs
- Commit ZhExplicitly invoke commit-zh to draft a Conventional Commits message with an English subject and Chinese body from staged diffs before you commit.1 installs
- Common Code ReviewerApply structured Dockerfile review rules with BLOCKER, MAJOR, and NIT severities before images reach production.1 installs
- Communication HistoryPull HubSpot calls, emails, notes, meetings, and tasks for a contact or deal so agents can prep briefs and transcript exports before customer conversations.1 installs
- Community BuilderDesign and run community-led growth—platform choice, onboarding, engagement rituals, ambassadors, metrics, and moderation—for a product without a dedicated community team.1 installs
- Community MarketingDesign and grow a Discord, Slack, or forum community that retains users and drives word-of-mouth after product launch.1 installs
- Competitive StrategistRun structured competitive research, battlecards, and positioning so you know how to win deals and pages before you over-build.1 installs
- Competitor AnalysisTurn Google Ads auction insights into competitor profiles, aggression signals, and keyword-level visibility wins and losses before you commit ad spend or positioning.1 installs
- Competitor ProfilingProduce structured competitor quick profiles and side-by-side landscape tables before you commit positioning or pricing.1 installs
- CompetitorsMaintain one YAML-style competitor dossier per rival and generate honest comparison, alternatives, and vs pages without scattered marketing notes.1 installs
- Compose AnimationsChoose the right Jetpack Compose animation API when implementing or reviewing motion in an Android app.1 installs
- Compose Focus NavigationImplement or review Jetpack Compose focus, D-pad, keyboard, and TV navigation so ten-foot and accessibility-first UIs behave predictably.1 installs
- Compose Slot Api PatternDefine reusable Jetpack Compose layouts with composable slot lambdas instead of growing primitive and boolean parameters at every call site.1 installs
- Compose State HoistingDecide whether Compose UI state stays local, gets hoisted to a parent, lives in a plain state holder, or belongs in a ViewModel when building Android screens.1 installs
- Compose State Holder Ui SplitRefactor Jetpack Compose screens so ViewModel wiring lives in one composable and previewable UI lives in another.1 installs
- Composition PatternsInstall this when your agent keeps adding boolean props to React components and you want compound-component APIs that stay maintainable as UI grows.1 installs
- Compress VideoCompute FFmpeg 2-pass video bitrates from a target output size in MB using ffprobe duration and configurable audio kbps.1 installs
- Compression StrategyShrink CI traces, hook logs, and debugging dumps before pasting them into Claude Code so you keep forensic signal without blowing context limits.1 installs
- Computer ControlRun Claude Computer Use against a real or virtual display when a workflow has no API and you need screenshot-driven GUI automation with explicit opt-in.1 installs