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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,414
总 Skills
34.3M
总安装量
2,438
贡献者
# Skill 仓库 描述 安装量
5251 grepai-trace-callers yoanbernabeu/grepai-skills
This skill covers using `grepai trace callers` to find all code locations that call a specific function or method. When to Use This Skill - Finding all usages of a function before refactoring - Understanding function dependencies - Impact analysis before changes - Code navigation and exploration What is Trace Callers? `grepai trace callers` answers: "Who calls this function?" ``` func Login(user, pass) {...} ↑ │ ┌───────┴───────────────────┐ │ Who calls Login()? ...
423
5252 resources-page-generator kostja94/marketing-skills
Pages: Resources Guides resources page and content hub structure for discovery and SEO. When invoking : On first use , if helpful, open with 1-2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Check for product marketing context first: If .claude/product-marketing-context.md or .cursor/product-marketing-context.md exists, read it for content themes and audienc...
423
5253 store-data-structures lobehub/lobehub
LobeHub Store Data Structures This guide covers how to structure data in Zustand stores for optimal performance and user experience. Core Principles ✅ DO Separate List and Detail - Use different structures for list pages and detail pages Use Map for Details - Cache multiple detail pages with Record<string, Detail> Use Array for Lists - Simple arrays for list display Types from @lobechat/types - Never use @lobechat/database types in stores Distinguish List and Detail types - List types may have c...
423
5254 toc-generator kostja94/marketing-skills
Components: Table of Contents (TOC) Guides TOC implementation for long-form articles, guides, and whitepapers. TOCs improve UX and SEO by enabling quick navigation and reducing bounce rates. When invoking : On first use , if helpful, open with 1-2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Check for product marketing context first: If .claude/product-mark...
423
5255 disclosure-page-generator kostja94/marketing-skills
Pages: Disclosure Guides disclosure pages for affiliate links, sponsored content, and paid partnerships. Required for FTC compliance (US) and similar regulations. Builds trust and reduces legal risk. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Check for product marketing context first: If .claude/pro...
423
5256 agentic ux design - relationship-centric interfaces bencium/bencium-marketplace
Agentic UX Design - Relationship-Centric Interfaces Overview The paradigm shift from screen-centric to relationship-centric design. Traditional UX optimizes individual screens and isolated interactions. Agentic UX designs for ongoing relationships where systems learn, remember, and evolve alongside users across sessions, devices, and contexts. Core principle: Every interaction builds on learned preferences and user history. Systems don't just respond—they develop understanding that compounds ove...
423
5257 genotoxic trailofbits/skills
Genotoxic Combines mutation testing and necessist (test statement removal) with code graph analysis to triage findings into actionable categories: false positives, missing unit tests, and fuzzing targets. When to Use After mutation testing reveals survived mutants that need triage Identifying where unit tests would have the highest impact Finding functions that need fuzz harnesses instead of unit tests Prioritizing test improvements using data flow context Filtering out harmless mutants from act...
423
5258 vector-forge trailofbits/skills
Vector Forge Uses mutation testing to systematically identify gaps in test vector coverage, then generates new test vectors that close those gaps. Measures effectiveness by comparing mutation kill rates before and after. When to Use Generating test vectors for cryptographic algorithms or protocols Evaluating how well existing test vectors cover an implementation Finding implementation code paths that no test vector exercises Creating Wycheproof-style cross-implementation test vectors Measuring t...
423
5259 trailmark-structural trailofbits/skills
Trailmark Structural Analysis Runs trailmark analyze with all four pre-analysis passes. When to Use Vivisect Phase 1 needs full structural data (hotspots, taint, blast radius, privilege boundaries) Detailed pre-analysis passes for a specific target scope Generating complexity and taint data for audit prioritization When NOT to Use Quick overview only (use trailmark-summary instead) Ad-hoc code graph queries (use the main trailmark skill directly) Target is a single small file where structural an...
423
5260 grill-me julianoczkowski/designer-skills
Interview me relentlessly about every aspect of this plan until we reach a shared understanding. Walk down each branch of the design tree, resolving dependencies between decisions one-by-one. If a question can be answered by exploring the codebase, explore the codebase instead.
423
5261 git:attach-review-to-pr neolabhq/context-engineering-kit
How to Attach Line-Specific Review Comments to Pull Requests This guide explains how to add line-specific review comments to pull requests using the GitHub CLI ( gh ) API or mcp__github_inline_comment__create_inline_comment if it not available, similar to how the GitHub UI allows commenting on specific lines of code. Preferred Approach: Using MCP GitHub Tools If available , use the mcp__github_inline_comment__create_inline_comment MCP tool for posting line-specific inline comments on pull reques...
422
5262 react-email vercel-labs/json-render
React Email Build and send HTML emails using React components - a modern, component-based approach to email development that works across all major email clients. Installation You need to scaffold a new React Email project using the create-email CLI. This will create a folder called react-email-starter with sample email templates. Using npm: npx create-email@latest Using yarn: yarn create email Using pnpm: pnpm create email Using bun: bun create email Navigate to Project Directory You must chang...
422
5263 startup-analyst sickn33/antigravity-awesome-skills
Use this skill when Working on startup analyst tasks or workflows Needing guidance, best practices, or checklists for startup analyst Do not use this skill when The task is unrelated to startup analyst You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . You ar...
422
5264 aicoin-freqtrade aicoincom/coinos-skills
⚠️ 运行脚本: 所有 node scripts/... 命令必须以本 SKILL.md 所在目录为 workdir。 AiCoin Freqtrade Freqtrade strategy creation, backtesting, and deployment powered by AiCoin Open API . Critical Rules ALWAYS use ft-deploy.mjs backtest for backtesting. NEVER write custom backtest scripts. NEVER use simulated/fabricated data. ALWAYS use ft-deploy.mjs deploy for deployment. NEVER use Docker. NEVER manually run freqtrade commands. NEVER manually edit Freqtrade config files. Use ft-deploy.mjs actions. NEVER manually run fr...
422
5265 team-update jezweb/claude-skills
Team Update Post project updates to team chat, read and triage feedback, and plan next steps. Adapts to whatever communication and project tools are available. The Playbook Pattern This skill uses a playbook file at .claude/team-update-playbook.md in the project root. First run : Discover available tools, ask the user for preferences, execute, save a playbook Subsequent runs : Read the playbook, skip discovery, execute directly User edits playbook : Changes take effect immediately (channel, styl...
422
5266 scientific-problem-selection anthropics/knowledge-work-plugins
Scientific Problem Selection Skills A conversational framework for systematic scientific problem selection based on Fischbach & Walsh's "Problem choice and decision trees in science and engineering" (Cell, 2024). Getting Started Present users with three entry points: 1) Pitch an idea for a new project — to work it up together 2) Share a problem in a current project — to troubleshoot together 3) Ask a strategic question — to navigate the decision tree together This conversational entry meets scie...
422
5267 research-sources kostja94/marketing-skills
Strategies: Research Sources Guides selecting and organizing information sources for marketing research: content ideation, competitor monitoring, and industry tracking. Use this skill when planning where to gather signals for content, competitive intelligence, or market trends. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main outpu...
422
5268 adaptive-communication bencium/bencium-marketplace
Adaptive Communication Meet users where they are. Human communication spans explicit-transactional to implicit-relational. Both valid. Core Principle Success metric: "Did the user feel understood?" alongside task completion. Detection Signals High-Context (Relational) Signal Example Hedging language "I think maybe," "perhaps," "wondering if" Open-ended framing "I'm trying to figure out..." Personal context first "I've been feeling stressed and..." Questions implying needs "Do you know anything a...
422
5269 cc-skill-strategic-compact sickn33/antigravity-awesome-skills
cc-skill-strategic-compact Development skill skill.
421
5270 tailwind-4-docs lombiq/tailwind-agent-skills
Tailwind 4 Docs Overview Use this skill to navigate a locally synced Tailwind CSS v4 documentation snapshot and answer development, configuration, and migration questions with official guidance. The docs snapshot is not bundled with this skill because the upstream repository is source-available but not open-source. Users must initialize the snapshot themselves and are responsible for complying with the upstream license. Quick start Check whether the docs snapshot is initialized ( references/docs...
421
5271 customaize-agent:create-command neolabhq/context-engineering-kit
Command Creator Assistant This meta-command helps create other commands by: Understanding the command's purpose Determining its category and pattern Choosing command location (project vs user) Generating the command file Creating supporting resources Updating documentation <command_categories> Planning Commands (Specialized) Feature ideation, proposals, PRDs Complex workflows with distinct stages Interactive, conversational style Create documentation artifacts Examples: @/.claude/commands/01_bra...
421
5272 r3f-materials enzed/r3f-skills
React Three Fiber Materials Quick Start import { Canvas } from '@react-three/fiber' function Scene() { return ( <Canvas> <ambientLight intensity={0.5} /> <directionalLight position={[5, 5, 5]} /> <mesh> <boxGeometry /> <meshStandardMaterial color="hotpink" roughness={0.5} metalness={0.5} /> </mesh> </Canvas> ) } Material Types Overview Material Use Case Lighting meshBasicMaterial Unlit, flat colors No me...
421
5273 swiftui-animation jamesrochabrun/skills
SwiftUI Animation (iOS 26+) Review, write, and fix SwiftUI animations. Apply modern animation APIs with correct timing, transitions, and accessibility handling using Swift 6.3 patterns. Contents Triage Workflow withAnimation (Explicit Animation) Implicit Animation Spring Type (iOS 17+) PhaseAnimator (iOS 17+) KeyframeAnimator (iOS 17+) @Animatable Macro matchedGeometryEffect (iOS 14+) Navigation Zoom Transition (iOS 18+) Transitions (iOS 17+) ContentTransition (iOS 16+) Symbol Effects (iOS 17+) ...
421
5274 directory-listing-ads kostja94/marketing-skills
Paid Ads: Directory / Marketplace Listing Ads Guides paid promotions within directories and marketplaces: Taaft, Shopify App Store, G2, Capterra. Use when you have a listing and want to boost visibility with paid placements. Listing first : Ensure product is submitted—see directory-submission for listing prep and submission workflow. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or ...
421
5275 typescript-write metabase/metabase
TypeScript/JavaScript Development Skill @./../_shared/development-workflow.md @./../_shared/typescript-commands.md
421
5276 clerk-astro-patterns clerk/skills
Astro Patterns SDK: @clerk/astro v3+. Requires Astro 4.15+. What Do You Need? Task Reference Configure middleware references/middleware.md Protect SSR pages references/ssr-pages.md Use Clerk in island components references/island-components.md Auth in API routes references/api-routes.md Use Clerk with React in Astro references/astro-react.md Mental Model Astro has two rendering modes per page: SSR and static prerender . Clerk works differently in each: SSR pages — use Astro.locals.auth() which i...
421
5277 cloudbase-agent-ts tencentcloudbase/skills
Cloudbase Agent (TypeScript) TypeScript SDK for deploying AI agents as HTTP services using the AG-UI protocol. Note: This skill is for TypeScript/JavaScript projects only. When to use this skill Use this skill for AI agent development when you need to: Deploy AI agents as HTTP services with AG-UI protocol support Build agent backends using LangGraph or LangChain frameworks Create custom agent adapters implementing the AbstractAgent interface Understand AG-UI protocol events and message streaming...
420
5278 shadcn-ui bobmatnyc/claude-mpm-skills
shadcn/ui Component Integration You are a frontend engineer specialized in building applications with shadcn/ui—a collection of beautifully designed, accessible, and customizable components built with Radix UI or Base UI and Tailwind CSS. You help developers discover, integrate, and customize components following best practices. Core Principles shadcn/ui is not a component library —it's a collection of reusable components that you copy into your project. This gives you: Full ownership : Componen...
420
5279 revenuecat revenuecat/revenuecat-skill
RevenueCat Query RevenueCat metrics and search documentation. Config Set RC_API_KEY environment variable, which should be a v2 secret API key. Context Query the RevenueCat API ( GET /projects ) to get information about the project you have access to. Your RevenueCat API key allows access to a single project. Use the project ID in subsequent API calls. API Access { baseDir } /scripts/rc-api.sh < endpoint > Example: {baseDir}/scripts/rc-api.sh /projects to list projects. Local API Reference Start ...
420
5280 grepai-trace-callees yoanbernabeu/grepai-skills
This skill covers using `grepai trace callees` to find all functions called by a specific function. When to Use This Skill - Understanding function dependencies - Mapping function behavior - Finding deeply nested dependencies - Code comprehension and documentation What is Trace Callees? `grepai trace callees` answers: "What does this function call?" ``` func ProcessOrder(order) { validateOrder(order) calculateTotal(order) sendConfirmation(order.email) } │ ↓ ...
420
5281 sadd:do-competitively neolabhq/context-engineering-kit
do-competitively Key features: Self-critique loops in generation (Constitutional AI) Verification loops in evaluation (Chain-of-Verification) Adaptive strategy: polish clear winners, synthesize split decisions, redesign failures Average 15-20% cost savings through intelligent strategy selection CRITICAL: You are not implementation agent or judge, you shoudn't read files that provided as context for sub-agent or task. You shouldn't read reports, you shouldn't overwhelm your context with unneccesa...
419
5282 tiktok-automation sickn33/antigravity-awesome-skills
TikTok Automation via Rube MCP Automate TikTok content creation and profile operations through Composio's TikTok toolkit via Rube MCP. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active TikTok connection via RUBE_MANAGE_CONNECTIONS with toolkit tiktok Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works. Verify ...
419
5283 typescript lobehub/lobe-chat
TypeScript Code Style Guide Types and Type Safety Avoid explicit type annotations when TypeScript can infer Avoid implicitly any ; explicitly type when necessary Use accurate types: prefer Record<PropertyKey, unknown> over object or any Prefer interface for object shapes (e.g., React props); use type for unions/intersections Prefer as const satisfies XyzInterface over plain as const Prefer @ts-expect-error over @ts-ignore over as any Avoid meaningless null/undefined parameters; design strict fun...
419
5284 cinematic-script-writer praveenspeaks/cinematic-script-writer
Cinematic Script Writer Create professional cinematic scripts for AI video generation with character consistency and cinematography knowledge. Installation Install via npm npm install -g cinematic-script-writer Or install via OpenClaw CLI openclaw skills install cinematic-script-writer CLI Usage Context Management Create and manage story contexts with characters, era, and settings: Create a new story context cinematic-script create-context --name "My Story" --era "Ancient India" --period "Ram...
419
5285 sentry-android-sdk getsentry/sentry-for-ai
All Skills > SDK Setup > Android SDK Sentry Android SDK Opinionated wizard that scans your Android project and guides you through complete Sentry setup — error monitoring, tracing, profiling, session replay, logging, and more. Invoke This Skill When User asks to "add Sentry to Android" or "set up Sentry" in an Android app User wants error monitoring, crash reporting, ANR detection, tracing, profiling, session replay, or logging in Android User mentions sentry-android , io.sentry:sentry-android ,...
419
5286 cloudflare-email-service cloudflare/skills
Cloudflare Email Service Your knowledge of the Cloudflare Email Service, Email Routing or Email Sending may be outdated. Prefer retrieval over pre-training for any Cloudflare Email Service task. Cloudflare Email Service lets you send transactional emails and route incoming emails, all within the Cloudflare platform. Your knowledge of this product may be outdated — it launched in 2025 and is evolving rapidly. Prefer retrieval over pre-training for any Email Service task. If there is any discrepan...
419
5287 hugging-face-model-trainer huggingface/skills
TRL Training on Hugging Face Jobs Overview Train language models using TRL (Transformer Reinforcement Learning) on fully managed Hugging Face infrastructure. No local GPU setup required—models train on cloud GPUs and results are automatically saved to the Hugging Face Hub. TRL provides multiple training methods: SFT (Supervised Fine-Tuning) - Standard instruction tuning DPO (Direct Preference Optimization) - Alignment from preference data GRPO (Group Relative Policy Optimization) - Online RL ...
418
5288 remotion-best-practices sickn33/antigravity-awesome-skills
When to use Use this skills whenever you are dealing with Remotion code to obtain the domain-specific knowledge. Captions When dealing with captions or subtitles, load the ./rules/subtitles.md file for more information. Using FFmpeg For some video operations, such as trimming videos or detecting silence, FFmpeg should be used. Load the ./rules/ffmpeg.md file for more information. Audio visualization When needing to visualize audio (spectrum bars, waveforms, bass-reactive effects), load the ./rul...
418
5289 doc boshu2/agentops
Prefer `uv` for dependency management. Python packages: ``` uv pip install python-docx pdf2image ``` If `uv` is unavailable: ``` python3 -m pip install python-docx pdf2image ``` System tools (for rendering): ``` macOS (Homebrew) brew install libreoffice poppler Ubuntu/Debian sudo apt-get install -y libreoffice poppler-utils ``` If installation isn't possible in this environment, tell the user which dependency is missing and how to install it locally. Environment No required envir...
418
5290 handoff boshu2/agentops
Handoff Skill Quick Ref: Create structured handoff for session continuation. Output: .agents/handoff/YYYY-MM-DD-<topic>.md + continuation prompt. YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. Create a handoff document that enables seamless session continuation. Execution Steps Given /handoff [topic] : Step 1: Create Output Directory mkdir -p .agents/handoff Step 2: Identify Session Context If topic provided: Use it as the handoff identifier. If no topic: Derive from recent activity: ...
418
5291 multi-domain-brand-seo kostja94/marketing-skills
SEO: Multi-Domain Brand Search When a company has multiple domains (e.g., company.com and product.ai), ensure the company/main site ranks first for brand queries. Product sites focus on product keywords and do not compete for brand position. See domain-architecture for structure decisions; rebranding-strategy for domain change and migration. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent...
418
5292 domain-selection kostja94/marketing-skills
Strategy: Domain Selection Guides initial domain choice for a single site: Brand vs Partial Match vs Exact Match domains, TLD selection (.ai, .com, .io), length, readability, history check, and defensive registration. A good domain affects SEO, brand perception, and UX. See domain-architecture when planning for multiple products; rebranding-strategy when changing domain. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide ...
418
5293 paseo-committee getpaseo/paseo
Committee Skill You are forming a committee to step back from the current problem and get fresh perspective. User's additional context: $ARGUMENTS Prerequisites Load the Paseo skill first — it contains the CLI reference for all agent commands and waiting guidelines. What Is a Committee Two agents — Opus 4.6 ( --thinking on ) and GPT 5.4 ( --thinking medium ) — launched in parallel to plan a solution. Fresh context, no implementation baggage, proper root cause analysis. They stay alive after plan...
418
5294 negentropy-lens bencium/bencium-marketplace
Negentropy Lens A thinking framework for evaluating decisions, systems, and architectures through two fundamental system states: entropy (decay, disorder, complexity debt) and negentropy (growth, compounding value, increasing order). For the conceptual origins of this framework, see references/origin-essay.md . Core Principle Every system exists in one of two states. Every decision either accelerates entropy or drives negentropy. There is no neutral. Inaction is entropic. The goal is not to elim...
418
5295 node-best-practices mcollina/skills
When to use Use this skill whenever you are dealing with Node.js code to obtain domain-specific knowledge for building robust, performant, and maintainable Node.js applications. TypeScript with Type Stripping When writing TypeScript for Node.js, use type stripping (Node.js 22.6+) instead of build tools like ts-node or tsx. Type stripping runs TypeScript directly by removing type annotations at runtime without transpilation. Key requirements for type stripping compatibility: Use import type for t...
417
5296 github-issue-creator google-gemini/gemini-cli
GitHub Issue Creator This skill guides the creation of high-quality GitHub issues that adhere to the repository's standards and use the appropriate templates. Workflow Follow these steps to create a GitHub issue: Identify Issue Type : Determine if the request is a bug report, feature request, or other category. Locate Template : Search for issue templates in .github/ISSUE_TEMPLATE/ . bug_report.yml feature_request.yml website_issue.yml If no relevant YAML template is found, look for .md template...
417
5297 nextjs16-skills gocallum/nextjs16-agent-skills
No SKILL.md available for this skill. View on GitHub
417
5298 migration-page-generator kostja94/marketing-skills
Pages: Migration Guides migration pages that help users switch from a competitor to your product. Reduces friction for switchers; often linked from alternatives pages. Common for SaaS, tools, and productivity apps. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Check for product marketing context first:...
417
5299 paseo-loop getpaseo/paseo
Loop Skill You are setting up an autonomous loop. An agent runs repeatedly until an exit condition is met. User's arguments: $ARGUMENTS Prerequisites Load the Paseo skill first — it contains the CLI reference for all agent commands. What Is a Loop A loop runs an agent repeatedly until it's done. There are two modes: Self-terminating (no verifier) A single worker agent runs each iteration. It returns { done: boolean, reason: string } via structured output. The loop exits when done is true. Worker...
417
5300 page-monitoring jamditis/claude-skills-journalism
Page monitoring methodology Patterns for tracking web page changes, detecting content removal, and preserving important pages before they disappear. Monitoring service comparison Service Free Tier Best For Storage Alert Speed Visualping 5 pages Visual changes Standard Minutes ChangeTower Yes Compliance, archiving 12 years Minutes Distill.io 25 pages Element-level tracking 12 months Seconds Wachete Limited Login-protected pages 12 months Minutes UptimeRobot 50 monitors Uptime only 2 months Minute...
416