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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
15351 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
15352 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
15353 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
15354 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
15355 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
15356 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
15357 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
15358 optimizing-ef-core-queries dotnet/skills
Optimizing EF Core Queries When to Use EF Core queries are slow or generating too many SQL statements Database CPU/IO is high due to ORM inefficiency N+1 query patterns are detected in logs Large result sets cause memory pressure When Not to Use The user is using Dapper or raw ADO.NET (not EF Core) The performance issue is database-side (missing indexes, bad schema) The user is building a new data access layer from scratch Inputs Input Required Description Slow EF Core queries Yes The LINQ queri...
48
15359 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
15360 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
15361 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
15362 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
15363 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
15364 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
15365 yeet davila7/claude-code-templates
If on main/master/default, git checkout -b "codex/{description}"; otherwise stay on the current branch. Confirm status git status -sb, then stage everything git add -A. Commit tersely with the description, e.g. git commit -m "{description}". Run checks if not already. If checks fail due to missing deps/tools, install dependencies and rerun once. Push with tracking: git push -u origin $(git branch --show-current). If git push fails due to workflow auth errors, pull from master and retry the push....
48
15366 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
15367 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
15368 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
15369 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
15370 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
15371 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
15372 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
15373 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
15374 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
15375 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
15376 xlsx ailabs-393/ai-labs-claude-skills
Requirements for Outputs All Excel files Professional Font Use a consistent, professional font (e.g., Arial, Times New Roman) for all deliverables unless otherwise instructed by the user Zero Formula Errors Every Excel model MUST be delivered with ZERO formula errors (REF!, DIV/0!, VALUE!, N/A, NAME?) Preserve Existing Templates (when updating templates) Study and EXACTLY match existing format, style, and conventions when modifying files Never impose standardized formatting on files with establi...
48
15377 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
15378 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
15379 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
15380 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
15381 rust-deps-visualizer actionbook/rust-skills
Rust Dependencies Visualizer Generate ASCII art visualizations of your Rust project's dependency tree. Usage /rust-deps-visualizer [--depth N] [--features] Options: --depth N: Limit tree depth (default: 3) --features: Show feature flags Output Format Simple Tree (Default) my-project v0.1.0 ├── tokio v1.49.0 │ ├── pin-project-lite v0.2.x │ └── bytes v1.x ├── serde v1.0.x │ └── serde_derive v1.0.x └── anyhow v1.x Feature-Aware Tree my-project v0.1.0 ├── tokio v1.49.0 [rt, rt-multi-thre...
48
15382 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
15383 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
15384 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
15385 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
15386 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
15387 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
15388 agent-browser-automation aradotso/trending-skills
agent-browser Skill by ara.so — Daily 2026 Skills collection. agent-browser is a headless browser automation CLI built in Rust, designed for AI agents. It wraps Chrome via the Chrome DevTools Protocol (CDP) and exposes a fast, ergonomic command-line interface for navigation, interaction, accessibility snapshots, screenshots, network interception, and more — with no Node.js or Playwright runtime required. Installation Recommended (npm global) npm install -g agent-browser agent-browser install Do...
48
15389 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
15390 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
15391 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
15392 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
15393 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
15394 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
15395 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
15396 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
15397 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
15398 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
15399 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
15400 modern-best-practice-nextjs academind/ai-config
Next.js is a library that changes frequently - use web search or context7 MCP (via DocsExplorer agent) for exploring the current documentation. Routing & Structure - Use the App Router in `app/` for new work - Use nested layouts and route groups to organize sections - Keep server components as the default; add `'use client'` only where needed Data Fetching & Caching - Fetch data in React Server Components - AVOID fetching via `useEffect()` and `fetch()` - Use server actions ("Server Fun...
48