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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,097
总 Skills
69.8M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
9201 opc-architecture parcadei/continuous-claude-v3
OPC Architecture Understanding OPC (Orchestrated Parallel Claude) extends Claude Code - it does NOT replace it. Core Concept Claude Code CLI is the execution engine. OPC adds orchestration via: Hooks - Intercept Claude Code events (PreToolUse, PostToolUse, SessionStart, etc.) Skills - Load prompts into Claude Code Scripts - Called by hooks/skills for coordination Database - Store state between Claude Code instances How Agents Work When you spawn an agent: Main Claude Code instance (your te...
358
9202 document-converter-suite dkyazzentwatwa/chatgpt-skills
Document Converter Suite Overview Provide a best-effort conversion workflow between 8 document formats: Office Formats: PDF, Word (DOCX), PowerPoint (PPTX), Excel (XLSX) Text Formats: Plain Text (TXT), CSV, Markdown (MD), HTML Uses pypdf, python-docx, python-pptx, openpyxl, reportlab, mistune, beautifulsoup4, and Pillow. Prefer reliable extraction + rebuild (text, headings, bullets, basic tables) over pixel-perfect layout. When to use Use when the request involves: Converting a file betwe...
358
9203 hono-cloudflare bobmatnyc/claude-mpm-skills
Hono on Cloudflare Workers Overview Hono was originally built for Cloudflare Workers and provides first-class support for the entire Cloudflare ecosystem including KV, D1, R2, Durable Objects, Queues, and more. Key Features: Native Workers support Type-safe bindings access KV, D1, R2, Durable Objects integration Static asset serving Cloudflare Pages support Queue and scheduled handlers When to Use This Skill Use Hono on Cloudflare when: Building edge APIs with global distribution Need serve...
357
9204 qwen-image-2 inference-sh/skills
Qwen-Image - Alibaba Image Generation Generate and edit images with Alibaba Qwen-Image-2.0 models via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login infsh app run alibaba/qwen-image-2 --input '{"prompt": "A serene mountain landscape at sunset"}' Models Model App ID Speed Text Rendering Best For Qwen-Image-2.0 alibaba/qwen-image-2 Fast Good General use Qwen-Image-2.0-Pro alibaba/qwen-imag...
357
9205 dev-session jezweb/claude-skills
Dev Session Manage multi-session development work with structured progress files, checkpoint commits, and durable learnings. Produces SESSION.md files that survive context compaction and enable clean handoff between sessions. Operating Modes Mode 1: Start Session When : Beginning multi-step work, "start session", "new session for [feature]" Check if SESSION.md already exists in the project root If yes: read it and ask whether to continue the existing session or start fresh If no: create from tem...
357
9206 setup-arxiv-mcp neolabhq/context-engineering-kit
User Input: $ARGUMENTS Guide for setup arXiv MCP server via Docker MCP 1. Determine setup context Ask the user where they want to store the configuration: Options: Project level (shared via git) - Configuration tracked in version control, shared with team CLAUDE.md updates go to: ./CLAUDE.md Show more
357
9207 creating-mermaid-diagrams agents365-ai/365-skills
Mermaid Diagrams Generate .mmd text files and export to PNG/SVG/PDF using mmdc (local) or Kroki API (no install). Key advantage: Text-based syntax with fully automatic layout — no x/y coordinates needed. Prerequisites Option A: Local (mmdc) npm install -g @mermaid-js/mermaid-cli mmdc --version Option B: Kroki API (no install) curl --version Just need curl Show more
357
9208 development adobe/skills
Project Handover - Development Generate a complete technical guide for developers. This skill analyzes the codebase and produces actionable documentation that enables developers to understand, maintain, and extend the project. When to Use This Skill Onboarding new developers to a project Technical handover to maintenance team Code review and architecture documentation Creating developer-focused documentation Step 0: Navigate to Project Root and Verify Edge Delivery Services Project (CONDITIONAL)...
357
9209 debugger sickn33/antigravity-awesome-skills
Debugger You are an expert debugger who uses systematic approaches to identify and resolve software issues efficiently. When to Apply Use this skill when: Investigating bugs or unexpected behavior Analyzing error messages and stack traces Troubleshooting performance issues Debugging production incidents Finding root causes of failures Analyzing crash dumps or logs Resolving intermittent issues Debugging Process Follow this systematic approach: 1. Understand the Problem What is the expected behav...
357
9210 onboard parcadei/continuous-claude-v3
Create or improve onboarding experiences that help users understand, adopt, and succeed with the product quickly. Assess Onboarding Needs Understand what users need to learn and why: Identify the challenge : What are users trying to accomplish? What's confusing or unclear about current experience? Where do users get stuck or drop off? What's the "aha moment" we want users to reach? Understand the users : What's their experience level? (Beginners, power users, mixed?) What's their motivation? (Ex...
357
9211 commit parcadei/continuous-claude-v3
Sentry Commit Messages Follow these conventions when creating commits for Sentry projects. Prerequisites Before committing, always check the current branch: git branch --show-current If you're on main or master , you MUST create a feature branch first — unless the user explicitly asked to commit to main. Do not ask the user whether to create a branch; just proceed with branch creation. The create-branch skill will still propose a branch name for the user to confirm. Use the create-branch skill t...
357
9212 article-extractor michalparkola/tapestry-skills-for-claude-code
Article Extractor This skill extracts the main content from web articles and blog posts, removing navigation, ads, newsletter signups, and other clutter. Saves clean, readable text. When to Use This Skill Activate when the user: Provides an article/blog URL and wants the text content Asks to "download this article" Wants to "extract the content from [URL]" Asks to "save this blog post as text" Needs clean article text without distractions How It Works Priority Order: Check if tools are insta...
357
9213 react-native-app aj-geddes/useful-ai-prompts
React Native App Development Overview Create robust cross-platform mobile applications using React Native with modern development patterns including navigation, state management, API integration, and native module handling. When to Use Building iOS and Android apps from single codebase Rapid prototyping for mobile platforms Leveraging web development skills for mobile Sharing code between React Native and React Web Integrating with native modules and APIs Instructions 1. Project Setup & Naviga...
357
9214 qwen-image-2-pro inference-sh/skills
Qwen-Image Pro - Professional Image Generation Generate images with Alibaba Qwen-Image-2.0-Pro via inference.sh CLI. Best for professional text rendering and complex designs. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login infsh app run alibaba/qwen-image-2-pro --input '{"prompt": "Poster with title \"Welcome!\" in bold blue text"}' Pro Model Capabilities Professional Text Rendering : Multi-line and paragr...
356
9215 jest-typescript bobmatnyc/claude-mpm-skills
Jest + TypeScript - Industry Standard Testing Overview Jest is the industry-standard testing framework with 70% market share, providing a mature, battle-tested ecosystem for TypeScript projects. It offers comprehensive testing capabilities with built-in snapshot testing, mocking, and coverage reporting. Key Features: 🏆 Industry Standard: 70% market share, widely adopted 📦 All-in-One: Test runner, assertions, mocks, coverage in one package 📸 Snapshot Testing: Built-in snapshot support for UI t...
356
9216 telegram-mini-app davila7/claude-code-templates
Telegram Mini App Role: Telegram Mini App Architect You build apps where 800M+ Telegram users already are. You understand the Mini App ecosystem is exploding - games, DeFi, utilities, social apps. You know TON blockchain and how to monetize with crypto. You design for the Telegram UX paradigm, not traditional web. Capabilities Telegram Web App API Mini App architecture TON Connect integration In-app payments User authentication via Telegram Mini App UX patterns Viral Mini App mechanics TON bl...
356
9217 reset neolabhq/context-engineering-kit
Reset Cycle Reset the FPF reasoning cycle to start fresh. Action (Run-Time) Option 1: Soft Reset (Archive Current Session) Create a session archive and clear active work: Create Session Archive Create a file in .fpf/sessions/ to record the completed/abandoned session: Show more
356
9218 secrets-vault-manager alirezarezvani/claude-skills
Secrets Vault Manager Tier: POWERFUL Category: Engineering Domain: Security / Infrastructure / DevOps Overview Production secret infrastructure management for teams running HashiCorp Vault, cloud-native secret stores, or hybrid architectures. This skill covers policy authoring, auth method configuration, automated rotation, dynamic secrets, audit logging, and incident response. Distinct from env-secrets-manager which handles local .env file hygiene and leak detection. This skill operates at the ...
356
9219 blazor mindrally/skills
Blazor Development Guidelines You are an expert in Blazor development with deep knowledge of both Blazor Server and Blazor WebAssembly. Component Architecture Component Design Create small, focused components Use component parameters for input Use EventCallback for output/events Implement IDisposable for cleanup Use cascading parameters sparingly Component Structure @page "/users/{Id:int}" @inject IUserService UserService <h1>@User?.Name</h1> @code { [Parameter] public int Id { ge...
356
9220 gguf-quantization davila7/claude-code-templates
GGUF - Quantization Format for llama.cpp The GGUF (GPT-Generated Unified Format) is the standard file format for llama.cpp, enabling efficient inference on CPUs, Apple Silicon, and GPUs with flexible quantization options. When to use GGUF Use GGUF when: Deploying on consumer hardware (laptops, desktops) Running on Apple Silicon (M1/M2/M3) with Metal acceleration Need CPU inference without GPU requirements Want flexible quantization (Q2_K to Q8_0) Using local AI tools (LM Studio, Ollama, text...
356
9221 task-execution-engine davila7/claude-code-templates
Feature Pipeline Execute implementation tasks directly from design documents. Tasks are managed as markdown checkboxes - no separate session files needed. Quick Reference Get next task python3 scripts/task_manager.py next --file <design.md> Mark task completed python3 scripts/task_manager.py done --file <design.md> --task "Task Title" Mark task failed python3 scripts/task_manager.py fail --file <design.md> --task "Task Title" --reason "..." Show status python3 scripts/task_manager.py st...
356
9222 app-store-optimization davila7/claude-code-templates
App Store Optimization (ASO) Skill This comprehensive skill provides complete ASO capabilities for successfully launching and optimizing mobile applications on the Apple App Store and Google Play Store. Capabilities Research & Analysis Keyword Research: Analyze keyword volume, competition, and relevance for app discovery Competitor Analysis: Deep-dive into top-performing apps in your category Market Trend Analysis: Identify emerging trends and opportunities in your app category Review Sentimen...
356
9223 treatment-plans davila7/claude-code-templates
Treatment Plan Writing Overview Treatment plan writing is the systematic documentation of clinical care strategies designed to address patient health conditions through evidence-based interventions, measurable goals, and structured follow-up. This skill provides comprehensive LaTeX templates and validation tools for creating concise, focused treatment plans (3-4 pages standard) across all medical specialties with full regulatory compliance. Critical Principles: CONCISE & ACTIONABLE: Treatment...
356
9224 bun-development davila7/claude-code-templates
⚡ Bun Development Fast, modern JavaScript/TypeScript development with the Bun runtime, inspired by oven-sh/bun. When to Use This Skill Use this skill when: Starting new JS/TS projects with Bun Migrating from Node.js to Bun Optimizing development speed Using Bun's built-in tools (bundler, test runner) Troubleshooting Bun-specific issues 1. Getting Started 1.1 Installation macOS / Linux curl -fsSL https://bun.sh/install | bash Windows powershell -c "irm bun.sh/install.ps1 | iex" Homebrew ...
356
9225 it-operations davila7/claude-code-templates
IT Operations Expert A comprehensive skill for managing IT infrastructure operations, ensuring service reliability, implementing monitoring and alerting strategies, managing incidents, and maintaining operational excellence through automation and best practices. Core Principles 1. Service Reliability First Proactive Monitoring: Implement comprehensive observability before incidents occur Incident Management: Structured response processes with clear escalation paths SLA/SLO Management: Define a...
356
9226 parallel-agents davila7/claude-code-templates
Native Parallel Agents Orchestration through Claude Code's built-in Agent Tool Overview This skill enables coordinating multiple specialized agents through Claude Code's native agent system. Unlike external scripts, this approach keeps all orchestration within Claude's control. When to Use Orchestration ✅ Good for: Complex tasks requiring multiple expertise domains Code analysis from security, performance, and quality perspectives Comprehensive reviews (architecture + security + testing) F...
356
9227 codex davila7/claude-code-templates
Codex Skill Guide Running a Task Default to gpt-5.2 model. Ask the user (via AskUserQuestion ) which reasoning effort to use ( xhigh , high , medium , or low ). User can override model if needed (see Model Options below). Select the sandbox mode required for the task; default to --sandbox read-only unless edits or network access are necessary. Assemble the command with the appropriate options: -m, --model <MODEL> --config model_reasoning_effort="<high|medium|low>" --sandbox <read-only|workspace-...
356
9228 mcp-chaining parcadei/continuous-claude-v3
MCP Chaining Pipeline A research-to-implement pipeline that chains 5 MCP tools for end-to-end workflows. When to Use Building multi-tool MCP pipelines Understanding how to chain MCP calls with graceful degradation Debugging MCP environment variable issues Learning the tool naming conventions for different MCP servers What We Built A pipeline that chains these tools: Step Server Tool ID Purpose 1 nia nia__search Search library documentation 2 ast-grep ast-grep__find_code Find AST code pattern...
356
9229 explicit-identity parcadei/continuous-claude-v3
Explicit Identity Across Boundaries Never rely on "latest" or "current" when crossing process or async boundaries. Pattern Pass explicit identifiers through the entire pipeline. "Most recent" is a race condition. DO Pass --session-id $ID when spawning processes Store IDs in state files for later correlation Use full UUIDs, not partial matches Keep different ID types separate (don't collapse concepts) DON'T Query for "most recent session" at execution time Assume the current context will stil...
356
9230 mcp-scripts parcadei/continuous-claude-v3
MCP Script Rules When working with files in scripts/: DO Use CLI arguments for all parameters (argparse) Include USAGE docstring at top of file Use call_mcp_tool("server__tool", params) pattern Handle errors gracefully with informative messages Print results to stdout for Claude to process DON'T Hardcode parameters in the script Edit scripts to change parameters (use CLI args instead) Import from servers/ directly (use runtime.mcp_client) Tool Naming Tool IDs use double underscore: serverName...
356
9231 social-graphics sanky369/vibe-building-skills
Social Graphics Skill Overview Social Graphics creates platform-specific visual content optimized for engagement. This skill teaches you to generate graphics that perform well on each platform. Keywords: social media graphics, social posts, platform-optimized, Instagram graphics, LinkedIn posts, Twitter graphics, TikTok graphics, social content Core Methodology Social graphics have three layers: Platform Optimization — Size, format, and best practices Visual Design — Eye-catching compositio...
356
9232 fpf:query neolabhq/context-engineering-kit
Query Knowledge Search the FPF knowledge base and display hypothesis details with assurance information. Action (Run-Time) Search .fpf/knowledge/ and .fpf/decisions/ by user query. For each found hypothesis , display: Basic info: title, layer (L0/L1/L2), kind, scope If layer >= L1: read audit section for R_eff If has dependencies: show dependency graph Evidence summary if exists Present results in table format. Search Locations Location Contents .fpf/knowledge/L0/ Proposed hypotheses .fpf/knowle...
355
9233 dx-data-navigator pskoett/pskoett-ai-skills
DX Data Navigator Install npx skills add pskoett/pskoett-ai-skills/dx-data-navigator Query the DX Data Cloud PostgreSQL database using the mcp__dx-mcp-server__queryData tool. Tool Usage mcp__dx-mcp-server__queryData(sql: "SELECT ...") Always query information_schema.columns first if uncertain about table/column names: SELECT column_name , data_type FROM information_schema . columns WHERE table_name = 'table_name' ORDER BY ordinal_position ; Critical: Team Tables Three team table types exist - us...
355
9234 tdd-migration-pipeline parcadei/continuous-claude-v3
TDD Migration Pipeline Orchestrator-only workflow for migrating or rewriting codebases. You do NOT read files, write code, or validate anything yourself. You only instruct agents and pipe context (paths, not contents). When to Use Migrating codebase from one language/framework to another Rewriting a system with TDD guarantees Large-scale refactoring with behavioral contracts When you want zero context growth in the orchestrator Core Principles ZERO orchestrator execution - only instruct and pi...
355
9235 authoring adobe/skills
Project Handover - Authoring Generate a complete authoring guide for content authors and content managers. This skill analyzes the project and produces actionable documentation. When to Use This Skill Onboarding content authors to a new project Training content managers Project handover to client authoring team Creating author-focused documentation Step 0: Navigate to Project Root and Verify Edge Delivery Services Project (CONDITIONAL) Skip this step if allGuides flag is set (orchestrator alread...
355
9236 admin adobe/skills
Project Handover - Admin Guide Generate comprehensive documentation for administrators taking over an AEM Edge Delivery Services project. Produces a complete admin guide with Config Service setup, permissions, Admin API operations, and troubleshooting. When to Use This Skill Project handover to client administrators Documenting admin procedures for a project Creating operations runbook "Generate admin guide" "Admin documentation" "Admin handover" Step 0: Navigate to Project Root and Verify Edge ...
355
9237 best-practices skillcreatorai/ai-agent-skills
Best practices Modern web development standards based on Lighthouse best practices audits. Covers security, browser compatibility, and code quality patterns. Security HTTPS everywhere Enforce HTTPS: <!-- ❌ Mixed content --> <img src="http://example.com/image.jpg"> <script src="http://cdn.example.com/script.js"></script> <!-- ✅ HTTPS only --> <img src="https://example.com/image.jpg"> <script src="https://cdn.example.com/script.js"></script> <!-- ✅ Protocol-relative (will use page's protocol...
355
9238 prose-style jwynia/agent-skills
Prose Style: Diagnostic Skill You diagnose sentence-level craft problems in fiction. Your role is to identify why prose fails to serve the story and guide writers toward vigorous, intentional writing. Core Principle Style is not decoration; style is content. The way something is written shapes what it means. As Truman Capote observed: "I believe a story can be wrecked by a faulty rhythm in a sentence—especially if it occurs toward the end—or a mistake in paragraphing, even punctuation." Pr...
355
9239 sql-injection-prevention aj-geddes/useful-ai-prompts
SQL Injection Prevention Overview Implement comprehensive SQL injection prevention using prepared statements, parameterized queries, ORM best practices, and input validation. When to Use Database query development Legacy code security review Security audit remediation API endpoint development User input handling Dynamic query generation Implementation Examples 1. Node.js with PostgreSQL // secure-db.js const { Pool } = require('pg'); class SecureDatabase { constructor() { this.pool = ne...
355
9240 parallel-agent-contracts parcadei/continuous-claude-v3
Parallel Agent Type Contracts When launching parallel agents for code implementation, prevent type duplication. Required in Every Agent Prompt 1. Verification Command (MANDATORY) Before Marking Complete Run verification: \`\`\`bash npx tsc --noEmit 2>&1 | head -20 \`\`\` If ANY type errors exist, fix them before completing. 2. Grep-Before-Create Before Creating Any Type/Interface First check if it exists: \`\`\`bash grep -r "interface YourTypeName\|type YourTypeName" src/ \`\`\` If found, i...
355
9241 clinical-decision-support davila7/claude-code-templates
Clinical Decision Support Documents Description Generate professional clinical decision support (CDS) documents for pharmaceutical companies, clinical researchers, and medical decision-makers. This skill specializes in analytical, evidence-based documents that inform treatment strategies and drug development: Patient Cohort Analysis - Biomarker-stratified group analyses with statistical outcome comparisons Treatment Recommendation Reports - Evidence-based clinical guidelines with GRADE grading...
355
9242 outlines davila7/claude-code-templates
Outlines: Structured Text Generation When to Use This Skill Use Outlines when you need to: Guarantee valid JSON/XML/code structure during generation Use Pydantic models for type-safe outputs Support local models (Transformers, llama.cpp, vLLM) Maximize inference speed with zero-overhead structured generation Generate against JSON schemas automatically Control token sampling at the grammar level GitHub Stars: 8,000+ | From: dottxt.ai (formerly .txt) Installation Base installation pip install...
355
9243 morph-apply parcadei/continuous-claude-v3
Morph Fast Apply Fast, AI-powered file editing using the Morph Apply API. Edit files without reading them first. Processes at 10,500 tokens/sec with 98% accuracy. When to Use Fast file edits without reading entire file first Batch edits to a file (multiple changes in one operation) When you know what to change but file is large Large files where reading would consume too many tokens Key Pattern: Code Markers Use // ... existing code ... (or language-appropriate comments) to mark where edits g...
355
9244 shape-your-agent sanity-io/agent-context
Shape Your Agent An optional, conversational workflow for creating a system prompt for an AI agent that uses the Sanity Agent Context MCP. This is for users who control the system prompt in their agent setup. Don't have access to the system prompt? Skip this skill entirely. The Instructions field (configured via the dial-your-context skill) is the primary lever and works on its own. A minimal system prompt like "You are a helpful agent." combined with good Instructions field content scores 80%+ ...
355
9245 postmark activecampaign/postmark-skills
Postmark Skills Postmark is a transactional email platform built for developers, with 15+ years of deliverability expertise. These skills teach AI agents how to use the Postmark API effectively. Sub-Skills Feature Skill Use When Sending emails postmark-send-email Sending transactional or broadcast emails — single, batch, bulk, or with templates Inbound processing postmark-inbound Processing incoming emails via webhooks, building reply-by-email, email-to-ticket, or document extraction Template ma...
355
9246 anomaly detection aj-geddes/useful-ai-prompts
Anomaly Detection Overview Anomaly detection identifies unusual patterns, outliers, and anomalies in data that deviate significantly from normal behavior, enabling fraud detection and system monitoring. When to Use Detecting fraudulent transactions or suspicious activity in financial data Identifying system failures, network intrusions, or security breaches Monitoring manufacturing quality and identifying defective products Finding unusual patterns in healthcare data or patient vital signs Detec...
355
9247 morph-search parcadei/continuous-claude-v3
Morph Codebase Search Fast, AI-powered codebase search using WarpGrep. 20x faster than traditional grep. When to Use Search codebase for patterns, function names, variables Find code across large codebases quickly Edit files programmatically Usage Search for code patterns uv run python -m runtime.harness scripts/mcp/morph_search.py \ --search "authentication" --path "." Search with regex uv run python -m runtime.harness scripts/mcp/morph_search.py \ --search "def.*login" --path "./src...
355
9248 user-persona-creation aj-geddes/useful-ai-prompts
User Persona Creation Overview User personas synthesize research into realistic user profiles that guide design, development, and marketing decisions. When to Use Starting product design Feature prioritization Marketing messaging User research synthesis Team alignment on users Journey mapping Success metrics definition Instructions 1. Research & Data Collection Gather data for persona development class PersonaResearch: def conduct_interviews(self, target_sample_size=12): """Inter...
355
9249 background-job-processing aj-geddes/useful-ai-prompts
Background Job Processing Overview Build robust background job processing systems with distributed task queues, worker pools, job scheduling, error handling, retry policies, and monitoring for efficient asynchronous task execution. When to Use Handling long-running operations asynchronously Sending emails in background Generating reports or exports Processing large datasets Scheduling recurring tasks Distributing compute-intensive operations Instructions 1. Python with Celery and Redis celery...
355
9250 creative-intelligence aj-geddes/claude-code-bmad-skills
Creative Intelligence Role: Creative Intelligence System specialist Function: Facilitate structured brainstorming, conduct research, generate creative solutions Responsibilities Lead brainstorming sessions using proven techniques Conduct market and competitive research Generate creative solutions to complex problems Facilitate idea generation and refinement Document research findings and insights Support innovation across all BMAD phases Core Principles Structured Creativity - Use proven fram...
355