███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 12351 | ui-design-aesthetics | nickcrew/claude-ctx-plugin |
UI Design & Aesthetics Expert guidance for designing and implementing beautiful, high-performance user interfaces. This skill enforces distinctive aesthetics while ensuring technical excellence through progressive disclosure and dynamic loading. Core Capabilities Aesthetic Direction: avoiding "AI slop" by enforcing distinctive typography, color, and depth. Performance Architecture: ensuring UI components load dynamically to minimize initial payload. Progressive Disclosure: designing interfaces...
|
75 |
| 12352 | docs-sync | openai/openai-agents-python |
Docs Sync Overview Identify doc coverage gaps and inaccuracies by comparing main branch features and configuration options against the current docs structure, then propose targeted improvements. Workflow Confirm scope and base branch Identify the current branch and default branch (usually main ). Prefer analyzing the current branch to keep work aligned with in-flight changes. If the current branch is not main , analyze only the diff vs main to scope doc updates. Avoid switching branches if it wo...
|
75 |
| 12353 | app-store-optimization | wsbs20/claude-code-aso-skill |
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...
|
75 |
| 12354 | zoho-crm-automation | sickn33/antigravity-awesome-skills |
Zoho CRM Automation via Rube MCP Automate Zoho CRM operations through Composio's Zoho toolkit via Rube MCP. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Zoho CRM connection via RUBE_MANAGE_CONNECTIONS with toolkit zoho 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 needed — just add the endpoint and it works. Verify Rube MCP is available by co...
|
75 |
| 12355 | blog-post-optimizer | dkyazzentwatwa/chatgpt-skills |
Blog Post Optimizer Comprehensive content analysis toolkit for optimizing blog posts, articles, and web content. Analyzes headlines, SEO elements, content structure, readability, and generates actionable recommendations with scores. Quick Start from scripts.blog_post_optimizer import BlogPostOptimizer Initialize optimizer optimizer = BlogPostOptimizer() Analyze a blog post with open('blog_post.md', 'r') as f: content = f.read() Full analysis results = optimizer.analyze_full( cont...
|
75 |
| 12356 | parallel-agents | vudovn/antigravity-kit |
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...
|
75 |
| 12357 | vercel-automation | composiohq/awesome-claude-skills |
Vercel Automation via Rube MCP Automate Vercel platform operations through Composio's Vercel toolkit via Rube MCP. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Vercel connection via RUBE_MANAGE_CONNECTIONS with toolkit vercel 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 needed — just add the endpoint and it works. Verify Rube MCP is availabl...
|
75 |
| 12358 | capacitor-mcp | cap-go/capgo-skills |
Capacitor MCP Tools Guide to using Model Context Protocol (MCP) for Ionic and Capacitor mobile development automation. When to Use This Skill User wants to automate Ionic/Capacitor development User asks about MCP integration User wants AI-assisted component/plugin discovery User needs programmatic CLI command execution User wants access to Ionic components and Capacitor plugins within AI chat What is MCP? MCP (Model Context Protocol) is an open standard for connecting AI models to external tools...
|
75 |
| 12359 | senior-cloud-architect | borghei/claude-skills |
Senior Cloud Architect Expert-level cloud architecture and infrastructure design. Core Competencies Multi-cloud architecture AWS, GCP, Azure platforms Cloud-native design patterns Cost optimization Security and compliance Migration strategies Disaster recovery Infrastructure automation Cloud Platform Comparison Service AWS GCP Azure Compute EC2, ECS, EKS GCE, GKE VMs, AKS Serverless Lambda Cloud Functions Azure Functions Storage S3 Cloud Storage Blob Storage Database RDS, DynamoDB Cloud SQL, S...
|
75 |
| 12360 | python-backend | yonatangross/orchestkit |
python-backend Production-ready Python backend patterns for FastAPI, SQLAlchemy, and Upstash. When to Use This Skill Building REST APIs with FastAPI Implementing JWT/OAuth2 authentication Setting up SQLAlchemy async databases Integrating Redis/Upstash caching and rate limiting Refactoring AI-generated Python code Designing API patterns and project structure Core Principles Async-first - Use async/await for I/O operations Type everything - Pydantic models for validation Dependency injection - Use...
|
75 |
| 12361 | usability-psychologist | mae616/design-skills |
Apply this skill when the request involves: - "hard to use", "high drop-off", "difficult input", "confusing", "accessibility issues", "too many errors" - 使いにくい、離脱が多い、入力が難しい、迷う、アクセシビリティ、エラーが多い - UI design review, or working on forms, onboarding, settings screens Core Principles - Usability is cost, not preference. Reduce confusion, memory burden, operation count, and error rate. - Cognitive load. Don't overload working memory (reduce choices, use stages, maintain context). - Accessibility...
|
75 |
| 12362 | mcp-builder | shajith003/awesome-claude-skills |
MCP Server Development Guide Overview Create MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. The quality of an MCP server is measured by how well it enables LLMs to accomplish real-world tasks. Process 🚀 High-Level Workflow Creating a high-quality MCP server involves four main phases: Phase 1: Deep Research and Planning 1.1 Understand Modern MCP Design API Coverage vs. Workflow Tools: Balance comprehensive API endpoint coverag...
|
75 |
| 12363 | senior-security | borghei/claude-skills |
Senior Security Complete toolkit for senior security with modern tools and best practices. Quick Start Main Capabilities This skill provides three core capabilities through automated scripts: Script 1: Threat Modeler python scripts/threat_modeler.py [options] Script 2: Security Auditor python scripts/security_auditor.py [options] Script 3: Pentest Automator python scripts/pentest_automator.py [options] Core Capabilities 1. Threat Modeler Automated tool for threat modeler tasks. Featu...
|
75 |
| 12364 | vexor | sickn33/antigravity-awesome-skills |
Vexor Overview Vector-powered CLI for semantic file search with a Claude/Codex skill When to Use This Skill Use this skill when you need to work with vector-powered cli for semantic file search with a claude/codex skill. Instructions This skill provides guidance and patterns for vector-powered cli for semantic file search with a claude/codex skill. For more information, see the source repository .
|
75 |
| 12365 | threejs-graphics-optimizer | ovachiever/droid-tings |
THREE.js Graphics Optimizer Version: 1.0 Focus: Performance optimization for THREE.js and graphics applications Purpose: Build smooth 60fps graphics experiences across all devices including mobile Philosophy: Performance-First Graphics The 16ms Budget Target: 60 FPS = 16.67ms per frame Frame budget breakdown: JavaScript logic: ~5-8ms Rendering (GPU): ~8-10ms Browser overhead: ~2ms If you exceed 16ms: Frames drop, stuttering occurs. Mobile vs Desktop Reality Desktop: Powerful GPU, lots of...
|
75 |
| 12366 | analyzing-mlflow-session | mlflow/skills |
Analyzing an MLflow Chat Session What is a Session? A session groups multiple traces that belong to the same chat conversation or user interaction. Each trace in the session represents one turn: the user's input and the system's response. Traces within a session are linked by a shared session ID stored in trace metadata. The session ID is stored in trace metadata under the key mlflow.trace.session . This key contains dots, which affects filter syntax (see below). All traces sharing the same valu...
|
74 |
| 12367 | hugging-face-dataset-viewer | huggingface/skills |
Hugging Face Dataset Viewer Use this skill to execute read-only Dataset Viewer API calls for dataset exploration and extraction. Core workflow Optionally validate dataset availability with /is-valid . Resolve config + split with /splits . Preview with /first-rows . Paginate content with /rows using offset and length (max 100). Use /search for text matching and /filter for row predicates. Retrieve parquet links via /parquet and totals/metadata via /size and /statistics . Defaults Base URL: https:...
|
74 |
| 12368 | pandoc | vamseeachanta/workspace-hub |
Pandoc Document Conversion Skill Convert documents between formats using pandoc, the universal document converter. Prerequisites Check if pandoc is installed pandoc --version Install via Homebrew if needed brew install pandoc Common Conversions Markdown to Word (.docx) Basic conversion pandoc input.md -o output.docx With table of contents pandoc input.md --toc -o output.docx With custom reference doc (for styling) pandoc input.md --reference-doc = template.docx -o output.docx Standalone wi...
|
74 |
| 12369 | context-master | josiahsiegel/claude-plugin-marketplace |
Context Master 🚨 CRITICAL GUIDELINES Windows File Path Requirements MANDATORY: Always Use Backslashes on Windows for File Paths When using Edit or Write tools on Windows, you MUST use backslashes (\) in file paths, NOT forward slashes (/). Examples: ❌ WRONG: D:/repos/project/file.tsx ✅ CORRECT: D:\repos\project\file.tsx This applies to: Edit tool file_path parameter Write tool file_path parameter All file operations on Windows systems Documentation Guidelines NEVER create new documentatio...
|
74 |
| 12370 | csharp-developer | 404kidwiz/claude-supercode-skills |
C Developer Senior C developer with mastery of .NET 8+ and Microsoft ecosystem. Specializes in high-performance web APIs, cloud-native solutions, and modern C language features. Role Definition You are a senior C developer with 10+ years of .NET experience. You specialize in ASP.NET Core, Blazor, Entity Framework Core, and modern C 12 features. You build scalable, type-safe applications with clean architecture patterns and focus on performance optimization. When to Use This Skill Building AS...
|
74 |
| 12371 | memories | proompteng/lab |
Use the memories helpers to store and retrieve embeddings in a consistent way. Ensure embedding dimension matches the DB schema. Save ``` bun run --filter memories save-memory --task-name bumba-enrich-repo --content "Enrichment facts for services/bumba" --summary "Bumba repo facts" --tags "bumba,enrich" ``` Retrieve ``` bun run --filter memories retrieve-memory --query "enrichFile workflow" --limit 5 ``` Environment - `OPENAI_API_BASE_URL` / `OPENAI_API_BASE` - `OPENAI_EM...
|
74 |
| 12372 | minio | vm0-ai/vm0-skills |
MinIO Object Storage Use the MinIO API via mc (MinIO Client) or curl to manage S3-compatible object storage for file uploads, downloads, and bucket operations. Official docs: https://min.io/docs/minio/linux/reference/minio-mc.html When to Use Use this skill when you need to: Upload/download files to S3-compatible storage Manage buckets (create, list, delete) Generate pre-signed URLs for temporary file access List and search objects in storage Mirror/sync directories between local and remote...
|
74 |
| 12373 | clippy-advanced | laurigates/claude-plugins |
Advanced Clippy configuration for comprehensive Rust linting, including custom rules, lint categories, disallowed methods, and IDE integration. Installation ``` Clippy is included with rustup rustup component add clippy Verify installation cargo clippy --version Update clippy with rust toolchain rustup update ``` Basic Usage ``` Run clippy on current project cargo clippy Run on all targets (lib, bins, tests, examples, benches) cargo clippy --all-targets Run with all features ena...
|
74 |
| 12374 | tavily-search | jacky1n7/openclaw-skill-tavily-search |
tavily search Web search returning LLM-optimized results with content snippets and relevance scores. Before running any command If tvly is not found on PATH, install it first: curl -fsSL https://cli.tavily.com/install.sh | bash && tvly login Do not skip this step or fall back to other tools. See tavily-cli for alternative install methods and auth options. When to use You need to find information on any topic You don't have a specific URL yet First step in the workflow : search → extract → map → ...
|
74 |
| 12375 | retention-engine | shipshitdev/library |
Retention Engine - Customer Lifetime Value Maximizer Overview You are a retention strategist specializing in Alex Hormozi's retention and ascension frameworks. You help indie founders stop the bleeding from churn, maximize customer lifetime value (LTV), and build recurring revenue machines. Your job is to execute retention systems—not just advise—by diagnosing churn causes and designing complete ascension paths. Hormozi's Core Principle: "Acquiring customers is expensive. Keeping them is profi...
|
74 |
| 12376 | medusa | alinaqi/claude-bootstrap |
*Load with: base.md + typescript.md* For building headless e-commerce with Medusa - open-source, Node.js native, fully customizable. Sources: [Medusa Docs](https://docs.medusajs.com) | [API Reference](https://docs.medusajs.com/api/store) | [GitHub](https://github.com/medusajs/medusa) Why Medusa | Open Source | Self-host, no vendor lock-in, MIT license | Node.js Native | TypeScript, familiar stack, easy to customize | Headless | Any frontend (Next.js, Remix, mobile) | Modular | Use...
|
74 |
| 12377 | shiny-bslib-theming | posit-dev/skills |
Theming Shiny Apps with bslib Customize Shiny app appearance using bslib's Bootstrap 5 theming system. From quick Bootswatch themes to advanced Sass customization and dynamic color mode switching. Quick Start "shiny" preset (recommended starting point): page_sidebar ( theme = bs_theme ( ) , "shiny" preset by default — polished, not plain Bootstrap ... ) Bootswatch theme (for a different visual style): page_sidebar ( theme = bs_theme ( preset = "zephyr" ) , or "cosmo", "minty", "darkly", etc. ....
|
74 |
| 12378 | pexels-media | troykelly/claude-skills |
Source high-quality, royalty-free images and videos from Pexels for design work, placeholders, or content creation. Prerequisites This skill requires the `PEXELS_API_KEY` environment variable to be set. ``` Check if API key is available echo $PEXELS_API_KEY ``` If not set, obtain a free API key from [Pexels API](https://www.pexels.com/api/). API Base URLs - Photos: `https://api.pexels.com/v1/` - Videos: `https://api.pexels.com/videos/` Authentication All requests require the Author...
|
74 |
| 12379 | jscodeshift | pproenca/dot-skills |
Facebook/Meta jscodeshift Best Practices Comprehensive best practices guide for jscodeshift codemod development, designed for AI agents and LLMs. Contains 40 rules across 8 categories, prioritized by impact from critical (parser configuration, AST traversal) to incremental (advanced patterns). Each rule includes detailed explanations, real-world examples, and specific impact metrics. When to Apply Reference these guidelines when: Writing new jscodeshift codemods for code migrations Debugging...
|
74 |
| 12380 | ffuf-claude-skill | sickn33/antigravity-awesome-skills |
Ffuf Claude Skill Overview Web fuzzing with ffuf When to Use This Skill Use this skill when you need to work with web fuzzing with ffuf. Instructions This skill provides guidance and patterns for web fuzzing with ffuf. For more information, see the source repository .
|
74 |
| 12381 | artifacts-builder | shajith003/awesome-claude-skills |
Artifacts Builder To build powerful frontend claude.ai artifacts, follow these steps: Initialize the frontend repo using scripts/init-artifact.sh Develop your artifact by editing the generated code Bundle all code into a single HTML file using scripts/bundle-artifact.sh Display artifact to user (Optional) Test the artifact Stack : React 18 + TypeScript + Vite + Parcel (bundling) + Tailwind CSS + shadcn/ui Design & Style Guidelines VERY IMPORTANT: To avoid what is often referred to as "AI slop", ...
|
74 |
| 12382 | graalvm | mindrally/skills |
GraalVM You are an expert in Java programming, GraalVM native builds, Quarkus framework, Micronaut framework, Jakarta EE, MicroProfile, Vert.x for event-driven applications, Maven, JUnit, and related Java technologies. Code Style and Structure Write clean, efficient, and well-documented Java code optimized for GraalVM native compilation Follow framework-specific conventions (Quarkus, Micronaut, Spring Native) while ensuring GraalVM compatibility Use descriptive method and variable names follow...
|
74 |
| 12383 | forgotten-elements-reminder | wordflowlab/novel-writer-skills |
遗忘元素提醒器 核心功能 防止长篇小说常见问题: 角色突然消失("配角A去哪了?") 情节线被遗忘("那个伏笔后来呢?") 伏笔没回收("前文说的宝藏呢?") 解决方案:后台监控,主动提醒已经很久未出现的元素。 监控内容 1. 角色出场频率 监控:character-state.json中的所有角色 阈值:10章未出现 提醒示例: ⚠️ 角色提醒: "配角李明"已经10章未出现(上次:第5章) - 是否应该安排他再次出场? - 还是这个角色的故事已结束? 2. 情节线进度 监控:plot-tracker.json中的活跃情节线 阈值:12章无进展 提醒示例: ⚠️ 情节线提醒: "寻找父亲仇人"情节线已12章无进展 - 上次推进:第8章 - 当前状态:pending - 建议:安排相关情节或标记为暂停 3. 伏笔回收 监控:在前文埋下的重要伏笔 阈值:20章未回收 提醒示例: ⚠️ 伏笔提醒: 第3章提到"神秘盒子",至今未揭秘(已过23章) - 读者可能已经忘记 - 建议:尽快回收或在对话中提及 提醒时机 写作前提醒 执行 `/write` 时,如果检测到遗忘元素...
|
74 |
| 12384 | todo-management | adaptationio/skrillz |
todo-management provides systematic task tracking throughout skill development. It manages task states, provides real-time progress updates, identifies blockers, and ensures momentum is maintained from start to finish. Purpose: Track progress systematically, maintain visibility into work status, identify issues early, and ensure completion. Value: Prevents work from being forgotten, provides clear progress visibility, enables course correction, and maintains momentum through completion. When ...
|
74 |
| 12385 | skills-security-check | toolsai/skills-security-check |
Skill: Skills-Security-Check CRITICAL INSTRUCTION FOR AI AGENTS: You are NOT just a command-runner. You are the Lead Security Analyst . This tool provides the data , but YOU provide the intelligence . ⚡️ The 3-Step Agentic Workflow (MANDATORY) You MUST follow this loop whenever using this skill: Step 1: Run the Scanner (Data Collection) Execute the scanner to generate the raw data and "Audit Prompts". python3 scripts/scan_skills.py --root /path/to/target/projects This command will generate *_aud...
|
74 |
| 12386 | research-expert | cin12211/orca-q |
Research Expert You are a specialized research expert designed for efficient, focused information gathering with structured output. Core Process 1. Task Analysis & Mode Detection Recognize Task Mode from Instructions Detect the expected research mode from task description keywords: QUICK VERIFICATION MODE (Keywords: "verify", "confirm", "quick check", "single fact") Effort: 3-5 tool calls maximum Focus: Find authoritative confirmation Depth: Surface-level, fact-checking only Output: Brief confir...
|
74 |
| 12387 | mf-integrate | module-federation/core |
MF Scaffold — Add Module Federation to an Existing Project Step 1: Detect project Call the mf-context Skill (pass $ARGUMENTS ) to collect MFContext. If no bundler can be detected (no rsbuild.config , rspack.config , webpack.config , modern.config , next.config , vite.config found), this is likely a new project. Tell the user: This looks like a new project. Run the following command to scaffold a full Module Federation project: npm create module-federation@latest Then stop. If MF is already confi...
|
74 |
| 12388 | contract-review-pro | cslawyer1985/contract-review-pro |
Contract Review Pro - 专业合同审核 Skill 📋 Skill 概述 Contract Review Pro 是一个专业的合同审核辅助工具,基于《合同审核方法论体系》(整合5本专业著作)的核心理论,为律师和企业法务提供快速、标准、深入的合同审核服务。 核心功能 合同类型指引:快速查询各类合同的审核要点、风险点和检查清单 合同详细审核:对具体合同进行逐条审核,生成法律意见书和批注版合同 特色优势 ✅ 理论扎实:基于三观四步法、三维审查法等专业方法论 ✅ 风险分级:致命、重要、一般、轻微四级风险管理 ✅ 灵活配置:支持快速(5-10分钟)、标准(30-60分钟)、深度(1-2小时)三种审核模式 ✅ 专业输出:生成符合律师标准的法律意见书和批注版合同(修订模式) ✅ 场景适配:专门服务于律师快速审核和企业法务日常审核 🚀 使用方法 方式一:查询合同类型指引 当您需要了解某类合同的审核要点时: 用户:买卖合同的审核要点是什么? Skill:[输出买卖合同的完整审核指引,包括: - 核心风险点 - 重点条款审核 - 审核检查清单] 方式二:审核具体合...
|
74 |
| 12389 | positioning-angles | shipshitdev/library |
Positioning Angles - Find Your Unique Angle Overview Act as a positioning strategist. Help users find the marketing angle that transforms "why isn't this selling" into "we can't keep up with demand." Guide them through market stage matching, mechanism discovery, angle selection, and testing. Core Principle: "One angle will outperform others 3-10x. Test, don't guess." Role: Find angles. Name mechanisms. Differentiate positioning. When This Activates This skill auto-activates when: User says...
|
74 |
| 12390 | distributed-llm-pretraining-torchtitan | davila7/claude-code-templates |
No SKILL.md available for this skill. [View on GitHub ](https://github.com/davila7/claude-code-templates)
|
74 |
| 12391 | document-summarizer | ntaksh42/agents |
Document Summarizer Skill ドキュメント要約スキルは、長文のドキュメントを効率的に要約し、重要なポイントを抽出します。 概要 このスキルを使用すると、技術文書、ビジネスレポート、学術論文、コードドキュメントなど、様々な種類のドキュメントを自動的に要約できます。要約レベルや出力形式を柔軟に指定可能です。 主な機能 多様なドキュメント形式 : Markdown、PDF、テキスト、HTML、コードファイル 要約レベル選択 : 要点のみ/標準/詳細の3段階 柔軟な出力形式 : 箇条書き、段落形式、エグゼクティブサマリー、Q&A形式 ドキュメントタイプ別最適化 : 技術文書、ビジネス文書、学術論文、コードに対応 キーポイント抽出 : 重要な情報を自動的にハイライト セクション別要約 : 長文を章ごとに分割して要約 多言語対応 : 日本語、英語、その他の言語 HTMLレポート生成 : 美しくフォーマットされた要約レポート 使用方法 基本的な使い方 以下の技術文書を要約してください: [ドキュメントの内容を貼り付け] 要約レベル: 標準 出力形式: 箇条書き ファイルからの要...
|
74 |
| 12392 | mailchimp-automation | composiohq/awesome-claude-skills |
Mailchimp Automation via Rube MCP Automate Mailchimp email marketing workflows including campaign creation and sending, audience/list management, subscriber operations, segmentation, and performance analytics through Composio's Mailchimp toolkit. Toolkit docs : composio.dev/toolkits/mailchimp Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Mailchimp connection via RUBE_MANAGE_CONNECTIONS with toolkit mailchimp Always call RUBE_SEARCH_TOOLS first to get current tool ...
|
74 |
| 12393 | architecture-decisions | jwilger/agent-skills |
Architecture Decisions Value: Communication -- architecture decisions grounded in verified research ensure every contributor understands not just why a choice was made, but that the reasoning reflects reality. Decisions based on assumptions are decisions waiting to fail. Purpose Teaches the agent to move architecture decisions through a strict four-phase lifecycle: research dependencies first, draft from verified findings, hold for review, merge only with explicit authorization. Prevents decisio...
|
74 |
| 12394 | pr-create | posit-dev/skills |
PR Creator Skill Get changes into a PR, monitor CI, fix any failures, and notify the user when the PR is ready for review. The user may already have commits ready on a feature branch, or may have uncommitted changes, or both. Adapt the workflow to the current state. Task List Integration CRITICAL: Use Claude Code's task list system for progress tracking and session recovery. Use TaskCreate, TaskUpdate, and TaskList tools throughout execution. Task Hierarchy [Main Task] "Create PR: [branch-name]"...
|
74 |
| 12395 | scrum-master | 404kidwiz/claude-supercode-skills |
Scrum Master Expert Advanced agile practitioner specializing in data-driven team development, psychological safety facilitation, and high-performance sprint execution. Combines traditional Scrum mastery with modern analytics, behavioral science, and continuous improvement methodologies for sustainable team excellence. Table of Contents Capabilities Input Requirements Analysis Tools Methodology Templates & Assets Reference Frameworks Implementation Workflows Assessment & Measurement Best Practice...
|
74 |
| 12396 | accessibility engineer | daffy0208/ai-dev-standards |
Accessibility Engineer Build for everyone - accessibility is not optional. Core Principle Accessibility is a civil right, not a feature. 1 in 4 adults in the US has a disability. Accessible design benefits everyone: Blind users (screen readers) Low vision users (zoom, high contrast) Deaf users (captions) Motor disabilities (keyboard-only) Cognitive disabilities (clear language) Temporary disabilities (broken arm) Situational limitations (bright sunlight, noisy environment) WCAG Compliance Levels...
|
74 |
| 12397 | sharp-edges | sickn33/antigravity-awesome-skills |
Sharp Edges Analysis Evaluates whether APIs, configurations, and interfaces are resistant to developer misuse. Identifies designs where the "easy path" leads to insecurity. When to Use Reviewing API or library design decisions Auditing configuration schemas for dangerous options Evaluating cryptographic API ergonomics Assessing authentication/authorization interfaces Reviewing any code that exposes security-relevant choices to developers When NOT to Use Implementation bugs (use standard code r...
|
74 |
| 12398 | camofox-browser | yelban/camofox-browser-skills |
Camofox Browser - Anti-Detection Browser Automation Stealth browser automation via Camoufox (Firefox fork). C++ level fingerprint spoofing — undetectable by JavaScript-based bot checks. REST API wrapper using curl . Installation First use automatically downloads and installs the Camoufox browser (~300MB, one-time). No manual setup required — just run any camofox command. Quick Start camofox open https://example.com Open URL (auto-starts server) camofox snapshot Get page elements with @refs cam...
|
74 |
| 12399 | ddg-search | sundial-org/awesome-openclaw-skills |
DuckDuckGo Search Skill This skill provides the ability to perform web searches using DuckDuckGo. Usage To use this skill, provide a search query. The skill will return relevant results from DuckDuckGo. Scripts search.py : Executes the DuckDuckGo search and returns the results.
|
74 |
| 12400 | agent-folder-init | shipshitdev/library |
Agent Folder Init Create a comprehensive .agent/ folder structure for AI-first development workflows. Purpose This skill scaffolds a complete AI agent documentation system including: Session tracking (daily files) Task management Coding standards and rules Architecture decision records Security checklists SOPs for common workflows Agent config folders (.claude, .codex, .cursor) with commands, rules, and agents When to Use Use this skill when: Starting a new project that will use AI coding ...
|
74 |