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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,097
总 Skills
59.4M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
18601 ai-agent-orchestrator dengineproblem/agents-monorepo
AI Agent Orchestrator Build coordinated multi-agent systems for complex task automation. Core Workflow Define agents: Create specialized agents Design workflow: Plan agent coordination Implement handoffs: Agent-to-agent communication Add shared memory: Persistent context Create supervisor: Orchestrate execution Monitor execution: Track agent activities Agent Architecture Agent Definition // agents/base.ts import { ChatOpenAI } from '@langchain/openai'; import { SystemMessage, HumanMessage, AIM...
48
18602 vue3-frontend eva813/vue3-skills
No SKILL.md available for this skill. [View on GitHub ](https://github.com/eva813/vue3-skills)
48
18603 api-gateway itsmostafa/aws-agent-skills
API Gateway Passthrough proxy for direct access to third-party APIs using managed OAuth connections, provided by Maton . The API gateway lets you call native API endpoints directly. Quick Start Native Slack API call python << 'EOF' import urllib.request, os, json data = json.dumps({'channel': 'C0123456', 'text': 'Hello from gateway!'}).encode() req = urllib.request.Request('https://gateway.maton.ai/slack/api/chat.postMessage', data=data, method='POST') req.add_header('Authorization', f'Bearer {...
48
18604 literature review eddiebe147/claude-settings
Literature Review Expert academic research agent that conducts comprehensive literature reviews, analyzes research papers, synthesizes findings across studies, and identifies research gaps. Specializes in systematic reviews, meta-analysis support, citation analysis, and academic writing assistance. This skill applies rigorous academic research methodologies to gather, evaluate, synthesize, and present scholarly literature. Perfect for thesis research, grant proposals, academic writing, and evide...
48
18605 decision helper eddiebe147/claude-settings
Decision Helper The Decision Helper skill guides you through structured decision-making processes using proven frameworks, mental models, and de-biasing techniques. Rather than relying on gut feel alone or getting paralyzed by analysis, this skill helps you think clearly about choices that matter. This skill applies decision science, behavioral economics, and strategic thinking frameworks to help you evaluate options systematically, identify hidden biases, consider long-term consequences, and ma...
48
18606 iterative loop proffesor-for-testing/agentic-qe
The Iterative Loop skill implements continuous AI-driven development loops that persist until completion criteria are met. Inspired by the Ralph Wiggum technique, this approach enables autonomous, self-correcting development cycles where the AI sees its previous work in files and git history, iteratively improving until success. Core Philosophy - Iteration > Perfection - Don't aim for perfect on first try; let the loop refine the work - Failures Are Data - Each failure provides information t...
48
18607 confluence-assistant tech-leads-club/agent-skills
ConfluenceAssistant Expert in TODO: describe expertise. Process TODO: Step 1 TODO: Step 2 TODO: Step 3 Examples TODO: Add concrete input → output examples.
48
18608 eks itsmostafa/aws-agent-skills
AWS EKS Amazon Elastic Kubernetes Service (EKS) runs Kubernetes without installing and operating your own control plane. EKS manages the control plane and integrates with AWS services. Table of Contents Core Concepts Common Patterns CLI Reference Best Practices Troubleshooting References Core Concepts Control Plane Managed by AWS. Runs Kubernetes API server, etcd, and controllers across multiple AZs. Node Groups Type Description Managed AWS manages provisioning, updates Self-managed You mana...
48
18609 vue nuxt-content/nuxt-studio
Vue Based on Vue 3.5. Always use Composition API with <template> <div>{{ title }} - {{ doubled }}</div> </template> Key Imports // Reactivity import { ref , shallowRef , computed , reactive , readonly , toRef , toRefs , toValue } from 'vue' // Watchers import { watch , watchEffect , watchPostEffect , onWatcherCleanup } from 'vue' // Lifecycle import { onMounted , onUpdated , onUnmounted , onBeforeMount , onBeforeUpdate , onBeforeUnmount } from 'vue' // Utilities import { nextTick , defineCompon...
48
18610 write-docs browseros-ai/browseros
Writing tldraw SDK documentation The tldraw voice Write like a colleague walking someone through code they know well. Confident, casual, code-first. Characteristic patterns: Have five minutes? Run this command... That's pretty much it! Let's add local persistence by passing a persistenceKey prop... Need to create some shapes? Use EditorcreateShapes. Need to delete them? Use EditordeleteShapes. What makes it work: Direct address with "you" and "let's" Questions as transitions ("Need to cr...
48
18611 testing-qa sickn33/antigravity-awesome-skills
Testing & QA Skill Overview This skill helps you write comprehensive tests for Next.js applications using Playwright for E2E tests, Jest for unit tests, and React Testing Library for component tests. Testing Philosophy Testing Pyramid E2E Tests (10%): Critical user journeys Integration Tests (30%): Component interactions Unit Tests (60%): Individual functions and utilities What to Test DO: Test behavior, not implementation DO: Test user interactions and outcomes DO: Test error states and edge ...
48
18612 miniproject zenobi-us/dotfiles
This is a simplified and concise project management AI memory framework. [!NOTE] CRITICAL Before doing any work: - Find the memory store: - If in a git repo, always refer to the main worktree `git rev-parse --path-format=absolute --git-common-dir | xargs dirname` - agent memory lives in '.memory/' directory or if you are in a worktree, then look in the main worktree `.memory/` directory. - Ensure the following files exist in `.memory/`: - read `.memory/todo.md`, `.memory/summary.md`, `.mem...
48
18613 create-skill antinomyhq/forge
Create Skill Guide for creating effective skills that extend agent capabilities with specialized knowledge, workflows, and tool integrations. About Skills Skills are modular, self-contained packages that extend agent capabilities by providing specialized knowledge, workflows, and tools. Think of them as "onboarding guides" for specific domains or tasks. What Skills Provide Specialized workflows - Multi-step procedures for specific domains Tool integrations - Instructions for working with spe...
48
18614 xhs-cover-skill cclank/xhs-cover-skill
Xiaohongshu Cover Generator (xhs-cover-skill) This skill helps you turn raw content into a high-quality image generation prompt suitable for a Xiaohongshu cover. Workflow Analyze Content : Read the user's provided content. Select Template : Choose an appropriate template from references/templates/ . Default: references/templates/style_infographic_cartoon.md (unless user specifies otherwise). Process Content : Polish : Create a catchy, click-baity title and summary text. Language : Ensure output ...
48
18615 quality-manager-qmr borghei/claude-skills
Senior Quality Manager Responsible Person (QMR) Quality system accountability, management review leadership, and regulatory compliance oversight per ISO 13485 Clause 5.5.2 requirements. Table of Contents QMR Responsibilities Management Review Workflow Quality KPI Management Workflow Quality Objectives Workflow Quality Culture Assessment Workflow Regulatory Compliance Oversight Decision Frameworks Tools and References QMR Responsibilities ISO 13485 Clause 5.5.2 Requirements Responsibility Scope E...
48
18616 agent-orchestration-planner patricio0312rev/skills
Agent Orchestration Planner Design robust multi-step agent systems with tools and error handling. Agent Architecture User Query → Planning → Tool Selection → Tool Execution → Result Synthesis → Response ↓ ↓ ↓ ↓ Memory Retry Logic Validation Cost Tracking Agent Loop Pattern from typing import List, Dict, Any class Agent: def __init__(self, tools: List[Tool], max_iterations: int = 5): self.tools...
48
18617 configure-status laurigates/claude-plugins
/configure:status Display infrastructure standards compliance status without making changes. When to Use This Skill Use this skill when... Use another approach when... Checking overall compliance status Running full compliance checks with fixes (use /configure:all --fix ) Generating compliance reports Need to fix issues found (use /configure:all ) Quick project health check Checking specific component (use /configure:X --check-only ) CI/CD status validation Running interactive selection (use /co...
48
18618 pattern-deploy commontoolsinc/labs
Deploy Phase Use Skill("ct") for comprehensive ct CLI documentation. Read First docs/development/LOCAL_DEV_SERVERS.md - Local dev setup docs/common/workflows/development.md - Workflow commands Find Identity Key ls -la *.key 2 > /dev/null || ls -la ~/.claude/*.key 2 > /dev/null || find . -name "*.key" -maxdepth 2 2 > /dev/null Commands Check syntax without deploying: deno task ct check pattern.tsx --no-run Deploy new pattern: deno task ct piece new packages/patterns/ [ name ] /main.tsx --identity...
48
18619 yeet davila7/claude-code-templates
GitHub Contribution Workflows Facilitate GitHub-based open source contribution workflows including pull requests, issues, and discussions. Emphasizes semantic analysis over mechanical operations — understand the intent and context of changes before generating titles, descriptions, or selecting templates. All generated content should be conversational and informal. Prerequisites Verify GitHub CLI authentication before any workflow: gh auth status For pull request workflows, also verify: Working t...
48
18620 quality-documentation-manager borghei/claude-skills
Senior Quality Documentation Manager Expert-level quality documentation management with comprehensive document control system design, regulatory documentation oversight, change management, and configuration control for medical device organizations. Core Documentation Management Competencies 1. Document Control System Design (ISO 13485 Clause 4.2.3) Design and implement comprehensive document control systems ensuring systematic document management and regulatory compliance. Document Control S...
48
18621 design-builder adeonir/agent-skills
Design Builder Design-to-code pipeline: discover, extract, tokenize, build. Workflow discovery --> copy --> design --> frontend / variants / export Each step is independent. Can run isolated or chained. Discovery is always the first step -- never skip it. Discovery Before any operation, establish project context. Step 1: Check Existing Context Look for existing documents in .artifacts/docs/ : prd.md -- PRD brief.md -- Brief If found: read and extract purpose, audience, tone, and key features. Sk...
48
18622 react-app-dev xiaolai/vmark
React App Dev (VMark) Overview Apply VMark frontend conventions for React 19 + Zustand v5 + Tailwind v4 + shadcn/ui. Workflow Read relevant files before editing (components, hooks, stores, plugins). Follow the VMark rules in AGENTS.md (no store destructuring; use selectors). Keep code files under ~300 lines; split when needed. Prefer local feature boundaries; avoid cross-feature imports. Update tests for new behavior and run pnpm check:all when asked. References references/paths.md for common so...
48
18623 positron-issue-creator posit-dev/positron
Positron Issue Creator Purpose This skill guides the drafting of high-quality GitHub issues for the Positron IDE repository. It ensures issues are: Thoroughly checked for duplicates before drafting Properly labeled for efficient triage Written with complete, specific information Free of unnecessary fluff and filler Actionable by the development team Ready for manual submission by the user When to Use This Skill Use this skill when: User explicitly asks to draft, create, file, or report an issue ...
48
18624 copy-editing openclaudia/openclaudia-skills
Copy Editing You are an expert copy editor specializing in marketing and conversion copy. Your goal is to systematically improve existing copy through focused editing passes while preserving the core message. Core Philosophy 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 editing. Use brand voice and customer language from that context to guide your edits. Good copy editing isn't a...
48
18625 github-actions-pipeline-builder erichowens/some_claude_skills
GitHub Actions Pipeline Builder Expert in building production-grade CI/CD pipelines with GitHub Actions that are fast, reliable, and secure. When to Use ✅ Use for: Automated testing on every commit Deployment to staging/production Docker image building and publishing Release automation with versioning Security scanning and dependency audits Code quality checks (linting, type checking) Multi-environment workflows ❌ NOT for: Non-GitHub repositories (use Jenkins, CircleCI, etc.) Complex pipel...
48
18626 configure-integration-tests laurigates/claude-plugins
/configure:integration-tests Check and configure integration testing infrastructure for testing service interactions, databases, and external dependencies. When to Use This Skill Use this skill when... Use another approach when... Setting up integration testing infrastructure with Supertest, pytest, or Testcontainers Writing individual integration test cases for specific endpoints Creating docker-compose.test.yml for local test service containers Running existing integration tests ( bun test , p...
48
18627 onboarding designer eddiebe147/claude-settings
Onboarding Designer Expert user onboarding system that transforms first-time visitors into activated, successful users. This skill provides structured workflows for designing, implementing, and optimizing onboarding experiences that drive user activation and long-term retention. Onboarding is the single highest-leverage investment in user retention. The first session determines whether users become customers or churners. This skill helps you design onboarding flows that get users to their "aha m...
48
18628 project-init vladm3105/aidoc-flow-framework
project-init Purpose Provide AI assistants with structured guidance for initializing brand new (greenfield) projects using the AI Dev Flow framework. This skill handles the one-time setup process that must occur BEFORE workflow execution begins. ⚠️ CRITICAL : This skill is for NEW PROJECT INITIALIZATION ONLY. For ongoing workflow execution on existing projects, use the doc-flow skill instead. When to Use This Skill Use project-init when: Starting a brand new project from scratch (greenfield) No ...
48
18629 review-clean-code heyvhuang/ship-faster
Clean Code Review Focused on 7 high-impact review dimensions based on "Clean Code" principles. Review Workflow Review Progress: - [ ] 1. Scan codebase: identify files to review - [ ] 2. Check each dimension (naming, functions, DRY, YAGNI, magic numbers, clarity, conventions) - [ ] 3. Rate severity (High/Medium/Low) for each issue - [ ] 4. Generate report sorted by severity Core Principle: Preserve Functionality All suggestions target implementation approach only—never suggest changing the code's...
48
18630 gof-design-patterns markpitt/claude-skills
Gang of Four Design Patterns Orchestration Skill You are an expert in Gang of Four (GoF) design patterns and their implementation across multiple programming languages. This skill provides intelligent pattern selection and production-ready implementations. Quick Start What do you need help with? "I have a specific problem to solve" → I'll help you identify the right pattern(s) "Implement pattern X in language Y" → I'll create a complete, working implementation "Combine multiple patterns" → I...
48
18631 slot-scale cartridge-gg/docs
Slot Scale Scale deployments from development to production with paid tiers, replicas, and multi-region. Instance Tiers Tier Specs Storage Cost Basic Limited CPU & memory 1GB $10/month Pro 2 vCPU, 4GB RAM auto $50/month Epic 4 vCPU, 8GB RAM auto $100/month Legendary 8 vCPU, 16GB RAM auto $200/month First 3 Basic tier deployments are free. Storage on premium tiers: $0.20/GB/month (auto-scaling). Basic tier behavior Scaled down automatically after a few hours of inactivity Revived on first request...
48
18632 grafana-skill julianobarbosa/claude-code-skills
grafana-skill Programmatically manage Grafana resources using TypeScript tools and HTTP API workflows. Workflow Routing Workflow Trigger File DashboardCrud "create dashboard", "update dashboard", "delete dashboard", "list dashboards", "export dashboard" Tools/DashboardCrud.ts GrafanaClient "grafana API", "grafana client", "TypeScript grafana" Tools/GrafanaClient.ts ApiReference "grafana API reference", "grafana endpoints" References/ Tools DashboardCrud CLI Set environment variables export GR...
48
18633 salvage open-horizon-labs/skills
/salvage Extract learning from a session or piece of work before restarting. The insight: code is cheap now; learning is the asset. Salvage is the bridge from Review back to Problem Space. When drift is detected, salvage captures what was learned so you can restart clean without losing understanding. When to Use Invoke /salvage when: Work is drifting - approach has changed direction multiple times Approach reversed 3+ times - you're oscillating, not converging Scope expanding while "done" k...
48
18634 code-refactor laurigates/claude-plugins
Code Refactor Systematic code refactoring across files. Auto-switches to execution mode for 10+ files (90% token savings). Mode Selection 1-9 files: Use native tools (Grep + Edit with replace_all) 10+ files: Automatically use code-execution skill Execution example (50 files): from api.code_transform import rename_identifier result = rename_identifier('.', 'oldName', 'newName', '/*.py') Returns: {'files_modified': 50, 'total_replacements': 247} ~500 tokens vs ~25,000 tokens traditional Whe...
48
18635 openharmony-security-review openharmonyinsight/openharmony-skills
OpenHarmony system services run with high privileges and handle untrusted inputs via IPC and network interfaces. This skill provides a structured approach to identifying critical security vulnerabilities in four key areas: external input handling, multithreading race conditions, sensitive information leakage, and permission validation. When to Use ``` digraph when_to_use { "Reviewing OpenHarmony code?" [shape=diamond]; "Is it C++ system service?" [shape=diamond]; "Handles IPC/netw...
48
18636 azure-appconfiguration-ts sickn33/antigravity-awesome-skills
Azure App Configuration SDK for TypeScript Centralized configuration management with feature flags and dynamic refresh. Installation Low-level CRUD SDK npm install @azure/app-configuration @azure/identity High-level provider (recommended for apps) npm install @azure/app-configuration-provider @azure/identity Feature flag management npm install @microsoft/feature-management Environment Variables AZURE_APPCONFIG_ENDPOINT = https:// < your-resource > .azconfig.io OR AZURE_APPCONFIG_CONNECTION_S...
48
18637 blueprint-prp-execute laurigates/claude-plugins
/blueprint:prp-execute Execute a PRP (Product Requirement Prompt) with systematic implementation, validation gates, TDD workflow, and quality assurance. Usage : /blueprint:prp-execute [prp-name] Prerequisites : PRP exists in docs/prps/[prp-name].md Confidence score >= 7 (if lower, suggest /blueprint:prp-create refinement) For detailed report templates, deferred items workflow, feature tracker sync, and error handling patterns, see REFERENCE.md . When to Use This Skill Use this skill when... Use ...
48
18638 blueprint-sync laurigates/claude-plugins
Check the status of generated content and offer options for modified or stale files. Flags Flag Description --dry-run Preview sync status report without interactive prompts or file modifications Purpose : Detect when generated skills/commands have been manually modified Detect when source PRDs have changed (making generated content stale) Offer appropriate actions: regenerate, promote to custom, or keep as-is Steps : Read manifest : cat docs/blueprint/manifest.json Extract generated.rules sectio...
48
18639 release-skills xy121718/baoyu-skills
Release Skills Universal release workflow supporting any project type with multi-language changelog. Quick Start Just run /release-skills - auto-detects your project configuration. Supported Projects Project Type Version File Auto-Detected Node.js package.json ✓ Python pyproject.toml ✓ Rust Cargo.toml ✓ Claude Plugin marketplace.json ✓ Generic VERSION / version.txt ✓ Options Flag Description --dry-run Preview changes without executing --major Force major version bump --minor Force minor vers...
48
18640 metaplex sendaifun/skills
A comprehensive guide for building NFTs, digital assets, and token launches on Solana using the Metaplex Protocol - the industry standard powering 99% of Solana NFTs and tokens. What is Metaplex? Metaplex is the leading tokenization protocol on Solana, providing smart contracts and tools for creating, selling, and managing digital assets. From simple NFTs to compressed collections of billions, from fair token launches to hybrid token/NFT systems, Metaplex provides the infrastructure. Key St...
48
18641 devops-expert personamanagmentlayer/pcl
DevOps Expert You are an advanced DevOps expert with deep, practical knowledge of CI/CD pipelines, containerization, infrastructure management, monitoring, security, and performance optimization based on current industry best practices. When invoked: If the issue requires ultra-specific expertise, recommend switching and stop: Docker container optimization, multi-stage builds, or image management → docker-expert GitHub Actions workflows, matrix builds, or CI/CD automation → github-actions-ex...
48
18642 jetbrains-skill ry-run/run-skills
Goal: use JetBrains IDE features (index, inspections, refactoring, run configurations, integrated terminal) as tools for an external client, while keeping changes auditable and safe. notes + tool list (condensed): `skills/jetbrains-skill/references/jetbrains-skill.md`. Connection & modes Client setup (done in the IDE) - Settings → Tools → MCP Server - Enable MCP Server - Use “Auto-configure” for supported clients (updates their JSON config), or copy SSE / Stdio config for manual setup -...
48
18643 product-leader ncklrs/startup-os-skills
Product Leader Strategic product expertise for building and scaling world-class product organizations — from vision and strategy to discovery, execution, and growth. Philosophy Product management is not about shipping features. It's about creating value by solving real problems for real users in ways that work for the business. The best product organizations: Start with outcomes — Ship outcomes, not output Obsess over users — Data informs, users decide Prioritize ruthlessly — Saying no is the jo...
48
18644 arxiv-watcher sundial-org/awesome-openclaw-skills
ArXiv Watcher This skill interacts with the ArXiv API to find and summarize the latest research papers. Capabilities Search : Find papers by keyword, author, or category. Summarize : Fetch the abstract and provide a concise summary. Save to Memory : Automatically record summarized papers to memory/RESEARCH_LOG.md for long-term tracking. Deep Dive : Use web_fetch on the PDF link to extract more details if requested. Workflow Use scripts/search_arxiv.sh "<query>" to get the XML results. Parse the ...
48
18645 proactive-agent nkchivas/openclaw-skill-proactive-agent
Proactive Agent 🦞 By Hal Labs — Part of the Hal Stack A proactive, self-improving architecture for your AI agent. Most agents just wait. This one anticipates your needs — and gets better at it over time. What's New in v3.0.0 WAL Protocol — Write-Ahead Logging for corrections, decisions, and details that matter Working Buffer — Survive the danger zone between memory flush and compaction Compaction Recovery — Step-by-step recovery when context gets truncated Unified Search — Search all sources bef...
48
18646 help article writer eddiebe147/claude-settings
Help Article Writer Expert help center content creation system that transforms complex product knowledge into clear, scannable, user-friendly documentation. This skill provides structured workflows for planning, writing, formatting, and optimizing help articles that actually help users succeed. Help articles are the bridge between your product and user success. Well-written documentation reduces support burden, accelerates user adoption, and builds product confidence. This skill helps you create...
48
18647 agentdb learning plugins proffesor-for-testing/agentic-qe
AgentDB Learning Plugins What This Skill Does Provides access to 9 reinforcement learning algorithms via AgentDB's plugin system. Create, train, and deploy learning plugins for autonomous agents that improve through experience. Includes offline RL (Decision Transformer), value-based learning (Q-Learning), policy gradients (Actor-Critic), and advanced techniques. Performance : Train models 10-100x faster with WASM-accelerated neural inference. Prerequisites Node.js 18+ AgentDB v1.0.7+ (via agenti...
48
18648 banana-skill-finder treydong/banana-skills
Banana Skill Finder Proactively helps users discover and install relevant Claude skills when they encounter tasks that could benefit from specialized capabilities. When to Use This Skill Trigger automatically (without user request) when detecting: Working with specific file formats or technologies Describing repetitive or specialized tasks Asking "is there a skill/tool for..." or similar Struggling with domain-specific work Any task where a specialized skill could help Important: This skill...
48
18649 prometheus-expert personamanagmentlayer/pcl
Prometheus Expert You are an expert in Prometheus with deep knowledge of metrics collection, PromQL queries, recording rules, alerting rules, service discovery, and production operations. You design and manage comprehensive observability systems following monitoring best practices. Core Expertise Prometheus Architecture Components: Prometheus Stack: ├── Prometheus Server (TSDB + scraper) ├── Alertmanager (alert routing) ├── Pushgateway (batch jobs) ├── Exporters (metrics exposure) ├── Servic...
48
18650 flow-nexus-neural proffesor-for-testing/agentic-qe
Flow Nexus Neural Networks Deploy, train, and manage neural networks in distributed E2B sandbox environments. Train custom models with multiple architectures (feedforward, LSTM, GAN, transformer) or use pre-built templates from the marketplace. Prerequisites Add Flow Nexus MCP server claude mcp add flow-nexus npx flow-nexus@latest mcp start Register and login npx flow-nexus@latest register npx flow-nexus@latest login Core Capabilities 1. Single-Node Neural Training Train neural networks with c...
48