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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,097
总 Skills
59.4M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
7801 flutter-drift madteacher/mad-agents-skills
Flutter Drift Comprehensive guide for using drift database library in Flutter applications. Overview Flutter Drift skill provides complete guidance for implementing persistent local storage in Flutter apps using the drift library. Drift is a reactive persistence library for Flutter built on SQLite, offering type-safe queries, auto-updating streams, schema migrations, and cross-platform support. Quick Start Add dependencies to pubspec.yaml: dependencies: drift: ^2.30.0 drift_flutter: ^0...
427
7802 typescript-best-practices jwynia/agent-skills
TypeScript Best Practices Pair with React Best Practices When working with React components (.tsx, .jsx files or @react imports), always load react-best-practices alongside this skill. This skill covers TypeScript fundamentals; React-specific patterns (effects, hooks, refs, component design) are in the dedicated React skill. Type-First Development Types define the contract before implementation. Follow this workflow: Define the data model - types, interfaces, and schemas first Define functio...
427
7803 firebase-firestore jezweb/claude-skills
No SKILL.md available for this skill. View on GitHub
426
7804 idea-generation lingzhi227/agent-research-skills
Idea Generation Generate and refine novel research ideas with literature-backed novelty assessment. Input $0 — Research area, task description, or existing codebase context $1 — Optional: additional context (e.g., "for NeurIPS", constraints) Scripts Novelty check against Semantic Scholar python ~/.claude/skills/idea-generation/scripts/novelty_check.py \ --idea "Adaptive attention head pruning via gradient-guided importance" \ --max-rounds 5 Performs iterative literature search to assess if an id...
426
7805 promptify intellectronica/agent-skills
Promptify Transform user requests into detailed, precise prompts optimised for AI model consumption. Core Task Rewrite the user's request as a clear, specific, and complete prompt that guides an AI model to produce the desired output without ambiguity. Treat the output as specification language, not casual natural language. Process Read and understand - Read the user's request carefully to understand the full context, intent, and all details Plan the rewrite - Consider what specific informat...
426
7806 prompt-images replicate/skills
Prompting image models on Replicate Distilled from Replicate's blog posts on prompting image models (2024-2026). Techniques are model-agnostic and focus on transferable principles. Choose a model with the API, not from memory This skill describes general prompting techniques. To choose a model, use the find-models skill and query the Replicate API. The image model landscape changes weekly. Don't assume specific models exist or are still state-of-the-art based on names you've seen before. Always ...
426
7807 content-research-writer davila7/claude-code-templates
Content Research Writer This skill acts as your writing partner, helping you research, outline, draft, and refine content while maintaining your unique voice and style. When to Use This Skill Writing blog posts, articles, or newsletters Creating educational content or tutorials Drafting thought leadership pieces Researching and writing case studies Producing technical documentation with sources Writing with proper citations and references Improving hooks and introductions Getting section-by-sect...
426
7808 launch-strategy sickn33/antigravity-awesome-skills
Launch Strategy You are an expert in SaaS product launches and feature announcements. Your goal is to help users plan launches that build momentum, capture attention, and convert interest into users. 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. Core Philo...
426
7809 literature-search yorkeccak/scientific-skills
Literature Search Search multiple academic databases to find relevant papers. Input $ARGUMENTS — The search query (natural language) Scripts Semantic Scholar (primary — best for ML/AI, has BibTeX) python ~/.claude/skills/deep-research/scripts/search_semantic_scholar.py \ --query "QUERY" --max-results 20 --year-range 2022 -2026 \ --api-key " $( grep S2_API_Key /Users/lingzhi/Code/keys.md 2 > /dev/null | cut -d: -f2 | tr -d ' ' ) " \ -o results_s2.jsonl Key flags: --peer-reviewed-only , --top-conf...
426
7810 customer-support sickn33/antigravity-awesome-skills
Use this skill when Working on customer support tasks or workflows Needing guidance, best practices, or checklists for customer support Do not use this skill when The task is unrelated to customer support 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...
426
7811 autonomous-agent-patterns davila7/claude-code-templates
🕹️ Autonomous Agent Patterns Design patterns for building autonomous coding agents, inspired by Cline and OpenAI Codex. When to Use This Skill Use this skill when: Building autonomous AI agents Designing tool/function calling APIs Implementing permission and approval systems Creating browser automation for agents Designing human-in-the-loop workflows 1. Core Agent Architecture 1.1 Agent Loop ┌─────────────────────────────────────────────────────────────┐ │ AGENT LOOP ...
426
7812 copilotkit copilotkit/skills
Route to the appropriate sub-skill based on the user's task. If the task is ambiguous, ask one clarifying question before routing. Quickstart (default path) If the user wants to add CopilotKit to their project, or the request is general/unclear, route here: copilotkit-setup — Install packages, configure the runtime, wire up the provider, get a working chat UI. Routing Table Task Sub-skill Initial setup, installation, adding CopilotKit to a project copilotkit-setup Building features — frontend to...
426
7813 codex-review benedictking/codex-review
Cross-Model Code Review with Codex CLI Cross-model validation using the codex binary directly. Claude writes code, Codex reviews it — different architecture, different training distribution, no self-approval bias. Core insight: Single-model self-review is systematically biased. Cross-model review catches different bug classes because the reviewer has fundamentally different blind spots than the author. Prerequisite: The codex CLI must be installed and authenticated. Verify with codex --help . Us...
426
7814 nano-banana kingbootoshi/nano-banana-2-skill
Nano Banana - Gemini Native Image Generation Generate images with Google Gemini native image models via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login infsh app run google/gemini-3-pro-image-preview --input '{"prompt": "a banana in space, photorealistic"}' Models Model App ID Speed Quality Gemini 3 Pro Image google/gemini-3-pro-image-preview Slower Best Gemini 2.5 Flash Image google/gemi...
426
7815 hatch-pet nexu-io/open-design
Hatch Pet Overview Create a Codex-compatible animated pet from a concept, one or more reference images, or both. This skill owns pet-specific prompt planning, animation rows, frame extraction, atlas geometry, QA, previews, and packaging. It delegates visual generation to $imagegen . User-facing inputs are optional. If the user omits a pet name, infer one from the concept or reference filenames; if that is not possible, choose a short appropriate name. If the user omits a description, infer one f...
426
7816 rev-dex-dumper p4nda0s/reverse-skills
rev-dex-dumper - Android DEX Dumper Dump DEX files from a running Android application's memory using panda-dex-dumper via ADB. Tool Location The panda-dex-dumper binary is bundled in this skill's directory. Resolve its absolute path relative to this SKILL.md file: skills/rev-dex-dumper/panda-dex-dumper Workflow 1. Push the tool to device adb push < path-to > /panda-dex-dumper /data/local/tmp/ adb shell chmod +x /data/local/tmp/panda-dex-dumper 2. Determine target package name If the user provide...
426
7817 user-research-analysis aj-geddes/useful-ai-prompts
User Research Analysis Overview Effective research analysis transforms raw data into actionable insights that guide product development and design. When to Use Synthesis of user interviews and surveys Identifying patterns and themes Validating design assumptions Prioritizing user needs Communicating insights to stakeholders Informing design decisions Instructions 1. Research Synthesis Methods Analyze qualitative and quantitative data class ResearchAnalysis: def synthesize_interviews(self...
426
7818 finviz-screener tradermonty/claude-trading-skills
FinViz Screener Overview Translate natural-language stock screening requests into FinViz screener filter codes, build the URL, and open it in Chrome. No API key required for public screener; FINVIZ Elite is auto-detected from $FINVIZ_API_KEY for enhanced functionality. Key Features: Natural language → filter code mapping (Japanese + English) URL construction with view type and sort order selection Elite/Public auto-detection (environment variable or explicit flag) Chrome-first browser opening wi...
426
7819 performance-testing aj-geddes/useful-ai-prompts
Performance Testing Overview Performance testing measures how systems behave under various load conditions, including response times, throughput, resource utilization, and scalability. It helps identify bottlenecks, validate performance requirements, and ensure systems can handle expected loads. When to Use Validating response time requirements Measuring API throughput and latency Testing database query performance Identifying performance bottlenecks Comparing algorithm efficiency Benchmarking...
426
7820 tooluniverse-image-analysis mims-harvard/tooluniverse
Microscopy Image Analysis and Quantitative Imaging Data Production-ready skill for analyzing microscopy-derived measurement data using pandas, numpy, scipy, statsmodels, and scikit-image. Designed for BixBench imaging questions covering colony morphometry, cell counting, fluorescence quantification, regression modeling, and statistical comparisons. IMPORTANT : This skill handles complex multi-workflow analysis. Most implementation details have been moved to references/ for progressive disclosure...
426
7821 mgrep-code-search intellectronica/agent-skills
mgrep Code Search Overview mgrep is a semantic search tool that enables natural language queries across code, text, PDFs, and images. It is particularly effective for exploring larger or complex codebases where traditional pattern matching falls short. When to Use This Skill Use mgrep when: The codebase contains more than 30 non-gitignored files There are nested directory structures Searching for concepts, features, or intent rather than exact strings Exploring an unfamiliar codebase Need to...
425
7822 agent-tester ruvnet/ruflo
name: tester type: validator color: "F39C12" description: Comprehensive testing and quality assurance specialist capabilities: unit_testing integration_testing e2e_testing performance_testing security_testing priority: high hooks: pre: | echo "🧪 Tester agent validating: $TASK" Check test environment if [ -f "jest.config.js" ] || [ -f "vitest.config.ts" ]; then echo "✓ Test framework detected" fi post: | echo "📋 Test results summary:" npm test -- --reporter=json 2>$dev$null | jq '.numPassedTests,...
425
7823 theming-system owl-listener/designer-skills
Theming System You are an expert in flexible theming architectures for multi-brand, multi-mode design systems. What You Do You design theming systems allowing one component library to support multiple visual themes through token mapping. Architecture Layer 1 : Global tokens (raw palette) Layer 2 : Semantic tokens (purpose-driven aliases) — themes override here Layer 3 : Component tokens (scoped) Theme Types Color modes: light, dark, high contrast, dimmed Brand themes: primary, sub-brands, white-...
425
7824 experience-map owl-listener/designer-skills
Experience Map You are an expert in mapping complex, multi-channel user experiences at a systems level. What You Do You create experience maps showing the entire ecosystem of user interactions across touchpoints, channels, and time. Structure Horizontal Axis: Phases Awareness, evaluation, onboarding, regular use, advanced use, advocacy/departure. Vertical Layers User Actions — what the user does, key decisions Touchpoints — website, app, email, support, community Channels — desktop, mobile, in-p...
425
7825 design-systems mindrally/skills
Design Systems Help the user build and scale design systems using frameworks from 4 product leaders who have built design systems at companies like Figma and Airbnb. How to Help When the user asks for help with design systems: Assess the need - Determine if they need consistency, speed, or both, and whether they're at the right stage for a design system Define the scope - Clarify whether they need a component library, design tokens, documentation, or all three Design for adoption - Help them mak...
425
7826 react-19 prowler-cloud/prowler
No Manual Memoization (REQUIRED) // ✅ React Compiler handles optimization automatically function Component ( { items } ) { const filtered = items . filter ( x => x . active ) ; const sorted = filtered . sort ( ( a , b ) => a . name . localeCompare ( b . name ) ) ; const handleClick = ( id ) => { console . log ( id ) ; } ; return < List items = { sorted } onClick = { handleClick } / > ; } // ❌ NEVER: Manual memoization const filtered = useMemo ( ( ) => items . filter ( x => x . active ) , [ items...
425
7827 api-patterns davila7/claude-code-templates
API Patterns API design principles and decision-making for 2025. Learn to THINK, not copy fixed patterns. 🎯 Selective Reading Rule Read ONLY files relevant to the request! Check the content map, find what you need. 📑 Content Map File Description When to Read api-style.md REST vs GraphQL vs tRPC decision tree Choosing API type rest.md Resource naming, HTTP methods, status codes Designing REST API response.md Envelope pattern, error format, pagination Response structure graphql.md Schema design, w...
425
7828 design-orchestration sickn33/antigravity-awesome-skills
Design Orchestration (Meta-Skill) Purpose Ensure that ideas become designs, designs are reviewed, and only validated designs reach implementation. This skill does not generate designs. It controls the flow between other skills. Operating Model This is a routing and enforcement skill, not a creative one. It decides: which skill must run next whether escalation is required whether execution is permitted Controlled Skills This meta-skill coordinates the following: brainstorming — design gen...
425
7829 msw pproenca/dot-skills
MSW Best Practices Comprehensive API mocking guide for MSW v2 applications, designed for AI agents and LLMs. Contains 45 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Setting up MSW for testing or development Writing or organizing request handlers Configuring test environments with MSW Mocking REST or GraphQL APIs Debugging handler matching issues Testing error states and edge cases Rule Cat...
425
7830 grepai-installation yoanbernabeu/grepai-skills
This skill covers all methods to install GrepAI on any platform. When to Use This Skill - Installing GrepAI for the first time - Upgrading an existing GrepAI installation - Building GrepAI from source - Verifying a successful installation Prerequisites - macOS/Linux: Terminal access - Windows: PowerShell - From source: Go 1.24+ installed Installation Methods Method 1: Homebrew (macOS - Recommended) The easiest way to install on macOS: ``` Add the tap and install brew install yo...
425
7831 plugin-creator openai/skills
Plugin Creator Quick Start Run the scaffold script: Plugin names are normalized to lower-case hyphen-case and must be <= 64 chars. The generated folder and plugin.json name are always the same. Run from repo root (or replace .agents/... with the absolute path to this SKILL). By default creates in <repo_root>/plugins/<plugin-name>. python3 .agents/skills/plugin-creator/scripts/create_basic_plugin.py < plugin-name > Open <plugin-path>/.codex-plugin/plugin.json and replace [TODO: ...] placehold...
425
7832 agent-orchestrator-task ruvnet/ruflo
name: task-orchestrator color: "indigo" type: orchestration description: Central coordination agent for task decomposition, execution planning, and result synthesis capabilities: task_decomposition execution_planning dependency_management result_aggregation progress_tracking priority_management priority: high hooks: pre: | echo "🎯 Task Orchestrator initializing" memory_store "orchestrator_start" "$(date +%s)" Check for existing task plans memory_search "task_plan" | tail -1 post: | echo "✅ Task ...
425
7833 crm-builder customware-ai/skills
CRM Builder Skill What This Skill Does This skill defines how to build a CRM tool — a system for managing contacts, companies, deals, and the relationships between them. CRM is structurally different from CPQ and trades-builder: CPQ / Trades = one record moves through sequential stages (stepper navigation) CRM = multiple entity types with relationships between them (entity navigation) The left sidebar uses a navigator pattern (Contacts, Companies, Deals, Pipeline, Activities) — NOT a stepper. Us...
425
7834 agile-sprint-planning aj-geddes/useful-ai-prompts
Agile Sprint Planning Overview Agile sprint planning provides a structured approach to organize work into time-boxed iterations, enabling teams to deliver value incrementally while maintaining flexibility and responding to change. When to Use Starting a new sprint cycle Defining sprint goals and objectives Estimating user stories and tasks Managing sprint backlog prioritization Handling mid-sprint changes or scope adjustments Preparing sprint reviews and retrospectives Training team members on...
425
7835 ui-design pproenca/dot-skills
Only code in HTML/Tailwind in a single code block. Any CSS styles should be in the style attribute. Start with a response, then code and finish with a response. Don't mention about tokens, Tailwind or HTML. Always include the html, head and body tags. Use lucide icons for javascript, 1.5 strokewidth. Unless style is specified by user, design in the style of Linear, Stripe, Vercel, Tailwind UI (IMPORTANT: don't mention names). Checkboxes, sliders, dropdowns, toggles should be custom (don't add, o...
425
7836 markdown-to-pdf duc01226/easyplatform
[IMPORTANT] Use TaskCreate to break ALL work into small tasks BEFORE starting — including tasks for each file read. This prevents context loss from long files. For simple tasks, AI MUST ask user whether to skip. Quick Summary Goal: Convert Markdown files to PDF with syntax highlighting and custom CSS support. Workflow: Install -- Ensure required tools (pandoc + wkhtmltopdf or weasyprint) are available Convert -- Run conversion with syntax highlighting and optional CSS Verify -- Check PDF output ...
425
7837 qdrant-model-migration qdrant/skills
What to Do When Changing Embedding Models Vectors from different models are incompatible. You cannot mix old and new embeddings in the same vector space. You also cannot add new named vector fields to an existing collection. All named vectors must be defined at collection creation time. Both migration strategies below require creating a new collection. Understand collection aliases before choosing a strategy Collection aliases Can I Avoid Re-embedding? Use when: looking for shortcuts before comm...
424
7838 tavily intellectronica/agent-skills
Tavily Purpose Provide a curl-based interface to Tavily’s REST API for web search, extraction, mapping, crawling, and optional research. Return structured results suitable for LLM workflows and multi-step investigations. When to Use Use when a task needs live web information, site extraction, mapping, or crawling. Use when web searches are needed and no built-in tool is available, or when Tavily’s LLM-friendly output (summaries, chunks, sources, citations) is beneficial. Use when a task requir...
424
7839 team-workflow owl-listener/designer-skills
Team Workflow You are an expert in designing efficient design team workflows and collaboration practices. What You Do You design workflows that help design teams collaborate effectively, manage work, and deliver quality. Workflow Components Task Management How work is tracked (boards, tickets, sprints) Status definitions (backlog, in progress, in review, done) Priority levels and how they are assigned Capacity planning and workload balancing Collaboration Rituals Standup (daily/async): What are ...
424
7840 asc-aso-audit rorkai/app-store-connect-cli-skills
asc ASO audit Run a two-phase ASO audit: offline checks against local metadata files, then keyword gap analysis via Astro MCP. Preconditions Metadata pulled locally via asc migrate export or asc localizations download . For Astro gap analysis: app tracked in Astro MCP (optional — offline checks run without it). Before You Start Read references/aso_rules.md to understand the rules each check enforces. Identify the latest version directory under metadata/version/ (highest semantic version number)....
424
7841 github-code-review ruvnet/ruflo
GitHub Code Review Skill AI-Powered Code Review : Deploy specialized review agents to perform comprehensive, intelligent code reviews that go beyond traditional static analysis. 🎯 Quick Start Simple Review Initialize review swarm for PR gh pr view 123 --json files,diff | npx ruv-swarm github review-init --pr 123 Post review status gh pr comment 123 --body "🔍 Multi-agent code review initiated" Complete Review Workflow Get PR context with gh CLI PR_DATA = $( gh pr view 123 --json files,addition...
424
7842 version-control-strategy owl-listener/designer-skills
Version Control Strategy You are an expert in managing design file versions, component libraries, and design assets. What You Do You define strategies for versioning design work so teams can collaborate, track changes, and maintain consistency. What to Version Design files (Figma, Sketch, etc.) Component libraries Design tokens Icon sets and assets Documentation Versioning Approaches Design Files Named versions at key milestones (v1-exploration, v2-refinement, v3-final) Branch-based: main branch...
424
7843 biomedical-search yorkeccak/scientific-skills
Biomedical Search Search across all major biomedical databases (PubMed, bioRxiv, medRxiv, ClinicalTrials.gov, FDA drug labels) simultaneously using natural language queries powered by Valyu's semantic search API. Why This Skill is Powerful No API Parameter Parsing: Just pass natural language queries directly - no need to construct complex search parameters Semantic Search: Understands the meaning of your query, not just keyword matching Full-Text Access: Returns complete content from literatur...
424
7844 backend-dev-guidelines langfuse/langfuse
Backend Development Guidelines (Node.js · Express · TypeScript · Microservices) You are a senior backend engineer operating production-grade services under strict architectural and reliability constraints. Your goal is to build predictable, observable, and maintainable backend systems using: Layered architecture Explicit error boundaries Strong typing and validation Centralized configuration First-class observability This skill defines how backend code must be written, not merely suggestion...
424
7845 software-architecture davila7/claude-code-templates
Software Architecture Development Skill This skill provides guidance for quality focused software development and architecture. It is based on Clean Architecture and Domain Driven Design principles. Code Style Rules General Principles Early return pattern : Always use early returns when possible, over nested conditions for better readability Avoid code duplication through creation of reusable functions and modules Decompose long (more than 80 lines of code) components and functions into multiple...
424
7846 screenshot-feature-extractor davila7/claude-code-templates
Screenshot Analyzer (Multi-Agent) Extract product features from UI screenshots using a coordinated multi-agent analysis pipeline. Core principle: Describe WHAT to build (features/interactions), NOT HOW (no tech stack). Multi-Agent Architecture This skill orchestrates 5 specialized agents for comprehensive analysis: ┌─────────────────┐ │ Coordinator │ │ (this skill) │ └────────┬────────┘ ...
424
7847 file-organizer davila7/claude-code-templates
File Organizer This skill acts as your personal organization assistant, helping you maintain a clean, logical file structure across your computer without the mental overhead of constant manual organization. When to Use This Skill Your Downloads folder is a chaotic mess You can't find files because they're scattered everywhere You have duplicate files taking up space Your folder structure doesn't make sense anymore You want to establish better organization habits You're starting a new project and...
424
7848 knip brianlovin/claude-config
Knip Code Cleanup Run knip to find and remove unused files, dependencies, and exports from this codebase. Setup Check if knip is available: Run npx knip --version to test If it fails or is very slow, check if knip is in package.json devDependencies If not installed locally, install with npm install -D knip (or pnpm/yarn equivalent based on lockfile present) If no knip.json or knip.jsonc config exists and knip reports many false positives, consider creating a minimal config based on the fram...
424
7849 add-assets opusgamelabs/game-creator
Add Assets Replace basic geometric shapes (circles, rectangles) with pixel art sprites for all game entities. Every character, enemy, item, and projectile gets a recognizable visual identity — all generated as code, no external image files needed. Instructions Analyze the game at $ARGUMENTS (or the current directory if no path given). First, load the game-assets skill to get the full pixel art system, archetypes, and integration patterns. Step 1: Audit Read package.json to identify the engine (P...
424
7850 sepa-strategy himself65/finance-skills
SEPA Strategy Analysis Analyze stocks using Mark Minervini's SEPA (Specific Entry Point Analysis) framework — a complete system for identifying high-probability growth stock entries with strict risk management. Core philosophy: Buy the right stock, in the right stage, at a precise entry point, with strict risk controls. Win rate is ~50-55% — profitability comes from asymmetric risk/reward (small losses, large gains), not from predicting direction. This skill is for educational/analytical purpose...
424