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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,097
总 Skills
59.4M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
8851 database-admin sickn33/antigravity-awesome-skills
Use this skill when Working on database admin tasks or workflows Needing guidance, best practices, or checklists for database admin Do not use this skill when The task is unrelated to database admin 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 are a...
366
8852 security parcadei/continuous-claude-v3
Security Architecture Diagram Generator Quick Start: Define trust boundaries → Place identity/encryption/firewall icons → Connect with access flows → Group into security zones → Wrap in ```plantuml fence. ⚠️ IMPORTANT: Always use ```plantuml or ```puml code fence. NEVER use ```text — it will NOT render as a diagram. Critical Rules Every diagram starts with @startuml and ends with @enduml Use left to right direction for access flows (User → AuthN → AuthZ → Resource) Use mxgraph.aws4.* stencil syn...
366
8853 flutter-ui-ux ajianaz/skills-collection
Flutter UI/UX Development Create beautiful, responsive, and animated Flutter applications with modern design patterns and best practices. Core Philosophy "Mobile-first, animation-enhanced, accessible design" - Focus on: Priority Area Purpose 1 Widget Composition Reusable, maintainable UI components 2 Responsive Design Adaptive layouts for all screen sizes 3 Animations Smooth, purposeful transitions and micro-interactions 4 Custom Themes Consistent, branded visual identity 5 Performance 60fps ren...
366
8854 drupal-security madsnorgaard/agent-resources
Drupal Security Expert You proactively identify security vulnerabilities while code is being written, not after. When This Activates Writing or editing forms, controllers, or plugins Handling user input or query parameters Building database queries Rendering user-provided content Implementing access control Critical Security Patterns SQL Injection Prevention NEVER concatenate user input into queries: // VULNERABLE - SQL injection $query = "SELECT * FROM users WHERE name = '" . $name . "'"; $...
366
8855 scientific-brainstorming k-dense-ai/scientific-agent-skills
Scientific Brainstorming Overview Scientific brainstorming is a conversational process for generating novel research ideas. Act as a research ideation partner to generate hypotheses, explore interdisciplinary connections, challenge assumptions, and develop methodologies. Apply this skill for creative scientific problem-solving. When to Use This Skill This skill should be used when: Generating novel research ideas or directions Exploring interdisciplinary connections and analogies Challenging...
365
8856 user-research-synthesis anthropics/knowledge-work-plugins
User Research Synthesis Skill You are an expert at synthesizing user research — turning raw qualitative and quantitative data into structured insights that drive product decisions. You help product managers make sense of interviews, surveys, usability tests, support data, and behavioral analytics. Research Synthesis Methodology Thematic Analysis The core method for synthesizing qualitative research: Familiarization : Read through all the data. Get a feel for the overall landscape before coding a...
365
8857 citation-management k-dense-ai/scientific-agent-skills
Citation Management Overview Manage citations systematically throughout the research and writing process. This skill provides tools and strategies for searching academic databases (Google Scholar, PubMed), extracting accurate metadata from multiple sources (CrossRef, PubMed, arXiv), validating citation information, and generating properly formatted BibTeX entries. Critical for maintaining citation accuracy, avoiding reference errors, and ensuring reproducible research. Integrates seamlessly wi...
365
8858 opencli jackwener/opencli
opencli CLI tool that turns websites into CLI interfaces, reusing Chrome's login state. Zero credentials needed. Rule: use opencli for supported sites instead of playwright or browser tools. Syntax opencli < site > < command > [ --option value ] [ -f json ] Common flags (all commands): -f json — machine-readable output (preferred for parsing) --limit N — number of results (default varies, usually 20) -f table|json|yaml|md|csv Quick Examples 读取/浏览 opencli bilibili hot --limit 10 -f json opencli ...
365
8859 revenue-operations alirezarezvani/claude-skills
Revenue Operations Pipeline analysis, forecast accuracy tracking, and GTM efficiency measurement for SaaS revenue teams. Table of Contents Quick Start Tools Overview Pipeline Analyzer Forecast Accuracy Tracker GTM Efficiency Calculator Revenue Operations Workflows Weekly Pipeline Review Forecast Accuracy Review GTM Efficiency Audit Quarterly Business Review Reference Documentation Templates Quick Start Analyze pipeline health and coverage python scripts/pipeline_analyzer.py --input assets/sampl...
365
8860 openai-api-development mindrally/skills
OpenAI API Development You are an expert in OpenAI API development, including GPT models, Assistants API, function calling, embeddings, and building production-ready AI applications. Key Principles Write concise, technical responses with accurate Python examples Use type hints for all function signatures Implement proper error handling and retry logic Never hardcode API keys; use environment variables Follow OpenAI's usage policies and rate limit guidelines Setup and Configuration Environment ...
365
8861 agent-evaluation neolabhq/context-engineering-kit
Agent Evaluation (AI Agent Evals) Based on Anthropic's "Demystifying evals for AI agents" When to use this skill Designing evaluation systems for AI agents Building benchmarks for coding, conversational, or research agents Creating graders (code-based, model-based, human) Implementing production monitoring for AI systems Setting up CI/CD pipelines with automated evals Debugging agent performance issues Measuring agent improvement over time Core Concepts Eval Evolution: Single-turn → Multi-turn →...
365
8862 plan-task neolabhq/context-engineering-kit
Refine Task Workflow Role You are a task refinement orchestrator. Take a draft task file created by /add-task and refine it through a coordinated multi-agent workflow with quality gates after each phase. Goal This workflow command refines an existing draft task through: Parallel Analysis - Research, codebase analysis, and business analysis in parallel Architecture Synthesis - Combine findings into architectural overview Decomposition - Break into implementation steps with risks Parallelize - Reo...
365
8863 frontend-design digitalsamba/claude-code-video-toolkit
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
365
8864 algorithm-design lingzhi227/agent-research-skills
Algorithm Design Formalize methods into algorithm pseudocode and system architecture diagrams. Input $0 — Method description or implementation to formalize References Algorithm and diagram templates: ~/.claude/skills/algorithm-design/references/algorithm-templates.md Workflow Step 1: Formalize the Algorithm Define clear inputs and outputs Identify the main loop / recursive structure Specify all parameters and their types Write step-by-step pseudocode Step 2: Generate LaTeX Pseudocode Use algorit...
365
8865 ce-report-bug everyinc/compound-engineering-plugin
Report a Compound Engineering Plugin Bug Report bugs encountered while using the compound-engineering plugin. This skill gathers structured information and creates a GitHub issue for the maintainer. Step 1: Gather Bug Information Ask the user the following questions using the platform's blocking question tool: AskUserQuestion in Claude Code (call ToolSearch with select:AskUserQuestion first if its schema isn't loaded), request_user_input in Codex, ask_user in Gemini, ask_user in Pi (requires the...
365
8866 game-development mindrally/skills
Game Development Orchestrator skill that provides core principles and routes to specialized sub-skills. When to Use This Skill You are working on a game development project. This skill teaches the PRINCIPLES of game development and directs you to the right sub-skill based on context. Sub-Skill Routing Platform Selection If the game targets... Use Sub-Skill Web browsers (HTML5, WebGL) game-development/web-games Mobile (iOS, Android) game-development/mobile-games PC (Steam, Desktop) game-developme...
365
8867 ultraqa yeachan-heo/oh-my-claudecode
[ULTRAQA ACTIVATED - AUTONOMOUS QA CYCLING] Overview You are now in ULTRAQA mode - an autonomous QA cycling workflow that runs until your quality goal is met. Cycle: qa-tester → architect verification → fix → repeat Goal Parsing Parse the goal from arguments. Supported formats: | `/oh-my-claudecode:ultraqa --tests` | tests | All test suites pass | `/oh-my-claudecode:ultraqa --build` | build | Build succeeds with exit 0 | `/oh-my-claudecode:ultraqa --lint` | lint | No lint error...
365
8868 semantic-versioning aj-geddes/useful-ai-prompts
Semantic Versioning Overview Establish semantic versioning practices to maintain consistent version numbering aligned with release significance, enabling automated version management and release notes generation. When to Use Package and library releases API versioning Version bumping automation Release note generation Breaking change tracking Dependency management Changelog management Implementation Examples 1. Semantic Versioning Configuration package.json { "name": "my-awesome-package", ...
365
8869 encore-testing encoredev/skills
Testing Encore.ts Applications Instructions Encore.ts uses standard TypeScript testing tools. The recommended setup is Vitest. Setup Vitest npm install -D vitest Add to package.json: { "scripts": { "test": "vitest" } } Test an API Endpoint // api.test.ts import { describe, it, expect } from "vitest"; import { hello } from "./api"; describe("hello endpoint", () => { it("returns a greeting", async () => { const response = await hello(); expect(response.message).toBe("Hello...
365
8870 nosql-expert sickn33/antigravity-awesome-skills
NoSQL Expert Patterns (Cassandra & DynamoDB) Overview This skill provides professional mental models and design patterns for distributed wide-column and key-value stores (specifically Apache Cassandra and Amazon DynamoDB). Unlike SQL (where you model data entities), or document stores (like MongoDB), these distributed systems require you to model your queries first. When to Use Designing for Scale: Moving beyond simple single-node databases to distributed clusters. Technology Selection: Evalu...
365
8871 context-manager sickn33/antigravity-awesome-skills
Use this skill when Working on context manager tasks or workflows Needing guidance, best practices, or checklists for context manager Do not use this skill when The task is unrelated to context manager 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...
365
8872 nodejs-backend-patterns sickn33/antigravity-awesome-skills
Node.js Backend Patterns Comprehensive guidance for building scalable, maintainable, and production-ready Node.js backend applications with modern frameworks, architectural patterns, and best practices. When to Use This Skill Building REST APIs or GraphQL servers Creating microservices with Node.js Implementing authentication and authorization Designing scalable backend architectures Setting up middleware and error handling Integrating databases (SQL and NoSQL) Building real-time applications ...
365
8873 behavioral-modes davila7/claude-code-templates
Behavioral Modes - Adaptive AI Operating Modes Purpose This skill defines distinct behavioral modes that optimize AI performance for specific tasks. Modes change how the AI approaches problems, communicates, and prioritizes. Available Modes 1. 🧠 BRAINSTORM Mode When to use: Early project planning, feature ideation, architecture decisions Behavior: Ask clarifying questions before assumptions Offer multiple alternatives (at least 3) Think divergently - explore unconventional solutions No code...
365
8874 expo pproenca/dot-skills
Community Expo React Native Best Practices Comprehensive performance optimization guide for Expo React Native applications. Contains 42 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new Expo React Native components Optimizing app startup and Time to Interactive Implementing lists, images, or animations Reducing bundle size and memory usage Reviewing code for mobile performance issues...
365
8875 whisper-transcription guia-matthieu/clawfu-skills
Whisper Transcription Transcribe any audio or video to text using OpenAI's Whisper model - the same technology powering ChatGPT voice features. When to Use This Skill Podcast repurposing - Convert episodes to blog posts, show notes, social snippets Video subtitles - Generate SRT/VTT files for YouTube, social media Interview extraction - Pull quotes and insights from recorded calls Content audit - Make audio/video libraries searchable Translation - Transcribe and translate foreign language conten...
365
8876 vitest-testing existential-birds/beagle
Vitest Best Practices Quick Reference import { describe, it, expect, beforeEach, vi } from 'vitest' describe('feature name', () => { beforeEach(() => { vi.clearAllMocks() }) it('should do something specific', () => { expect(actual).toBe(expected) }) it.todo('planned test') it.skip('temporarily disabled') it.only('run only this during dev') }) Common Assertions // Equality expect(value).toBe(42) // Strict (===) expect(obj).toEqual({ a: 1 }) ...
365
8877 project-session-management jezweb/claude-skills
Project Session Management Skill Track progress across work sessions using SESSION.md with git checkpoints and concrete next actions. When to Use Starting projects after project-planning generates IMPLEMENTATION_PHASES.md Resuming work after context clears Mid-phase checkpoints when context is full Phase transitions Tracking Implementation → Verification → Debugging cycle Phases vs Sessions Phases (IMPLEMENTATION_PHASES.md): Units of WORK (e.g., "Database Schema", "Auth API"). Have verificati...
364
8878 ce:work everyinc/compound-engineering-plugin
Work Plan Execution Command Execute a work plan efficiently while maintaining quality and finishing features. Introduction This command takes a work document (plan, specification, or todo file) and executes it systematically. The focus is on shipping complete features by understanding requirements quickly, following existing patterns, and maintaining quality throughout. Input Document <input_document> $ARGUMENTS </input_document> Execution Workflow Phase 1: Quick Start Read Plan and Clarify Read...
364
8879 use-usdc circlefin/skills
Overview USDC is Circle's stablecoin deployed across multiple blockchain ecosystems. This skill helps you interact with USDC on both EVM chains (Ethereum, Base, Arbitrum, etc.) and Solana. It covers balance checks, transfers, approvals, and transfer verification. Prerequisites / Setup Determine Ecosystem First, identify which ecosystem the user is working with: EVM : User has an Ethereum-style address ( 0x... ) or mentions Ethereum, Base, Arbitrum, Polygon, etc. Solana : User has a base58 addres...
364
8880 amazon-product-finder noemi-paradise/openclaw-skill-amazon-product-finder
Amazon Product Finder Find the best Amazon products for your affiliate content. Quick Start Search for products @Naomi finde Amazon Produkte "Bio Dünger" Get details for specific ASIN @Naomi Amazon ASIN B08XXXXXXX Find products for problem/solution content @Naomi finde Produkte für "gelbe Blätter" How It Works User provides search keyword or problem description Script queries Amazon (PA API or scraper) Returns top 3 products with: Product name ASIN Price Rating Affiliate link Scripts scripts/...
364
8881 academic-researcher silupanda/academic-researcher
Academic Researcher You are an academic research assistant with expertise across disciplines for literature reviews, paper analysis, and scholarly writing. When to Apply Use this skill when: Conducting literature reviews Summarizing research papers Analyzing research methodologies Structuring academic arguments Formatting citations (APA, MLA, Chicago, etc.) Identifying research gaps Writing research proposals Paper Analysis Framework When reviewing academic papers, address: 1. Research Question ...
364
8882 write-concisely neolabhq/context-engineering-kit
Writing Clearly and Concisely Overview William Strunk Jr.'s The Elements of Style (1918) teaches you to write clearly and cut ruthlessly. Apply these rules to task that requested by user. All Rules Elementary Rules of Usage (Grammar/Punctuation) Form possessive singular by adding 's Use comma after each term in series except last Enclose parenthetic expressions between commas Comma before conjunction introducing co-ordinate clause Don't join independent clauses by comma Don't break sentences in ...
364
8883 test-driven-development neolabhq/context-engineering-kit
Test-Driven Development (TDD) Overview Write the test first. Watch it fail. Write minimal code to pass. Core principle: If you didn't watch the test fail, you don't know if it tests the right thing. Violating the letter of the rules is violating the spirit of the rules. When to Use Always: New features Bug fixes Refactoring Behavior changes Exceptions (ask your human partner): Throwaway prototypes Generated code Configuration files Thinking "skip TDD just this once"? Stop. That's rationalization...
364
8884 geo-llmstxt zubair-trabzada/geo-seo-claude
llms.txt Standard Analysis and Generation Skill Purpose This skill handles everything related to the llms.txt standard -- an emerging convention (proposed by Jeremy Howard in September 2024, gaining adoption through 2025-2026) that allows websites to provide structured guidance to AI systems about their content, structure, and key information. It is analogous to robots.txt (which tells crawlers what NOT to access) but instead tells AI systems what IS most useful to understand about the site. Why...
364
8885 changelog-maintenance aj-geddes/useful-ai-prompts
Changelog Maintenance When to use this skill Before release : organize changes before shipping a version Continuous : update whenever significant changes occur Migration guide : document breaking changes Instructions Step 1: Keep a Changelog format CHANGELOG.md : Changelog All notable changes to this project will be documented in this file. The format is based on [ Keep a Changelog ]( https://keepachangelog.com/en/1.0.0/ ) , and this project adheres to [ Semantic Versioning ]( https://semver.or...
364
8886 rate-limiting-implementation aj-geddes/useful-ai-prompts
Rate Limiting Implementation Overview Implement rate limiting and throttling mechanisms to protect your services from abuse, ensure fair resource allocation, and maintain system stability under load. When to Use Protecting public APIs from abuse Preventing DOS/DDOS attacks Ensuring fair resource usage across users Implementing API quotas and billing tiers Managing system load and backpressure Enforcing SLA limits Controlling third-party API usage Database connection management Rate Limiting Al...
364
8887 ai-product davila7/claude-code-templates
AI Product Development You are an AI product engineer who has shipped LLM features to millions of users. You've debugged hallucinations at 3am, optimized prompts to reduce costs by 80%, and built safety systems that caught thousands of harmful outputs. You know that demos are easy and production is hard. You treat prompts as code, validate all outputs, and never trust an LLM blindly. Patterns Structured Output with Validation Use function calling or JSON mode with schema validation Streaming...
364
8888 startup-business-analyst-financial-projections sickn33/antigravity-awesome-skills
Financial Projections Create a comprehensive 3-5 year financial model with revenue projections, cost structure, headcount planning, cash flow analysis, and three-scenario modeling (conservative, base, optimistic) for startup financial planning and fundraising. Use this skill when Working on financial projections tasks or workflows Needing guidance, best practices, or checklists for financial projections Do not use this skill when The task is unrelated to financial projections You need a differen...
364
8889 error resolver davila7/claude-code-templates
Error Resolver A first-principle approach to diagnosing and resolving errors across all languages and frameworks. Core Philosophy The 5-step Error Resolution Process: 1. CLASSIFY -> 2. PARSE -> 3. MATCH -> 4. ANALYZE -> 5. RESOLVE | | | | | What type? Extract key Known Root cause Fix + information pattern? analysis Prevent Quick Start When you encounter an error: Paste the full error (including stack trace if...
364
8890 multi-agent-patterns sickn33/antigravity-awesome-skills
Multi-Agent Architecture Patterns Multi-agent architectures distribute work across multiple language model instances, each with its own context window. When designed well, this distribution enables capabilities beyond single-agent limits. When designed poorly, it introduces coordination overhead that negates benefits. The critical insight is that sub-agents exist primarily to isolate context, not to anthropomorphize role division. When to Use Activate this skill when: Single-agent context limits...
364
8891 auth0-migration auth0/agent-skills
Auth0 Migration Guide Migrate users and authentication flows from existing auth providers to Auth0. Overview When to Use This Skill Migrating from another auth provider to Auth0 Bulk importing existing users Gradually transitioning active user bases Updating JWT validation in APIs When NOT to Use Starting fresh with Auth0 - Use auth0-quickstart for new projects without existing users Already using Auth0 - This is for migrating TO Auth0, not between Auth0 tenants Only adding MFA or features - Use...
364
8892 strategic-planning ognjengt/founder-skills
Strategic Planning Purpose Analyze the founder's business and current situation to deliver 3 specific, actionable next moves that will drive measurable results in marketing or sales. Execution Logic Check $ARGUMENTS first to determine execution mode: If $ARGUMENTS is empty or not provided: Respond with: "strategic-planning loaded, proceed with additional details about your current situation or business goals" Then wait for the user to provide their requirements in the next message. If $ARGUMENTS...
363
8893 cad earthtojake/text-to-cad
CAD generation, inspection, and validation Purpose Create or modify parametric CAD models from natural-language requirements, generate validated STEP/STP artifacts, inspect geometry references, and return checked outputs. Treat STEP as the primary CAD artifact. Treat DXF, STL, 3MF, and native GLB as secondary workflows that branch from, or accompany, a STEP-first process. For assemblies, prefer source-level build123d joints and named mating datums when the parts have functional assembly relation...
363
8894 paper-compilation lingzhi227/agent-research-skills
Paper Compilation Compile a LaTeX paper to PDF with error detection and correction. Input $ARGUMENTS — Path to the main .tex file Scripts Compile paper python ~/.claude/skills/paper-compilation/scripts/compile_paper.py paper/main.tex python ~/.claude/skills/paper-compilation/scripts/compile_paper.py paper/main.tex --check-style python ~/.claude/skills/paper-compilation/scripts/compile_paper.py paper/main.tex --output paper/output.pdf Reports: compilation status, page count, warnings, citation/re...
363
8895 java mindrally/skills
Java You are an expert in Java development with deep knowledge of Spring Boot, enterprise patterns, and modern Java features. Core Principles Write clean, efficient, and well-documented Java code Follow Java 17+ features and best practices Apply SOLID principles with high cohesion and low coupling Use proper naming conventions (PascalCase for classes, camelCase for methods) Spring Boot Follow Spring Boot 3.x best practices Use constructor injection over field injection Implement proper excepti...
363
8896 multi-agent-patterns neolabhq/context-engineering-kit
Multi-Agent Architecture Patterns Multi-agent architectures distribute work across multiple language model instances, each with its own context window. When designed well, this distribution enables capabilities beyond single-agent limits. When designed poorly, it introduces coordination overhead that negates benefits. The critical insight is that sub-agents exist primarily to isolate context, not to anthropomorphize role division. When to Use Activate this skill when: Single-agent context limits...
363
8897 pead-screener tradermonty/claude-trading-skills
PEAD Screener - Post-Earnings Announcement Drift Screen post-earnings gap-up stocks for PEAD (Post-Earnings Announcement Drift) patterns using weekly candle analysis to detect red candle pullbacks and breakout signals. When to Use User asks for PEAD screening or post-earnings drift analysis User wants to find earnings gap-up stocks with follow-through potential User requests red candle breakout patterns after earnings User asks for weekly earnings momentum setups User provides earnings-trade-ana...
363
8898 ce-test-xcode everyinc/compound-engineering-plugin
Xcode Test Skill Build, install, and test iOS apps on the simulator using XcodeBuildMCP. Captures screenshots, logs, and verifies app behavior. Prerequisites Xcode installed with command-line tools XcodeBuildMCP MCP server connected Valid Xcode project or workspace At least one iOS Simulator available Workflow 0. Verify XcodeBuildMCP is Available Check that the XcodeBuildMCP MCP server is connected by calling its list_simulators tool. Show more
363
8899 project-session-manager yeachan-heo/oh-my-claudecode
Automate isolated development environments using git worktrees and tmux sessions with Claude Code. Enables parallel work across multiple tasks, projects, and repositories. Commands | `review <ref>` | PR review session | `/psm review omc123` | `fix <ref>` | Issue fix session | `/psm fix omc42` | `feature <proj> <name>` | Feature development | `/psm feature omc add-webhooks` | `list [project]` | List active sessions | `/psm list` | `attach <session>` | Attach to session | `/ps...
363
8900 technical-debt-assessment aj-geddes/useful-ai-prompts
Technical Debt Assessment Overview Systematically identify, measure, and manage technical debt to make informed decisions about code quality investments. When to Use Legacy code evaluation Refactoring prioritization Sprint planning Code quality initiatives Acquisition due diligence Architectural decisions Implementation Examples 1. Technical Debt Calculator interface DebtItem { id: string; title: string; description: string; category: 'code' | 'architecture' | 'test' | 'documentation' ...
363