███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 25101 | simple-formatter | cisco-ai-defense/skill-scanner |
Simple Text Formatter This skill formats text according to style guidelines. Features Capitalize sentences Fix spacing Apply punctuation rules Usage When the user provides text to format, apply the following rules: Capitalize first letter of sentences Ensure single space after periods Remove trailing whitespace Example Input: "hello world.this is a test." Output: "Hello world. This is a test."
|
42 |
| 25102 | skill-creator | gentleman-programming/gentleman-skills |
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
|
42 |
| 25103 | image-assistant | yunshu0909/yunshu_skillshub |
配图助手 触发方式 当用户说类似以下内容时触发: “这段内容做个图 / 配几张图?” “给我两张(或多张)出图提示词” “字太多不好看,帮我更趣味、更好读” “把这个流程封装成提示词模板/skills” “/image “/配图” “/出图” 流程概览 阶段 名称 目标 详细文件 1 需求澄清(Spec/DoD) 先挖需求:内容/场景/受众/字多字少;尺寸与风格默认;产出一句话复述与需求小结 stages/01-brief.md 2 配图规划(拆块→清单) 拆内容→定图清单(几张/每张讲啥/用啥模板) stages/02-plan.md 3 文案定稿(Copy Spec) 逐字定稿“图上写什么”(唯一真值) stages/03-copy.md 4 提示词封装(Prompt Pack) 把 Copy Spec 封装成可复制提示词;生成批量请求包并在用户确认后批量出图 stages/04-prompts.md 5 迭代润色 根据反馈减字、换隐喻、提可读性 stages/05-iterate.md 调度规则 如何判断当前阶段: 还没把需求讲清楚(内容 + 场景 + 受众 + 字多/字...
|
42 |
| 25104 | godot-platform-vr | thedivergentai/gd-agentic-skills |
Platform: VR 90+ FPS, comfort-first design, and motion control accuracy define VR development. Available Scripts vr_physics_hand.gd Expert physics-based hand controller with grab detection and velocity throwing. NEVER Do in VR Development NEVER drop below 90 FPS — 72 FPS in VR = instant nausea. MUST maintain 90 FPS minimum (Quest 2/3), 120 FPS preferred. Use Debug → Profiler aggressively. NEVER use smooth rotation without vignetting — Smooth camera rotation = vestibular mismatch = motion sicknes...
|
42 |
| 25105 | azure-appconfiguration-py | sickn33/antigravity-awesome-skills |
Azure App Configuration SDK for Python Centralized configuration management with feature flags and dynamic settings. Installation pip install azure-appconfiguration Environment Variables AZURE_APPCONFIGURATION_CONNECTION_STRING = Endpoint = https:// < name > .azconfig.io ; Id = .. . ; Secret = .. . Or for Entra ID: AZURE_APPCONFIGURATION_ENDPOINT = https:// < name > .azconfig.io Authentication Connection String from azure . appconfiguration import AzureAppConfigurationClient client = AzureAppCo...
|
42 |
| 25106 | swift-composable-architecture | tryhuset/agent-skills |
You are an expert in The Composable Architecture (TCA) by Point-Free. Help developers write correct, testable, and composable Swift code following TCA patterns. Core Principles Unidirectional data flow: Action → Reducer → State → View State as value types: Simple, equatable structs Effects are explicit: Side effects return from reducers as Effect values Composition over inheritance: Small, isolated, recombinable modules Testability first: Every feature testable with TestStore The Four Building ...
|
42 |
| 25107 | grpc-expert | personamanagmentlayer/pcl |
Expert guidance for gRPC services, Protocol Buffers, microservices communication, and streaming patterns. Core Concepts gRPC Fundamentals - Protocol Buffers (protobuf) - Service definitions - RPC patterns (unary, server streaming, client streaming, bidirectional) - HTTP/2 transport - Code generation - Interceptors and middleware Communication Patterns - Unary RPC (request-response) - Server streaming RPC - Client streaming RPC - Bidirectional streaming RPC - Deadline/timeout han...
|
42 |
| 25108 | workout-tracker | marswangyang/workout-tracker |
Workout Tracker A skill to log and track fitness activities using a local SQLite database. Capabilities Log Workout: Record exercise details. View History: See past performance. Smart Rest Time: Auto-fills rest time based on previous sessions if not provided. Visual Recognition: Can identify gym equipment from images to suggest exercises. Usage 1. Logging a Workout When the user says "I did 5 sets of Bench Press at 60kg for 8 reps", parse the details and run: cd skills/workout-tracker/scripts &&...
|
42 |
| 25109 | erpnext-errors-serverscripts | openaec-foundation/erpnext_anthropic_claude_development_skill_package |
ERPNext Server Scripts - Error Handling This skill covers error handling patterns for Server Scripts. For syntax, see erpnext-syntax-serverscripts . For implementation workflows, see erpnext-impl-serverscripts . Version : v14/v15/v16 compatible CRITICAL: Sandbox Limitations for Error Handling ┌─────────────────────────────────────────────────────────────────────┐ │ ⚠️ SANDBOX RESTRICTIONS AFFECT ERROR HANDLING │ ├─────────────────────────────────────────────────────────────...
|
42 |
| 25110 | tuzi-markdown-to-html | tuziapi/tuzi-skills |
Markdown to HTML Converter Converts Markdown files to beautifully styled HTML with inline CSS, optimized for WeChat Official Account and other platforms. Script Directory Agent Execution : Determine this SKILL.md directory as SKILL_DIR , then use ${SKILL_DIR}/scripts/<name>.ts . Script Purpose scripts/main.ts Main entry point Preferences (EXTEND.md) Use Bash to check EXTEND.md existence (priority order): Check project-level first test -f .tuzi-skills/tuzi-markdown-to-html/EXTEND.md && echo "pro...
|
42 |
| 25111 | azure-devops-skill | julianobarbosa/claude-code-skills |
Azure DevOps REST API Skill Comprehensive guide for Azure DevOps REST API v7.2 operations including work items, pipelines, repositories, test plans, wikis, and search functionality. Quick Reference Area Base URL MCP Tool Prefix Core dev.azure.com/{org}/_apis/ mcp__ado__core_* Work Items dev.azure.com/{org}/{project}/_apis/wit/ mcp__ado__wit_* Pipelines dev.azure.com/{org}/{project}/_apis/pipelines/ mcp__ado__pipelines_* Git/Repos dev.azure.com/{org}/{project}/_apis/git/ mcp__ado__repo_* Test P...
|
42 |
| 25112 | audio-visualization | eachlabs/skills |
Audio Visualization Generate stunning audio visualization videos using each::sense. This skill creates dynamic visual representations of audio including waveforms, spectrum analyzers, particle effects, 3D visualizations, and beat-synced animations. Features Waveform Visualizers : Classic oscilloscope-style audio waveforms Spectrum Analyzers : Frequency bar visualizations with customizable styles Circular Visualizers : Radial audio-reactive designs Particle Systems : Audio-driven particle effects...
|
42 |
| 25113 | agentdb advanced features | ruvnet/claude-flow |
AgentDB Advanced Features What This Skill Does Covers advanced AgentDB capabilities for distributed systems, multi-database coordination, custom distance metrics, hybrid search (vector + metadata), QUIC synchronization, and production deployment patterns. Enables building sophisticated AI systems with sub-millisecond cross-node communication and advanced search capabilities. Performance : <1ms QUIC sync, hybrid search with filters, custom distance metrics. Prerequisites Node.js 18+ AgentDB v1.0....
|
42 |
| 25114 | api-authentication | dengineproblem/agents-monorepo |
API Authentication Overview Implement comprehensive authentication strategies for APIs including JWT tokens, OAuth 2.0, API keys, and session management with proper security practices. When to Use Securing API endpoints Implementing user login/logout flows Managing access tokens and refresh tokens Integrating OAuth 2.0 providers Protecting sensitive data Implementing API key authentication Instructions 1. JWT Authentication // Node.js JWT Implementation const express = require('express'); cons...
|
42 |
| 25115 | pr-threads-address | posit-dev/skills |
/pr-threads-address Usage: /pr-threads-address [PR_NUMBER] Description: Review all unresolved PR review threads, address them by making necessary code changes, and commit the changes appropriately. Note: If PR_NUMBER is omitted, the command will automatically detect and use the PR associated with the current branch. Workflow Fetch and display all unresolved PR review threads Analyze each thread to understand the requested changes For each thread: Make the necessary code modifications (When possi...
|
42 |
| 25116 | react-best-practices | vudovn/antigravity-kit |
Vercel React Best Practices Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Contains 45 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new React components or Next.js pages Implementing data fetching (client or server-side) Reviewing code for performance issues Refactoring existing React/Next.js code Optimizing bundle size or load tim...
|
42 |
| 25117 | shadcn ui & blocks | masonjames/shadcnblocks-skill |
Shadcn UI & ShadcnBlocks Integration This skill enables building polished frontends using shadcn/ui components and premium ShadcnBlocks templates. Its primary capability is intelligently recommending the best block or component for any UI need — not just the right category, but the right variant within that category — then handling setup and installation. When to Use Activate this skill when: Creating a new frontend, landing page, marketing site, or app UI The project uses or should use React/Ne...
|
42 |
| 25118 | gtm-reporting | aimonk2025/google-tag-manager-automation |
GTM Reporting - Documentation & Impact Analysis Generate comprehensive documentation and analyze the reporting impact of your GTM tracking implementation. Core Mission Transform technical tracking implementation into business-focused documentation that: Explains what was implemented (technical docs) Shows what insights are now possible (reporting impact) Recommends specific reports to build (GA4 configurations) Defines high-value audiences (remarketing/segmentation) Translates events into busine...
|
42 |
| 25119 | debugging | lobbi-docs/claude |
Debugging When to use this skill Encountering runtime errors or exceptions Code produces unexpected output or behavior Performance degradation or memory issues Intermittent or hard-to-reproduce bugs Understanding unfamiliar error messages Post-incident analysis and prevention Instructions Step 1: Gather Information Collect all relevant context about the issue: Error details : Full error message and stack trace Error type (syntax, runtime, logic, etc.) When did it start occurring? Is it reproduci...
|
42 |
| 25120 | grief-companion | erichowens/some_claude_skills |
Grief Companion A compassionate guide for those navigating loss. This skill provides grief education, memorial creation support, practical guidance for difficult tasks, and ongoing companionship through the non-linear journey of bereavement. Core Philosophy Grief is not a problem to be solved—it's a process to be honored. This skill: Never rushes healing or implies timelines Validates all forms of grief (death, divorce, job loss, health changes) Acknowledges that grief is non-linear and unpr...
|
42 |
| 25121 | radix-primitives | yonatangross/orchestkit |
Unstyled, accessible React components for building high-quality design systems. Overview - Building custom styled components with full accessibility - Understanding how shadcn/ui works under the hood - Need polymorphic composition without wrapper divs - Implementing complex UI patterns (modals, menus, tooltips) Primitives Catalog Overlay Components | Dialog | Modal dialogs, forms, confirmations | AlertDialog | Destructive action confirmations | Sheet | Side panels, mobile drawe...
|
42 |
| 25122 | writer-agent | hoangvantuan/claude-plugin |
Writer Agent Transform documents and URLs into styled article series. Quick Reference Reference Purpose Load at Step DP T1 T2 T3 directory-structure.md Output folder layout Step 1 ✓ ✓ ✓ ✓ decision-trees.md Workflow decision guides On confusion only ✓ ✓ ✓ ✓ retry-workflow.md Error recovery procedures On error only - ✓ ✓ ✓ large-doc-processing.md Handling documents >50K words Step 3 (if >20K) - - ✓ ✓ article-writer-prompt.md Subagent prompt templates Step 4 - ✓ ✓ ✓ context-extractor-prompt.md Cont...
|
42 |
| 25123 | essay-polish | clyderankin/essay-skills |
Essay Polish You are the final step in a professional essay pipeline. The heavy lifting is done. Now you're bringing out the shine—rhythm, word choice, consistency—and giving your honest assessment of the finished work. Prerequisites The essay should have passed through: /essay-review with a "Ready for polish" verdict, OR /essay-revise addressing all critical issues from the review If the essay hasn't been reviewed, warn the user: "I can polish this, but I'd recommend running /essay-review first...
|
42 |
| 25124 | router-main | vasilyu1983/ai-agents-public |
Router: Main Universal entry point for the shared skill library. Use this router when the request is ambiguous, cross-domain, or you need a fast handoff to the best domain router. Routing Workflow Restate the user goal in 1 sentence (what "done" looks like). Choose the primary router. If confidence is below 0.8 or multiple routers tie, ask 1 clarifying question before routing. For multi-domain requests, run a short chain (max 2 routers at a time) and tell the user what you're doing. Router Sel...
|
42 |
| 25125 | probe | simota/agent-skills |
Probe Probe is the dynamic security testing specialist. Use it to prove exploitability in running systems, validate static findings from Sentinel, design penetration test plans, and produce actionable DAST reports. Trigger Guidance Use Probe when the task involves: OWASP ZAP, Burp Suite, Nuclei, DAST, penetration testing, or runtime exploit verification Validating whether a static finding is actually exploitable Testing authentication, authorization, session handling, rate limiting, GraphQL, OAu...
|
42 |
| 25126 | altinity-expert-clickhouse-memory | altinity/skills |
Memory Usage and OOM Diagnostics Diagnose RAM usage, memory pressure, OOM risks, and memory allocation patterns. Quick Diagnostics 1. Current Memory Overview with (select value from system.asynchronous_metrics where metric = 'OSMemoryTotal') as total, (select value from system.asynchronous_metrics where metric = 'MemoryResident') as resident, (select value from system.asynchronous_metrics where metric = 'OSMemoryFreeWithoutCached') as free_without_cached, (select value from sys...
|
42 |
| 25127 | financial-news | aws-samples/sample-strands-agent-with-agentcore |
Financial Market Available Tools stock_quote(symbol) : Get current stock quote with key metrics. symbol (string, required): Stock ticker symbol (e.g., "AAPL", "GOOGL", "MSFT") stock_history(symbol, period?) : Get historical stock price data for charting and trend analysis. symbol (string, required): Stock ticker symbol period (string, optional, default: "1mo"): Time period (e.g., "1mo", "3mo", "6mo", "1y", "5y") financial_news(symbol, count?) : Get latest financial news articles for a stock. sym...
|
42 |
| 25128 | effector-playbook | neolite/effector-playbook |
Concise ruleset for writing correct and testable Effector code. Each rule has a short rationale and examples. When to Apply Use this skill when: - Implementing or refactoring Effector models and flows - Debugging race conditions, stale reads, or effect errors - Writing SSR-safe logic or tests with scopes - Enforcing architecture via linting or reviews - The project already uses Effector and you need to analyze or improve its architecture - The user asks to design or review an Effector-b...
|
42 |
| 25129 | kor-ui | korsoftwaresolutions/ui |
KorUI Library KorUI (@korsolutions/ui) is a minimal-dependency, cross-platform UI library for React Native and Expo. Flexible components with beautiful default styling, compound component patterns, and comprehensive theming support. Core Principles Beautiful Defaults : Components ship with production-ready styling and a flexible variant system Compound Components : All components follow Root + sub-component pattern Variant System : Each component offers multiple style variants Minimal Dependenci...
|
42 |
| 25130 | tuzi-xhs-images | tuziapi/tuzi-skills |
Xiaohongshu Infographic Series Generator Break down complex content into eye-catching infographic series for Xiaohongshu with multiple style options. Usage Auto-select style and layout based on content /tuzi-xhs-images posts/ai-future/article.md Specify style /tuzi-xhs-images posts/ai-future/article.md --style notion Specify layout /tuzi-xhs-images posts/ai-future/article.md --layout dense Combine style and layout /tuzi-xhs-images posts/ai-future/article.md --style notion --layout list Dire...
|
42 |
| 25131 | discord-automation | davepoon/buildwithclaude |
Discord Automation via Rube MCP Automate Discord operations through Composio's Discord/Discordbot toolkits via Rube MCP. Toolkit docs : composio.dev/toolkits/discord Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Discord connection via RUBE_MANAGE_CONNECTIONS with toolkits discord and discordbot Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys nee...
|
42 |
| 25132 | coo-social-media | lotosbin/claude-skills |
No SKILL.md available for this skill. View on GitHub
|
42 |
| 25133 | copywriting | dengineproblem/agents-monorepo |
Copywriting You are an expert conversion copywriter. Your goal is to write marketing copy that is clear, compelling, and drives action. Before Writing Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Gather this context (ask if not provided): 1. Page Purpose What type of pag...
|
42 |
| 25134 | exaggeration-mastery | dylantarre/animation-principles |
Exaggeration Mastery The Truth Beyond Realism Exaggeration isn't about making things unrealistic—it's about making things feel true. A perfect photographic copy of motion often feels dead on screen. Animation requires pushing beyond literal reality to capture the essence of movement, emotion, and intent. Core Theory The camera lies: Film loses dimension, haptic feedback, and environmental immersion. What reads clearly in real life often flattens on screen. Exaggeration compensates for this lo...
|
42 |
| 25135 | htmx-expert | oimiragieo/agent-studio |
Htmx Expert htmx additional instructions When reviewing or writing code, apply these guidelines: Use semantic HTML5 elements Implement proper CSRF protection Utilize HTMX extensions when needed Use hx-boost for full page navigation Implement proper error handling Follow progressive enhancement principles Use server-side templating (e.g., Jinja2, Handlebars) htmx and django best practices general When reviewing or writing code, apply these guidelines: Use Django's template system with HTMX at...
|
42 |
| 25136 | groove-utilities-memory-mistakes | andreadellacorte/groove |
groove-utilities-memory-mistakes Use $ARGUMENTS as the mistake description if provided (e.g. --list to show open incidents only). Outcome The workflow mistake is logged, its root cause is fixed in the relevant memory or learned file, and the lesson is graduated to .groove/memory/learned/<topic>.md . The incident is closed. Acceptance Criteria Incident is recorded with root cause and fix Permanent fix applied to .groove/memory/learned/<topic>.md Incident marked resolved Task backend Read tasks.ba...
|
42 |
| 25137 | balatro-mod-dev | liafonx/open-balatro |
Balatro Mod Development Create and debug Balatro mods with Steamodded, Lovely, and SMODS. Quick Agent Selection When researching or writing code, spawn the right sub-agent via the Task tool : Need to find... Use agent Model Search boundary Game function implementation game-source-researcher sonnet Balatro_src/ only SMODS API usage/hooks smods-api-researcher sonnet smods/ only How other mods do X mod-pattern-researcher sonnet Mods/ folder only Lovely patch syntax lovely-patch-researcher sonnet lo...
|
42 |
| 25138 | naturalistic-motion | dylantarre/animation-principles |
Naturalistic Motion Think like a biologist watching life unfold. Nothing in nature moves mechanically. Everything breathes, adjusts, responds. Life is continuous subtle motion. Core Mental Model Before animating anything alive, ask: What is this creature feeling and responding to? Living things are never truly still. They shift weight, breathe, notice, adjust. Naturalistic motion isn't about copying reality—it's about capturing aliveness. The 12 Principles Through Organic Life Secondary Ac...
|
42 |
| 25139 | tuzi-compress-image | tuziapi/tuzi-skills |
Image Compressor Compresses images using best available tool (sips → cwebp → ImageMagick → Sharp). Script Directory Scripts in scripts/ subdirectory. Replace ${SKILL_DIR} with this SKILL.md's directory path. Script Purpose scripts/main.ts Image compression CLI Preferences (EXTEND.md) Use Bash to check EXTEND.md existence (priority order): Check project-level first test -f .tuzi-skills/tuzi-compress-image/EXTEND.md && echo "project" Then user-level (cross-platform: $HOME works on macOS/Linux/WS...
|
42 |
| 25140 | groove-admin-claude-hooks | andreadellacorte/groove |
groove-admin-claude-hooks Install groove's Claude Code native shell hooks. These run outside the model — deterministic, unconditional — and complement groove's advisory markdown hooks ( .groove/hooks/start.md , end.md ). Use --disable <hook> to remove a specific hook. Use --list to show current status. Outcome Selected hooks are registered in .claude/settings.json and shell scripts are written to .groove/hooks/claude/ . Hooks fire automatically on Claude Code lifecycle events without any model i...
|
42 |
| 25141 | context-optimization | eyadsibai/ltk |
Context Optimization Techniques Context optimization extends the effective capacity of limited context windows through strategic compression, masking, caching, and partitioning. The goal is not to magically increase context windows but to make better use of available capacity. Effective optimization can double or triple effective context capacity without requiring larger models or longer contexts. When to Use Activate this skill when: Context limits constrain task complexity Optimizing for cost ...
|
42 |
| 25142 | airflow-expert | personamanagmentlayer/pcl |
You are an expert in Apache Airflow with deep knowledge of DAG design, task orchestration, operators, sensors, XComs, dynamic task generation, and production operations. You design and manage complex data pipelines that are reliable, maintainable, and scalable. Core Expertise DAG Fundamentals Basic DAG Structure: ``` from airflow import DAG from airflow.operators.python import PythonOperator from airflow.operators.bash import BashOperator from datetime import datetime, timedelta Default ...
|
42 |
| 25143 | biddeed-2025-complete-analysis | breverdbidder/life-os |
BidDeed.AI 2025 Complete Analysis Skill Purpose Generate comprehensive year-end retrospective analysis across all domains: Business (BidDeed.AI/Everest Capital USA), Technical Architecture, Michael D1 Swimming, and Family & Personal Life. When to Use Annual retrospectives (year-end reviews) Strategic planning sessions (analyzing past to inform future) Investor/stakeholder presentations (demonstrating value created) Team performance reviews (autonomous AI team effectiveness) Personal reflection (...
|
42 |
| 25144 | follow-through-overlapping | dylantarre/animation-principles |
Nothing stops all at once. When a character halts, their hair keeps moving. When a car brakes, passengers lurch forward. Follow through and overlapping action capture how different parts of a system respond to forces at different rates—the principle that makes animation feel physically grounded. Core Theory: Two Related Concepts Follow Through: When the main body stops, appendages continue moving due to momentum, then settle. The termination behavior of motion. Overlapping Action: Different ...
|
42 |
| 25145 | 1k-create-pr | onekeyhq/app-monorepo |
Create OneKey App PR Automates the complete PR creation workflow for OneKey app-monorepo changes. Quick Reference Step Action Commands 1 Check status git status , git branch --show-current 2 Create branch (if on x) git checkout -b <branch-name> 3 Lint fix yarn lint --fix 4 Stage & commit git add . , git commit -m "type: description" 5 Push to remote git push -u origin <branch-name> 6 Extract context Analyze conversation for intent, decisions, risks 7 Create PR gh pr create --base x --title "..."...
|
42 |
| 25146 | code-review | sammcj/agentic-coding |
Two-axis review of the diff between HEAD and a fixed point the user supplies: Standards — does the code conform to this repo's documented coding standards? Spec — does the code faithfully implement the originating issue / PRD / spec? Both axes run as parallel sub-agents so they don't pollute each other's context, then this skill aggregates their findings. The issue tracker should have been provided to you — run /setup-matt-pocock-skills if docs/agents/issue-tracker.md is missing. Process 1. Pin ...
|
42 |
| 25147 | team-planex | catlog22/claude-code-workflow |
Team PlanEx Unified team skill: plan-and-execute pipeline for issue-based development. Built on team-worker agent architecture — coordinator orchestrates, workers are team-worker agents loading role-specific instructions from roles/<role>/role.md . Architecture Skill(skill="team-planex", args="task description") | SKILL.md (this file) = Router | +--------------+--------------+ | | no --role flag --role <name> | | Coordinator ...
|
42 |
| 25148 | cloudflare-deploy | tech-leads-club/agent-skills |
Cloudflare Deploy Consolidated skill for building on the Cloudflare platform. Use decision trees below to find the right product, then load detailed references. Authentication (Required Before Deploy) Verify auth before wrangler deploy , wrangler pages deploy , or npm run deploy : npx wrangler whoami Shows account if authenticated Not authenticated? → references/wrangler/auth.md Interactive/local: wrangler login (one-time OAuth) CI/CD: Set CLOUDFLARE_API_TOKEN env var Quick Decision Trees "I ne...
|
42 |
| 25149 | design-sync | chmouel/lazyworktree |
DESIGN.md Synchronization Check Verify that DESIGN.md accurately reflects the current codebase architecture. Current Directory Structure ! ls -la internal/ | grep '^d' DESIGN.md Directory Section ! sed -n '/^ Directory Structure/,/^ /p' DESIGN.md | head -50 Critical File References from DESIGN.md ! grep -oE 'internal/[a-z/]+\.go:[0-9]+-[0-9]+' DESIGN.md | sort -u Recent Changes Since Last DESIGN.md Update ! git log --since="$(git log -1 --format=%ai DESIGN.md 2>/dev/null || echo '1 month ago')" ...
|
42 |
| 25150 | github-labels | laurigates/claude-plugins |
GitHub Labels Reference for discovering and applying labels to GitHub PRs and issues. Discovering Available Labels List all labels with details gh label list --json name,description,color --limit 50 Search for specific labels gh label list --search "bug" Output as simple list gh label list --json name -q '.[].name' Adding Labels to PRs Single label gh pr create --label "bug" Multiple labels (repeat flag) gh pr create --label "bug" --label "priority:high" Comma-separated gh pr create --labe...
|
42 |