Full index · agent skills
All agent skills - page 501 of 589
Every one of the 58,849 agent skills in the directory, ranked by adoption. Jump to a tool, or browse the agent skills hub.
- 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 StandardsApply universal TypeScript, JavaScript, React and Node.js coding standards and a quality checklist.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 Concerns IntakeProvides a structured, non-validated intake guide for cognitive complaints with an interactive step-by-step mode and referral guidance.1 installs
- Cognitive SymbiosisExplains the AI-human partnership paradigm covering persistent identity, the three eras of AI collaboration, and patterns for LLM-as-executive-function.1 installs
- Coil ComposeGuides image loading in Jetpack Compose with Coil, covering AsyncImage, rememberAsyncImagePainter, loading/error states, and image performance optimization.1 installs
- Coinbase Cdp ConnectorA connector for routing crypto orders through the Coinbase CDP CLI/MCP in notification and testnet mode by default, with a hard-gated path to live execution.1 installs
- CoinglassQuery Coinglass for crypto derivatives data - funding rates, open interest, liquidations, Hyperliquid whale positions, and Bitcoin/ETH ETF flows.1 installs
- Colab RemoteOperate Google Colab GPU instances as remote SSH training backends: launch, run jobs, transfer files, and monitor GPU.1 installs
- Collaborating With ClaudeDelegate prototyping, debugging, or code review to a headless Claude Code CLI session and read back structured JSON results.1 installs
- Collaborating With CodexDelegate code review, debugging, or implementation handoff to a headless Codex CLI session with a controlled sandbox.1 installs
- Color Accessibility GuideHelps with ai & agent building tasks during AI-assisted development.1 installs
- Cometchat Angular TestingTesting patterns for CometChat integration in Angular applications to verify chat and calling functionality.1 installs
- Cometchat Flutter V5 TestingTesting and verification procedures for CometChat implementation in Flutter v5 mobile applications.1 installs
- Cometchat Native TroubleshootingCursor plugin that generates CometChat messaging and calling integration code for React, Next.js, React Router, Astro, and React Native projects.1 installs
- CommentAdd a comment to a ClickUp task, prompting for comment text when not supplied.1 installs
- Comment FunnelBuilds Instagram comment-to-DM funnels via the Upload-Post API: monitors post comments, detects trigger keywords semantically, and sends personalized private DMs to each commenter.1 installs
- Commerce WarehouseHelps with ai & agent building tasks during AI-assisted development.1 installs
- CommitGuides creating a git commit whose staged set, branch, and conventional-commit message are all intentional.1 installs
- CommitCreates conventional commits with quality gates: staging intentionally, running the project verification command, and enforcing the type(scope): format.1 installs
- CommitStages changed files individually and writes conventional-commit messages, blocking git add -A and splitting mixed-purpose changes into separate commits.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 GeneratorGenerates structured Conventional Commit messages from staged changes, diffs, or descriptions by analyzing the diff and classifying the change type.1 installs
- Commit Message StorytellerAnalyze git diffs or staged changes and generate Conventional Commits messages that explain why a change was made, not just what changed.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
- CompactnessHelps with ai & agent building tasks during AI-assisted development.1 installs
- Competitive AnalysisBuild a competitive landscape or peer-benchmarking deck for an industry or investment thesis.1 installs
- Competitive AnalysisHelps with ai & agent building tasks during AI-assisted development.1 installs
- Competitive BattlecardCreates sales-ready competitive battlecards versus a specific competitor covering positioning, feature comparison, objection handling, and win/loss patterns.1 installs
- Competitor AnalysisAnalyzes competitors with strengths, weaknesses, and differentiation opportunities and maps the competitive landscape.1 installs
- CompileCompile the LoongCollector C++ binary and Go plugins with the right CMake flags and build mode.1 installs
- CompleteHelps with ai & agent building tasks.1 installs
- Complexity OptimizerScans a codebase for algorithmic complexity hotspots (nested loops, N+1 queries, sort-in-loop) and reports ranked findings, optionally applying safe optimizations.1 installs
- Compliance ReviewEvaluate an application against HIPAA, SOC 2, PCI-DSS, and GDPR technical requirements with browser-based validation and YAML regression tests.1 installs
- Compliance ValidationHelps with ai & agent building tasks during AI-assisted development.1 installs
- Component CreationStep-by-step workflow for creating accessible, tested UI components in React or Vue, including component directory structure and unit tests.1 installs
- Component SearchSearches across cursor-handbook rules, agents, commands, and skills for a term or topic using a bundled grep-based script.1 installs
- CompoundCapture session learnings and route them into global skills, guidelines, or reference docs under ~/.claude/.1 installs
- CompressionVerifies text assets are served with gzip or Brotli compression to shrink transfer size and speed first paint.1 installs
- Comps AnalysisBuild an Excel comparable-company analysis with valuation multiples and peer benchmarking for a public-company valuation.1 installs
- Comps AnalysisHelps with ai & agent building tasks during AI-assisted development.1 installs
- Concierge Devforge Customer ExperienceCustomer experience capabilities for DevForge AI, providing user journey mapping, feedback analysis, and CX optimization.1 installs
- Concurrent Cached FetchWrite backend code that fetches many external API calls concurrently and caches responses to disk.1 installs
- Confidence CheckBlock wrong-direction coding by scoring pre-implementation readiness until confidence is at least 90% across five checks.1 installs
- Config ReaderRead and display the contents of a configuration file for inspection without modifying it.1 installs
- ConfigureSaves Feishu app credentials and manages the bot channel access policy, guiding the user from pairing to a locked-down allowlist.1 installs
- Configuring Agent BrainHelps with ai & agent building tasks during AI-assisted development.1 installs
- Config ValidationAuditing an openclaw.json agent config for correctness, deprecated settings, and security issues.1 installs
- ConnectednessHelps with ai & agent building tasks during AI-assisted development.1 installs
- Consent ModeVerifies Google Consent Mode v2 is implemented with ad_user_data and ad_personalization states so analytics stays GDPR-compliant.1 installs
- Conservation Biology GuideHelps with ai & agent building tasks during AI-assisted development.1 installs
- Consider Eisenhower MatrixApplies the Eisenhower urgent/important matrix to sort tasks or decisions into do-first, schedule, delegate, and eliminate quadrants.1 installs
- Consider First PrinciplesBreaks a problem down to fundamentals, stripping away assumptions and analogies to identify irreducible truths, then rebuilds understanding from them.1 installs
- Consider ParetoApplies the Pareto 80/20 principle to identify the vital few factors driving most results and focus on what matters.1 installs
- Console CleanupScans code for console.log and debug statements and strips them before production to avoid leaks and clutter.1 installs
- Constrained OptimizationHelps with ai & agent building tasks during AI-assisted development.1 installs
- Construct DevelopmentHelps with ai & agent building tasks.1 installs
- ConsultQueries another AI CLI tool - Gemini, Codex, Claude Code, OpenCode, or Copilot - and returns its response for a cross-tool second opinion.1 installs
- Consulting FrameworksApplying consulting frameworks like MECE, TAM/SAM/SOM, and NPV/IRR to structure and analyze a business problem.1 installs
- ContainerizationContainerize a legacy app into a production Docker image and generate ECS or EKS deployment manifests.1 installs
- Container MacosAssists with Apple's native `container` CLI on macOS to build, run, debug, and publish Linux containers, including networking, local DNS, and Compose alternatives.1 installs
- Content BlogGenerate a blog post from source materials like text, PDFs, images, and video transcripts using multimodal analysis.1 installs
- Content BridgeDetects a content source type from a URL and routes to the matching extractor skill, returning standardized Markdown.1 installs
- Content Carousel RenderRender carousel slides from a social/carousel.md file into 1080x1350 PNG images for social posts.1 installs
- Content CollectionsSets up Content Collections to turn markdown/JSON/YAML files with frontmatter into type-safe TypeScript data collections, including Vite/TanStack Start integration.1 installs
- Content Evaluation FrameworkEvaluate the quality of educational book chapters or lessons against a weighted 6-category scoring rubric.1 installs
- Content GdocsPush blog posts to Google Docs for review, then pull reviewer comments and suggestions back as feedback.1 installs
- Content ImageGenerate AI images, diagrams, and illustrations for content using Gemini or other image generation APIs.1 installs
- Content InitInitialize a new content project with the standard dated directory structure for a blog post.1 installs
- Content ManagementExtract content-management entities (mods, maps, localization, subtitles, dubbing) from narrative text as structured JSON.1 installs
- Content Management SystemsBuild and modify CMS themes, plugins, admin panels, media handling, and content models across WordPress, Shopify, Drupal, Webflow, and similar platforms.1 installs
- Content Research WriterHelps with marketing & seo tasks.1 installs
- Content ScreenshotExtract screenshots from a video at specific timestamps for use in blog posts and other content.1 installs
- Content SocialGenerate a social media post from a blog post, writing a hook that drives readers to the article.1 installs
- Content StatusShow a content project's status: which source files exist, what content is generated, and what is missing.1 installs
- Content TranscribeTranscribe video files using LemonFox for clean blog text or AssemblyAI for word-level cut-detection timestamps.1 installs
- Content VideoCompose videos from project assets like source videos, images, screenshots, and blog text using Remotion.1 installs
- Content YoutubeDownload a YouTube video into a content project's source directory for use as source material.1 installs
- Context Engineering CollectionNavigate a structured skill map for context curation, multi-agent design, memory, and production agent debugging.1 installs
- Context HandoffCreates structured handoff documents capturing task, work done, work remaining, attempted approaches, and current state to continue in a fresh context.1 installs
- Context OptimizerManage long-conversation context for token efficiency, addressing lost-in-middle and context-poisoning via compression, masked loading, and cache reuse.1 installs
- Context PartitioningHelps with ai & agent building tasks.1 installs
- Context Processors CustomWrite custom Django context processors that inject site-wide template variables (settings, theme, navigation) while staying lightweight and cached.1 installs
- ContinuityHelps with ai & agent building tasks during AI-assisted development.1 installs
- Continuous Claudemd UpdatesKeep CLAUDE.md in sync with codebase changes after commits, moving verbose content to docs/ and removing outdated references to stay concise.1 installs
- Contour Analysis ProcessingContour data analysis and processing for terrain representation.1 installs
- Contour IntegralsHelps with ai & agent building tasks during AI-assisted development.1 installs
- Contract ReviewReview contracts under Chinese law with tiered A/B/C strategies, generating Word comments and a review summary across ten review dimensions from the client's position.1 installs
- Contract Review ProReviews contracts to identify risky clauses, check compliance and completeness, compare versions, and suggest missing clauses with legal references.1 installs
- Contribute SkillContribute a local skill to an upstream skills repo by validating frontmatter, forking, branching, copying files, and opening a PR via a Node script.1 installs
- Contributor SetupSets up local tooling to contribute to the marketing-skills repo by checking and configuring the gh CLI, gh authentication, and git user identity.1 installs
- Controller Early ReturnDetects deeply nested CakePHP controller actions and refactors them into flat control flow using guard clauses, early returns, and the viewBuilder() API.1 installs
- Control Ui Kit DevelopmentBuild and customize components using the Control UI Kit development environment.1 installs
- Conventional BranchCreate and validate Git branch names following the Conventional Branch spec (feature/, bugfix/, hotfix/, release/, chore/).1 installs
- ConvergenceHelps with ai & agent building tasks during AI-assisted development.1 installs
- Conversation ExportExport or archive agent chat sessions from MCP-hub workflows so developers can reuse context, audit decisions, or attach transcripts to docs.1 installs
- Conversation QaHelps with ai & agent building tasks.1 installs
- Conversation SummaryTransforms long conversation files (ChatGPT exports, transcripts, Slack/meeting logs) into granular phase analyses and a narrative synthesis, chunking oversized inputs.1 installs
- Convex Helpers GuideApply convex-helpers patterns like relationship helpers and custom function wrappers in a Convex backend.1 installs
- Convex OptimizationHelps with ai & agent building tasks during AI-assisted development.1 installs