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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
14001 ln-831-oss-replacer levnikolaevich/claude-code-skills
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. ln-831-oss-replacer Type: L3 Worker Category: 8XX Optimization Parent: ln-830-code-modernization-coordinator Executes OSS replacement plans from ln-645-open-source-replacer auditor. For each custom module with an OSS alternative: install package, rewrite imports, run tests, keep or discard atomically. Overview Aspect Detail...
53
14002 jira-ticket-viewer delexw/claude-code-misc
Jira Ticket Viewer Fetch and display Jira ticket details using the jira CLI tool. Arguments $ARGUMENTS[0] — Jira issue key (e.g. PROJ-123 ) $ARGUMENTS[1] — (optional) Base directory for all temp assets (raw JSON, attachments, parsed output). Defaults to .implement-assets/jira When invoked by the orchestrator (e.g. implement ), $ARGUMENTS[1] is provided. When used standalone, it defaults to .implement-assets/jira . System Requirements jira CLI installed and configured ( https://github.com/ankitpo...
53
14003 web_searcher cliuxinxin/rag_agent
Web Search Specialist You are a researcher with access to the internet. When the user asks for current events, news, or specific facts (e.g., "Who won the game yesterday?", "Stock price of Apple"), use the run_skill_script tool to execute search.py . The script accepts arguments. Pass the search query as the argument. Example: run_skill_script("search.py", ["current price of Bitcoin"])
53
14004 km-mcp-skills api/git
No SKILL.md available for this skill. View on GitHub
53
14005 ios-uikit-architecture thebushidocollective/han
iOS - UIKit Architecture Architectural patterns and best practices for UIKit-based iOS applications. Key Concepts MVVM Architecture The Model-View-ViewModel pattern separates concerns: Model: Data and business logic View: UIViewController and UIView subclasses ViewModel: Presentation logic, transforms model data for display // Model struct User { let id: String let firstName: String let lastName: String let email: String } // ViewModel class UserProfileViewModel { privat...
53
14006 frontend-implementation mae616/design-skills
Frontend Implementation Skill When to Apply Apply this skill when the request involves: UI implementation, design-to-code, Figma to code, component implementation, styling, responsive design, fixing broken UI UI実装、デザインから実装、Figmaから実装、コンポーネント実装、スタイル調整、レスポンシブ対応、UIの崩れ修正 Translating any design tool output (Figma/Pencil/Canva/sketches) to code Core Principles Goal is not pixel-perfect copying, but maintaining ratios, alignment, resilience, and consistency. Translate, don't transcribe. Design tool valu...
53
14007 b2c-scapi-custom salesforcecommercecloud/b2c-developer-tooling
B2C SCAPI Custom APIs Skill Use the b2c CLI plugin to manage SCAPI Custom API endpoints and check their registration status. Tip: If b2c is not installed globally, use npx @salesforce/b2c-cli instead (e.g., npx @salesforce/b2c-cli scapi custom status ). Required: Tenant ID The --tenant-id flag is required for all commands. The tenant ID identifies your B2C Commerce instance. Important: The tenant ID is NOT the same as the organization ID: Tenant ID : zzxy_prd (used with commands that require --t...
53
14008 confidence-scoring laurigates/claude-plugins
This skill provides systematic evaluation of PRPs (Product Requirement Prompts) and work-orders to determine their readiness for execution or delegation. When to Use This Skill Activate this skill when: - Creating a new PRP (`/prp:create`) - Generating a work-order (`/blueprint:work-order`) - Deciding whether to execute or refine a PRP - Evaluating whether a task is ready for subagent delegation - Reviewing PRPs/work-orders for quality Scoring Dimensions 1. Context Completeness (1-10...
53
14009 security pluginagentmarketplace/custom-plugin-python
/security - Security Audit Workflow Dedicated security analysis for sensitive code. When to Use "Security audit" "Check for vulnerabilities" "Is this secure?" "Review authentication code" "Check for injection attacks" Before handling auth, payments, user data After adding security-sensitive features Workflow Overview ┌─────────┐ ┌───────────┐ │ aegis │───▶│ arbiter │ │ │ │ │ └─────────┘ └───────────┘ Security Verify audit fixes Agent Sequence Agent R...
53
14010 evolutionary-metric-ranking terrylica/cc-skills
Evolutionary Metric Ranking Methodology for systematically zooming into high-quality configurations across multiple evaluation metrics using per-metric percentile cutoffs, intersection-based filtering, and evolutionary optimization. Domain-agnostic principles with quantitative trading case studies. Companion skills : rangebar-eval-metrics (metric definitions) | adaptive-wfo-epoch (WFO integration) | backtesting-py-oracle (SQL validation) When to Use This Skill Use this skill when: Ranking and fi...
53
14011 component-spec owl-listener/designer-skills
Component Spec You are an expert in writing thorough, implementable component specifications for design systems. What You Do You create complete component specs covering anatomy, behavior, variants, states, accessibility, and usage. Specification Structure Overview — Name, description, when to use / not use Anatomy — Visual breakdown, required vs optional elements Variants — Size (sm/md/lg), style (primary/secondary/ghost), layout Props/API — Name, type, default, description, required status Sta...
53
14012 recall berserkdisruptors/contextual-commits
/recall — Search Past Claude & Codex Sessions Search all past Claude Code and Codex sessions using full-text search with BM25 ranking. Usage python3 ~/.claude/skills/recall/scripts/recall.py QUERY [ --project PATH ] [ --days N ] [ --source claude | codex ] [ --limit N ] [ --reindex ] Examples Simple keyword search python3 ~/.claude/skills/recall/scripts/recall.py "bufferStore" Phrase search (exact match) python3 ~/.claude/skills/recall/scripts/recall.py '"ACP protocol"' Boolean query python3 ...
53
14013 ralph-setup andrelandgraf/fullstackrecipes
Ralph Agent Loop To set up Ralph Agent Loop, refer to the fullstackrecipes MCP server resource: Resource URI: recipe://fullstackrecipes.com/ralph-setup If the MCP server is not configured, fetch the recipe directly: curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/ralph-setup
53
14014 openclaw win4r/openclaw-skill
OpenClaw CLI Overview OpenClaw is a multi-channel messaging and agent platform. The CLI provides commands for gateway management, agent orchestration, channel operations (WhatsApp, Telegram), device pairing, and automated messaging workflows. Quick Reference Check CLI version and help openclaw --version openclaw --help openclaw --log-level < level > Override log level (silent|fatal|error|warn|info|debug|trace) openclaw --no-color Disable ANSI colors Setup and configuration openclaw setup In...
53
14015 shadcn-inertia inertia-rails/skills
shadcn/ui for Inertia Rails shadcn/ui patterns adapted for Inertia.js + Rails + React. NOT Next.js. Before using a shadcn example, ask: Does it use react-hook-form + zod ? → Replace with Inertia <Form> + name attributes. Inertia handles CSRF, errors, redirects, processing state — react-hook-form would fight all of this. Does it use 'use client' ? → Remove it. Inertia has no RSC — all components are client components. Does it use next/link , next/head , useRouter() ? → Replace with Inertia <Link>...
53
14016 test-coverage-improver openai/openai-agents-js
Test Coverage Improver Overview Use this skill whenever coverage needs assessment or improvement (coverage regressions, failing thresholds, or user requests for stronger tests). It runs the coverage suite, analyzes results, highlights the biggest gaps, and prepares test additions while confirming with the user before changing code. Quick Start From the repo root run make coverage to regenerate .coverage data and coverage.xml. Collect artifacts: .coverage and coverage.xml, plus the console outp...
53
14017 explainer video scripter eddiebe147/claude-settings
Explainer Video Scripter Write scripts for educational and explainer videos that teach effectively When to Use This Skill Use this skill when you need to: Create compelling written content Develop clear messaging and communication Structure information effectively Not recommended for: Tasks requiring technical implementation complex data analysis Quick Reference Action Command/Trigger Create explainer video scripter explainer video Review and optimize review explainer video scripter Get best pra...
53
14018 langgraph-agents scientiacapital/skills
<quick_start> State schema (foundation): from typing import TypedDict, Annotated from langgraph.graph import add_messages class AgentState(TypedDict, total=False): messages: Annotated[list, add_messages] Auto-merge next_agent: str For handoffs Pattern selection: Pattern When Agents Supervisor Clear hierarchy 3-10 Swarm Peer collaboration 5-15 Master Learning systems 10-30+ Multi-provider: Use lang-core for auto-selection by cost/quality/speed </quick_start> <success_criteria> ...
53
14019 mise zenobi-us/dotfiles
You are a mise specialist with deep expertise in version management, tool orchestration, environment configuration, and task automation. Your focus is helping users leverage mise for reproducible, fast development environments and streamlined workflows. Core Competencies Tool Management - Installing tools: `mise install node@20`, `mise install cargo:ripgrep` - Version pinning: `mise use node@20 -g` (global), `mise use python@3.11` (project) - Version queries: `mise ls` (list installed), `...
53
14020 azure-storage-blob-java sickn33/antigravity-awesome-skills
Azure Storage Blob SDK for Java Build blob storage applications using the Azure Storage Blob SDK for Java. Installation < dependency > < groupId > com.azure </ groupId > < artifactId > azure-storage-blob </ artifactId > < version > 12.33.0 </ version > </ dependency > Client Creation BlobServiceClient import com . azure . storage . blob . BlobServiceClient ; import com . azure . storage . blob . BlobServiceClientBuilder ; // With SAS token BlobServiceClient serviceClient = new BlobServiceClientB...
53
14021 changelog-review laurigates/claude-plugins
Claude Code Changelog Review Expertise for analyzing Claude Code changelog and identifying impacts on plugin development. Core Purpose Review Claude Code releases to: Identify breaking changes requiring plugin updates Discover new features plugins can leverage Track deprecations before they become problems Ensure plugins follow current best practices Change Categories High Impact (Action Required) Category Example Changes Action Breaking changes API changes, renamed tools Update affected plugins...
53
14022 b2c-scapi-shopper salesforcecommercecloud/b2c-developer-tooling
Shopper Commerce APIs (SCAPI) This skill guides you through consuming standard Shopper APIs for building headless commerce experiences. Shopper APIs are RESTful endpoints designed for customer-facing storefronts. Note: For creating custom API endpoints, see b2c-custom-api-development . This skill focuses on consuming standard Shopper APIs. Overview Shopper APIs are designed for frontend commerce applications: Client : PWA Kit, composable storefronts, mobile apps Authentication : SLAS (Shopper Lo...
53
14023 content-similarity-checker dkyazzentwatwa/chatgpt-skills
Content Similarity Checker Compare documents and text for similarity using multiple algorithms. Features Cosine Similarity: TF-IDF based comparison Jaccard Similarity: Set-based comparison Levenshtein Distance: Edit distance for short texts Batch Comparison: Compare multiple documents Similarity Matrix: Pairwise comparison of all documents Reports: Detailed similarity reports Quick Start from similarity_checker import SimilarityChecker checker = SimilarityChecker() Compare two texts score =...
53
14024 launch-strategy kimny1143/claude-code-template
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...
53
14025 tailwind-capacitor cap-go/capacitor-skills
Tailwind CSS for Capacitor Apps Build beautiful mobile apps with Tailwind CSS and Capacitor. When to Use This Skill User is using Tailwind in Capacitor app User asks about mobile styling User needs responsive mobile design User wants dark mode with Tailwind User needs safe area handling Getting Started Installation bun add -D tailwindcss postcss autoprefixer bunx tailwindcss init -p Configuration // tailwind.config.js / @type { import ( 'tailwindcss' ) . Config } */ export default { content : [ ...
53
14026 helm-chart-development laurigates/claude-plugins
Comprehensive guidance for creating, testing, and packaging custom Helm charts with best practices for maintainability and reusability. When to Use Use this skill automatically when: - User wants to create a new Helm chart - User needs to validate chart structure or templates - User mentions testing charts locally - User wants to package or publish charts - User needs to manage chart dependencies - User asks about chart best practices Chart Creation & Structure Create New Chart ```...
53
14027 building-tui-apps mhagrelius/dotfiles
Building TUI Applications Overview TUIs are reactive terminal interfaces. Unlike CLIs (single operation → exit), TUIs maintain state, handle events, and update displays continuously. Think of them as web apps for the terminal. When to Use TUI digraph decision { rankdir=TB; "Need persistent display?" [shape=diamond]; "Multiple views/panels?" [shape=diamond]; "Real-time updates?" [shape=diamond]; "CLI with progress" [shape=box, style=filled, fillcolor=lightblue]; "Full TU...
53
14028 thumbnail kenneth-liao/ai-launchpad-marketplace
Thumbnail Skill This skill enables generation of high-performing thumbnails and cover images optimized for click-through rate (CTR). Thumbnails are designed to spark curiosity, complement titles, and compel viewers to click. Image Generation All image generation and editing goes through the creator-stack:nanobanana skill — it provides access to Gemini image models (Pro and Flash) with support for text-to-image, image editing, multi-image reference, and high-resolution output. Invoke it before ge...
53
14029 property-based-testing laurigates/claude-plugins
Property-Based Testing Guide Use this skill proactively during development when you encounter patterns where PBT provides stronger coverage than example-based tests. When to Invoke (Automatic Detection) Invoke this skill when you detect: Serialization pairs: encode/decode, serialize/deserialize, toJSON/fromJSON, pack/unpack Parsers: URL parsing, config parsing, protocol parsing, string-to-structured-data Normalization: normalize, sanitize, clean, canonicalize, format Validators: is_valid, va...
53
14030 app-dev freshworks-developers/marketplace
Freshworks Platform 3.0 Development Skill 🚨 MOST IMPORTANT - ZERO TOLERANCE: An app is NEVER complete until fdk validate shows ZERO platform errors AND ZERO lint errors. NEVER say "app complete" or "app generated" with ANY errors remaining. 🚨 MANDATORY ENFORCEMENT: Fix ALL errors (platform AND lint) before finalizing. Keep iterating max 6 times with command fdk validate , until errors = 0. No exceptions. You are a Freshworks Platform 3.0 senior solutions architect and enforcement layer. Core Rul...
53
14031 uv mitsuhiko/agent-stuff
Quick Reference uv run script.py Run a script uv run --with requests script.py Run with ad-hoc dependency uv run python -m ast foo.py > /dev/null Verify syntax without writing __pycache__ uv add requests Add dependency to project uv init --script foo.py Create script with inline metadata Inline Script Dependencies /// script requires-python = ">=3.12" dependencies = ["requests"] /// See scripts.md for full details on running scripts, locking, and reproducibility. Build Backend Use uv_bu...
53
14032 imessage-query terrylica/cc-skills
iMessage Database Query Query the macOS iMessage SQLite database ( ~/Library/Messages/chat.db ) to retrieve conversation history, decode messages stored in binary format, and build sourced timelines with precise timestamps. When to Use Retrieving iMessage conversation history for a specific contact Building sourced timelines with timestamps from text messages Searching for keywords across all conversations Debugging messages that appear empty but contain recoverable text Extracting message conte...
53
14033 dockerfile-optimise pproenca/dot-skills
Dockerfile Optimization Best Practices Comprehensive Dockerfile optimization guide sourced exclusively from official Docker documentation. Contains 48 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new Dockerfiles or modifying existing ones Optimizing Docker build times (layer caching, cache mounts, context management) Reducing Docker image size (multi-stage builds, minimal base images) H...
53
14034 tauri-mcp-test-runner xiaolai/vmark
Tauri MCP Test Runner Overview Run VMark end-to-end UI flows using the Tauri MCP tools and summarize results. Workflow Confirm the desktop app is running. If not, ask the user to start it. Start MCP session via mcp__tauri__tauri_driver_session (action: start , port: 9223 or omit for default). List windows ( mcp__tauri__tauri_manage_window action: list ) and pick the target window. Execute test flows using the patterns in references/flows.md . Capture logs when needed ( mcp__tauri__tauri_read_log...
53
14035 nemo-evaluator-sdk orchestra-research/ai-research-skills
NeMo Evaluator SDK evaluates LLMs across 100+ benchmarks from 18+ harnesses using containerized, reproducible evaluation with multi-backend execution (local Docker, Slurm HPC, Lepton cloud). Installation: ``` pip install nemo-evaluator-launcher ``` Set API key and run evaluation: ``` export NGC_API_KEY=nvapi-your-key-here Create minimal config cat > config.yaml << 'EOF' defaults: - execution: local - deployment: none - _self_ execution: output_dir: ./results target: api_endpoi...
53
14036 youtube-transcript connorads/dotfiles
YouTube Transcript Extract transcripts from YouTube videos using the youtube-transcript-api. Usage Run the script with a YouTube URL or video ID: uv run scripts/get_transcript.py "VIDEO_URL_OR_ID" With timestamps: uv run scripts/get_transcript.py "VIDEO_URL_OR_ID" --timestamps Defaults Without timestamps (default): Plain text, one line per caption segment With timestamps: [MM:SS] text format (or [HH:MM:SS] for longer videos) Supported URL Formats https://www.youtube.com/watch?v=VIDEO_ID ...
53
14037 infographic designer eddiebe147/claude-settings
Infographic Designer An information design expert that transforms complex data and concepts into clear, engaging visual stories. This skill combines data visualization principles, visual hierarchy, and storytelling to create infographics that inform, educate, and persuade. From statistical reports to process flows to comparison charts, this skill ensures your data is not just seen, but understood and remembered. Core Workflows Workflow 1: Statistical Infographic Gather data Collect all statistic...
53
14038 go-feature-flag laurigates/claude-plugins
Open-source feature flag solution with file-based configuration and OpenFeature integration. Use when setting up self-hosted feature flags, configuring flag files, or deploying the relay proxy. When to Use Automatic activation triggers: - User mentions "GO Feature Flag", "GOFF", or "gofeatureflag" - Project has `@openfeature/go-feature-flag-provider` dependency - Project has `flags.goff.yaml` or similar flag configuration - User asks about self-hosted feature flags - Docker/K8s configura...
53
14039 devops-automator erichowens/some_claude_skills
DevOps Automator Expert DevOps engineer specializing in CI/CD pipelines, infrastructure as code, container orchestration, and deployment automation. Activation Triggers Activate on: "CI/CD", "GitHub Actions", "deployment pipeline", "Terraform", "infrastructure as code", "IaC", "Docker", "Kubernetes", "K8s", "Helm", "container orchestration", "GitOps", "ArgoCD", "deployment automation", "secrets management", "monitoring setup" NOT for: Application development → language skills | Database desi...
53
14040 health-check laurigates/claude-plugins
/health:check Run a comprehensive diagnostic scan of your Claude Code environment. Identifies issues with plugin registry, settings files, hooks configuration, and MCP servers. When to Use This Skill Use this skill when... Use another approach when... Running comprehensive Claude Code diagnostics Checking specific component only (use /health:plugins , /health:settings ) Troubleshooting general Claude Code issues Plugin registry issues only (use /health:plugins --fix ) Validating environment conf...
53
14041 python-packaging laurigates/claude-plugins
Python Packaging Comprehensive guide to creating, structuring, and distributing Python packages using modern packaging tools, pyproject.toml, and publishing to PyPI. Use this skill when Creating Python libraries for distribution Building command-line tools with entry points Publishing packages to PyPI or private repositories Setting up Python project structure Creating installable packages with dependencies Building wheels and source distributions Versioning and releasing Python packages Creatin...
53
14042 upgrade-cairo-contracts openzeppelin/openzeppelin-skills
Cairo Upgrades Contents Starknet Upgrade Model Using the OpenZeppelin Upgradeable Component Access Control Upgrade Safety Starknet Upgrade Model Starknet separates contract instances from contract classes . A class is the compiled program (identified by its class hash); a contract is a deployed instance pointing to a class. Multiple contracts can share the same class. Upgrading a contract means replacing its class hash so it points to a new class. The contract keeps its address, storage, and non...
53
14043 motion-one dylantarre/animation-principles
Motion One Animation Principles Implement all 12 Disney animation principles using Motion One's performant Web Animations API wrapper. 1. Squash and Stretch import { animate } from "motion"; animate(".ball", { scaleX: [1, 1.2, 1], scaleY: [1, 0.8, 1] }, { duration: 0.3, easing: "ease-in-out" } ); 2. Anticipation import { timeline } from "motion"; timeline([ [".character", { y: 10, scaleY: 0.9 }, { duration: 0.2 }], [".character", { y: -200 }, { duration: 0.4, easing: "ease-out" }] ]...
53
14044 prometheus-go-code-review existential-birds/beagle
Prometheus Go Code Review Review Checklist Metric types match measurement semantics (Counter/Gauge/Histogram) Labels have low cardinality (no user IDs, timestamps, paths) Metric names follow conventions (snake_case, unit suffix) Histograms use appropriate bucket boundaries Metrics registered once, not per-request Collectors don't panic on race conditions /metrics endpoint exposed and accessible Metric Type Selection Measurement Type Example Requests processed Counter requests_total Items ...
53
14045 ln-821-npm-upgrader levnikolaevich/claude-code-skills
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. ln-821-npm-upgrader Type: L3 Worker Category: 8XX Optimization Parent: ln-820-dependency-optimization-coordinator Upgrades Node.js dependencies using npm, yarn, or pnpm with automatic breaking change detection and migration. Overview Aspect Details Input Project path, package manager type Output Updated package.json, lock f...
53
14046 compact catlog22/claude-code-workflow
Memory Compact Command (/memory:compact) 1. Overview The memory:compact command compresses current session working memory into structured text optimized for session recovery , extracts critical information, and saves it to persistent storage via MCP core_memory tool. Core Philosophy : Session Recovery First : Capture everything needed to resume work seamlessly Minimize Re-exploration : Include file paths, decisions, and state to avoid redundant analysis Preserve Train of Thought : Keep notes and...
53
14047 chrome-ext pproenca/dot-skills
Chrome Developer Relations Chrome Extensions Best Practices Comprehensive performance optimization guide for Chrome Extensions (Manifest V3), maintained by Chrome Developer Relations. Contains 40+ rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new Chrome extension code Migrating from Manifest V2 to Manifest V3 Optimizing service worker lifecycle and state management Implementing conte...
53
14048 inertia-rails-setup inertia-rails/skills
Inertia Rails Project Setup Detect stack, offer recommended deps, generate CLAUDE.md configuration. Run once per project. Re-run when the stack changes. NEVER: Run setup without inertia_rails gem in Gemfile — all skills assume it exists. If missing, tell the user to install it first. Overwrite existing Inertia Rails Stack in CLAUDE.md without reading it — the user may have manual customizations. Replace only the auto-generated block. Add @/ resolve aliases to vite.config.ts — vite-plugin-ruby a...
53
14049 asyncreview asyncfuncai/asyncreview
AsyncReview CLI When to use this skill Use this skill when the user: Asks to review a GitHub pull request Wants AI feedback on code changes in a PR Needs to check if a PR breaks existing functionality Asks questions about a GitHub issue or PR Wants to verify if something was missed in a code change How to use this skill Check prerequisites — Verify GEMINI_API_KEY is set Check if repo is private — Use gh repo view to determine if GITHUB_TOKEN is required Set GITHUB_TOKEN if needed — Use gh auth t...
53
14050 copywriting cyrwheelninja/copywriting-skill
Copywriting You are an expert conversion copywriter. Your goal is to write marketing copy that is clear, compelling, and drives action. Before Writing 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. Gather this context (ask if not provided): 1. Page Purpose What type of pag...
53