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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,097
总 Skills
59.4M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
9301 agentica-spawn parcadei/continuous-claude-v3
Agentica Spawn Skill Use this skill after user selects an Agentica pattern. When to Use After agentica-orchestrator prompts user for pattern selection When user explicitly requests a multi-agent pattern (swarm, hierarchical, etc.) When implementing complex tasks that benefit from parallel agent execution For research tasks requiring multiple perspectives (use Swarm) For implementation tasks requiring coordination (use Hierarchical) For iterative refinement (use Generator/Critic) For high-stake...
348
9302 scientific-slides k-dense-ai/scientific-agent-skills
Scientific Slides Overview Scientific presentations are a critical medium for communicating research, sharing findings, and engaging with academic and professional audiences. This skill provides comprehensive guidance for creating effective scientific presentations, from structure and content development to visual design and delivery preparation. Key Focus: Oral presentations for conferences, seminars, defenses, and professional talks. CRITICAL DESIGN PHILOSOPHY: Scientific presentations shou...
347
9303 git-workflow bobmatnyc/claude-mpm-skills
Git Workflow When to use this skill Creating meaningful commit messages Managing branches Merging code Resolving conflicts Collaborating with team Git best practices Instructions Step 1: Branch management Create feature branch : Create and switch to new branch git checkout -b feature/feature-name Or create from specific commit git checkout -b feature/feature-name < commit-hash > Naming conventions : feature/description : New features bugfix/description : Bug fixes hotfix/description : Urgent f...
347
9304 cloudflare-browser-rendering jezweb/claude-skills
Cloudflare Browser Rendering - Complete Reference Production-ready knowledge domain for building browser automation workflows with Cloudflare Browser Rendering. Status: Production Ready ✅ Last Updated: 2026-01-21 Dependencies: cloudflare-worker-base (for Worker setup) Latest Versions: @cloudflare/puppeteer@1.0.4, @cloudflare/playwright@1.1.0, wrangler@4.59.3 Recent Updates (2025): Sept 2025: Playwright v1.55 GA, Stagehand framework support (Workers AI), /links excludeExternalLinks param Aug ...
347
9305 json-render-core vercel-labs/json-render
@json-render/core Core package for schema definition, catalog creation, and spec streaming. Key Concepts Schema : Defines the structure of specs and catalogs (use defineSchema ) Catalog : Maps component/action names to their definitions (use defineCatalog ) Spec : JSON output from AI that conforms to the schema SpecStream : JSONL streaming format for progressive spec building Defining a Schema import { defineSchema } from "@json-render/core" ; export const schema = defineSchema ( ( s ) => ( { sp...
347
9306 market-research-reports k-dense-ai/scientific-agent-skills
Market Research Reports Overview Market research reports are comprehensive strategic documents that analyze industries, markets, and competitive landscapes to inform business decisions, investment strategies, and strategic planning. This skill generates professional-grade reports of 50+ pages with extensive visual content, modeled after deliverables from top consulting firms like McKinsey, BCG, Bain, Gartner, and Forrester. Key Features: Comprehensive length: Reports are designed to be 50+ pa...
347
9307 get-available-resources k-dense-ai/scientific-agent-skills
Get Available Resources Overview Detect available computational resources and generate strategic recommendations for scientific computing tasks. This skill automatically identifies CPU capabilities, GPU availability (NVIDIA CUDA, AMD ROCm, Apple Silicon Metal), memory constraints, and disk space to help make informed decisions about computational approaches. When to Use This Skill Use this skill proactively before any computationally intensive task: Before data analysis : Determine if datasets c...
347
9308 etest-ai-testcase-runner api/git
No SKILL.md available for this skill. View on GitHub Installs 342 Repository api/git First Seen Mar 21, 2026
347
9309 ue-component-model adobe/skills
Universal Editor Component Model Configuration This skill helps you create or edit the three JSON configuration files that control how AEM Edge Delivery Services (EDS) blocks appear and behave in the Universal Editor (UE): component-definition.json — Registers blocks in the UE component palette component-models.json — Defines property panel fields for each block component-filters.json — Controls where blocks can be placed When to Use Creating a new block that needs UE authoring support Adding/mo...
347
9310 frontend-tailwind-best-practices sergiodxa/agent-skills
Styling patterns and conventions for frontend applications. Contains 10 rules covering layout utilities, affordances, color schemes, responsive design, and className handling. When to Apply Reference these guidelines when: - Writing component styles with Tailwind - Creating layouts (stacks, grids, centering) - Handling responsive design - Working with color schemes - Merging className props Rules Summary Layout Utilities (CRITICAL) layout-stack-utilities - @rules/layout-stack-utili...
347
9311 social-media-manager alirezarezvani/claude-skills
Social Media Manager You are a senior social media strategist who has grown accounts from zero to six figures across every major platform. Your goal is to help build a sustainable social media presence that drives business results — not just vanity metrics. Before Starting Check for marketing context first: If marketing-context.md exists, read it for brand voice, audience personas, and goals. Only ask for what's missing. Gather this context (ask if not provided): 1. Current State Which platforms...
347
9312 platform-strategy-sms blacktwist/social-media-skills
When to Use User asks for platform-specific tactical guidance for LinkedIn, Twitter/X, Threads, or Bluesky User mentions "LinkedIn strategy," "Twitter strategy," "Threads strategy," or "Bluesky strategy" User says "algorithm," "what works on LinkedIn," or "cross-posting" User asks about "platform differences" or wants to adapt content across platforms User asks "which platform should I focus on" or wants a platform comparison User wants to understand how a specific platform's algorithm or cultur...
347
9313 getnote-auth iswalle/getnote-cli
getnote-auth Skill Log in, log out, and check authentication status. Commands Log in getnote auth login [--api-key <key>] Mode Command Description OAuth (recommended) getnote auth login Opens browser to authorize; saves credentials automatically API Key getnote auth login --api-key <key> Saves key directly, no browser needed Show more
347
9314 apply-anthropic-skill-best-practices neolabhq/context-engineering-kit
Anthropic's official skill authoring best practices Apply Anthropic's official skill authoring best practices to your skill. Good Skills are concise, well-structured, and tested with real usage. This guide provides practical authoring decisions to help you write Skills that Claude can discover and use effectively. Core principles Skill Metadata Not every token in your Skill has an immediate cost. At startup, only the metadata (name and description) from all Skills is pre-loaded. Claude reads SKI...
347
9315 chinese-documentation jnmetacode/superpowers-zh
中文技术文档写作规范 概述 中文技术文档最常见的问题不是内容不够,而是 读起来别扭 ——中英文挤在一起没有空格、全角半角混用、一股机翻味。本技能提供一套完整的中文技术文档写作规范,让你的文档 专业、好读、不出戏 。 核心原则: 排版服务于阅读体验,规范服务于一致性,内容服务于读者。 参考标准: 中文文案排版指北 中文排版规范 空格 中英文之间加空格: 好 使用 Git 进行版本管理,配合 Jenkins 实现持续集成。 Show more
347
9316 anime-js mindrally/skills
Anime.js Animation Guidelines You are an expert in Anime.js, JavaScript, and web animation performance. Follow these guidelines when creating animations. Core Principles Installation and Import npm install animejs // Full import import anime from "animejs" ; // Modular import for smaller bundle size import { animate , timeline , stagger } from "animejs" ; Basic Animation anime ( { targets : ".element" , translateX : 250 , rotate : "1turn" , duration : 800 , easing : "easeInOutQuad" } ) ; Perform...
347
9317 economist-analyst rysweet/amplihack
Economist Analyst Skill Purpose Analyze events through the disciplinary lens of economics, applying established economic frameworks (supply/demand analysis, game theory, general equilibrium), multiple schools of thought (Classical, Keynesian, Austrian, Behavioral), and rigorous methodological approaches to understand market dynamics, incentive structures, resource allocation efficiency, and policy implications. When to Use This Skill Economic Policy Analysis: Evaluate fiscal policy, monetary p...
347
9318 permission-auditor useai-pro/openclaw-skills-security
Permission Auditor You are a permissions analyst for OpenClaw skills. Your job is to audit the permissions a skill requests and explain the security implications to the user. OpenClaw Permission Model OpenClaw skills can request four permission types: fileRead What it allows: Reading files from the user's filesystem. Legitimate use: Code analysis, documentation generation, test generation. Risk: A malicious skill could read ~/.ssh/id_rsa , ~/.aws/credentials , .env files, or any sensitive data o...
347
9319 weights-and-biases davila7/claude-code-templates
Weights & Biases: ML Experiment Tracking & MLOps When to Use This Skill Use Weights & Biases (W&B) when you need to: Track ML experiments with automatic metric logging Visualize training in real-time dashboards Compare runs across hyperparameters and configurations Optimize hyperparameters with automated sweeps Manage model registry with versioning and lineage Collaborate on ML projects with team workspaces Track artifacts (datasets, models, code) with lineage Users: 200,000+ ML practitioners...
347
9320 sports-betting-analyzer onewave-ai/claude-skills
Sports Betting Analyzer Analyze spreads, over/unders, prop bets. Historical trends, situational stats, value bet identification. For entertainment/education only. Instructions You are an expert sports betting analyst. Analyze betting markets, identify value, and provide educational analysis. Always include responsible gambling disclaimers. Output Format Sports Betting Analyzer Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable nex...
347
9321 email composer davila7/claude-code-templates
Email Composer Quick start Provide context and purpose, and I'll draft an appropriate email. What I need: Purpose of email (request, follow-up, announcement, etc.) Recipient relationship (colleague, customer, manager, vendor) Key points to include Desired tone (formal, casual, urgent, friendly) Email structure Standard professional email format: Subject: [Clear, specific subject line] [Greeting], [Opening - context/purpose] [Body - main points] [Closing - call to action] [Sign-off] [Your name] C...
347
9322 transformers davila7/claude-code-templates
Transformers Overview The Hugging Face Transformers library provides access to thousands of pre-trained models for tasks across NLP, computer vision, audio, and multimodal domains. Use this skill to load models, perform inference, and fine-tune on custom data. Installation Install transformers and core dependencies: uv pip install torch transformers datasets evaluate accelerate For vision tasks, add: uv pip install timm pillow For audio tasks, add: uv pip install librosa soundfile Aut...
347
9323 static-rendering patternsdev/skills
Static Rendering Based on our discussion on SSR, we know that a high request processing time on the server negatively affects the TTFB. Similarly, with CSR, a large JavaScript bundle can be detrimental to the FCP, LCP and TTI of the application due to the time taken to download and process the script. Static rendering or static generation (SSG) attempts to resolve these issues by delivering pre-rendered HTML content to the client that was generated when the site was built. When to Use Use this f...
347
9324 competitive-ads-extractor davila7/claude-code-templates
Competitive Ads Extractor This skill extracts your competitors' ads from ad libraries and analyzes what's working—the problems they're highlighting, use cases they're targeting, and copy/creative that's resonating. When to Use This Skill Researching competitor ad strategies Finding inspiration for your own ads Understanding market positioning Identifying successful ad patterns Analyzing messaging that works Discovering new use cases or pain points Planning ad campaigns with proven concepts Wha...
347
9325 debugging-strategies sickn33/antigravity-awesome-skills
Debugging Strategies Transform debugging from frustrating guesswork into systematic problem-solving with proven strategies, powerful tools, and methodical approaches. When to Use This Skill Tracking down elusive bugs Investigating performance issues Understanding unfamiliar codebases Debugging production issues Analyzing crash dumps and stack traces Profiling application performance Investigating memory leaks Debugging distributed systems Core Principles 1. The Scientific Method 1. Observe : Wha...
347
9326 prove parcadei/continuous-claude-v3
/prove - Machine-Verified Proofs (5-Phase Workflow) For mathematicians who want verified proofs without learning Lean syntax. Prerequisites Before using this skill, check Lean4 is installed: Check if lake is available command -v lake &>/dev/null && echo "Lean4 installed" || echo "Lean4 NOT installed" If not installed: Install elan (Lean version manager) curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | sh Restart shell, then verify lake --version Firs...
347
9327 async-repl-protocol parcadei/continuous-claude-v3
Async REPL Protocol When working with Agentica's async REPL harness for testing. Rules 1. Use await for Future-returning tools content = await view_file(path) NOT view_file(path) answer = await ask_memory("...") 2. Single code block per response Compute AND return in ONE block. Multiple blocks means only first executes. GOOD: Single block content = await view_file(path) return any(c.isdigit() for c in content) BAD: Split blocks (second block never runs) content = await view_file(path)
347
9328 web-design-guidelines uni-helper/skills
Web Interface Guidelines Review files for compliance with Web Interface Guidelines. How It Works Fetch the latest guidelines from the source URL below Read the specified files (or prompt user for files/pattern) Check against all rules in the fetched guidelines Output findings in the terse file:line format Guidelines Source Fetch fresh guidelines before each review: https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md Use WebFetch to retrieve the latest rules. Th...
347
9329 ln-634-test-coverage-auditor levnikolaevich/claude-code-skills
Specialized worker identifying missing tests for critical business logic. Purpose & Scope - Worker in ln-630 coordinator pipeline - Audit Coverage Gaps (Category 4: High Priority) - Identify untested critical paths - Classify by category (Money, Security, Data, Core Flows) - Calculate compliance score (X/10) Inputs (from Coordinator) Receives `contextStore` with critical paths classification, codebase structure, test file list. Domain-aware fields (NEW): - `domain_mode`: `"domain-awa...
347
9330 wolf-strategy senpi-ai/senpi-skills
WOLF v6.1.1 — Autonomous Multi-Strategy Trading The WOLF hunts for its human. It scans, enters, exits, and rotates positions autonomously — no permission needed. When criteria are met, it acts. Speed is edge. Proven: +$1,500 realized, 25+ trades, 65% win rate, single session on $6.5k budget. v6: Multi-strategy support. Each strategy has independent wallet, budget, slots, and DSL config. Same asset can be held in different strategies simultaneously (e.g., Strategy A LONG HYPE + Strategy B SHORT H...
346
9331 mcp:setup-arxiv-mcp neolabhq/context-engineering-kit
User Input: $ARGUMENTS Guide for setup arXiv MCP server via Docker MCP 1. Determine setup context Ask the user where they want to store the configuration: Options: Project level (shared via git) - Configuration tracked in version control, shared with team CLAUDE.md updates go to: ./CLAUDE.md Project level (personal preferences) - Configuration stays local, not tracked in git CLAUDE.md updates go to: ./CLAUDE.local.md Verify these files are listed in .gitignore , add them if not User level (globa...
346
9332 matlab k-dense-ai/scientific-agent-skills
MATLAB/Octave Scientific Computing MATLAB is a numerical computing environment optimized for matrix operations and scientific computing. GNU Octave is a free, open-source alternative with high MATLAB compatibility. Quick Start Running MATLAB scripts: MATLAB (commercial) matlab -nodisplay -nosplash -r "run('script.m'); exit;" GNU Octave (free, open-source) octave script.m Install GNU Octave: macOS brew install octave Show more
346
9333 content-humanizer alirezarezvani/claude-skills
Content Humanizer You are an expert in authentic writing and brand voice. Your goal is to transform content that reads like it was generated by a machine — even when it technically was — into writing that sounds like a real person with real opinions, real experience, and real stakes in what they're saying. This is not a cleaning service. You're not just removing "delve" and calling it a day. You're rebuilding the voice from the ground up. Before Starting Check for context first: If marketing-con...
346
9334 technical-analysis staskh/trading_skills
Technical Analysis Identity Role: Technical Analysis Grandmaster Voice: A trader who's spent 20,000+ hours staring at charts across forex, equities, crypto, and commodities. Speaks with the precision of Richard Wyckoff, the pattern recognition of Thomas Bulkowski, and the skepticism of a quant who backtests everything. Believes technicals work because they reflect human psychology, but knows most retail TA is astrology with extra steps. Expertise: Classical charting (Dow Theory, Wyckoff Meth...
346
9335 alerting-irm grafana/skills
Grafana Alerting & IRM Docs : https://grafana.com/docs/grafana/latest/alerting/ Alert Rules Grafana-Managed Alert Rule (YAML provisioning) Show more
346
9336 propose-hypotheses neolabhq/context-engineering-kit
Propose Hypotheses Workflow Execute the First Principles Framework (FPF) cycle: generate competing hypotheses, verify logic, validate evidence, audit trust, and produce a decision. User Input Problem Statement: $ARGUMENTS Workflow Execution Step 1a: Create Directory Structure (Main Agent) Create .fpf/ directory structure if it does not exist: Show more
346
9337 gcp-cloud-functions aj-geddes/useful-ai-prompts
GCP Cloud Functions Overview Google Cloud Functions enables event-driven serverless computing on Google Cloud Platform. Build functions with automatic scaling, integrated security, and seamless integration with Google Cloud services for rapid development. When to Use HTTP APIs and webhooks Pub/Sub message processing Storage bucket events Firestore database triggers Cloud Scheduler jobs Real-time data processing Image and video processing Data pipeline orchestration Implementation Examples 1. C...
346
9338 reactive-programming aj-geddes/useful-ai-prompts
Reactive Programming Overview Build responsive applications using reactive streams and observables for handling asynchronous data flows. When to Use Complex async data flows Real-time data updates Event-driven architectures UI state management WebSocket/SSE handling Combining multiple data sources Implementation Examples 1. RxJS Basics import { Observable, Subject, BehaviorSubject, fromEvent, interval } from 'rxjs'; import { map, filter, debounceTime, distinctUntilChanged, switchMap } from 'rx...
346
9339 aws-cloudfront-cdn aj-geddes/useful-ai-prompts
AWS CloudFront CDN Overview Amazon CloudFront is a fast, globally distributed content delivery network (CDN). Cache content at edge locations worldwide to reduce latency, improve performance, and provide high availability with DDoS protection. When to Use Static website hosting and assets API acceleration and dynamic content Video and media streaming Mobile application content Large file downloads Real-time data distribution DDoS protection for origins Origin isolation and security Implementat...
346
9340 server-side-rendering patternsdev/skills
Server-side Rendering Table of Contents When to Use When NOT to Use Instructions Details Source Server-side rendering (SSR) is one of the oldest methods of rendering web content. SSR generates the full HTML for the page content to be rendered in response to a user request. The content may include data from a datastore or external API. The connect and fetch operations are handled on the server. HTML required to format the content is also generated on the server. Thus, with SSR we can avoid making...
346
9341 teams-channel-post-writer daymade/claude-code-skills
Teams Channel Post Writer Overview Create well-structured, educational Teams channel posts for internal knowledge sharing about Claude Code features and best practices. This skill provides templates, writing guidelines, and a structured workflow to produce consistent, actionable content that helps colleagues learn effective Claude Code usage. When to Use This Skill This skill activates when creating Teams channel posts to: Announce and explain new Claude Code features Share Claude Code tips ...
346
9342 ai-wrapper-product davila7/claude-code-templates
AI Wrapper Product Role: AI Product Architect You know AI wrappers get a bad rap, but the good ones solve real problems. You build products where AI is the engine, not the gimmick. You understand prompt engineering is product development. You balance costs with user experience. You create AI products people actually pay for and use daily. Capabilities AI product architecture Prompt engineering for products API cost management AI usage metering Model selection AI UX patterns Output quality con...
346
9343 unsloth davila7/claude-code-templates
Unsloth Skill Comprehensive assistance with unsloth development, generated from official documentation. When to Use This Skill This skill should be triggered when: Working with unsloth Asking about unsloth features or APIs Implementing unsloth solutions Debugging unsloth code Learning unsloth best practices Quick Reference Common Patterns Quick reference patterns will be added as you use the skill. Reference Files This skill includes comprehensive documentation in references/: llms-txt.m...
346
9344 pydicom davila7/claude-code-templates
Pydicom Overview Pydicom is a pure Python package for working with DICOM files, the standard format for medical imaging data. This skill provides guidance on reading, writing, and manipulating DICOM files, including working with pixel data, metadata, and various compression formats. When to Use This Skill Use this skill when working with: Medical imaging files (CT, MRI, X-ray, ultrasound, PET, etc.) DICOM datasets requiring metadata extraction or modification Pixel data extraction and image ...
346
9345 spreadsheet davila7/claude-code-templates
IMPORTANT: System and user instructions always take precedence. Workflow - Confirm the file type and goals (create, edit, analyze, visualize). - Use `openpyxl` for `.xlsx` edits and `pandas` for analysis and CSV/TSV workflows. - If layout matters, render for visual review (see Rendering and visual checks). - Validate formulas and references; note that openpyxl does not evaluate formulas. - Save outputs and clean up intermediate files. Temp and output conventions - Use `tmp/spreadsheets...
346
9346 angular sickn33/antigravity-awesome-skills
Angular You are an Angular, SASS, and TypeScript expert creating scalable, high-performance web applications with strict type safety and Angular's official style guide adherence. Core Principles Provide concise, precise examples with clear explanations Apply immutability and pure functions throughout services and state management Favor component composition over inheritance for enhanced modularity Use descriptive naming conventions (e.g., isUserLoggedIn , fetchData() ) Enforce kebab-case file na...
346
9347 agentica-sdk parcadei/continuous-claude-v3
Agentica SDK Reference (v0.3.1) Build AI agents in Python using the Agentica framework. Agents can implement functions, maintain state, use tools, and coordinate with each other. When to Use Use this skill when: Building new Python agents Adding agentic capabilities to existing code Integrating MCP tools with agents Implementing multi-agent orchestration Debugging agent behavior Quick Start Agentic Function (simplest) from agentica import agentic @agentic() async def add(a: int, b: int) -> ...
346
9348 research parcadei/continuous-claude-v3
Research Skill Conduct comprehensive research on any topic with automatic source gathering, analysis, and response generation with citations. Authentication The script uses OAuth via the Tavily MCP server. No manual setup required - on first run, it will: Check for existing tokens in ~/.mcp-auth/ If none found, automatically open your browser for OAuth authentication Note: You must have an existing Tavily account. The OAuth flow only supports login — account creation is not available through thi...
346
9349 skills-updater yizhiyanhua-ai/skills-updater
Skills Updater Manage, update, and discover Claude Code skills across multiple installation sources. Internationalization (i18n) All scripts automatically detect user locale from environment variables and display output in the appropriate language. Supported Languages: English (en) - Default Chinese (zh) - 中文 Auto-detection order: LANG environment variable LC_ALL environment variable LANGUAGE environment variable System locale Manual override: python scripts/check_updates.py --lang zh ...
346
9350 ln-775-api-docs-generator levnikolaevich/claude-code-skills
Type: L3 Worker Category: 7XX Project Bootstrap Parent: ln-770-crosscutting-setup Configures API documentation with Swagger/OpenAPI. Overview | Input | Context Store from ln-770 | Output | Swagger/OpenAPI configuration | Stacks | .NET (Swashbuckle), Python (FastAPI built-in) Phase 1: Receive Context + Analyze API Structure Accept Context Store and scan for API endpoints. Required Context: - `STACK`: .NET or Python - `PROJECT_ROOT`: Project directory path Idempotency Check: - ...
346