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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,546
总 Skills
37.2M
总安装量
2,452
贡献者
# Skill 仓库 描述 安装量
10051 content-generation casper-studios/casper-marketplace
Content Generation Overview Generate professional content including images, diagrams, documents, and summaries using AI-powered tools. Quick Decision Tree What do you need? │ ├── Generate images │ └── references/images.md │ └── Script: scripts/generate_images.py │ ├── Create flowchart/diagram │ └── references/flowchart.md │ └── Script: scripts/generate_flowchart.py │ ├── Create Google Doc │ └── references/document.md │ └── Script: scripts/generate_document.py │ ├── Generate client pr...
149
10052 tailwind-patterns srbhr/resume-matcher
Tailwind CSS Component Patterns Status : Production Ready ✅ Last Updated : 2026-01-14 Tailwind Compatibility : v3.x and v4.x Source : Production projects, shadcn/ui patterns Quick Start Essential Patterns // Section Container < section className = " max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-16 sm:py-24 " > { /* content */ } </ section > // Card Base < div className = " bg-card text-card-foreground rounded-lg border border-border p-6 " > { /* content */ } </ div > // Button Primary < button class...
149
10053 tooluniverse-precision-oncology mims-harvard/tooluniverse
Precision Oncology Treatment Advisor Provide actionable treatment recommendations for cancer patients based on their molecular profile using CIViC, ClinVar, OpenTargets, ClinicalTrials.gov, and structure-based analysis. KEY PRINCIPLES : Report-first - Create report file FIRST, update progressively Evidence-graded - Every recommendation has evidence level Actionable output - Prioritized treatment options, not data dumps Clinical focus - Answer "what should we do?" not "what exists?" English-first...
149
10054 context-optimization shipshitdev/library
Context Optimization Techniques Context optimization extends the effective capacity of limited context windows through strategic compression, masking, caching, and partitioning. The goal is not to magically increase context windows but to make better use of available capacity. Effective optimization can double or triple effective context capacity without requiring larger models or longer contexts. When to Use Activate this skill when: Context limits constrain task complexity Optimizing for cost ...
148
10055 machine learning pluginagentmarketplace/custom-plugin-python
Python Machine Learning Skill Overview Build machine learning models using Python libraries including scikit-learn, PyTorch, and supporting tools. Topics Covered Scikit-learn Data preprocessing Model selection Training pipelines Cross-validation Hyperparameter tuning PyTorch Basics Tensor operations Neural network modules Training loops DataLoader usage GPU acceleration Feature Engineering Feature selection Dimensionality reduction Feature scaling Encoding techniques Missing data handling Model ...
147
10056 macos-accessibility martinholovsky/claude-skills-generator
1. Overview Risk Level: HIGH - System-level access, TCC permission requirements, process interaction You are an expert in macOS Accessibility automation with deep expertise in: AXUIElement API: Accessibility element hierarchy, attributes, actions TCC (Transparency, Consent, Control): Permission management ApplicationServices Framework: System-level automation integration Security Boundaries: Sandbox restrictions, hardened runtime Core Expertise Areas Accessibility APIs: AXUIElementRef, AXObse...
147
10057 scrum master aj-geddes/claude-code-bmad-skills
Scrum Master Role: Phase 4 - Implementation Planning specialist Function: Break down work into manageable stories, plan sprints, track velocity, and facilitate agile delivery. Responsibilities Break epics into detailed user stories with acceptance criteria Estimate story complexity using Fibonacci story points Plan sprint iterations based on team velocity and capacity Track sprint progress with burndown metrics Facilitate story refinement and backlog grooming Ensure work is properly sized, scope...
146
10058 docx skillcreatorai/ai-agent-skills
DOCX creation, editing, and analysis Overview A .docx file is a ZIP archive containing XML files. Quick Reference Task Approach Read/analyze content pandoc or unpack for raw XML Create new document Use docx-js - see Creating New Documents below Edit existing document Unpack → edit XML → repack - see Editing Existing Documents below Converting .doc to .docx Legacy .doc files must be converted before editing: python scripts/office/soffice.py --headless --convert-to docx document.doc Reading Conten...
146
10059 tooluniverse-rare-disease-diagnosis mims-harvard/tooluniverse
Rare Disease Diagnosis Advisor Systematic diagnosis support for rare diseases using phenotype matching, gene panel prioritization, and variant interpretation across Orphanet, OMIM, HPO, ClinVar, and structure-based analysis. KEY PRINCIPLES : Report-first approach - Create report file FIRST, update progressively Phenotype-driven - Convert symptoms to HPO terms before searching Multi-database triangulation - Cross-reference Orphanet, OMIM, OpenTargets Evidence grading - Grade diagnoses by supporti...
146
10060 remove-old-skills-from-workflow nicepkg/ai-workflow
Remove Skills from Workflow Guide for removing skills from an existing workflow and updating all related documentation. When to Use User wants to remove a skill from a workflow User says "remove skill", "delete skill", "移除技能", "删除技能" Cleaning up unused or deprecated skills from a workflow Removal Workflow Step 1: Identify the Skill Search for the skill name across the workflow to understand its usage: Find all references to the skill grep -r "skill-name" /path/to/workflow/ Step 2: Delete S...
145
10061 claw-control adarshmishra07/claw-control
Claw Control - Agent Operating System (v2) Complete setup for AI agent coordination with real-time Kanban dashboard, featuring autonomous task discovery, multi-agent collaboration, and human approval gates. What This Skill Does Deploy Claw Control - Three paths: one-click, bot-assisted, or fully automated Theme your team - Pick a series (DBZ, One Piece, Marvel, etc.) Enforce workflow - ALL tasks go through the board, no exceptions Configure agent behavior - Update AGENTS.md and SOUL.md Setup bro...
145
10062 integrating-tauri-js-frontends dchuk/claude-code-tauri-skills
Tauri v2 JavaScript Frontend Integration This skill covers integrating JavaScript frontend frameworks with Tauri v2 for desktop application development. Core Architecture Tauri functions as a static web host, serving HTML, CSS, JavaScript, and WASM files through a native webview. The framework is frontend-agnostic but requires specific configurations for optimal integration. Supported Application Types Static Site Generation (SSG) Single-Page Applications (SPA) Multi-Page Applications (MPA) ...
144
10063 devtu-optimize-skills mims-harvard/tooluniverse
Optimizing ToolUniverse Skills Best practices for high-quality research skills with evidence grading and source attribution. Tool Quality Standards Error messages must be actionable — tell the user what went wrong AND what to do Schema must match API reality — run python3 -m tooluniverse.cli run <Tool> '<json>' to verify Coverage transparency — state what data is NOT included Input validation before API calls — don't silently send invalid values Cross-tool routing — name the correct tool when qu...
144
10064 json-render-react-native vercel-labs/json-render
No SKILL.md available for this skill. View on GitHub
144
10065 context-mate jezweb/claude-skills
Context Mate A toolkit that works with Claude Code's natural flow. Use what helps, ignore what doesn't. When This Skill Activates When context-mate is invoked, analyze the project first before recommending tools. Step 1: Quick Project Scan Check for these files (use Glob, don't read contents yet): File/Pattern Indicates SESSION.md Session tracking active IMPLEMENTATION_PHASES.md Phased planning in use PROJECT_BRIEF.md Project explored/planned CLAUDE.md or .claude/ AI context exists .claude/rules...
144
10066 security-review zackkorman/skills
Security Review Skill This skill ensures all code follows security best practices and identifies potential vulnerabilities. When to Activate Implementing authentication or authorization Handling user input or file uploads Creating new API endpoints Working with secrets or credentials Implementing payment features Storing or transmitting sensitive data Integrating third-party APIs Security Checklist 1. Secrets Management ❌ NEVER Do This const apiKey = "sk-proj-xxxxx" // Hardcoded secret const dbP...
144
10067 commit casper-studios/casper-marketplace
Sentry Commit Messages Follow these conventions when creating commits for Sentry projects. Prerequisites Before committing, always check the current branch: git branch --show-current If you're on main or master , you MUST create a feature branch first — unless the user explicitly asked to commit to main. Do not ask the user whether to create a branch; just proceed with branch creation. The create-branch skill will still propose a branch name for the user to confirm. Use the create-branch skill t...
143
10068 stripe-subscriptions andrelandgraf/fullstackrecipes
Stripe Subscriptions Complete subscription billing system with Stripe integration, feature flags for plan gating, webhook handling, and billing portal. Prerequisites Complete these recipes first (in order): Type-Safe Environment Configuration Type-safe environment variable validation using Zod with a Drizzle-like schema API. Supports server/public fields, feature flags, either-or constraints, and client-side protection. curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recip...
143
10069 devtu-create-tool mims-harvard/tooluniverse
ToolUniverse Tool Creator Create new scientific tools following established patterns. Top 7 Mistakes (90% of Failures) Missing default_config.py Entry — tools silently won't load Non-nullable Mutually Exclusive Parameters — validation errors (1 issue in 2026) Fake test_examples — tests fail, agents get bad examples Single-level Testing — misses registration bugs Skipping test_new_tools.py — misses schema/API issues Tool Names > 55 chars — breaks MCP compatibility Raising Exceptions — should retu...
143
10070 create-handoff casper-studios/casper-marketplace
Create Handoff You are tasked with writing a handoff document to hand off your work to another agent in a new session. You will create a handoff document that is thorough, but also concise. The goal is to compact and summarize your context without losing any of the key details of what you're working on. Process 1. Filepath & Metadata Use the following information to understand how to create your document: First, determine the session name from existing handoffs: ls -td thoughts/shared/hando...
143
10071 implement-plan casper-studios/casper-marketplace
Implement Plan You are tasked with implementing an approved technical plan from .claude/scratchpad/{plan_name}.md . These plans contain phases with specific changes and success criteria. If no file is provided, ask for one. Getting Started When given a plan path: Read the plan completely and check for any existing checkmarks (- [x]) Read the original ticket and all files mentioned in the plan Read files fully - never use limit/offset parameters, you need complete context Think deeply about how t...
142
10072 pseudo-elements raphaelsalaja/userinterface-wiki
Pseudo Elements Modern CSS pseudo-elements provide direct styling hooks into browser-native features—dialogs, popovers, view transitions—reducing the need for JavaScript. Sometimes you don't need to install a library; the browser has you covered. When to Apply Reference these guidelines when: Adding decorative elements without DOM nodes Implementing view transitions (image lightboxes, page transitions) Building hover/focus states Styling native browser UI components Reducing JavaScript for v...
142
10073 polishing casper-studios/casper-marketplace
Polishing A comprehensive workflow for finalizing code changes before creating a PR. This skill ensures code quality, consistency with codebase patterns, and removes common AI-generated artifacts. Workflow Step 1: Recover Branch Context Use the Skill tool to invoke recover-branch-context to understand what the branch is trying to accomplish. This provides essential context about: The purpose and goals of the current branch What changes have been made The intended functionality being implemented ...
142
10074 ai-tech-rss-fetch tiangong-ai/skills
AI Tech RSS Fetch Core Goal Subscribe to RSS/Atom sources. Persist feed and entry metadata to SQLite. Deduplicate entries with layered identity keys plus content fingerprints. Keep only metadata; do not fetch full article bodies and do not summarize. Triggering Conditions Receive a request to subscribe RSS feeds from URLs or OPML. Receive a request to run incremental RSS sync reliably. Need stable metadata persistence for downstream processing. Need dedupe-safe storage of feed items over repeate...
142
10075 terminaluse terminaluse/agent-skills
TerminalUse Build, deploy, interact with agents. Flow: init → deploy → create task → send messages. Full docs: https://docs.terminaluse.com/llms-full.txt Default Rule For New Agents When creating a new agent, use tu init by default. Only skip tu init if the user explicitly instructs another approach (for example, modifying an existing agent template or a pre-scaffolded repository). CLI Setup The tu CLI is provided by the terminaluse Python package. Before running any tu commands: Verify tu is av...
142
10076 create-tooluniverse-skill mims-harvard/tooluniverse
Create ToolUniverse Skill Systematic workflow for creating production-ready ToolUniverse skills. Core Principles Build on the 10 pillars from devtu-optimize-skills : TEST FIRST - never document untested tools Verify tool contracts - don't trust function names Handle SOAP tools - add operation parameter Implementation-agnostic docs - no Python/MCP code in SKILL.md Foundation first - query aggregators before specialized tools Disambiguate carefully - resolve IDs properly Implement fallbacks - Prim...
141
10077 csv-data-wrangler 404kidwiz/claude-supercode-skills
CSV Data Wrangler Purpose Provides expertise in efficient CSV file processing, data cleaning, and transformation. Handles large files, encoding issues, malformed data, and performance optimization for tabular data workflows. When to Use Processing large CSV files efficiently Cleaning and validating CSV data Transforming and reshaping datasets Handling encoding and delimiter issues Merging or splitting CSV files Converting between tabular formats Querying CSV with SQL (DuckDB) Quick Start Invo...
141
10078 webapp-testing skillcreatorai/ai-agent-skills
Web Application Testing To test local web applications, write native Python Playwright scripts. Helper Scripts Available : scripts/with_server.py - Manages server lifecycle (supports multiple servers) Always run scripts with --help first to see usage. DO NOT read the source until you try running the script first and find that a customized solution is abslutely necessary. These scripts can be very large and thus pollute your context window. They exist to be called directly as black-box scripts ra...
141
10079 angular-rxjs-patterns thebushidocollective/han
Angular RxJS Patterns Master RxJS in Angular for handling async operations, data streams, and reactive programming patterns. Observable Creation Basic Observable Creation import { Observable, of, from, interval, fromEvent } from 'rxjs'; // of - emit values in sequence const numbers$ = of(1, 2, 3, 4, 5); // from - convert array, promise, or iterable const fromArray$ = from([1, 2, 3]); const fromPromise$ = from(fetch('/api/data')); // interval - emit numbers at intervals const timer$ = interv...
141
10080 tooluniverse-protein-therapeutic-design mims-harvard/tooluniverse
Therapeutic Protein Designer AI-guided de novo protein design using RFdiffusion backbone generation, ProteinMPNN sequence optimization, and structure validation for therapeutic protein development. KEY PRINCIPLES : Structure-first design - Generate backbone geometry before sequence Target-guided - Design binders with target structure in mind Iterative validation - Predict structure to validate designs Developability-aware - Consider aggregation, immunogenicity, expression Evidence-graded - Grade...
141
10081 recover-branch-context casper-studios/casper-marketplace
Recover Branch Context You are tasked with understanding the intent and current state of an existing branch so you can resume or continue work effectively. The code state is your primary source of truth - it may have drifted from any associated Linear ticket. Initial Response When this command is invoked, respond with: I'll help you understand the context of this branch. Let me analyze the commits and changes. Do you have a Linear ticket ID or URL for this work? (optional - I can proceed without...
141
10082 devtu-optimize-descriptions mims-harvard/tooluniverse
ToolUniverse Tool Description Optimization Optimize tool descriptions in ToolUniverse JSON configuration files to ensure they are clear, complete, and user-friendly. When to Apply This Skill Use when: Reviewing newly created tool descriptions User asks "are these tools easy to understand?" Improving existing tool documentation Adding new tools to ToolUniverse User mentions tool usability, clarity, or documentation Quick Optimization Checklist Tool Description Review: - [ ] Prerequisites stated (...
141
10083 skill-install cexll/myclaude
Skill Install Overview Install Claude skills from GitHub repositories with built-in security scanning to protect against malicious code, backdoors, and vulnerabilities. When to Use Trigger this skill when the user: Provides a GitHub repository URL and wants to install skills Asks to "install skills from GitHub" Wants to browse and select skills from a repository Needs to add new skills to their Claude environment Workflow Step 1: Parse GitHub URL Accept a GitHub repository URL from the user...
141
10084 openclaw-watchdog abdullah4ai/openclaw-watchdog
openclaw-watchdog Description: Self-healing monitoring system for OpenClaw gateway. Monitors health, auto-restarts on failure, and sends Telegram alerts. Diagnostics and log analysis run locally on-device. Alert notifications are sent to the user's Telegram bot. Use when user wants to set up gateway monitoring, watchdog, or auto-recovery. Prerequisites Telegram Bot Token — Create via @BotFather Telegram Chat ID — Your personal chat ID for receiving alerts Python 3 — Required for the watchdog ser...
141
10085 ccxt 2025emma/vibe-coding-cn
Ccxt Skill Comprehensive assistance with ccxt development, generated from official documentation. When to Use This Skill This skill should be triggered when: Working with ccxt Asking about ccxt features or APIs Implementing ccxt solutions Debugging ccxt code Learning ccxt best practices Quick Reference Common Patterns Pattern 1: Frequently Asked Questions I'm trying to run the code, but it's not working, how do I fix it? If your question is formulated in a short manner like the above, we wo...
141
10086 bump-deps casper-studios/casper-marketplace
Bump Dependencies Skill Update Node.js dependencies using taze CLI with smart prompting: auto-apply MINOR/PATCH updates, prompt for MAJOR updates individually, skip fixed-version packages. When package names are provided as arguments (e.g. /bump-deps react typescript ), scope all taze commands to only those packages using --include . When --dry-run is passed (e.g. /bump-deps --dry-run or /bump-deps --dry-run react ), scan for updates and present a summary table without applying any changes . See...
140
10087 pptx skillcreatorai/ai-agent-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 → ...
140
10088 extract-my-action-items casper-studios/casper-marketplace
Extract Action Items Extract action items from a Fireflies transcript using parallel subagents. Catches items automated summaries miss. Two modes: All attendees (default): No target specified — extract action items for every participant Single person: Target specified — extract action items for that person only Phase 1: Determine Mode Parse the user's invocation: If a target person is specified → single-person mode Otherwise → all-attendees mode Extract the search criteria (date, keyword, or tra...
140
10089 workflow-orchestration vxcozy/workflow-orchestration
Workflow Orchestration Apply these practices for disciplined, high-quality task execution. Quick Reference Practice When to Apply Plan Mode Any task with 3+ steps or architectural decisions Subagents Research, exploration, parallel analysis Lessons After ANY user correction Verification Before marking any task complete Elegance Check Non-trivial changes only 1. Plan Mode Default Enter plan mode for ANY non-trivial task (3+ steps or architectural decisions) If something goes sideways, STOP and re...
140
10090 tooluniverse-drug-repurposing mims-harvard/tooluniverse
Drug Repurposing with ToolUniverse Systematically identify and evaluate drug repurposing candidates using multiple computational strategies. IMPORTANT : Always use English terms in tool calls. Respond in the user's language. Core Strategies Target-Based : Disease targets -> Find drugs that modulate those targets Compound-Based : Approved drugs -> Find new disease indications Disease-Driven : Disease -> Targets -> Match to existing drugs Workflow Overview Phase 1: Disease & Target Analysis Get di...
139
10091 frontend-engineer siviter-xyz/dot-agent
Frontend Engineer Comprehensive guide for modern React development, emphasizing Suspense-based data fetching, lazy loading, proper file organization, and performance optimization. When to Use Creating new components or pages Building new features Fetching data with TanStack Query Setting up routing with TanStack Router Styling components Performance optimization Organizing frontend code TypeScript best practices Quick Start New Component Checklist Use React.FC<Props> pattern with TypeScript ...
139
10092 nansen-search nansen-ai/nansen-cli
Search nansen research search "jupiter" --type token nansen research search "Vitalik" --type entity --limit 5 nansen research search "bonk" --chain solana --fields address,name,symbol,chain Flag Purpose --type token or entity --chain Filter by chain --limit Number of results (default 25, max 50) --fields Select specific output fields Case-insensitive. Does NOT match by address — use profiler labels for address lookup.
139
10093 typography petekp/agent-skills
Typography Professional typography for user interfaces, grounded in principles from the masters. "Typography exists to honor content." — Robert Bringhurst Reference Files For detailed guidance on specific topics, consult these references: Topic When to Read masters.md Seeking authoritative backing, making nuanced judgments, understanding "why" variable-fonts.md Using variable fonts, fluid weight, performance optimization font-loading.md FOIT/FOUT issues, preloading, Core Web Vitals, self-ho...
139
10094 deep-research actionbook/actionbook
Deep Research Core System Instructions Purpose: Deliver citation-backed, verified research reports through 8-phase pipeline (Scope → Plan → Retrieve → Triangulate → Synthesize → Critique → Refine → Package) with source credibility scoring and progressive context management. Context Strategy: This skill uses 2025 context engineering best practices: Static instructions cached (this section) Progressive disclosure (load references only when needed) Avoid "loss in the middle" (critical info at start...
139
10095 business analyst aj-geddes/claude-code-bmad-skills
Business Analyst Role: Phase 1 - Analysis specialist Function: Conduct product discovery, research, and create product briefs Responsibilities Execute analysis workflows Conduct stakeholder interviews Perform market/competitive research Discover user needs and problems Create product briefs Guide problem-solution exploration Set foundation for planning phase Core Principles Start with Why - Understand the problem before solutioning Data Over Opinions - Base decisions on research and evidence Use...
138
10096 fullstack-developer 404kidwiz/claude-supercode-skills
Full-Stack Developer You are an expert full-stack web developer specializing in modern JavaScript/TypeScript stacks with React, Node.js, and databases. When to Apply Use this skill when: Building complete web applications Developing REST or GraphQL APIs Creating React/Next.js frontends Setting up databases and data models Implementing authentication and authorization Deploying and scaling web applications Integrating third-party services Technology Stack Frontend React - Modern component pattern...
138
10097 frontend-designer jamesrochabrun/skills
Frontend Designer A comprehensive skill for frontend designers and developers to build beautiful, accessible, and performant user interfaces with modern best practices. What This Skill Does Helps frontend designers/developers with: Component Design & Development - Build reusable, accessible components Design Systems - Implement tokens, patterns, and documentation Responsive Design - Mobile-first, fluid layouts Accessibility (WCAG 2.1) - Inclusive design patterns Modern CSS - Flexbox, Grid, c...
138
10098 tooluniverse-infectious-disease mims-harvard/tooluniverse
Infectious Disease Outbreak Intelligence Rapid response system for emerging pathogens using taxonomy analysis, target identification, structure prediction, and computational drug repurposing. KEY PRINCIPLES : Speed is critical - Optimize for rapid actionable intelligence Target essential proteins - Focus on conserved, essential viral/bacterial proteins Leverage existing drugs - Prioritize FDA-approved compounds for repurposing Structure-guided - Use NvidiaNIM for rapid structure prediction and d...
138
10099 marketing-content-strategy vasilyu1983/ai-agents-public
CONTENT STRATEGY - POSITIONING & TRUST OS (OPERATIONAL) Built as a no-fluff execution skill for content strategy, positioning, and trust-building. Structure: Core frameworks first. Fintech/sensitive data examples throughout. AI-specific automation in clearly labeled "Optional: AI / Automation" sections. Modern Best Practices (Jan 2026): Start from positioning (who you're for, what you replace, why you win), then derive messaging hierarchy. Build trust signals before scaling traffic. Low trus...
138
10100 tooluniverse-binder-discovery mims-harvard/tooluniverse
Small Molecule Binder Discovery Strategy Systematic discovery of novel small molecule binders using 60+ ToolUniverse tools across druggability assessment, known ligand mining, similarity expansion, ADMET filtering, and synthesis feasibility. KEY PRINCIPLES : Report-first approach - Create report file FIRST, then populate progressively Target validation FIRST - Confirm druggability before compound searching Multi-strategy approach - Combine structure-based and ligand-based methods ADMET-aware fil...
138