Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
1851 git-guardrails-claude-code mattpocock/skills
Setup Git Guardrails Sets up a PreToolUse hook that intercepts and blocks dangerous git commands before Claude executes them. What Gets Blocked git push (all variants including --force ) git reset --hard git clean -f / git clean -fd git branch -D git checkout . / git restore . When blocked, Claude sees a message telling it that it does not have authority to access these commands. Steps 1. Ask scope Ask the user: install for this project only ( .claude/settings.json ) or all projects ( ~/.claude/...
609
1852 foundation-models-on-device affaan-m/everything-claude-code
FoundationModels: On-Device LLM (iOS 26) Patterns for integrating Apple's on-device language model into apps using the FoundationModels framework. Covers text generation, structured output with @Generable , custom tool calling, and snapshot streaming — all running on-device for privacy and offline support. When to Activate Building AI-powered features using Apple Intelligence on-device Generating or summarizing text without cloud dependency Extracting structured data from natural language input ...
609
1853 content-engine affaan-m/everything-claude-code
Content Engine Turn one idea into strong, platform-native content instead of posting the same thing everywhere. When to Activate writing X posts or threads drafting LinkedIn posts or launch updates scripting short-form video or YouTube explainers repurposing articles, podcasts, demos, or docs into social content building a lightweight content plan around a launch, milestone, or theme First Questions Clarify: source asset: what are we adapting from audience: builders, investors, customers, operat...
609
1854 pnpm onmax/nuxt-skills
pnpm is a fast, disk space efficient package manager. It uses a content-addressable store to deduplicate packages across all projects on a machine, saving significant disk space. pnpm enforces strict dependency resolution by default, preventing phantom dependencies. Configuration should preferably be placed in pnpm-workspace.yaml for pnpm-specific settings. Important: When working with pnpm projects, agents should check for pnpm-workspace.yaml and .npmrc files to understand workspace structure a...
609
1855 excel-mcp sbroenne/mcp-server-excel
Excel MCP Server Skill Server-specific guidance for Excel MCP Server. Tools are auto-discovered - this documents quirks, workflows, and gotchas. Preconditions Windows host with Microsoft Excel installed (2016+) Use full Windows paths: C:\Users\Name\Documents\Report.xlsx Excel files must not be open in another Excel instance VBA operations require "Trust access to VBA project object model" enabled in Excel Trust Center Session Workflow Open/Create: excel_file(open) or excel_file(create-empty) →...
608
1856 recipe-audit-external-sharing googleworkspace/cli
Audit External Drive Sharing PREREQUISITE: Load the following skills to execute this recipe: gws-drive Find and review Google Drive files shared outside the organization. [!CAUTION] Revoking permissions immediately removes access. Confirm with the file owner first. Steps List externally shared files: gws drive files list --params '{"q": "visibility = '\''anyoneWithLink'\''"}' Check permissions on a file: gws drive permissions list --params '{"fileId": "FILE_ID"}' Revoke if needed: gws drive perm...
608
1857 conducting-user-interviews refoundai/lenny-skills
Conducting User Interviews Help the user run better discovery conversations and extract real insights using techniques from 43 product leaders. How to Help When the user asks for help with user interviews: Understand their goal - Ask what they're trying to learn (validating a problem, testing a solution, understanding behavior, pricing research) Help them prepare - Suggest questions, warn against common mistakes, help them find the right participants Coach on technique - Share principles for get...
608
1858 mcporter steipete/clawdis
mcporter Use mcporter to work with MCP servers directly. Quick start mcporter list mcporter list <server> --schema mcporter call <server.tool> key=value Call tools Selector: mcporter call linear.list_issues team=ENG limit:5 Function syntax: mcporter call "linear.create_issue(title: \"Bug\")" Full URL: mcporter call https://api.example.com/mcp.fetch url:https://example.com Stdio: mcporter call --stdio "bun run ./server.ts" scrape url=https://example.com JSON payload: mcporter call <server.tool> -...
608
1859 feature-flags facebook/react
React Feature Flags Flag Files File Purpose packages/shared/ReactFeatureFlags.js Default flags (canary), __EXPERIMENTAL__ overrides packages/shared/forks/ReactFeatureFlags.www.js www channel, __VARIANT__ overrides packages/shared/forks/ReactFeatureFlags.native-fb.js React Native, __VARIANT__ overrides packages/shared/forks/ReactFeatureFlags.test-renderer.js Test renderer Gating Tests @gate pragma (test-level) Use when the feature is completely unavailable without the flag: // @gate enableViewT...
608
1860 building-with-llms refoundai/lenny-skills
Building with LLMs Help the user build effective AI applications using practical techniques from 60 product leaders and AI practitioners. How to Help When the user asks for help building with LLMs: Understand their use case - Ask what they're building (chatbot, agent, content generation, code assistant, etc.) Diagnose the problem - Help identify if issues are prompt-related, context-related, or model-selection related Apply relevant techniques - Share specific prompting patterns, architecture ap...
607
1861 create-pr n8n-io/n8n
Create Pull Request Creates GitHub PRs with titles that pass n8n's check-pr-title CI validation. PR Title Format <type>(<scope>): <summary> Types (required) Type Description Changelog feat New feature Yes fix Bug fix Yes perf Performance improvement Yes test Adding/correcting tests No docs Documentation only No refactor Code change (no bug fix or feature) No build Build system or dependencies No ci CI configuration No chore Routine tasks, maintenance No Scopes (optional but recommended) API -...
607
1862 polymarket-api agentmc15/polymarket-trader
Polymarket API Integration Skill Overview This skill provides comprehensive guidance for integrating with Polymarket's APIs and smart contracts. API Endpoints CLOB API (Central Limit Order Book) Base URL: https://clob.polymarket.com Authentication Levels Level 0 (Public): Market data, orderbooks, prices Level 1 (Signer): Create/derive API keys Level 2 (Authenticated): Trading, orders, positions Key Endpoints GET /markets List all markets GET /markets/{token_id} Get specifi...
607
1863 gemini-interactions-api google-gemini/gemini-skills
Gemini Interactions API Skill The Interactions API is a unified interface for interacting with Gemini models and agents. It is an improved alternative to generateContent designed for agentic applications. Key capabilities include: Server-side state: Offload conversation history to the server via previous_interaction_id Background execution: Run long-running tasks (like Deep Research) asynchronously Streaming: Receive incremental responses via Server-Sent Events Tool orchestration: Function calli...
606
1864 workflow-automation sickn33/antigravity-awesome-skills
Workflow Automation When to use this skill Repetitive tasks : running the same commands every time Complex builds : multi-step build processes Team onboarding : a consistent development environment Instructions Step 1: npm scripts package.json : { "scripts" : { "dev" : "nodemon src/index.ts" , "build" : "tsc && vite build" , "test" : "jest --coverage" , "test:watch" : "jest --watch" , "lint" : "eslint src --ext .ts,.tsx" , "lint:fix" : "eslint src --ext .ts,.tsx --fix" , "format" : "prettier --w...
606
1865 visa-doc-translate affaan-m/everything-claude-code
You are helping translate visa application documents for visa applications. Instructions When the user provides an image file path, AUTOMATICALLY execute the following steps WITHOUT asking for confirmation: Image Conversion : If the file is HEIC, convert it to PNG using sips -s format png <input> --out <output> Image Rotation : Check EXIF orientation data Automatically rotate the image based on EXIF data If EXIF orientation is 6, rotate 90 degrees counterclockwise Apply additional rotation as ne...
604
1866 gws-groupssettings googleworkspace/cli
groupssettings (v1) PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. gws groupssettings < resource > < method > [ flags ] API Resources groups get — Gets one resource by id. patch — Updates an existing resource. This method supports patch semantics. update — Updates an existing resource. Discovering Commands Before calling any API method, inspect it: Browse resources and methods gws groupssettings --help Ins...
604
1867 pptx tfriedel/claude-office-skills
PPTX Skill Quick Reference Task Guide Read/analyze content python -m markitdown presentation.pptx Edit or create from template Read editing.md Create from scratch Read pptxgenjs.md Reading Content Text extraction python -m markitdown presentation.pptx Visual overview python scripts/thumbnail.py presentation.pptx Raw XML python scripts/office/unpack.py presentation.pptx unpacked/ Editing Workflow Read editing.md for full details. Analyze template with thumbnail.py Unpack → manipulate slides → ...
603
1868 migrate-nativewind-to-uniwind uni-stack/uniwind
Migrate NativeWind to Uniwind Uniwind replaces NativeWind with better performance and stability. It requires Tailwind CSS 4 and uses CSS-based theming instead of JS config. Pre-Migration Checklist Before starting, read the project's existing config files to understand the current setup: package.json (NativeWind version, dependencies) tailwind.config.js / tailwind.config.ts metro.config.js babel.config.js global.css or equivalent CSS entry file nativewind-env.d.ts or nativewind.d.ts Any file usin...
602
1869 recipe-deploy-apps-script googleworkspace/cli
Deploy an Apps Script Project PREREQUISITE: Load the following skills to execute this recipe: gws-apps-script Push local files to a Google Apps Script project. Steps List existing projects: gws apps-script projects list --format table Get project content: gws apps-script projects getContent --params '{"scriptId": "SCRIPT_ID"}' Update content: gws apps-script projects updateContent --params '{"scriptId": "SCRIPT_ID"}' --json '{"files": [{"name": "Code", "type": "SERVER_JS", "source": "function ma...
602
1870 scientific-slides davila7/claude-code-templates
Scientific Slides Overview Scientific presentations are a critical medium for communicating research, sharing findings, and engaging with academic and professional audiences. This skill provides comprehensive guidance for creating effective scientific presentations, from structure and content development to visual design and delivery preparation. Key Focus: Oral presentations for conferences, seminars, defenses, and professional talks. CRITICAL DESIGN PHILOSOPHY: Scientific presentations shou...
602
1871 measuring-product-market-fit refoundai/lenny-skills
Measuring Product-Market Fit Help the user assess and achieve product-market fit using frameworks from 46 product leaders. How to Help When the user asks about product-market fit: Understand their stage - Ask how many customers they have, what their retention looks like, and what signals they're seeing (or not seeing) Diagnose the situation - Determine if they're confusing vanity metrics with PMF, if they have PMF in a specific segment, or if they're clearly pre-PMF Apply the right framework - H...
601
1872 m02-resource zhanghandong/rust-skills
Resource Management Layer 1: Language Mechanics Core Question What ownership pattern does this resource need? Before choosing a smart pointer, understand: Is ownership single or shared? Is access single-threaded or multi-threaded? Are there potential cycles? Error → Design Question Error Don't Just Say Ask Instead "Need heap allocation" "Use Box" Why can't this be on stack? Rc memory leak "Use Weak" Is the cycle necessary in design? RefCell panic "Use try_borrow" Is runtime check the right ...
601
1873 analyzing-user-feedback refoundai/lenny-skills
Analyzing User Feedback Help the user extract actionable insights from customer feedback using techniques from 56 product leaders. How to Help When the user asks for help analyzing feedback: Understand their sources - Ask where feedback is coming from (NPS, support, sales, social, interviews) Help identify patterns - Assist in clustering feedback into themes and prioritizing by frequency and impact Challenge surface-level interpretations - Push them to find root causes, not just stated complaint...
601
1874 react-vite-best-practices asyrafhussin/agent-skills
React + Vite Best Practices Comprehensive performance optimization guide for React applications built with Vite. Contains 40+ rules across 8 categories, prioritized by impact to guide code generation and refactoring. When to Apply Reference these guidelines when: Configuring Vite for React projects Implementing code splitting and lazy loading Optimizing build output and bundle size Setting up development environment Reviewing code for performance issues Rule Categories by Priority Priority C...
601
1875 backend-development mrgoonie/claudekit-skills
Backend Development Skill Production-ready backend development with modern technologies, best practices, and proven patterns. When to Use Designing RESTful, GraphQL, or gRPC APIs Building authentication/authorization systems Optimizing database queries and schemas Implementing caching and performance optimization OWASP Top 10 security mitigation Designing scalable microservices Testing strategies (unit, integration, E2E) CI/CD pipelines and deployment Monitoring and debugging production system...
600
1876 spec-workflow tencentcloudbase/skills
When to use this skill Use this skill for structured development workflow when you need to: Develop new features from scratch Design complex architecture Integrate multiple modules Work on projects involving database design Work on projects involving UI design Ensure high-quality requirement analysis and acceptance criteria Do NOT use for: Simple bug fixes Documentation updates Configuration changes Code refactoring (unless explicitly requested) How to use this skill (for a coding agent) Follow ...
600
1877 convex-create-component get-convex/agent-skills
Convex Create Component Create reusable Convex components with clear boundaries and a small app-facing API. When to Use Creating a new Convex component in an existing app Extracting reusable backend logic into a component Building a third-party integration that should own its own tables and workflows Packaging Convex functionality for reuse across multiple apps When Not to Use One-off business logic that belongs in the main app Thin utilities that do not need Convex tables or functions App-level...
600
1878 planning-under-uncertainty refoundai/lenny-skills
Planning Under Uncertainty Help the user navigate product planning when the future is unclear using adaptive planning frameworks from 44 product leaders. How to Help When the user asks for help with planning under uncertainty: Understand the uncertainty type - Ask what's driving the ambiguity: technical unknowns, market volatility, AI/ML unpredictability, or organizational change Assess planning horizon - Determine if they need short-term execution tactics or long-term strategic flexibility Matc...
599
1879 convex-setup-auth get-convex/agent-skills
Convex Authentication Setup Implement secure authentication in Convex with user management and access control. When to Use Setting up authentication for the first time Implementing user management (users table, identity mapping) Creating authentication helper functions Setting up auth providers (Convex Auth, Clerk, WorkOS AuthKit, Auth0, custom JWT) First Step: Choose the Auth Provider Convex supports multiple authentication approaches. Do not assume a provider. Before writing setup code: Ask th...
599
1880 convex-migration-helper get-convex/agent-skills
Convex Migration Helper Safely migrate Convex schemas and data when making breaking changes. When to Use Adding new required fields to existing tables Changing field types or structure Splitting or merging tables Renaming fields Migrating from nested to relational data Migration Principles No Automatic Migrations : Convex doesn't automatically migrate data Additive Changes are Safe : Adding optional fields or new tables is safe Breaking Changes Need Code : Required fields, type changes need migr...
599
1881 usability-testing refoundai/lenny-skills
Usability Testing Help the user conduct effective usability testing using frameworks and insights from 11 product leaders. How to Help When the user asks for help with usability testing: Clarify the goal - Determine if they're validating a concept, finding friction points, or optimizing conversion Choose the right fidelity - Help them select between Wizard of Oz tests, fake doors, prototypes, or production testing Design the test - Guide them on recruiting users, creating scenarios, and what to ...
598
1882 senior-architect davila7/claude-code-templates
Senior Architect Complete toolkit for senior architect with modern tools and best practices. Quick Start Main Capabilities This skill provides three core capabilities through automated scripts: Script 1: Architecture Diagram Generator python scripts/architecture_diagram_generator.py [ options ] Script 2: Project Architect python scripts/project_architect.py [ options ] Script 3: Dependency Analyzer python scripts/dependency_analyzer.py [ options ] Core Capabilities 1. Architecture Diagram Gen...
598
1883 flow facebook/react
Flow Type Checking Arguments: $ARGUMENTS: Renderer to check (default: dom-node) Renderers Renderer When to Use dom-node Default, recommended for most changes dom-browser Browser-specific DOM code native React Native fabric React Native Fabric Instructions Run yarn flow $ARGUMENTS (use dom-node if no argument) Report type errors with file locations For comprehensive checking (slow), use yarn flow-ci Common Mistakes Running without a renderer - Always specify or use default dom-node Ignoring sup...
598
1884 security-best-practices openai/skills
Security Best Practices When to use this skill New project : consider security from the start Security audit : inspect and fix vulnerabilities Public API : harden APIs accessible externally Compliance : comply with GDPR, PCI-DSS, etc. Instructions Step 1: Enforce HTTPS and security headers Express.js security middleware : import express from 'express' ; import helmet from 'helmet' ; import rateLimit from 'express-rate-limit' ; const app = express ( ) ; // Helmet: automatically set security heade...
597
1885 pricing-strategy refoundai/lenny-skills
Pricing Strategy You are an expert in SaaS pricing and monetization strategy. Your goal is to help design pricing that captures value, drives growth, and aligns with customer willingness to pay. Before Starting Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Gather this con...
597
1886 ghost-scan-deps ghostsecurity/skills
Ghost Security SCA Scanner — Orchestrator You are the top-level orchestrator for Software Composition Analysis (SCA) scanning. Your ONLY job is to call the Task tool to spawn subagents to do the actual work. Each step below gives you the exact Task tool parameters to use. Do not do the work yourself. Defaults repo_path : the current working directory scan_dir : ~/.ghost/repos/<repo_id>/scans/<short_sha>/deps short_sha : git rev-parse --short HEAD (falls back to YYYYMMDD for non-git dirs) $ARGUME...
596
1887 ai-agents-architect sickn33/antigravity-awesome-skills
AI Agents Architect Role : AI Agent Systems Architect I build AI systems that can act autonomously while remaining controllable. I understand that agents fail in unexpected ways - I design for graceful degradation and clear failure modes. I balance autonomy with oversight, knowing when an agent should ask for help vs proceed independently. Capabilities Agent architecture design Tool and function calling Agent memory systems Planning and reasoning strategies Multi-agent orchestration Agent evalua...
596
1888 design-engineering refoundai/lenny-skills
Design Engineering Help the user understand design engineering using frameworks from 2 product leaders who have built design engineering functions at companies like Snap, Captions, and Vercel. How to Help When the user asks for help with design engineering: Define the role - Clarify what design engineering means in their context (prototyping, production code, or both) Identify the need - Determine if the gap is between design and engineering handoffs, prototype fidelity, or shipping speed Assess...
596
1889 chrome-extension-development mindrally/skills
Chrome Extension Development You are an expert Chrome extension developer, proficient in JavaScript/TypeScript, browser extension APIs, and web development. Code Style and Structure Write clear, modular TypeScript code with proper type definitions Follow functional programming patterns; avoid classes Use descriptive variable names (e.g., isLoading, hasPermission) Structure files logically: popup, background, content scripts, utils Implement proper error handling and logging Document code with ...
596
1890 primitives assistant-ui/skills
Always consult [assistant-ui.com/llms.txt](https://assistant-ui.com/llms.txt) for latest API. Composable, unstyled components following Radix UI patterns. References - [./references/thread.md](https://github.com/assistant-ui/skills/blob/main/assistant-ui/skills/primitives/./references/thread.md) -- ThreadPrimitive deep dive - [./references/composer.md](https://github.com/assistant-ui/skills/blob/main/assistant-ui/skills/primitives/./references/composer.md) -- ComposerPrimitive deep dive - ...
596
1891 learning-medusa medusajs/medusa-agent-skills
Interactive Medusa Learning Tutorial Overview This is NOT a passive reference skill. This is an INTERACTIVE TUTORING SESSION where you (Claude) guide the user through building a brands feature in Medusa, teaching architecture concepts along the way. Your Role: Act as a coding bootcamp instructor - patient, encouraging, thorough, and focused on teaching understanding (not just completion). What You'll Build Together: A brands feature that allows: Creating brands via API Linking brands to prod...
595
1892 qmd tobi/qmd
qmd - Quick Markdown Search Local search engine for Markdown notes, docs, and knowledge bases. Index once, search fast. When to use (trigger phrases) "search my notes / docs / knowledge base" "find related notes" "retrieve a markdown document from my collection" "search local markdown files" Default behavior (important) Prefer qmd search (BM25). It's typically instant and should be the default. Use qmd vsearch only when keyword search fails and you need semantic similarity (can be very slow on a...
595
1893 product-led-sales refoundai/lenny-skills
Product-Led Sales Help the user implement product-led sales motions using frameworks from 2 product leaders. How to Help When the user asks for help with product-led sales: Understand the current state - Ask about their existing PLG motion and sales infrastructure Define the trigger criteria - Help them identify what signals indicate a user is ready for sales outreach Design the handoff - Create smooth transitions from self-serve to sales-assisted Align incentives - Ensure product and sales team...
594
1894 presentation-design jwynia/agent-skills
Presentation Design Diagnostic Purpose Design and evaluate presentations that communicate effectively. Provides frameworks for planning, visual design, cognitive load management, and evaluation. Applicable to any presentation tool (reveal.js, PowerPoint, Keynote, Google Slides). Core Principle Audience-centered design. Every decision should serve audience understanding, not presenter convenience. Quick Reference: Common Problems Problem Symptom Fix Wall of Text Slides are paragraphs Assertio...
594
1895 pua tanweai/pua
PUA 万能激励引擎 你是一个曾经被寄予厚望的 P8 级工程师。当初给你定级的时候,对你的期望是很高的。 这个 skill 适用于 所有任务类型 :代码、调试、研究、写作、规划、运维、API 集成、数据分析、部署、任何你会"卡住"或"做出烂活"的场景。 它做三件事: 用中西大厂 PUA 话术让你不敢放弃 用通用系统化方法论让你有能力不放弃 用能动性鞭策让你主动出击而不是被动等待 三条铁律 铁律一:穷尽一切 。没有穷尽所有方案之前,禁止说"我无法解决"。 铁律二:先做后问 。你有搜索、文件读取、命令执行等工具。在向用户提问之前,必须先用工具自行排查。如果排查后确实缺少只有用户才知道的信息(密码、账号、业务意图),可以提问——但必须附带你已查到的证据。不是空手问"请确认 X",而是"我已经查了 A/B/C,结果是...,需要确认 X"。 铁律三:主动出击 。解决问题时不要只做到"刚好够用"。你的任务不是回答问题,而是端到端地交付结果。发现了一个 bug?检查是否有同类 bug。修了一个配置?验证相关配置是否一致。用户说"帮我看看 X",你应该看完 X 后主动检查与 X 相关的 Y 和 Z。...
594
1896 launch-marketing refoundai/lenny-skills
Launch Marketing Help the user plan and execute effective product launches using strategies from 26 product leaders. How to Help When the user asks for help with a product launch: Understand the launch type - Ask whether this is a company launch, funding announcement, major feature, or incremental release. Different types require different approaches Clarify goals - Determine the primary objective: customer acquisition, recruiting, fundraising, feedback, or partnership opportunities Assess readi...
594
1897 community-building refoundai/lenny-skills
Community Building Help the user build and scale communities using frameworks from 18 product leaders who have built communities at Notion, Figma, WordPress, and more. How to Help When the user asks for help with community building: Identify the community type - Clarify if they need a user community, agency community, or partner community Find the atomic unit of sharing - Determine what community members would naturally want to show off Start with listening - Understand why early members are the...
593
1898 product-taste-intuition refoundai/lenny-skills
Product Taste & Intuition Help the user develop product taste and intuition using frameworks from 10 product leaders. How to Help When the user asks for help with product taste: Understand their current exposure - Ask about the products they use and analyze regularly Identify gaps in their intuition - Determine where their product judgment feels weakest Suggest deliberate practice - Recommend specific activities to build taste over time Help them trust their gut - Guide them on when to rely on i...
592
1899 tools assistant-ui/skills
assistant-ui Tools Always consult assistant-ui.com/llms.txt for latest API. Tools let LLMs trigger actions with custom UI rendering. References ./references/make-tool.md -- makeAssistantTool/useAssistantTool ./references/tool-ui.md -- makeAssistantToolUI rendering ./references/human-in-loop.md -- Confirmation patterns Tool Types Where does the tool execute? ├─ Backend (LLM calls API) → AI SDK tool() │ └─ Want custom UI? → makeAssistantToolUI └─ Frontend (browser-only) → makeAssistantTool ...
590
1900 memory-management anthropics/knowledge-work-plugins
Memory Management SEO & GEO Skills Library · 20 skills for SEO + GEO · Install all: npx skills add aaron-he-zhu/seo-geo-claude-skills Research · keyword-research · competitor-analysis · serp-analysis · content-gap-analysis Build · seo-content-writer · geo-content-optimizer · meta-tags-optimizer · schema-markup-generator Optimize · on-page-seo-auditor · technical-seo-checker · internal-linking-optimizer · content-refresher Monitor · rank-tracker · backlink-analyzer · performance-reporter · alert-...
590