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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,443
总 Skills
161.7M
总安装量
2,742
贡献者
# Skill 仓库 描述 安装量
21901 quota-setting-calculator onewave-ai/claude-skills
Quota Setting Calculator Top-down vs bottom-up quota models. Historical attainment, market growth assumptions, ramp periods, territory complexity. Instructions You are an expert sales operations leader. Design fair, achievable quota models with clear methodology and territory adjustments. Output Format Quota Setting Calculator Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps] Best Practices Be Specific: Focus on con...
51
21902 run-rust-tests redisearch/redisearch
Rust Test Skill Run Rust tests after making changes to verify correctness. Arguments No arguments: Analyze changes and run tests for affected crates only all : Run all Rust tests <crate> : Run tests for specific crate (e.g., /rust-test hyperloglog ) <crate> <test> : Run specific test in crate (e.g., /rust-test hyperloglog test_merge ) Arguments provided: $ARGUMENTS Usage Run this skill after modifying Rust code to ensure tests pass. Instructions Check the arguments provided above: If arguments a...
51
21903 prowler-sdk-check prowler-cloud/prowler
Check Structure prowler/providers/{provider}/services/{service}/{check_name}/ ├── __init__.py ├── {check_name}.py └── {check_name}.metadata.json Step-by-Step Creation Process 1. Prerequisites Verify check doesn't exist: Search prowler/providers/{provider}/services/{service}/ Ensure provider and service exist - create them first if not Confirm service has required methods - may need to add/modify service methods to get data 2. Create Check Files mkdir -p prowler/providers/{provider}/services/{se...
51
21904 mockup generator eddiebe147/claude-settings
Mockup Generator A product presentation expert that creates realistic mockups for showcasing designs in context. This skill combines design presentation best practices with Midjourney prompts to generate professional mockups for websites, apps, products, and branding materials. From device mockups to product packaging, this skill helps visualize designs in real-world contexts, making them more tangible and compelling for stakeholders, clients, and marketing materials. Core Workflows Workflow 1: ...
51
21905 next-cache-components connorads/dotfiles
Cache Components (Next.js 16+) Cache Components enable Partial Prerendering (PPR) - mix static, cached, and dynamic content in a single route. Enable Cache Components // next.config.ts import type { NextConfig } from 'next' const nextConfig: NextConfig = { cacheComponents: true, } export default nextConfig This replaces the old experimental.ppr flag. Three Content Types With Cache Components enabled, content falls into three categories: 1. Static (Auto-Prerendered) Synchronous code, ...
51
21906 omc-help yeachan-heo/oh-my-claudecode
How OMC Works You don't need to learn any commands! OMC enhances Claude Code with intelligent behaviors that activate automatically. What Happens Automatically When You... I Automatically... Give me a complex task Parallelize and delegate to specialist agents Ask me to plan something Start a planning interview Need something done completely Persist until verified complete Work on UI/frontend Activate design sensibility Say "stop" or "cancel" Intelligently stop current operation Magic Keywords (O...
51
21907 linkedin-content openclaudia/openclaudia-skills
LinkedIn Content Write high-engagement LinkedIn posts that drive meaningful engagement and establish thought leadership. Before Writing Check for strategy/brand.md and about/me.md first. If they exist, read them before asking questions — use that context to match voice, audience, and positioning. Core Principles Authenticity Over Performance LinkedIn has matured. Readers instantly spot manufactured vulnerability and engagement bait. What resonates now is genuinely useful or genuinely human — not...
51
21908 unified-execute-with-file catlog22/claude-code-workflow
Unified-Execute-With-File Workflow Quick Start Universal execution engine consuming .task/*.json directory and executing tasks serially with convergence verification and progress tracking. Execute from lite-plan output /codex:unified-execute-with-file PLAN = ".workflow/.lite-plan/LPLAN-auth-2025-01-21/.task/" Execute from workflow session output /codex:unified-execute-with-file PLAN = ".workflow/active/WFS-xxx/.task/" --auto-commit Execute a single task JSON file /codex:unified-execute-with-f...
51
21909 ruff-formatting laurigates/claude-plugins
ruff Formatting Expert knowledge for using ruff format as an extremely fast Python code formatter with Black compatibility. When to Use This Skill Use this skill when... Use another tool instead when... Formatting Python files Linting for code issues (use ruff check) Checking format compliance in CI Type checking (use basedpyright) Migrating from Black Detecting dead code (use vulture/deadcode) Setting up format-on-save Running tests (use pytest) Core Expertise ruff format Advantages 10-30x fast...
51
21910 discovery-patterns groeimetai/snow-flow
Discovery Patterns for ServiceNow Discovery automatically populates the CMDB by scanning networks and systems. Discovery Architecture Discovery Schedule ↓ MID Server ↓ Probes (collect data) ↓ Sensors (process data) ↓ Identification Rules (match/create CIs) ↓ CMDB Population Key Tables Table Purpose discovery_schedule Discovery schedules discovery_credentials Discovery credentials discovery_range IP ranges to scan cmdb_identification_rule CI identification ecc_agent MID Server records discovery_s...
51
21911 brand-guidelines-community sickn33/antigravity-awesome-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...
51
21912 report builder eddiebe147/claude-settings
Report Builder The Report Builder skill automates the creation of professional business reports with data analysis, visualizations, executive summaries, and formatted sections. It handles various report types including financial reports, project status updates, market analysis, performance reviews, and analytical reports. The skill integrates data from multiple sources and presents it in clear, actionable formats. Generate reports in PDF, Word, or HTML formats with charts, tables, trend analysis...
51
21913 audio-converter dkyazzentwatwa/chatgpt-skills
Audio Converter Convert audio files between popular formats with control over quality settings. Supports batch processing and maintains metadata where possible. Quick Start from scripts.audio_converter import AudioConverter Simple conversion converter = AudioConverter("input.wav") converter.convert("output.mp3") With quality settings converter = AudioConverter("input.flac") converter.bitrate(320).sample_rate(44100).convert("output.mp3") Batch convert directory AudioConverter.batch_conver...
51
21914 artifact-integrator oimiragieo/agent-studio
Artifact Integrator Purpose Analyze newly created or modified artifacts for integration gaps and propose follow-up tasks to ensure full ecosystem integration. When to Use After any artifact creator skill completes When Router Step 0.5 detects unprocessed integration queue entries When manually checking integration health When reviewing artifacts for completeness Protocol Step 1: Read Integration Queue Read .claude/context/runtime/integration-queue.jsonl Filter for entries with "processed": false...
51
21915 tfc-list-runs laurigates/claude-plugins
List and filter runs from Terraform Cloud workspaces with formatted output. Prerequisites ``` export TFE_TOKEN="your-api-token" User or team token export TFE_ADDRESS="app.terraform.io" Optional ``` Core Commands List Recent Runs for a Workspace ``` !/bin/bash set -euo pipefail TOKEN="${TFE_TOKEN:?TFE_TOKEN not set}" BASE_URL="https://${TFE_ADDRESS:-app.terraform.io}/api/v2" WORKSPACE_ID="${1:?Usage: $0 <workspace-id> [limit]}" LIMIT="${2:-10}" curl -sf --header "Authorizat...
51
21916 omni-vu eddiebe147/claude-settings
omni.vu - Visual Understanding & Automation Overview omni.vu gives you eyes and hands on the user's macOS screen. Use it to: See what the user sees (screen capture) Understand UI state with AI vision Detect changes and wait for events Act with mouse and keyboard automation When to Use This Skill Proactively Use omni.vu When: Debugging UI issues - "The button isn't working" → capture and analyze Verifying changes - After modifying UI code, check if it rendered correctly Waiting for operations -...
51
21917 hipaa-compliance erichowens/some_claude_skills
HIPAA Compliance Use this as the HIPAA-specific entrypoint when a task is clearly about US healthcare compliance. This skill intentionally stays thin and canonical: healthcare-phi-compliance remains the primary implementation skill for PHI/PII handling, data classification, audit logging, encryption, and leak prevention. healthcare-reviewer remains the specialized reviewer when code, architecture, or product behavior needs a healthcare-aware second pass. security-review still applies for general...
51
21918 gitlab stack validator rknall/claude-skills
This skill validates GitLab stack projects to ensure they follow proper architecture patterns and are ready for deployment. It focuses on detection and reporting of issues, working alongside companion skills (stack-creator, secrets-manager) for remediation. When to Use This Skill Activate this skill when the user requests: - Validate a GitLab stack project - Check stack configuration before deployment - Verify stack architecture and structure - Audit stack for best practices compliance -...
51
21919 distributed-job-safety terrylica/cc-skills
Distributed Job Safety Patterns and anti-patterns for concurrent job management with pueue + mise + systemd-run, learned from production failures in distributed data pipeline orchestration. Scope : Universal principles for any pueue + mise workflow with concurrent parameterized jobs. Examples use illustrative names but the principles apply to any domain. Prerequisite skills : devops-tools:pueue-job-orchestration , itp:mise-tasks , itp:mise-configuration The Nine Invariants Non-negotiable rules f...
51
21920 full-stack srbhr/resume-matcher
Full-Stack Development Use for features that span both FastAPI backend and Next.js frontend. Architecture Backend : FastAPI + Python 3.13+, TinyDB, LiteLLM Frontend : Next.js 16 + React 19, Tailwind CSS v4, Swiss International Style API : REST endpoints at /api/v1/* Workflow 1. Design the API contract first Route: POST /api/v1/my-feature Request: { field: string, ... } Response: { id: string, result: ... } 2. Backend implementation Schema in apps/backend/app/schemas/ Service in apps/backe...
51
21921 godot-platform-mobile thedivergentai/gd-agentic-skills
Platform: Mobile Touch-first input, safe area handling, and battery optimization define mobile development. Available Scripts mobile_safe_area_handler.gd Expert safe area handling for notched screens using anchored margins. NEVER Do in Mobile Development NEVER use mouse events for touch — InputEventMouseButton on mobile? Unreliable. Use InputEventScreenTouch + InputEventScreenDrag for touch. NEVER ignore safe areas — UI behind iPhone notch = unusable. Call DisplayServer.get_display_safe_area() ,...
51
21922 integration-hub groeimetai/snow-flow
IntegrationHub provides reusable integration components for Flow Designer and workflows. IntegrationHub Architecture ``` Spoke (sn_ih_spoke) ├── Actions (sn_ih_action) │ ├── Inputs │ ├── Steps │ └── Outputs ├── Connection Alias └── Credential Alias Flow Designer └── Uses Spoke Actions ``` Key Tables | `sn_ih_spoke` | Spoke definitions | `sn_ih_action` | Spoke actions | `sn_ih_step_config` | Action step configuration | `sys_alias` | Connection/c...
51
21923 finops-workflows laurigates/claude-plugins
/finops:workflows Analyze GitHub Actions workflow runs for a repository - frequency, duration, success rates, and efficiency metrics. Context Current repo: ! gh repo view --json nameWithOwner --jq '.nameWithOwner' Parameters Parameter Description Default repo Repository in owner/name format Current repository --created Date range filter (e.g., >=2026-03-01 ) None (last 100 runs) org <name> Org-wide analysis (use instead of repo) - Execution Per-repo analysis (default) bash " ${SKILL_DIR} /script...
51
21924 react-testing-library pproenca/dot-skills
React Testing Library Skill Quick Navigation Topic Link Queries references/queries.md User Events references/user-events.md API references/api.md Async references/async.md Debugging references/debugging.md Config references/config.md Installation Core (v16+: @testing-library/dom is peer dependency) npm install --save-dev @testing-library/react @testing-library/dom TypeScript support npm install --save-dev @types/react @types/react-dom Recommended: user-event for interactions npm install --s...
51
21925 tapestry michalparkola/tapestry-skills-for-claude-code
Tapestry: Unified Content Extraction + Action Planning This is the master skill that orchestrates the entire Tapestry workflow: Detect content type from URL Extract content using appropriate skill Automatically create a Ship-Learn-Next action plan When to Use This Skill Activate when the user: Says "tapestry [URL]" Says "weave [URL]" Says "help me plan [URL]" Says "extract and plan [URL]" Says "make this actionable [URL]" Says "turn [URL] into a plan" Provides a URL and asks to "learn and im...
51
21926 react-native s-hiraoku/synapse-a2a
@json-render/react-native React Native renderer that converts JSON specs into native mobile component trees with standard components, data binding, visibility, actions, and dynamic props. Quick Start import { defineCatalog } from "@json-render/core" ; import { schema } from "@json-render/react-native/schema" ; import { standardComponentDefinitions , standardActionDefinitions , } from "@json-render/react-native/catalog" ; import { defineRegistry , Renderer , type Components } from "@json-render/r...
51
21927 configure-cache-busting laurigates/claude-plugins
When to Use This Skill Use this skill when... Use another approach when... Configuring content hashing for Next.js or Vite builds Optimizing server-side caching (nginx, CDN config directly) Setting up CDN cache headers for Vercel or Cloudflare Debugging build output issues (system-debugging agent) Verifying cache-busting compliance after a framework upgrade Configuring general CI/CD workflows ( /configure:workflows ) Adding build verification scripts for hashed assets Setting up container builds...
51
21928 customs-trade-compliance sickn33/antigravity-awesome-skills
Customs & Trade Compliance Role and Context You are a senior trade compliance specialist with 15+ years managing customs operations across US, EU, UK, and Asia-Pacific jurisdictions. You sit at the intersection of importers, exporters, customs brokers, freight forwarders, government agencies, and legal counsel. Your systems include ACE (Automated Commercial Environment), CHIEF/CDS (UK), ATLAS (DE), customs broker portals, denied party screening platforms, and ERP trade management modules. Your j...
51
21929 campaign-analytics borghei/claude-skills
Campaign Analytics Production-grade campaign performance analysis with multi-touch attribution modeling, funnel conversion analysis, and ROI calculation. Three Python CLI tools provide deterministic, repeatable analytics using standard library only -- no external dependencies, no API calls, no ML models. Table of Contents Capabilities Input Requirements Output Formats How to Use Scripts Reference Guides Best Practices Limitations Capabilities Multi-Touch Attribution : Five attribution models (fi...
51
21930 drug-discovery-search yorkeccak/scientific-skills
Drug Discovery Search Search across all major drug discovery databases (ChEMBL, DrugBank, FDA drug labels, Open Targets) simultaneously using natural language queries powered by Valyu's semantic search API. Why This Skill is Powerful No API Parameter Parsing: Just pass natural language queries directly - no need to construct complex search parameters Semantic Search: Understands the meaning of your query, not just keyword matching Full-Text Access: Returns complete compound, target, and drug i...
51
21931 dumbwaiter-mcp lambdamechanic/skills
Dumbwaiter MCP: Wait-for-Change Goal: give Claude a single, stable way to “wait until X happens” on a code host (GitHub now; GitLab next). This skill teaches Claude when and how to use the Dumbwaiter MCP server’s tools. Prerequisites Server: this repo builds a stdio MCP server ( cargo build && target/debug/dumbwaiter-mcp ). Auth: export GITHUB_TOKEN=… (repo read permissions are sufficient for commit statuses). Persistence (optional): DUMBWAITER_DB to override ./state/dumbwaiter.sqlite . Await se...
51
21932 rp-diet borisghidaglia/science-based-lifter
This skill provides evidence-based nutrition guidance, synthesized from The Renaissance Diet 2.0 by Dr. Mike Israetel, Melissa Davis, Jen Case, and James Hoffmann. Attribution: All knowledge in this skill is derived from *The Renaissance Diet 2.0* (Renaissance Periodization). As an Amazon Associate I earn from qualifying purchases. Book Link: [https://www.amazon.com/dp/1782551905/?tag=borisfyi0f-20](https://www.amazon.com/dp/1782551905/?tag=borisfyi0f-20) When to Use This Skill Activate whe...
51
21933 consultancy-practices proffesor-for-testing/agentic-qe
<default_to_action> When consulting on quality: - LISTEN FIRST: Understand their context before prescribing solutions - DISCOVER: What's the pain? What have they tried? What are constraints? - PRIORITIZE: Impact/effort matrix - high impact, low effort first - TRANSFER KNOWLEDGE: Leave them better, not dependent on you - MEASURE: Define success metrics upfront, track weekly Engagement Types: - Assessment (1-4 weeks): Discover, analyze, recommend - Transformation (3-12 months): Implement n...
51
21934 freelance business manager eddiebe147/claude-settings
Freelance Business Manager Manage freelance business operations including clients, projects, and finances 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 freelance business manager freelance business Review and optimize review freelance business manager Get best...
51
21935 three-js noklip-io/agent-skills
Three.js Development You are an expert in React, Vite, Tailwind CSS, Three.js, React Three Fiber, and Next UI. Key Principles Write concise, technical responses with accurate React examples Use functional, declarative programming; avoid classes Prefer iteration and modularization over code duplication Use descriptive variable names with auxiliary verbs (e.g., isLoading, hasRendered) Use lowercase with dashes for directories (e.g., components/auth-wizard) Favor named exports for components JavaSc...
51
21936 field-service groeimetai/snow-flow
Field Service Management for ServiceNow Field Service Management (FSM) manages work orders, technician dispatch, and mobile field operations. FSM Architecture Work Order (wm_order) ├── Work Order Tasks (wm_task) │ ├── Time Entries │ └── Parts Used ├── Asset/CI └── Location Dispatch ├── Scheduling └── Route Optimization Key Tables Table Purpose wm_order Work orders wm_task Work order tasks wm_resource Field technicians wm_schedule_entry Schedule entries wm_territory Service territories Work O...
51
21937 hover-interactions dylantarre/animation-principles
Hover Interaction Animations Apply Disney's 12 principles to mouse hover states. Principle Application Squash & Stretch: Cards can subtly scale (1.02-1.05) on hover, creating "lift" effect. Anticipation: Hover IS anticipation for click. The hover state previews the interaction. Staging: Hover effects should highlight the interactive element, not distract from it. Straight Ahead vs Pose-to-Pose: Define rest and hover poses precisely. Transition smoothly between them. Follow Through & Overl...
51
21938 vibefigma vibeflowing-inc/vibe_figma
Convert Figma designs into React components with Tailwind CSS using the `vibefigma` CLI. Usage Interactive Mode (Recommended for first-time users) ``` npx vibefigma --interactive ``` Prompts for Figma URL, access token, and output paths. Direct Command ``` npx vibefigma "https://www.figma.com/design/FILE_ID?node-id=X-Y" --token FIGMA_TOKEN ``` With Environment Variable ``` export FIGMA_TOKEN=your_token npx vibefigma "https://www.figma.com/design/FILE_ID?node-id=X-Y" ``` Using .e...
51
21939 storybook-configuration thebushidocollective/han
Storybook - Configuration Configure Storybook for optimal development experience with the right addons, builders, and framework integrations. Key Concepts Main Configuration .storybook/main.ts is the primary configuration file: import type { StorybookConfig } from '@storybook/react-vite'; const config: StorybookConfig = { stories: ['../src//*.mdx', '../src//*.stories.@(js|jsx|mjs|ts|tsx)'], addons: [ '@storybook/addon-essentials', '@storybook/addon-interactions', '@storybook...
51
21940 brand-guidelines-anthropic sickn33/antigravity-awesome-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...
51
21941 browserforce ivalsaraj/browserforce
BrowserForce — Your Real Chrome Browser BrowserForce gives you the user's actual Chrome browser — all their logins, cookies, and extensions already active. No headless browser, no fresh profiles. Prerequisites The user must have: BrowserForce Chrome extension installed and connected (green icon) The relay auto-starts on first command — no manual step needed Check with: browserforce status Quick Reference browserforce status Check relay + extension status browserforce tabs List open tabs browse...
51
21942 figma-implement-design tech-leads-club/agent-skills
Implement Design Overview This skill provides a structured workflow for translating Figma designs into production-ready code with pixel-perfect accuracy. It ensures consistent integration with the Figma MCP server, proper use of design tokens, and 1:1 visual parity with designs. Skill Boundaries Use this skill when the deliverable is code in the user's repository. If the user asks to create/edit/delete nodes inside Figma itself, switch to figma-use . If the user asks to build or update a full-pa...
51
21943 e2e-testing sickn33/antigravity-awesome-skills
E2E Testing Patterns Comprehensive Playwright patterns for building stable, fast, and maintainable E2E test suites. Test File Organization Show more Installs 1.7K Repository affaan-m/ecc GitHub Stars 239.2K First Seen May 19, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
51
21944 context7 connorads/dotfiles
Context7 Overview This skill enables retrieval of current documentation for software libraries and components by querying the Context7 API via curl. Use it instead of relying on potentially outdated training data. Workflow Step 1: Search for the Library To find the Context7 library ID, query the search endpoint: curl -s "https://context7.com/api/v2/libs/search?libraryName=LIBRARY_NAME&query=TOPIC" | jq '.results[0]' Parameters: libraryName (required): The library name to search for (e.g., "react...
51
21945 configuration-management oimiragieo/agent-studio
Configuration Management Overview Comprehensive guide to managing application configuration across environments, including environment variables, configuration files, secrets, feature flags, and following 12-factor app methodology. When to Use Setting up configuration for different environments Managing secrets and credentials Implementing feature flags Creating configuration hierarchies Following 12-factor app principles Migrating configuration to cloud services Implementing dynamic configura...
51
21946 better-auth-components andrelandgraf/fullstackrecipes
Better Auth Components To set up Better Auth Components, refer to the fullstackrecipes MCP server resource: Resource URI: recipe://fullstackrecipes.com/better-auth-components If the MCP server is not configured, fetch the recipe directly: curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/better-auth-components
51
21947 secure-coding-practices nickcrew/claude-ctx-plugin
Secure Coding Practices Comprehensive guidance for implementing security-first development patterns with defensive programming techniques and proactive threat mitigation strategies. When to Use This Skill Implementing authentication and authorization systems Processing user input or external data Handling sensitive data (PII, credentials, financial information) Building APIs and web services Managing cryptographic operations (hashing, encryption) Conducting security-focused code reviews Establ...
51
21948 growth hacker eddiebe147/claude-settings
Growth Hacker Design and execute growth experiments using lean, data-driven tactics 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 growth hacker growth hacking Review and optimize review growth hacker Get best practices growth hacker best practices Core Workflo...
51
21949 timeline-creator mhattingpete/claude-skills-marketplace
Timeline Creator Create interactive HTML timelines and project roadmaps with Gantt charts and milestones. When to Use "Create timeline for [project]" "Generate roadmap for Q1-Q4" "Make Gantt chart for schedule" "Show project milestones" Components Timeline Header: project name, date range, completion % Phase Groups: Q1, Q2, Q3, Q4 or custom phases Timeline Items: tasks with start/end dates, progress, status Milestones: key deliverables with dates Gantt Visualization: horizontal bars showing du...
51
21950 pr-draft-summary openai/openai-agents-js
PR Draft Summary Purpose Produce the PR-ready summary required in this repository after substantive code work is complete: a concise summary plus a PR-ready title and draft description that begins with "This pull request ...". The block should be ready to paste into a PR for openai-agents-python. When to Trigger The task for this repo is finished (or ready for review) and it touched runtime code, tests, examples, docs with behavior impact, or build/test configuration. You are about to send the...
51