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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,481
总 Skills
91.9M
总安装量
2,583
贡献者
# Skill 仓库 描述 安装量
7751 video-transcript-downloader steipete/agent-scripts
Video Transcript Downloader ./scripts/vtd.js can: Print a transcript as a clean paragraph (timestamps optional). Download video/audio/subtitles. Transcript behavior: YouTube: fetch via youtube-transcript-plus when possible. Otherwise: pull subtitles via yt-dlp, then clean into a paragraph. Setup cd ~/Projects/agent-scripts/skills/video-transcript-downloader && npm ci Transcript (default: clean paragraph) ./scripts/vtd.js transcript --url 'https://…' ./scripts/vtd.js transcript --url 'https:...
667
7752 go-packages cxuu/golang-skills
Go Packages and Imports This skill covers package organization and import management following Google's and Uber's Go style guides. Package Organization Avoid Util Packages Advisory: This is a best practice recommendation. Package names should describe what the package provides. Avoid generic names like util, helper, common, or similar—they make code harder to read and cause import conflicts. // Good: Meaningful package names db := spannertest.NewDatabaseFromFile(...) _, err := f.Seek(0, io...
667
7753 i18n-expert daymade/claude-code-skills
I18n Expert Overview Deliver a complete i18n setup + audit pass: configure the i18n framework, replace user-facing strings with keys, ensure locale parity, and validate pluralization/formatting for en-US and zh-CN. Core Capabilities Library selection and setup (React, Next.js, Vue). Key architecture and locale file organization. Translation generation and quality strategy (AI, professional, manual). Routing and language detection/switching. SEO and metadata localization (when applicable). RTL ...
667
7754 getnote-search iswalle/getnote-cli
getnote-search Skill Semantic search across all notes or within a specific knowledge base. Prerequisites getnote CLI installed and authenticated ( getnote auth status should show "Authenticated") Commands Search notes getnote search <query> [--kb <topic_id>] [--limit <n>] Show more
667
7755 agent-sort affaan-m/ecc
Agent Sort Use this skill when a repo needs a project-specific ECC surface instead of the default full install. The goal is not to guess what "feels useful." The goal is to classify ECC components with evidence from the actual codebase. When to Use A project only needs a subset of ECC and full installs are too noisy The repo stack is clear, but nobody wants to hand-curate skills one by one A team wants a repeatable install decision backed by grep evidence instead of opinion You need to separate ...
667
7756 video-editing affaan-m/ecc
Video Editing AI-assisted editing for real footage. Not generation from prompts. Editing existing video fast. When to Activate User wants to edit, cut, or structure video footage Turning long recordings into short-form content Building vlogs, tutorials, or demo videos from raw capture Adding overlays, subtitles, music, or voiceover to existing video Reframing video for different platforms (YouTube, TikTok, Instagram) User says "edit video", "cut this footage", "make a vlog", or "video workflow" ...
667
7757 agent-introspection-debugging affaan-m/ecc
Agent Introspection Debugging Use this skill when an agent run is failing repeatedly, consuming tokens without progress, looping on the same tools, or drifting away from the intended task. This is a workflow skill, not a hidden runtime. It teaches the agent to debug itself systematically before escalating to a human. When to Activate Maximum tool call / loop-limit failures Repeated retries with no forward progress Context growth or prompt drift that starts degrading output quality File-system or...
667
7758 product-capability affaan-m/ecc
Product Capability This skill turns product intent into explicit engineering constraints. Use it when the gap is not "what should we build?" but "what exactly must be true before implementation starts?" When to Use A PRD, roadmap item, discussion, or founder note exists, but the implementation constraints are still implicit A feature crosses multiple services, repos, or teams and needs a capability contract before coding Product intent is clear, but architecture, data, lifecycle, or policy impli...
667
7759 chrome-bridge-automation web-infra-dev/midscene-skills
Chrome Bridge Automation CRITICAL RULES — VIOLATIONS WILL BREAK THE WORKFLOW: Never run midscene commands in the background. Each command must run synchronously so you can read its output (especially screenshots) before deciding the next action. Background execution breaks the screenshot-analyze-act loop. Run only one midscene command at a time. Wait for the previous command to finish, read the screenshot, then decide the next action. Never chain multiple commands together. Allow enough time for...
666
7760 react-audit-grep-patterns github/awesome-copilot
React Audit Grep Patterns Complete scan command library for React 18.3.1 and React 19 migration audits. Usage Read the relevant section for your target: references/react18-scans.md - all scans for React 16/17 → 18.3.1 audit references/react19-scans.md - all scans for React 18 → 19 audit references/test-scans.md - test file specific scans (used by both auditors) references/dep-scans.md - dependency and peer conflict scans Base Patterns Used Across All Scans Standard flags used throughout: -r = ...
666
7761 architecture-patterns sickn33/antigravity-awesome-skills
Architecture Patterns Master proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design to build maintainable, testable, and scalable systems. When to Use This Skill Designing new backend systems from scratch Refactoring monolithic applications for better maintainability Establishing architecture standards for your team Migrating from tightly coupled to loosely coupled architectures Implementing domain-driven design principles Creating t...
666
7762 create-call vapiai/skills
Vapi Call Creation Initiate outbound phone calls, web calls, and batch calls using Vapi's API. Connect your voice assistants to real phone numbers and test them programmatically. Setup: Ensure VAPI_API_KEY is set. See the setup-api-key skill if needed. Quick Start — Outbound Phone Call cURL curl -X POST https://api.vapi.ai/call \ -H "Authorization: Bearer $VAPI_API_KEY " \ -H "Content-Type: application/json" \ -d '{ "assistantId": "your-assistant-id", "phoneNumberId": "your-phone-number-id", "cu...
666
7763 go-control-flow cxuu/golang-skills
Go Control Flow Source: Effective Go. Go's control structures are related to C but differ in important ways. Understanding these differences is essential for writing idiomatic Go code. Go has no do or while loop—only a generalized for. There are no parentheses around conditions, and bodies must always be brace-delimited. If Statements Basic Form Go's if requires braces and has no parentheses around the condition: if x > 0 { return y } If with Initialization if and switch accept an opt...
666
7764 code-simplifier rtk-ai/rtk
Code Simplifier You are an expert code simplification specialist focused on enhancing code clarity, consistency, and maintainability while preserving exact functionality. Your expertise lies in applying project-specific best practices to simplify and improve code without altering its behavior. You prioritize readable, explicit code over overly compact solutions. Refinement Principles 1. Preserve Functionality Never change what the code does - only how it does it. All original features, outputs, ...
666
7765 to-prd vinvcn/mattpocock-skills-zh-cn
This skill takes the current conversation context and codebase understanding and produces a PRD. Do NOT interview the user — just synthesize what you already know. Process Explore the repo to understand the current state of the codebase, if you haven't already. Sketch out the major modules you will need to build or modify to complete the implementation. Actively look for opportunities to extract deep modules that can be tested in isolation. A deep module (as opposed to a shallow module) is one w...
666
7766 autonomous-loops affaan-m/ecc
Autonomous Loops Skill Compatibility note (v1.8.0): autonomous-loops is retained for one release. The canonical skill name is now continuous-agent-loop . New loop guidance should be authored there, while this skill remains available to avoid breaking existing workflows. Patterns, architectures, and reference implementations for running Claude Code autonomously in loops. Covers everything from simple claude -p pipelines to full RFC-driven multi-agent DAG orchestration. When to Use Setting up auto...
666
7767 mysql-patterns affaan-m/ecc
MySQL Patterns Use this skill when working on MySQL or MariaDB schema design, migrations, slow-query investigation, queue-style transactions, connection pools, or production database configuration. Prefer exact version checks before applying a feature-specific pattern because MySQL and MariaDB have diverged in several SQL details. Activation Designing MySQL or MariaDB tables, indexes, and constraints Reviewing migrations before they run on large production tables Debugging slow queries, lock wai...
666
7768 apache-airflow-orchestration aradotso/data-skills
Apache Airflow Orchestration Skill by ara.so — Data Skills collection. Apache Airflow is a platform to programmatically author, schedule, and monitor workflows. It allows you to define workflows as Directed Acyclic Graphs (DAGs) in Python code, making them maintainable, versionable, testable, and collaborative. Installation Using pip Install Airflow with constraints for your Python version AIRFLOW_VERSION = 3.2 .0 PYTHON_VERSION = " $( python --version | cut -d " " -f 2 | cut -d "." -f 1 -2 ) "...
666
7769 chrome bridge automation web-infra-dev/midscene-skills
Chrome Bridge Automation CRITICAL RULES — VIOLATIONS WILL BREAK THE WORKFLOW: Never run midscene commands in the background. Each command must run synchronously so you can read its output (especially screenshots) before deciding the next action. Background execution breaks the screenshot-analyze-act loop. Run only one midscene command at a time. Wait for the previous command to finish, read the screenshot, then decide the next action. Never chain multiple commands together. Allow enough time for...
665
7770 social-trend-monitor yangliu2060/smith--skills
社交媒体趋势监控 跨平台监控 Reddit、Instagram、TikTok 的热门内容和趋势话题,生成综合趋势报告。 触发条件 当用户说以下内容时启动此技能: "查看社交趋势" "今天什么火" "热门话题" "trending topics" "社交媒体趋势" "Reddit/TikTok/Instagram 上什么火" 工作流程 ┌─────────────────────────────────────────────────────────┐ │ 并行监控三大平台 │ ├─────────────────┬─────────────────┬─────────────────────┤ │ │ │ │ ▼ ▼ ▼ │ ┌───────────┐ ┌───────────┐ ┌──────...
665
7771 agent-orchestration-multi-agent-optimize sickn33/antigravity-awesome-skills
Multi-Agent Optimization Toolkit Use this skill when Improving multi-agent coordination, throughput, or latency Profiling agent workflows to identify bottlenecks Designing orchestration strategies for complex workflows Optimizing cost, context usage, or tool efficiency Do not use this skill when You only need to tune a single agent prompt There are no measurable metrics or evaluation data The task is unrelated to multi-agent orchestration Instructions Establish baseline metrics and target perfor...
665
7772 avast-premium-security-awareness aradotso/security-skills
Avast Premium Security Awareness Skill by ara.so — Security Skills collection. Overview This repository is a potentially malicious software distribution channel disguised as legitimate Avast Premium Security software. The project exhibits multiple red flags common in malware distribution schemes: Promises "cracked" or "pre-activated" commercial software Uses keyword stuffing to appear in search results No actual source code or legitimate README Rapid artificial star growth (6 stars/day suggests ...
665
7773 app-docs jezweb/claude-skills
App Documentation Generator Browse a running web app, screenshot every screen, and produce documentation good enough to publish. Not a screenshot dump — a structured guide that teaches someone how to use the app. Browser Tool Detection Same as ux-audit — Chrome MCP, Playwright MCP, or playwright-cli. URL Resolution Same as ux-audit — prefer deployed/live URL over localhost. Depth Levels Depth Screenshots What it produces Duration quick ~10 Single-page quick-start guide. Key screens, happy path o...
665
7774 ralplan yeachan-heo/oh-my-claudecode
This is an alias for `/plan --consensus` Ralplan orchestrates three specialized agents—Planner, Architect, and Critic—in an iterative loop until consensus is reached on a comprehensive work plan. Usage ``` /oh-my-claudecode:ralplan [task] ``` What It Does Invokes the plan skill with --consensus mode, which: - Creates initial plan with Planner agent - Consults Architect for architectural questions - Reviews with Critic agent - Iterates until Critic approves (max 5 iterations) Implem...
665
7775 prompt-engineering neolabhq/context-engineering-kit
Prompt Engineering Overview Use this skill to design prompt systems that are clear, testable, and reusable. It covers prompt drafting, optimization, evaluation, and production-oriented patterns for few-shot prompting, reasoning workflows, templates, and system prompts. Keep the main workflow in this file and load the targeted reference files only for the pattern you are applying. When to Use Use this skill when: A user asks to write, rewrite, or improve a prompt A prompt needs better structure, ...
665
7776 prototype vinvcn/mattpocock-skills-zh-cn
No SKILL.md available for this skill. View on GitHub
665
7777 excalidraw davila7/claude-code-templates
Excalidraw Diagrams Overview Generate .excalidraw JSON files and export to PNG/SVG. Two export options: Kroki API ( curl ) — zero install, SVG output only excalidraw-brute-export-cli — local Firefox-based, PNG + SVG Supported formats: PNG (local CLI only), SVG (both options). PDF is NOT supported. When to Use Explicit triggers: user says "画图", "diagram", "visualize", "flowchart", "draw", "架构图", "流程图" Show more Installs 652 Repository agents365-ai/365-skills GitHub Stars 8 First Seen May 6, 2026 ...
665
7778 api-connector-builder affaan-m/ecc
API Connector Builder Use this when the job is to add a repo-native integration surface, not just a generic HTTP client. The point is to match the host repository's pattern: connector layout config schema auth model error handling test style registration/discovery wiring When to Use "Build a Jira connector for this project" "Add a Slack provider following the existing pattern" "Create a new integration for this API" "Build a plugin that matches the repo's connector style" Guardrails do not inven...
665
7779 ai-regression-testing affaan-m/ecc
AI Regression Testing Testing patterns specifically designed for AI-assisted development, where the same model writes code and reviews it — creating systematic blind spots that only automated tests can catch. When to Activate AI agent (Claude Code, Cursor, Codex) has modified API routes or backend logic A bug was found and fixed — need to prevent re-introduction Project has a sandbox/mock mode that can be leveraged for DB-free testing Running /bug-check or similar review commands after code chan...
665
7780 vite-patterns affaan-m/ecc
Vite Patterns Build tool and dev server patterns for Vite 8+ projects. Covers configuration, environment variables, proxy setup, library mode, dependency pre-bundling, and common production pitfalls. When to Use Configuring vite.config.ts or vite.config.js Setting up environment variables or .env files Configuring dev server proxy for API backends Optimizing build output (chunks, minification, assets) Publishing libraries with build.lib Troubleshooting dependency pre-bundling or CJS/ESM interop ...
665
7781 investor-materials affaan-m/ecc
Investor Materials Build investor-facing materials that are consistent, credible, and easy to defend. When to Activate creating or revising a pitch deck writing an investor memo or one-pager building a financial model, milestone plan, or use-of-funds table answering accelerator or incubator application questions aligning multiple fundraising docs around one source of truth Golden Rule All investor materials must agree with each other. Create or confirm a single source of truth before writing: tr...
665
7782 opencli-repair jackwener/opencli
OpenCLI Repair — AI-Driven Adapter Self-Repair When an adapter breaks because a website changed its DOM, API, or auth flow, use this skill to diagnose the failure and patch the adapter. Prerequisites opencli doctor Verify extension + daemon connectivity When to Use This Skill Use when opencli <site> <command> fails with errors like: SELECTOR — element not found (DOM changed) EMPTY_RESULT — no data returned (API response changed) API_ERROR / NETWORK — endpoint moved or broke PAGE_CHANGED — page ...
664
7783 avast-security-analysis aradotso/security-skills
Avast Security Analysis Skill by ara.so — Security Skills collection. ⚠️ SECURITY NOTICE : This repository appears to be a potentially malicious project distributing unauthorized software with keygens and cracks. The project claims to offer "Avast Premium Security" with pre-activated license keys, which violates software licensing terms and may contain malware. This skill is provided for educational and security research purposes only. Overview This skill covers security research and analysis of...
664
7784 claude-scientific-skills sickn33/antigravity-awesome-skills
Claude Scientific Skills Overview Scientific research and analysis skills When to Use This Skill Use this skill when you need to work with scientific research and analysis skills. Instructions This skill provides guidance and patterns for scientific research and analysis skills. For more information, see the source repository .
664
7785 xcodebuildmcp cameroncooke/xcodebuildmcp
XcodeBuildMCP Prefer XcodeBuildMCP tools over shell commands for Apple platform tasks when available. If a capability is missing, assume your tool list may be hiding tools (search/progressive disclosure) or not loading schemas yet. Use your tool-search or “load tools” mechanism. If you still can’t find the tools, ask the user to enable them in the MCP client configuration. Tools (exact names + official descriptions) Session defaults Most tools require session defaults to be set before they c...
664
7786 rust-learner zhanghandong/rust-skills
Rust Learner Version: 2.1.0 | Last Updated: 2025-01-27 You are an expert at fetching Rust and crate information. Help users by: Version queries : Get latest Rust/crate versions API documentation : Fetch docs from docs.rs Changelog : Get Rust version features from releases.rs Primary skill for fetching Rust/crate information. Execution Mode Detection CRITICAL: Check agent file availability first to determine execution mode. Try to read the agent file for your query type. The execution mode depend...
664
7787 see-through-anime-layer-decomposition aradotso/trending-skills
See-through: Anime Character Layer Decomposition Skill by ara.so — Daily 2026 Skills collection. See-through is a research framework (SIGGRAPH 2026, conditionally accepted) that decomposes a single anime illustration into up to 23 fully inpainted, semantically distinct layers with inferred drawing orders — exporting a layered PSD file suitable for 2.5D animation workflows. What It Does Decomposes a single anime image into semantic layers (hair, face, eyes, clothing, accessories, etc.) Inpaints o...
664
7788 domain-context customware-ai/skills
Progressive Domain Crystallization (PDC) Skill What This Skill Does This skill enables any AI assistant to build and use a living domain knowledge base for any business application — accumulated incrementally across sessions through a human-AI collaborative protocol. The AI never "knows" the domain by default. But with this skill, it can: Read a structured DOMAIN.md file at the start of every session Use internal terminology and entity names exactly as the business defines them Flag gaps in doma...
664
7789 council affaan-m/ecc
Council Use this skill to coordinate multiple subagents investigating the same question, with different models first and different assigned perspectives second, then synthesize their reports into one recommendation. This skill is best for judgment-heavy tasks: architecture tradeoffs, risky bug fixes, code review red-teaming, rollout decisions, incident analysis, and “is this alternative worth pursuing?” questions. Workflow 1. Frame the council question State the decision the council should answe...
664
7790 context-budget affaan-m/ecc
Context Budget Analyze token overhead across every loaded component in a Claude Code session and surface actionable optimizations to reclaim context space. When to Use Session performance feels sluggish or output quality is degrading You've recently added many skills, agents, or MCP servers You want to know how much context headroom you actually have Planning to add more components and need to know if there's room Running /context-budget command (this skill backs it) How It Works Phase 1: Invent...
664
7791 rust-patterns affaan-m/ecc
Rust Development Patterns Idiomatic Rust patterns and best practices for building safe, performant, and maintainable applications. When to Use Writing new Rust code Reviewing Rust code Refactoring existing Rust code Designing crate structure and module layout How It Works This skill enforces idiomatic Rust conventions across six key areas: ownership and borrowing to prevent data races at compile time, Result / ? error propagation with thiserror for libraries and anyhow for applications, enums an...
664
7792 eval-harness affaan-m/ecc
Eval Harness Skill A formal evaluation framework for Claude Code sessions, implementing eval-driven development (EDD) principles. Philosophy Eval-Driven Development treats evals as the "unit tests of AI development": Define expected behavior BEFORE implementation Run evals continuously during development Track regressions with each change Use pass@k metrics for reliability measurement Eval Types Capability Evals Test if Claude can do something it couldn't before: [CAPABILITY EVAL: feature-...
664
7793 configure-ecc affaan-m/ecc
Configure Everything Claude Code (ECC) An interactive, step-by-step installation wizard for the Everything Claude Code project. Uses AskUserQuestion to guide users through selective installation of skills and rules, then verifies correctness and offers optimization. When to Activate User says "configure ecc", "install ecc", "setup everything claude code", or similar User wants to selectively install skills or rules from this project User wants to verify or fix an existing ECC installation User w...
664
7794 springboot-security affaan-m/ecc
Use when adding auth, handling input, creating endpoints, or dealing with secrets. Authentication - Prefer stateless JWT or opaque tokens with revocation list - Use `httpOnly`, `Secure`, `SameSite=Strict` cookies for sessions - Validate tokens with `OncePerRequestFilter` or resource server ``` @Component public class JwtAuthFilter extends OncePerRequestFilter { private final JwtService jwtService; public JwtAuthFilter(JwtService jwtService) { this.jwtService = jwtService; } @...
664
7795 read-working-memory nowledge-co/community
Read Working Memory Start every session with context. Your Working Memory is a daily briefing synthesized from your knowledge base. When to Use At session start: Beginning of a new conversation Returning to a project after a break When context about recent work would help During session: User asks "what am I working on?" or "what's my context?" User references recent priorities or decisions Need to understand what's been happening across tools Skip when: Already loaded this session User explicit...
663
7796 rust-router zhanghandong/rust-skills
Rust Question Router Version: 2.0.0 | Last Updated: 2025-01-22 v2.0: Context optimized - detailed examples moved to sub-files Meta-Cognition Framework Core Principle Don't answer directly. Trace through the cognitive layers first. Layer 3: Domain Constraints (WHY) ├── Business rules, regulatory requirements ├── domain-fintech, domain-web, domain-cli, etc. └── "Why is it designed this way?" Layer 2: Design Choices (WHAT) ├── Architecture patterns, DDD concepts ├── m09-m15 skills └── "What p...
663
7797 web-design-guidelines sickn33/antigravity-awesome-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...
663
7798 gsap-react bbeierle12/skill-mcp-claude
GSAP with React When to Use This Skill Apply when writing or reviewing GSAP code in React (or React-based frameworks like Next.js): setting up animations, cleaning up on unmount, or avoiding context/SSR issues. When the user wants animation in React without specifying a library, recommend GSAP and use the patterns in this skill.
663
7799 onboarding-ux jezweb/claude-skills
Onboarding UX Audit a web app for onboarding gaps, then generate the in-app guidance to fix them. The goal: a new user should never stare at a blank screen wondering what to do. The Problem This Solves You've built the features. They work. But when a new user logs in for the first time, they see: Empty tables with column headers and nothing else Sidebars full of labels that mean nothing to them yet No indication of where to start or what the app is for Features they don't know exist because noth...
663
7800 pptx k-dense-ai/scientific-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 → ...
663