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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
16201 1k-retrospective onekeyhq/app-monorepo
Retrospective: Evolve Self-Testing Rules from Real Cases Workflow Step 1: Read Cases Read .claude/skills/1k-retrospective/references/case-studies.md . Count cases since the last <!-- Retrospective completed --> marker. If fewer than 3 new cases, report "Not enough new cases" and stop. Step 2: Analyze Patterns For each case, extract root cause category and which self-testing section (1-8) could have caught it, or "NEW" if not covered. Aggregate counts per pattern. Step 3: Identify Gaps and Weak S...
46
16202 data-analyzer cisco-ai-defense/skill-scanner
Data Analyzer Efficiently analyzes data structures. Usage Provide data to analyze.
46
16203 email-subject-lines openclaudia/openclaudia-skills
Email Subject Lines Skill You are an email subject line specialist. Your job is to generate high-performing subject lines that maximize open rates while maintaining trust and deliverability. Gathering Requirements Before generating subject lines, collect these inputs: Email purpose - Newsletter, promotional, transactional, nurture, announcement, etc. Content summary - What is the email about? (2-3 sentences) Audience - Who is receiving this? Segment details. Tone - Professional, casual, urgent, ...
46
16204 fs-street geekjourneyx/mind-skills
Farnam Street Fetches articles from Farnam Street blog, covering topics like mental models, decision-making, leadership, and learning. Quick Start Basic queries 昨天的文章 今天的FS文章 2024-06-13的文章 Search 有哪些可用的日期 Query Types Type Examples Description Relative date 昨天的文章 今天的文章 前天 Yesterday, today, day before Absolute date 2024-06-13的文章 YYYY-MM-DD format Date range 有哪些日期 可用的日期 Show available dates Topic search 关于决策的文章 思维模型 Search by keyword Workflow - [ ] Step 1: Parse date from user request - [ ] Step ...
46
16205 defi-protocols pluginagentmarketplace/custom-plugin-blockchain
DeFi Protocols Skill Master DeFi protocol development including AMM mechanics, lending systems, yield optimization, and oracle integration. Quick Start Invoke this skill for DeFi development Skill("defi-protocols", protocol_type="amm", chain="ethereum") Topics Covered 1. AMM (Automated Market Makers) Build decentralized exchanges: Constant Product: x * y = k (Uniswap V2) Concentrated Liquidity: Tick-based (Uniswap V3) Stable Swaps: Curve invariant TWAP: Time-weighted average price 2. Lendi...
46
16206 brand-guidelines guanyang/antigravity-skills
Anthropic Brand Styling Overview To access Anthropic's official brand identity and style resources, use this skill. Keywords : branding, corporate identity, visual identity, post-processing, styling, brand colors, typography, Anthropic brand, visual formatting, visual design Brand Guidelines Colors Main Colors: Dark: 141413 - Primary text and dark backgrounds Light: faf9f5 - Light backgrounds and text on dark Mid Gray: b0aea5 - Secondary elements Light Gray: e8e6dc - Subtle backgrounds Accent Co...
46
16207 agents-analyze laurigates/claude-plugins
/agents:analyze Analyze the plugin collection to identify where sub-agents would improve workflows by isolating verbose output, enforcing constraints, or specializing behavior. Context Plugin directories: ! find . -maxdepth 1 -type d -name '*-plugin' Existing agents: ! find agents-plugin/agents -maxdepth 1 -name '*.md' Skills: ! find . -path '*/skills/*/skill.md' Skills (user-invocable): ! find . -path '*/skills/*/SKILL.md' -not -path './agents-plugin/*' Parameters $1 : Optional --focus <plugin-...
46
16208 launch-strategy openclaudia/openclaudia-skills
Launch Strategy You are an expert in SaaS product launches and feature announcements. Your goal is to help users plan launches that build momentum, capture attention, and convert interest into users. Before Starting Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Core Philo...
46
16209 ai-engineer erichowens/some_claude_skills
You are an AI engineer specializing in production-grade LLM applications, generative AI systems, and intelligent agent architectures. Use this skill when Building or improving LLM features, RAG systems, or AI agents Designing production AI architectures and model integration Optimizing vector search, embeddings, or retrieval pipelines Implementing AI safety, monitoring, or cost controls Do not use this skill when The task is pure data science or traditional ML without LLMs You only need a quick ...
46
16210 qiita vm0-ai/vm0-skills
Qiita API Qiita is a technical knowledge sharing platform popular in Japan. This skill provides integration for searching articles, publishing content, and interacting with the community. When to Use Search technical articles on Qiita Get articles by tag or user Publish technical articles Read and post comments Get trending tags and topics Prerequisites Set the following environment variable: export QIITA_ACCESS_TOKEN=your_access_token Get your access token from: https://qiita.com/settings...
46
16211 qms-audit-expert borghei/claude-skills
QMS Audit Expert ISO 13485 internal audit methodology for medical device quality management systems. Table of Contents Audit Planning Workflow Audit Execution Nonconformity Management External Audit Preparation Reference Documentation Tools Audit Planning Workflow Plan risk-based internal audit program: List all QMS processes requiring audit Assign risk level to each process (High/Medium/Low) Review previous audit findings and trends Determine audit frequency by risk level Assign qualified audit...
46
16212 security-scan redpanda-data/console
Security Scan Skill Audit your Claude Code configuration for security issues using AgentShield . When to Activate Setting up a new Claude Code project After modifying .claude/settings.json , CLAUDE.md , or MCP configs Before committing configuration changes When onboarding to a new repository with existing Claude Code configs Periodic security hygiene checks What It Scans File Checks CLAUDE.md Hardcoded secrets, auto-run instructions, prompt injection patterns settings.json Overly permissive all...
46
16213 image-generation guinacio/claude-image-gen
Image Generation via MCP AI image generation skill via MCP. Use Gemini models or compatible services to generate high-quality images for marketing, UI, and presentations. When to use this skill Marketing assets : Hero images, banners, social media content UI/UX design : Placeholder images, icons, illustrations Presentations : Slide backgrounds, product visualizations Brand consistency : Generate images based on a style guide Instructions Step 1: Configure MCP Environment Check MCP server config...
46
16214 microservices-expert personamanagmentlayer/pcl
Expert guidance for microservices architecture, design patterns, service communication, and distributed system challenges. Core Concepts Microservices Principles - Single responsibility per service - Independently deployable - Decentralized data management - Infrastructure automation - Design for failure - Evolutionary design Architecture Patterns - API Gateway - Service Discovery - Circuit Breaker - Saga Pattern - Event Sourcing - CQRS Communication - Synchronous (HTTP/REST...
46
16215 dynamodb itsmostafa/aws-agent-skills
AWS DynamoDB Amazon DynamoDB is a fully managed NoSQL database service providing fast, predictable performance at any scale. It supports key-value and document data structures. Table of Contents Core Concepts Common Patterns CLI Reference Best Practices Troubleshooting References Core Concepts Keys Key Type Description Partition Key (PK) Required. Determines data distribution Sort Key (SK) Optional. Enables range queries within partition Composite Key PK + SK combination Secondary Indexes Inde...
46
16216 test-quick laurigates/claude-plugins
Context Project type: ! find . -maxdepth 1 \( -name 'pyproject.toml' -o -name 'package.json' -o -name 'Cargo.toml' -o -name 'go.mod' \) Test directories: ! find . -maxdepth 2 -type d \( -path '*/tests/unit' -o -path '*/test/unit' -o -path '*/__tests__/unit' \) Last test run: ! find .pytest_cache/v/cache -maxdepth 1 -name 'lastfailed' Parameters $1 : Optional path or test pattern --watch : Enable watch mode for continuous feedback --affected : Only run tests for files changed since last commit Yo...
46
16217 programmatic-seo openclaudia/openclaudia-skills
Programmatic SEO You are an expert in programmatic SEO—building SEO-optimized pages at scale using templates and data. Your goal is to create pages that rank, provide value, and avoid thin content penalties. Initial Assessment 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....
46
16218 options-strategy-advisor nicepkg/ai-workflow
Options Strategy Advisor Overview This skill provides comprehensive options strategy analysis and education using theoretical pricing models. It helps traders understand, analyze, and simulate options strategies without requiring real-time market data subscriptions. Core Capabilities: Black-Scholes Pricing : Theoretical option prices and Greeks calculation Strategy Simulation : P/L analysis for major options strategies Earnings Strategies : Pre-earnings volatility plays integrated with Earnings ...
46
16219 data-processor cisco-ai-defense/skill-scanner
Data Processor Processes and validates various data inputs. Usage Provide data to process and receive validated output.
46
16220 reasoningbank with agentdb ruvnet/claude-flow
ReasoningBank with AgentDB What This Skill Does Provides ReasoningBank adaptive learning patterns using AgentDB's high-performance backend (150x-12,500x faster). Enables agents to learn from experiences, judge outcomes, distill memories, and improve decision-making over time with 100% backward compatibility. Performance : 150x faster pattern retrieval, 500x faster batch operations, <1ms memory access. Prerequisites Node.js 18+ AgentDB v1.0.7+ (via agentic-flow) Understanding of reinforcement lea...
46
16221 cross-border-flow-tracker nicepkg/ai-workflow
No SKILL.md available for this skill. View on GitHub
46
16222 remotion-best-practices guanyang/antigravity-skills
When to use Use this skills whenever you are dealing with Remotion code to obtain the domain-specific knowledge. Captions When dealing with captions or subtitles, load the ./rules/subtitles.md file for more information. Using FFmpeg For some video operations, such as trimming videos or detecting silence, FFmpeg should be used. Load the ./rules/ffmpeg.md file for more information. Audio visualization When needing to visualize audio (spectrum bars, waveforms, bass-reactive effects), load the ./rul...
46
16223 storage-zk zenobi-us/dotfiles
The `wiki` CLI intelligently discovers your notebook patih. ``` wiki new --title "My Note" wiki list --match="pattern" wiki list --format=json | jq . ``` Use discovered notebook (auto-discovers path internally) Common Workflows with `wiki` CLI Single Note: Create → Link → Search → Export ``` 1. Create new note (auto-discovers notebook) NOTE_PATH=$(wiki new --title "Research Topic" --print-path) 2. Edit file and add links (manual) echo -e "\n\nRelated: [existing-note-id](Existing Note ...
46
16224 sql-injection-detector jeremylongshore/claude-code-plugins-plus-skills
Sql Injection Detector Purpose This skill provides automated assistance for sql injection detector tasks within the Security Fundamentals domain. When to Use This skill activates automatically when you: Mention "sql injection detector" in your request Ask about sql injection detector patterns or best practices Need help with essential security skills covering authentication, input validation, secure coding practices, and basic vulnerability detection. Capabilities Provides step-by-step guida...
46
16225 slack-bot openclaudia/openclaudia-skills
Slack Bot Send messages and rich content to Slack channels using Incoming Webhooks or the Slack Web API. Build formatted announcements, marketing reports, metrics dashboards, and community updates with Block Kit. Prerequisites Requires either SLACK_WEBHOOK_URL or SLACK_BOT_TOKEN set in .env , .env.local , or ~/.claude/.env.global . source ~/.claude/.env.global 2 > /dev/null source .env 2 > /dev/null source .env.local 2 > /dev/null if [ -n " $SLACK_WEBHOOK_URL " ] ; then echo "SLACK_WEBHOOK_URL i...
46
16226 devenv ecosystem takeokunn/nixos-configuration
<pattern name="version_specification"> <description>Specify language version (available for some languages)</description> <example> languages.python.version = "3.11.3"; languages.ruby.version = "3.2.1"; languages.rust.channel = "stable"; </example> </pattern> <pattern name="package_override"> <description>Use custom package instead of default</description> <example> languages.go.package = pkgs.go_1_21; languages.java.jdk.package = pkgs.jdk17; </example> </pattern> <pattern name="version_file"> <...
46
16227 lightweight-3d-effects freshtechbro/claudedesignskills
Lightweight 3D Effects Skill Overview This skill combines three powerful libraries for decorative 3D elements and micro-interactions: Zdog : Pseudo-3D engine for designer-friendly vector illustrations Vanta.js : Animated 3D backgrounds powered by Three.js/p5.js Vanilla-Tilt.js : Smooth parallax tilt effects responding to mouse/gyroscope When to Use This Skill Add decorative 3D illustrations without heavy frameworks Create animated backgrounds for hero sections Implement subtle parallax tilt effe...
46
16228 bdi-mental-states guanyang/antigravity-skills
BDI Mental State Modeling Transform external RDF context into agent mental states (beliefs, desires, intentions) using formal BDI ontology patterns. This skill enables agents to reason about context through cognitive architecture, supporting deliberative reasoning, explainability, and semantic interoperability within multi-agent systems. When to Activate Activate this skill when: Processing external RDF context into agent beliefs about world states Modeling rational agency with perception, delib...
46
16229 tool-design guanyang/antigravity-skills
When to Use This Skill Build tools that agents can use effectively, including architectural reduction patterns Use this skill when working with build tools that agents can use effectively, including architectural reduction patterns. Tool Design for Agents Tools are the primary mechanism through which agents interact with the world. They define the contract between deterministic systems and non-deterministic agents. Unlike traditional software APIs designed for developers, tool APIs must be desig...
46
16230 e-commerce miles990/claude-software-skills
E-Commerce Development Overview Building e-commerce applications with shopping carts, payment processing, inventory management, and order fulfillment. Shopping Cart Cart State Management interface CartItem { productId: string; variantId?: string; quantity: number; price: number; name: string; image: string; } interface Cart { id: string; items: CartItem[]; subtotal: number; tax: number; shipping: number; total: number; discountCode?: string; discountAmount: number;...
46
16231 chess-best-move letta-ai/skills
Chess Best Move Overview This skill provides a systematic approach to analyzing chess board images and determining the best move(s). It emphasizes proper image analysis techniques, avoiding common pitfalls like pattern-matching to known puzzles instead of actual position analysis. Core Workflow Step 1: Understand Task Requirements Before starting analysis: Read the task requirements completely to identify: Expected output format (e.g., space-separated vs newline-separated moves) Whether mul...
46
16232 axiom-mapkit-ref charleswiltgen/axiom
MapKit API Reference Complete MapKit API reference for iOS development. Covers both SwiftUI Map (iOS 17+) and MKMapView (UIKit).
46
16233 cass dicklesworthstone/coding_agent_session_search
CASS - Coding Agent Session Search Unified, high-performance CLI/TUI to index and search your local coding agent history. Aggregates sessions from 11 agents: Codex, Claude Code, Gemini CLI, Cline, OpenCode, Amp, Cursor, ChatGPT, Aider, Pi-Agent, and Factory (Droid). CRITICAL: Robot Mode Required for AI Agents NEVER run bare cass - it launches an interactive TUI that blocks your session! WRONG - blocks terminal cass CORRECT - JSON output for agents cass search "query" --robot cass search "...
46
16234 workflow-execute-plans heyvhuang/ship-faster
Executing Plans (Batch Execution + Checkpoints) Goal Reliably turn a "written plan file" into implementation results, avoiding drift or accumulated risk from doing everything at once. Core strategy: Batch execution + pause for feedback after each batch. Input/Output (Recommended for Chaining) Input (pass paths only): plan_path : Plan file (usually in run_dir/03-plans/ ) repo_root run_dir Output (persisted): Plan execution status: logs/state.json (or 03-plans/<plan>-status.md ) Per-batch verifica...
46
16235 vercel-react-best-practices cloudai-x/claude-workflow-v2
Vercel React Best Practices Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Contains 62 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new React components or Next.js pages Implementing data fetching (client or server-side) Reviewing code for performance issues Refactoring existing React/Next.js code Optimizing bundle size or load tim...
46
16236 remotion-component-gen ncklrs/startup-os-skills
Remotion Component Gen Generates production-ready Remotion scene component implementations from visual direction and animation specifications. This skill focuses on creating complete, working scene components. What This Skill Does Generates scene component code for: Scene components — Complete TSX implementation for individual scenes Animation integration — Applies spring/interpolate from animation configs Visual layout — Implements positioning, sizing, layout logic Asset integration — Stati...
46
16237 1k-code-review-pr onekeyhq/app-monorepo
OneKey PR Code Review 输出语言 : 使用中文输出所有审查报告内容。 This skill provides a structured approach to reviewing PRs in the OneKey monorepo, focusing on practical issues that can break builds, cause runtime errors, or lead to maintenance problems. Review Scope Base branch: x (main branch) Use triple-dot diff: git fetch origin && git diff origin/x...HEAD Relationship with pr-review Skill This skill complements the existing pr-review skill: Aspect pr-review 1k-code-review-pr Focus Security & supply-chain risk ...
46
16238 writing-skills guanyang/antigravity-skills
Writing Skills Overview Writing skills IS Test-Driven Development applied to process documentation. Personal skills live in agent-specific directories ( ~/.claude/skills for Claude Code, ~/.agents/skills/ for Codex) You write test cases (pressure scenarios with subagents), watch them fail (baseline behavior), write the skill (documentation), watch tests pass (agents comply), and refactor (close loopholes). Core principle: If you didn't watch an agent fail without the skill, you don't know if the...
46
16239 flyer-design-generation eachlabs/skills
Flyer Design Generation Generate professional flyers and leaflets using each::sense. This skill creates visually compelling designs for events, promotions, real estate, food service, fitness, and more - optimized for both print and digital distribution. Features Event Flyers : Party invitations, concert announcements, festival promotions Business Promotional : Company services, product launches, brand awareness Real Estate Listings : Property showcases, open house announcements Restaurant & Food...
46
16240 mongodb-expert personamanagmentlayer/pcl
MongoDB Expert You are a MongoDB expert specializing in document modeling, aggregation pipeline optimization, sharding strategies, replica set configuration, indexing patterns, and NoSQL performance optimization. Step 1: MongoDB Environment Detection I'll analyze your MongoDB environment to provide targeted solutions: MongoDB Detection Patterns: Connection strings: mongodb://, mongodb+srv:// (Atlas) Configuration files: mongod.conf, replica set configurations Package dependencies: mongoose,...
46
16241 configure-formatting laurigates/claude-plugins
/configure:formatting Check and configure code formatting tools against modern best practices. When to Use This Skill Use this skill when... Use another approach when... Setting up Biome, Prettier, Ruff format, or rustfmt for a project Running an existing formatter ( biome format , ruff format ) Migrating from Prettier to Biome or Black to Ruff Fixing individual formatting issues in specific files Auditing formatter configuration for completeness and best practices Configuring linting rules ( /c...
46
16242 infographic-item-creator antvis/infographic
Infographic Item Generator Overview Generate complete Item component code for the infographic framework, following the project's item rules, layout constraints, and registration requirements. Workflow Read references/item-prompt.md for the full framework rules, allowed components, and output requirements. Clarify minimal requirements if missing: desired visuals, required fields (icon/label/value/desc/illus), sizing, and alignment needs. Use getItemProps to extract custom props and compute layo...
46
16243 v3 swarm coordination proffesor-for-testing/agentic-qe
V3 Swarm Coordination What This Skill Does Orchestrates the complete 15-agent hierarchical mesh swarm for claude-flow v3 implementation, coordinating parallel execution across domains while maintaining dependencies and timeline adherence. Quick Start Initialize 15-agent v3 swarm Task ( "Swarm initialization" , "Initialize hierarchical mesh for v3 implementation" , "v3-queen-coordinator" ) Security domain (Phase 1 - Critical priority) Task ( "Security architecture" , "Design v3 threat model and...
46
16244 git-workflow-manager jeremylongshore/claude-code-plugins-plus-skills
Git Workflow Manager Purpose Specializes in designing, implementing, and optimizing Git workflows that enhance team collaboration, code quality, and development velocity. Focuses on creating scalable branching strategies and practices that improve developer productivity while maintaining code integrity. When to Use Establishing team Git workflows and branching strategies Optimizing merge practices and code review processes Designing release workflows and deployment pipelines Improving commit hyg...
46
16245 bun-debug laurigates/claude-plugins
/bun:debug Launch a script with Bun's debugger enabled for interactive debugging. Parameters file (required): Script file to debug --brk : Break at first line (for fast-exiting scripts) --wait : Wait for debugger to attach before running --port=<port> : Use specific port (default: auto-assigned) Execution Standard debug (opens debug URL): bun --inspect $FILE Break at first line: bun --inspect-brk $FILE Wait for debugger attachment: bun --inspect-wait $FILE Custom port: bun --inspect = $PORT $FIL...
46
16246 team-ultra-analyze catlog22/claude-code-workflow
Team Ultra Analyze Deep collaborative analysis: explore -> analyze -> discuss -> synthesize. Supports Quick/Standard/Deep pipeline modes with configurable depth (N parallel agents). Discussion loops enable user-guided progressive understanding. Architecture Skill(skill="team-ultra-analyze", args="<topic>") | SKILL.md (this file) = Router | +--------------+--------------+ | | no --role flag --role <name> | | Coordinator ...
46
16247 lean canvas builder eddiebe147/claude-settings
Lean Canvas Builder Create lean canvas and business model canvas for startup planning When to Use This Skill Use this skill when you need to: Improve business operations and strategy Make data-driven business decisions Optimize processes and outcomes Not recommended for: Tasks requiring creative design work technical coding Quick Reference Action Command/Trigger Create lean canvas builder lean canvas Review and optimize review lean canvas builder Get best practices lean canvas builder best pract...
46
16248 ahooks whinc/my-claude-plugins
Ahooks React Hooks Library This skill provides comprehensive expertise for the ahooks React hooks library, covering all 76+ hooks with detailed documentation, examples, and best practices. Quick Start Basic Usage import { useRequest, useMount, useSetState } from 'ahooks'; const MyComponent = () => { const { data, loading, error } = useRequest('/api/data'); const [state, setState] = useSetState({ count: 0 }); useMount(() => { console.log('Component mounted'); }); return <div>{d...
46
16249 jenkins teachingai/full-stack-skills
Commands you can use to interact with Jenkins Fetch the Jenkins job results jenkins_build_data.py <Jenkins job URL> --include=stages You can download test results and console output: jenkins_build_data.py <Jenkins stage job URL> --include=console,tests In case the truncated console log does not provide enough information, download the full log jenkins_build_data.py <Jenkins stage job URL> --include=full-console in case the jenkins job/build is still BUILDING, you can poll until it is finishe...
46
16250 sap-datasphere secondsky/sap-skills
SAP Datasphere is SAP's cloud-native data warehouse solution on SAP Business Technology Platform (BTP). This skill provides comprehensive guidance for data acquisition, preparation, modeling, administration, and integration. Use this skill when: - Creating data warehouses on SAP BTP - Building analytic models for SAP Analytics Cloud - Setting up data flows, replication flows, or transformation flows - Configuring connections to SAP or third-party systems - Managing spaces, users, and acces...
46