███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 17151 | pdf-reader | rightnow-ai/openfang |
PDF Reader PDF ファイルをテキスト抽出して Markdown 形式に変換するスキルです。 クイックスタート 基本的な使い方 WSL環境でPythonスクリプトを実行 wsl python3 scripts/read_pdf.py "/mnt/c/path/to/file.pdf" Markdown形式で保存 スクリプトでテキスト抽出 Write ツールで .md ファイルに保存 前提条件 pdfplumber パッケージが必要です: wsl pip3 install pdfplumber 使用例 例1: PDF ファイルを読み込んで内容を表示 User: "C:\Users\keita\repos\guideline.pdf を読み込んで" Assistant: 1. Windowsパスを WSL パスに変換: /mnt/c/Users/keita/repos/guideline.pdf 2. wsl python3 scripts/read_pdf.py を実行 3. 抽出されたテキストを Markdown 形式で表示 例2: PDF を Markdown に変換して...
|
42 |
| 17152 | claude-code | marcusabu/claude-code-docs-plugin |
Claude Code Knowledge Reference documentation for Claude Code features and configuration. When to Use This Skill Use when asked about: Creating or configuring skills, agents, hooks Setting up MCP servers Managing settings and permissions Using plugins and marketplaces Slash commands and CLI options Troubleshooting Claude Code issues Best practices for Claude Code configuration Documentation Reference The docs/ folder contains official Claude Code documentation: Getting Started: Overview - Introd...
|
42 |
| 17153 | user-feedback-clarity | dylantarre/animation-principles |
User Feedback Clarity Make feedback animations unmissable using Disney's principles. Problem Indicators Users click multiple times (didn't see feedback) "Did it work?" questions Users miss success/error states Form submission confusion State changes go unnoticed Diagnosis by Principle Anticipation Issue: No buildup before action completes Fix: Show loading/processing state immediately. User should know their input was received. Follow Through Issue: Feedback appears and vanishes too quickly...
|
42 |
| 17154 | figma-ui-design | aaaaqwq/claude-code-skills |
Figma UI 设计自动化 功能说明 此技能专门用于自动化 Figma 设计工作流,包括: 设计系统和组件库创建 自动化设计稿生成 设计资源导出 设计规范文档生成 Figma API 集成 设计到代码的转换 使用场景 "创建一个登录页面的 Figma 设计" "生成设计系统组件库" "从 Figma 导出所有图标" "将 Figma 设计转换为 React 组件" "自动化设计审查流程" "生成设计规范文档" 核心功能模块 1. 设计系统 颜色系统:定义品牌色、语义色、中性色 字体系统:字体家族、字号、行高、字重 间距系统:统一的间距规范(4px、8px、16px 等) 组件库:按钮、表单、卡片等可复用组件 图标库:统一的图标集合 2. 页面设计 布局设计:响应式布局、栅格系统 交互设计:原型和交互流程 动效设计:过渡动画和微交互 适配设计:多端适配(Web、移动端) 3. 资源导出 图片导出:PNG、JPG、SVG 格式 图标导出:SVG 图标和图标字体 切图导出:@1x、@2x、@3x 倍图 样式导出:CSS、SCSS 变量 4. 设计到代码 组件生成:React、Vue、A...
|
42 |
| 17155 | skill-system-router | arthur0824hao/skills |
Skill System Router You are the Router. This skill teaches you how to orchestrate other skills. How It Works User goal → Read skills-index.json → Match capabilities → Read skill manifest → (Complex goal: plan with workflow) → Check policy → Execute entrypoints → Parse JSON output → Decide next step → Log Step 0: Bootstrap (First Run Only) Check if the project's AGENTS.md contains Skill System . If found: skip to Step 1 (already bootstrapped). If not found: follow scripts/bootstrap.md to embed t...
|
42 |
| 17156 | frontend testing | exceptionless/exceptionless |
Frontend Testing Documentation: vitest.dev | testing-library.com Running Tests npm run test:unit Framework & Location Framework : Vitest + @testing-library/svelte Location : Co-locate with code as .test.ts or .spec.ts TDD workflow : When fixing bugs or adding features, write a failing test first AAA Pattern Use explicit Arrange, Act, Assert regions: import { describe , expect , it } from 'vitest' ; describe ( 'Calculator' , ( ) => { it ( 'should add two numbers correctly' , ( ) => { // Arrange c...
|
42 |
| 17157 | custom-format-validators | zaggino/z-schema |
Custom Format Validators in z-schema JSON Schema format constrains string (or other) values beyond basic type checking. z-schema includes built-in validators and supports registering custom ones — both sync and async. Built-in formats z-schema ships with validators for all standard JSON Schema formats: Format Validates date RFC 3339 full-date ( 2024-01-15 ) date-time RFC 3339 date-time ( 2024-01-15T09:30:00Z ) time RFC 3339 time ( 09:30:00Z ) email RFC 5321 email address idn-email Internationali...
|
42 |
| 17158 | radix-ui | slanycukr/riot-api-project |
Radix UI Primitives Skill Radix UI Primitives provides low-level, unstyled React components with built-in accessibility, keyboard navigation, and focus management. Perfect for building design systems and custom UI components. Quick Start Basic Dialog Example import * as Dialog from "@radix-ui/react-dialog"; import { Cross2Icon } from "@radix-ui/react-icons"; function BasicDialog() { return ( <Dialog.Root> <Dialog.Trigger asChild> <button className="btn-primary">Edit profil...
|
42 |
| 17159 | fastapi-development | manutej/luxor-claude-marketplace |
FastAPI Development Overview Create fast, modern Python APIs using FastAPI with async/await support, automatic API documentation, type validation using Pydantic, dependency injection, JWT authentication, and SQLAlchemy ORM integration. When to Use Building high-performance Python REST APIs Creating async API endpoints Implementing automatic OpenAPI/Swagger documentation Leveraging Python type hints for validation Building microservices with async support Integrating Pydantic for data validatio...
|
42 |
| 17160 | mobile-platform-specialist | qodex-ai/ai-agent-skills |
iOS Development Expert Purpose Provide expert guidance on iOS development covering Swift programming, UIKit, SwiftUI, Xcode, app architecture, platform features, and Apple ecosystem integration. When to Use Auto-invoke when users mention: iOS development or iPhone/iPad apps Swift programming language SwiftUI or UIKit frameworks Xcode IDE and development tools Apple platform features iOS-specific APIs and services App Store development Apple ecosystem integration iOS app architecture patterns...
|
42 |
| 17161 | linkedin-authority-builder | brianrwagner/ai-marketing-skills |
LinkedIn Authority Builder Here's what most people get wrong about LinkedIn: they're trying to go viral. Viral doesn't pay your bills. Being remembered by the right 500 people when they need what you do — that pays your bills. This skill builds a content system around consistent positioning and clear pillars — not hacks. Mode Detect from context or ask: "Starter plan, full content system, or 90-day build?" Mode What you get Best for quick 3 content pillars + 1-week posting starter plan Getting u...
|
42 |
| 17162 | council-review | trancong12102/agentskills |
Council Review Run Codex and Claude's own /review in parallel, then cross-validate and synthesize into one unified report — like a review board where two reviewers examine the code independently, and Claude as lead reviewer delivers the final opinion. Prerequisites Codex CLI : Install with npm i -g @openai/codex , authenticate with codex login If only one CLI is installed, fall back to the available reviewer with a warning — the review still has value with fewer perspectives, so don't fail entir...
|
42 |
| 17163 | swain-doctor | cristoslc/swain |
Doctor Session-start health checks for swain projects. Validates and repairs health across all swain skills — governance, tools, directories, settings, scripts, caches, and runtime state. Auto-migrates stale .beads/ directories to .tickets/ and removes them. Idempotent — run it every session; it only writes when repairs are needed. Run checks in the order listed below. Collect all findings into a summary table at the end. Preflight integration A lightweight shell script ( skills/swain-doctor/scr...
|
42 |
| 17164 | agentchat | tjamescouch/agentchat |
AgentChat A real-time chat network for AI agents. This skill requires the agentchat-mcp server to be pre-installed. If you don't have agentchat_connect in your tools, tell the user to install the MCP server first — see https://github.com/tjamescouch/agentchat for instructions. Connect Check if the user specified a name: "connect as James" → use {name: "james"} "connect as alice" → use {name: "alice"} just "connect" → ephemeral (no name) Then connect: agentchat_connect({name: "myagent"}) Persi...
|
42 |
| 17165 | woocommerce-git | woocommerce/woocommerce |
No SKILL.md available for this skill. View on GitHub
|
42 |
| 17166 | cross-gcc | mohitmishra786/low-level-dev-skills |
Cross-GCC Purpose Guide agents through setting up and using cross-compilation GCC toolchains: triplets, sysroots, pkg-config, QEMU-based testing, and common failure modes. Triggers "How do I compile for ARM on my x86 machine?" "I'm getting 'wrong ELF class' or 'cannot execute binary file'" "How do I set up a sysroot for cross-compilation?" "pkg-config returns host libraries in my cross build" "How do I debug a cross-compiled binary with QEMU + GDB?" Workflow 1. Understand the triplet A GNU tripl...
|
42 |
| 17167 | shell-testing-framework | manutej/luxor-claude-marketplace |
Shell Testing Framework Expert Comprehensive testing expertise for bash shell scripts using patterns and methodologies from the unix-goto project, emphasizing 100% test coverage, systematic test organization, and performance validation. When to Use This Skill Use this skill when: Writing test suites for bash shell scripts Implementing 100% test coverage requirements Organizing tests into unit, integration, edge case, and performance categories Creating assertion patterns for shell script val...
|
42 |
| 17168 | docx | eyadsibai/ltk |
DOCX creation, editing, and analysis Overview A .docx file is a ZIP archive containing XML files. Quick Reference Task Approach Read/analyze content pandoc or unpack for raw XML Create new document Use docx-js - see Creating New Documents below Edit existing document Unpack → edit XML → repack - see Editing Existing Documents below Converting .doc to .docx Legacy .doc files must be converted before editing: python scripts/office/soffice.py --headless --convert-to docx document.doc Reading Conten...
|
42 |
| 17169 | claude-historian | vvkmnn/claude-historian-mcp |
Claude Historian Search your conversation history before starting new work. When to Use I'm stuck, what have I tried before? Error with no obvious cause → get_error_solutions Trying different approaches → find_tool_patterns Working on familiar file → find_file_context This might be solved already Before WebSearch → find_similar_queries Starting old project → list_recent_sessions Need design reasoning → search_plans I need specific information General history search → search_conversations Session...
|
42 |
| 17170 | foundry-solidity | tenequm/claude-plugins |
Foundry Solidity Development Complete guide for building secure, efficient smart contracts with Foundry 1.5.0 and Solidity 0.8.30 . When to Use This Skill Developing Ethereum/EVM smart contracts Writing Forge tests (unit, fuzz, invariant, fork) Deploying contracts with scripts Using Foundry tools (forge, cast, anvil, chisel) Working with foundry.toml , *.t.sol , *.s.sol files Debugging transactions and contract interactions Quick Start Create new project forge init my-project && cd my-project ...
|
42 |
| 17171 | nexus | simota/agent-skills |
Nexus "The right agent at the right time changes everything." Coordinate specialist agents, design the minimum viable chain, and execute safely. AUTORUN and AUTORUN_FULL execute internally. Guided and Interactive stop for confirmation at the configured points. Trigger Guidance Use Nexus when the user needs: multi-agent task chain orchestration automatic execution of a complex task spanning multiple specialist domains task decomposition and routing to the right agents proactive project state anal...
|
42 |
| 17172 | svg-illustrations | fawzymohamed/devops |
SVG Illustration System This skill provides guidance for creating consistent, high-quality hand-drawn style SVG illustrations for the DevOps LMS. Overview The illustration system uses a hybrid approach : Reusable Vue Components - For common diagram patterns Design System Composable - Shared constants and utilities Custom SVG - Only when no component fits (rare) Available Components 1. IllustrationLinearFlow Purpose: Sequential step-by-step processes Best For: CI/CD Pipelines SDLC Phases Scrum Fr...
|
42 |
| 17173 | ln-610-code-comments-auditor | levnikolaevich/claude-code-skills |
Code Comments Auditor Audit code comments and docstrings quality. Universal for any tech stack. Purpose Verify comments explain WHY, not obvious WHAT Check comment density (15-20% ratio) Detect forbidden content (dates, author names, historical notes) Validate docstrings match function signatures Ensure comments match current code state Identify legacy comments and commented-out code Invocation Direct: User invokes for code comment quality review Pipeline: Called by ln-100-documents-pipeline (...
|
42 |
| 17174 | azure-keyvault-secrets-rust | sickn33/antigravity-awesome-skills |
Azure Key Vault Secrets SDK for Rust Client library for Azure Key Vault Secrets — secure storage for passwords, API keys, and other secrets. Installation cargo add azure_security_keyvault_secrets azure_identity Environment Variables AZURE_KEYVAULT_URL = https:// < vault-name > .vault.azure.net/ Authentication use azure_identity :: DeveloperToolsCredential ; use azure_security_keyvault_secrets :: SecretClient ; let credential = DeveloperToolsCredential :: new ( None ) ? ; let client = SecretClien...
|
42 |
| 17175 | ph-community-outreach | yoanbernabeu/producthunt-skills |
Product Hunt Community Outreach This skill helps you leverage online communities to amplify your Product Hunt launch while maintaining authenticity and following community guidelines. When to Use This Skill Identifying communities relevant to your product Crafting community-appropriate posts Timing cross-platform promotion Building relationships before launch Avoiding spam flags and bans The Golden Rules Rule 1: Be a Member First Participate for 2-4 weeks before launch Add value through comments...
|
42 |
| 17176 | typescript-lsp | plaited/development-skills |
This skill provides TypeScript Language Server Protocol integration for exploring and understanding TypeScript/JavaScript codebases. IMPORTANT: Prefer LSP tools over Grep/Glob when working with `*.ts`, `*.tsx`, `*.js`, `*.jsx` files. LSP provides type-aware results that understand imports, exports, and symbol relationships. Use these tools to: - Explore codebases - Find symbols, understand module structure, discover implementations - Find references - Type-aware search across the entire code...
|
42 |
| 17177 | ui-development | redpanda-data/console |
Build user interfaces with the Redpanda UI Registry. Activation Conditions - Building/creating UI components or pages - Keywords: "design system", "ui", "frontend", "registry", "component" - Modifying existing registry components Quick Reference | Use components | `use-ui-registry.md` | Add spacing | `style-no-margin-on-registry.md` | Customize look | `style-use-variants.md` | Use icons | `icon-system.md` Workflow 1. Fetch Documentation ``` FIRST: Use MCP tool mcp__redpan...
|
42 |
| 17178 | deepfake-detection | dirnbauer/webconsulting-skills |
Deepfake Detection & Media Authentication Comprehensive framework for detecting synthetic media, analyzing manipulation artifacts, and establishing media provenance in the post-empirical era. When to Use Verifying authenticity of images or videos before publication Detecting AI-generated or manipulated media (deepfakes, face swaps, synthetic voices) Forensic analysis of suspicious media for legal or journalistic purposes Implementing automated media authentication pipelines Establishing conten...
|
42 |
| 17179 | account-onboarding | dengineproblem/agents-monorepo |
Account Onboarding Интерактивный помощник для настройки нового Facebook Ads аккаунта. Твои задачи Провести пользователя через сбор информации (~20 вопросов) Валидировать данные на каждом этапе Показать сводку и запросить подтверждение Создать конфигурационные файлы Проверить подключение к API Что создаётся в результате .claude/ads-agent/config/ ├── ad_accounts.md ← Добавляется запись аккаунта └── briefs/ └── {account_name}.md ← Создаётся новый бриф Workflow (8 шагов) Шаг 0: Приветстви...
|
42 |
| 17180 | implementation-debugging | dylantarre/animation-principles |
Debug animation issues using Disney's principles as diagnostic framework. Problem Indicators - Animation doesn't play at all - Animation plays but looks wrong - Works in dev, broken in production - Inconsistent across browsers - Animation triggers at wrong time - Flickering or visual glitches Diagnosis by Principle Timing Issue: Animation timing is off Debug: Check duration values. Verify units (ms vs s). Check if CSS transition is being overridden. Inspect computed styles. Straig...
|
42 |
| 17181 | seo-forensic-incident-response | sickn33/antigravity-awesome-skills |
SEO Forensic Incident Response You are an expert in forensic SEO incident response. Your goal is to investigate sudden drops in organic traffic or rankings , identify the most likely causes, and provide a prioritized remediation plan. This skill is not a generic SEO audit. It is designed for incident scenarios : traffic crashes, suspected penalties, core update impacts, or major technical failures. When to Use Use this skill when: You need to understand and resolve a sudden, significant drop in ...
|
42 |
| 17182 | istio-expert | personamanagmentlayer/pcl |
Istio Expert You are an expert in Istio service mesh with deep knowledge of traffic management, security, observability, and production operations. You design and manage secure, observable microservices architectures using Istio's control plane and data plane. Core Expertise Istio Architecture Components: Control Plane (istiod): ├── Pilot (traffic management) ├── Citadel (certificate management) ├── Galley (configuration validation) └── Mixer (deprecated in 1.7+) Data Plane: ├── Envoy Proxy...
|
42 |
| 17183 | medusa-security | oimiragieo/agent-studio |
Medusa Security Skill Identity AI-first security scanner integration skill. Leverages Medusa's 76 scanners and 3,000+ detection patterns for comprehensive security analysis including AI/ML-specific vulnerability detection. Capabilities Full Scan — All 76 scanners, comprehensive security analysis AI-Only Scan — Prompt injection, MCP security, agent security, RAG security Quick Scan — Git-changed files only for rapid development feedback Targeted Scan — Specific scanner categories (mcp, secrets, p...
|
42 |
| 17184 | static-analysis | oimiragieo/agent-studio |
Static Analysis Purpose Guide agents through selecting, running, and triaging static analysis tools for C/C++ — clang-tidy, cppcheck, and scan-build — including suppression strategies and CI integration. Triggers "How do I run clang-tidy on my project?" "What clang-tidy checks should I enable?" "cppcheck is reporting false positives — how do I suppress them?" "How do I set up scan-build for deeper analysis?" "My build is noisy with static analysis warnings" "How do I generate compile_commands.js...
|
42 |
| 17185 | tuner | simota/agent-skills |
Tuner Database-performance specialist for query plans, slow-query analysis, index strategy, ORM hot paths, connection pools, and database observability. Tuner complements Schema and does not guess at bottlenecks. Trigger Guidance Use Tuner when the primary problem is database latency, slow queries, poor execution plans, index strategy, connection pressure, or ORM-generated SQL performance. Typical tasks: analyze EXPLAIN or EXPLAIN ANALYZE , recommend indexes, rewrite queries, detect N+1, tune DB...
|
42 |
| 17186 | whisper | trpc-group/trpc-agent-go |
Whisper - Robust Speech Recognition OpenAI's multilingual speech recognition model. When to use Whisper Use when: Speech-to-text transcription (99 languages) Podcast/video transcription Meeting notes automation Translation to English Noisy audio transcription Multilingual audio processing Metrics: 72,900+ GitHub stars 99 languages supported Trained on 680,000 hours of audio MIT License Use alternatives instead: AssemblyAI: Managed API, speaker diarization Deepgram: Real-time streaming AS...
|
42 |
| 17187 | bloat-detector | athola/claude-night-market |
Table of Contents Bloat Categories Quick Start When to Use Confidence Levels Prioritization Module Architecture Safety Bloat Detector Systematically detect and eliminate codebase bloat through progressive analysis tiers. Bloat Categories Category Examples Code Dead code, God classes, Lava flow, duplication AI-Generated Tab-completion bloat, vibe coding, hallucinated deps Documentation Redundancy, verbosity, stale content, slop Dependencies Unused imports, dependency bloat, phantom packages Git...
|
42 |
| 17188 | sparql-university | letta-ai/skills |
This skill provides guidance for writing SPARQL queries against RDF/Turtle datasets, with emphasis on ensuring complete data analysis, proper query construction, and thorough verification. Workflow Step 1: Complete Data Acquisition Before writing any query, ensure complete visibility of the source data. Critical actions: - Read the entire Turtle (.ttl) or RDF file without truncation - If data appears truncated, request additional content or use pagination - Count distinct entities to ve...
|
42 |
| 17189 | web3d-integration-patterns | freshtechbro/claudedesignskills |
Web 3D Integration Patterns Overview This meta-skill provides architectural patterns, best practices, and integration strategies for combining multiple 3D and animation libraries in web applications. It synthesizes knowledge from the threejs-webgl, gsap-scrolltrigger, react-three-fiber, motion-framer, and react-spring-physics skills into cohesive patterns for building complex, performant 3D web experiences. When to use this skill: Building complex 3D applications that combine multiple libraries ...
|
42 |
| 17190 | linear-cycles | finesssee/linear-cli |
Cycles List cycles linear-cli c list -t ENG Team cycles linear-cli c list -t ENG --output json Current cycle linear-cli c current -t ENG linear-cli c current -t ENG --output json Create cycle linear-cli c create -t ENG --name "Sprint 5" linear-cli c create -t ENG --name "Sprint 5" --starts-at 2024 -01-01 --ends-at 2024 -01-14 Get cycle details linear-cli c get CYCLE_ID Update cycle linear-cli c update CYCLE_ID --name "Sprint 5b" linear-cli c update CYCLE_ID --description "Updated goals" --...
|
42 |
| 17191 | linear-watch | finesssee/linear-cli |
Watch Watch single issue (polls for changes) linear-cli watch LIN-123 Custom interval linear-cli watch LIN-123 --interval 30 Poll every 30 seconds linear-cli watch LIN-123 -i 60 Poll every 60 seconds JSON output for scripting linear-cli watch LIN-123 --output json Flags Flag Purpose -i, --interval Seconds between polls (default: 10) --output json JSON output
|
42 |
| 17192 | batch-qr-generator | dkyazzentwatwa/chatgpt-skills |
Batch QR Generator Generate bulk QR codes from CSV data with UTM tracking, logos, and customizable styling for events, products, and marketing. Purpose Bulk QR code generation for: Event ticketing and check-in Product inventory tracking Marketing campaign tracking (UTM parameters) Business card contact sharing Bulk URL shortening with QR codes Features CSV Input: Generate from spreadsheet data UTM Tracking: Auto-add campaign tracking parameters Custom Styling: Colors, logos, error correction...
|
42 |
| 17193 | devtu-docs-quality | mims-harvard/tooluniverse |
Documentation Quality Assurance Systematic documentation quality system combining automated validation scripts with ToolUniverse-specific structural audits. When to Use Pre-release documentation review After major refactoring (commands, APIs, tool counts changed) User reports confusing or outdated documentation Circular navigation or structural problems suspected Want to establish automated validation pipeline Approach: Two-Phase Strategy Phase A: Automated Validation (15-20 min) Create validati...
|
42 |
| 17194 | panda-css | hashintel/hash |
../../../.config/agents/rules/panda-css.md
|
42 |
| 17195 | notion-ui-skills | ihlamury/design-skills |
Notion UI Skills Opinionated constraints for building Notion-style interfaces with AI agents. When to Apply Reference these guidelines when: Building light-mode interfaces Creating Notion-inspired design systems Implementing UIs with Inter font and 4px grid Colors SHOULD use light backgrounds for primary surfaces MUST use F6F6F6 as page background ( surface-base ) MUST use 97CAEE for primary actions and focus states ( accent ) SHOULD reduce color palette (currently 15 colors detected) MUST maint...
|
42 |
| 17196 | sfdipot-product-factors | proffesor-for-testing/agentic-qe |
SFDIPOT Product Factors Analysis <default_to_action> When analyzing requirements: IDENTIFY document type (epic, user story, spec, architecture doc) DETECT domain context (ecommerce, healthcare, finance, etc.) ANALYZE each SFDIPOT category systematically GENERATE test ideas with action verbs (no "Verify" patterns) ASSIGN priorities (P0-P3) and automation fitness SURFACE clarifying questions for coverage gaps OUTPUT in requested format (HTML, JSON, MD, Gherkin) Quality Gates: Human exploration >= ...
|
42 |
| 17197 | fix-merge-conflicts | cursor/plugins |
Fix merge conflicts Trigger Branch has unresolved merge conflicts and needs a reliable path to a buildable state. Workflow Detect all conflicting files from git status and conflict markers. Resolve each conflict with minimal, correctness-first edits. Prefer preserving both sides when safe. Otherwise, choose the variant that compiles and keeps public behavior stable. Regenerate lockfiles with package manager tools instead of hand-editing. Run compile, lint, and relevant tests. Stage resolved file...
|
42 |
| 17198 | v3 performance optimization | ruvnet/claude-flow |
V3 Performance Optimization What This Skill Does Validates and optimizes claude-flow v3 to achieve industry-leading performance through Flash Attention, AgentDB HNSW indexing, and comprehensive system optimization with continuous benchmarking. Quick Start Initialize performance optimization Task ( "Performance baseline" , "Establish v2 performance benchmarks" , "v3-performance-engineer" ) Target validation (parallel) Task ( "Flash Attention" , "Validate 2.49x-7.47x speedup target" , "v3-perfor...
|
42 |
| 17199 | bdd-principles | thebushidocollective/han |
BDD Principles Master the foundational principles and philosophy of Behavior-Driven Development. What is BDD? Behavior-Driven Development (BDD) is a collaborative software development approach that: Bridges the gap between business and technical teams Uses concrete examples to describe system behavior Creates living documentation that serves as tests Focuses on delivering business value Promotes shared understanding through conversation Core Philosophy Discovery > Development > Delivery Discover...
|
42 |
| 17200 | pixel art professional | willibrandon/pixel-plugin |
This Skill provides advanced pixel art techniques for refining and polishing sprites. It handles dithering patterns, palette optimization, color theory, shading techniques, and antialiasing for professional-quality pixel art. When to Use Use this Skill when the user: - Wants to apply "dithering" or mentions dither patterns - Asks about "palette optimization" or "color reduction" - Mentions "shading", "highlights", "shadows", or "lighting" - Requests "antialiasing", "smoothing", or "edge r...
|
42 |