Full index · agent skills
All agent skills - page 56 of 592
Every one of the 59,184 agent skills in the directory, ranked by adoption. Jump to a tool, or browse the agent skills hub.
- Open PencilProgrammatically inspect, analyze, export, and edit Figma.fig design files from within Claude, Cursor or other agents.1.6k installs
- Prometheus Cardinality TroubleshooterDiagnose and reduce Prometheus cardinality explosions that drive up observability costs.1.6k installs
- Computer AutomationControl desktop-native applications and remote Windows machines using natural language when browser automation is not an option.1.6k installs
- Frontend DesignGenerate consistent, production-grade frontend designs and UI components that align with modern best practices.1.6k installs
- Kakao MapLet their agent query Korean locations, addresses, coordinates, and driving directions via Kakao services without managing API keys.1.6k installs
- Layers DomainSystematically map real-world domain concepts, terminology conflicts, and bounded contexts before building any conceptual model or product features.1.6k installs
- Press And PrGenerate press releases, craft journalist pitches, assemble an app press kit, and secure media coverage that drives installs and backlinks.1.6k installs
- Layers User NeedsTurn raw observations and assumptions about users into clearly prioritized job stories that surface real opportunities before committing to features.1.6k installs
- Design Mcp WorkflowDecide whether a Zoom integration should use MCP tool calls, REST API code, or a hybrid approach before writing any implementation.1.6k installs
- Math ReasoningProduce publication-ready mathematical notation and LaTeX for ML and AI papers, documentation, and agent reasoning traces.1.6k installs
- Aws Lambda Php IntegrationFollow AWS Lambda PHP best practices for memory, timeouts, dependencies, error handling, structured logging and deployment limits.1.6k installs
- Blog BrandGenerate durable BRAND.md and VOICE.md editorial context that all blog skills auto-load.1.6k installs
- Douyin Viral ContentAutomatically generate high-performing short-video scripts for Douyin that consistently hit 5-star viral quality.1.6k installs
- Lightweight 3d EffectsQuickly add polished, performant 3D visual effects to hero sections, product cards, portfolios, and marketing pages using lightweight libraries.1.6k installs
- Flows Code ReviewRun structured technical code reviews that produce scored reports with Must Fix, Should Fix, and Nice Fix items before certification or submission.1.6k installs
- Organizational TransformationGet practical guidance from John Cutler and Marty Cagan when shifting teams from feature-factory mode to empowered product operating models.1.6k installs
- Tdd WorkflowEnforce test-driven development with high coverage whenever writing features, fixing bugs, or refactoring.1.6k installs
- Video AnalysisAdd multimodal video understanding to agents—summarize footage, extract scenes, answer questions, or trigger workflows from uploaded or streamed video.1.6k installs
- Vp Cpo Readiness AdvisorRun structured readiness conversations that surface hidden risks before accepting a VP or CPO-level product leadership role.1.6k installs
- Onboarding New HiresCapture founder philosophy, mental models, and operating principles so new team members or AI agents can self-onboard without constant hand-holding.1.6k installs
- Anthropic Cybersecurity SkillsGive their AI coding agents expert, framework-mapped guidance when investigating incidents, analyzing malware, or hardening cloud environments.1.6k installs
- Generating Custom ObjectGenerate accurate Salesforce Custom Object metadata XML that deploys without errors.1.6k installs
- Building Team CultureExtract tactical team-building and culture insights from expert interviews when shaping how their own small team, contractors, or AI-agent swarm should operate.1.6k installs
- Prompt OptimizerTurn vague or weak prompts into precise, ECC-aware instructions that Claude Code or Cursor can execute reliably.1.6k installs
- Skill WriterCreate, edit, and maintain high-quality reusable agent skills following strict authoring standards.1.6k installs
- Engineering CultureExtract tactical insights from expert interviews that shape high-performance team processes and engineering habits.1.6k installs
- Layers Observed BehaviourPlan user research studies and synthesize raw observations into confidence-rated findings about actual user behavior.1.6k installs
- M02 ResourceGet precise, non-hallucinated guidance on Rust smart pointers and resource management patterns when an agent gets ownership questions wrong.1.6k installs
- M04 Zero CostCorrectly choose between generics and trait objects when the Rust compiler complains about trait bounds or type mismatches.1.6k installs
- Generating Permission SetGenerate accurate, deployable Salesforce PermissionSet XML metadata including object permissions, field-level security, tab visibility, and user access controls.1.6k installs
- Sonarqube McpAutomatically enforce code quality gates and triage SonarQube findings before merging pull requests.1.6k installs
- Babylonjs EngineGet production-ready Babylon.js patterns for 3D web experiences, games, and interactive visualizations.1.6k installs
- Generating FlexipageGenerate, modify, and validate Salesforce Lightning FlexiPages using correct CLI templates and metadata structures.1.6k installs
- Mobile DesignMake confident framework, state, storage, and architecture decisions when creating a mobile product.1.6k installs
- NotebooklmQuery project documentation stored in Google NotebookLM, manage research notebooks, and generate synthesized reports or audio podcasts directly from their agent.1.6k installs
- Startup AnalysisQuickly evaluate any startup through VC, job applicant, and founder lenses before committing time or money.1.6k installs
- Agent CiRun the full GitHub Actions CI pipeline on their local machine before pushing any changes.1.6k installs
- Django Perf ReviewHave an agent systematically audit Django code for N+1 queries, unbounded querysets, missing indexes and write loops before shipping.1.6k installs
- Developing AgentforceCreate complete, production-ready Agentforce agent specifications that include purpose, behavioral rules, subagent routing, variables, and backing logic mappings.1.6k installs
- M05 Type DrivenLet their agent systematically reach for the Rust type system first instead of runtime checks when modeling domain logic.1.6k installs
- Sales CompensationDesign effective sales compensation plans that align incentives between the business, customers, and sales reps.1.6k installs
- Autoresearchclaw Autonomous ResearchTurn a vague topic into a fully cited, experiment-backed academic-style paper with zero manual research steps.1.5k installs
- M03 MutabilitySystematically resolve Rust borrow checker and mutability errors instead of blindly adding `mut` keywords.1.5k installs
- Senior Data EngineerApply senior-level data modeling, pipeline architecture, and production patterns when creating reliable data systems with AI agents.1.5k installs
- Video EditingTurn raw screen recordings and footage into polished short-form videos, vlogs, and platform-specific clips using an AI-assisted pipeline.1.5k installs
- Blog DiscourseResearch the last 30 days of public discourse on a topic and produce a DISCOURSE.md research brief.1.5k installs
- Generating Custom TabGenerate accurate Salesforce Custom Tab metadata when an AI coding agent is building or extending a Salesforce application.1.5k installs
- Locomotive ScrollGenerate smooth, performant scroll-triggered animations and locomotive-style effects for modern web interfaces.1.5k installs
- Amazon KeyspacesCreate and modify Amazon Keyspaces (Cassandra) keyspaces and tables and check feature compatibility, pricing, and migrations.1.5k installs
- Generating Custom Lightning TypeGenerate correct Custom Lightning Types for Einstein Agent actions and structured input/output schemas on the Salesforce Lightning Platform.1.5k installs
- Generating Lightning AppTurn a natural language request for a complete business application into a fully orchestrated, deployable Salesforce Lightning Experience app with all dependent c1.5k installs
- M01 OwnershipQuickly internalize Rust ownership rules by comparing them directly to C++ and Go while writing safe concurrent code with agents.1.5k installs
- Mojo SyntaxGenerate accurate, up-to-date Mojo code that compiles on the latest Mojo compiler instead of relying on outdated pretrained knowledge.1.5k installs
- Spark Video EpisodeGenerate consistent short video clips from text or image prompts using Alibaba Cloud DashScope models inside automated video production workflows.1.5k installs
- Generating Custom ApplicationGenerate and configure Salesforce Lightning Custom Applications that organize tabs, set navigation, branding, and action overrides.1.5k installs
- Muapi Instagram PostGenerate and publish Instagram posts directly from an AI agent using the MUAPI service.1.5k installs
- Browser Extension BuilderGet expert guidance on creating, structuring, and publishing high-quality Chrome, Firefox, and cross-browser extensions that users actually adopt.1.5k installs
- Fusion Code ConventionsEnforce architectural decisions and contributor guidelines while preventing silent drift in evolving codebases.1.5k installs
- Running Effective 1 1sRun high-signal 1:1 meetings that surface blockers, maintain team momentum, and keep personal well-being tied to output.1.5k installs
- Seoul BikeQuery real-time Seoul bike-share station availability directly from their AI coding agent.1.5k installs
- Spring Boot Project CreatorInstantly generate a fully configured Spring Boot project with chosen architecture, JPA, OpenAPI docs, and Docker Compose services.1.5k installs
- Crypto Ta AnalyzerGenerate technical analysis and trading signals for cryptocurrencies using real-time market data.1.5k installs
- Hsb SetupRun the documented NVIDIA HSB setup workflow so local agent environments pass NVSkills-Eval-style setup checks before you rely on the skill in production coding tasks.1.5k installs
- Seo Local BusinessGenerate complete, local-SEO-optimized HTML meta tag templates for business websites and landing pages.1.5k installs
- Github Issue WorkflowEnsure their AI coding agent follows disciplined GitHub issue resolution practices instead of jumping straight into code.1.5k installs
- Hsb TestRun a structured NVSkills-Eval benchmark on a skill package before you publish it so agents stay safe, discoverable, and measurably effective.1.5k installs
- Loop FactoryTurns agent work into a visible spec-driven pipeline with inbox/active/archive states, keeping product decisions human-owned.1.5k installs
- Markdown ConverterQuickly turn PDFs, Office documents, web pages, spreadsheets, images, audio, and YouTube links into clean Markdown that LLMs can understand.1.5k installs
- Company ValuationQuickly estimate the fair value of any public company using multiple proven financial methods.1.5k installs
- Docs UpdaterAutomatically detect code changes and generate accurate changelog and documentation updates without manual effort.1.5k installs
- Find SkillsInstantly locate the right Skillselion agent skill, MCP server, or workflow for any task instead of scrolling or guessing.1.5k installs
- Gtm Board And Investor CommunicationCreate clear, trust-building board decks, investor updates, and executive communications that turn data into narrative without producing unread slide decks.1.5k installs
- Muapi Product Video Ad MakerAutomatically turn product screenshots and descriptions into scroll-stopping short video ads using the MuAPI service.1.5k installs
- Blog TranslateTranslate and localize blog posts for new markets while preserving SEO keywords, tone, CTAs, and formatting so international launches read natively and rank locally.1.5k installs
- DesktopAdd native desktop notification, filesystem, and system API capabilities to their AI-powered chat or agent application.1.5k installs
- Gtm Enterprise Account PlanningCreate structured enterprise account plans, qualify deals with MEDDICC, and maintain mutual action plans that keep complex sales cycles on track.1.5k installs
- M09 DomainTranslate business domain concepts into correct Rust ownership, type-state, and aggregate patterns before writing implementation code.1.5k installs
- M15 Anti PatternAutomatically detect and suggest fixes for common Rust mistakes around ownership, error handling, and performance before code review or merge.1.5k installs
- Reddit LeadsDiscover high-intent B2B prospects on Reddit by surfacing real user pain points, competitor complaints, and buying signals.1.5k installs
- Hsb FlashRun agent-guided HSB flash workflows on NVIDIA-oriented infra when your team maintains firmware or device bring-up through skills rather than ad-hoc shell scripts.1.5k installs
- LoopRun recurring autonomous experiments on any part of their product at chosen intervals.1.5k installs
- Woocommerce Backend DevEnsure all new or changed WooCommerce PHP backend code follows official project conventions for classes, hooks, dependency injection, and coding style.1.5k installs
- Aws Solution ArchitectGet a production-grade AWS reference architecture with cost estimates, service mappings, phased rollout plan, and IaC templates for scalable three-tier applications.1.5k installs
- Backend Code ReviewGet systematic, high-signal feedback on backend services, APIs, and agent logic before merging.1.5k installs
- DogfoodingTurn personal product usage into structured insights that improve feature decisions and user empathy.1.5k installs
- Hsb AppValidate an NVIDIA `hsb-app` agent skill against NVSkills-Eval before you publish it to a broader workflow or catalog.1.5k installs
- Asc Revenuecat Catalog SyncKeep App Store Connect subscriptions, in-app purchases, and offerings automatically reconciled with a RevenueCat catalog.1.5k installs
- Sepa StrategySystematically evaluate growth stocks using Mark Minervini's SEPA methodology before making any investment decision.1.5k installs
- Generating List ViewGenerate, validate, and troubleshoot Salesforce List View metadata for filtered record displays.1.5k installs
- Managing Imposter SyndromeWork through feelings of self-doubt and inadequacy that arise while shipping products.1.5k installs
- RoverManage, validate, compose and publish GraphQL schemas and federated supergraphs using the Apollo Rover CLI.1.5k installs
- Marketplace LiquidityExtract, synthesize, and operationalize expert guest insights on marketplace liquidity from podcast transcripts and interviews.1.5k installs
- App ClipsPlan, implement, and optimize App Clips that drive instant app discovery and conversion without requiring a full download.1.5k installs
- Fusion Dependency ReviewGet a focused, evidence-based assessment of upstream dependency upgrades before merging them.1.5k installs
- Add Setting EnvAdd new server-side environment variables that set default user preferences in Lobe Chat without changing hardcoded values.1.5k installs
- Generating Validation RuleGenerate, modify, and troubleshoot Salesforce validation rules that enforce data quality and business logic at the database layer.1.5k installs
- Owasp SecurityApply OWASP Top 10:2025, ASVS 5.0, LLM Top 10 and Agentic AI security standards while writing or reviewing code.1.5k installs
- Swift Architecture SkillGet the right Swift architecture recommendation plus concrete implementation steps and review criteria for any iOS feature.1.5k installs
- Gtm Partnership ArchitectureDesign partner programs with real economic commitment instead of co-marketing theater.1.5k installs
- Media RelationsGet structured guidance from proven product leaders on crafting newsworthy stories, preparing pitches, offering exclusives, and managing journalist relationships for pr1.5k installs