███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 11451 | task-distributor | 404kidwiz/claude-supercode-skills |
Provides expertise in distributing tasks across multi-agent systems efficiently. Specializes in load balancing algorithms, capability-based routing, cost optimization, and ensuring optimal resource utilization across distributed agent pools. When to Use - Designing task distribution strategies for multi-agent systems - Implementing load balancing across worker pools - Optimizing for cost (token economics) vs speed trade-offs - Building routing logic based on agent capabilities - Managing ...
|
67 |
| 11452 | ai-image-generator | jezweb/claude-skills |
AI Image Generator Generate images using AI APIs (Google Gemini and OpenAI GPT). This skill teaches the prompting patterns and API mechanics for producing professional images directly from Claude Code. Managed alternative : If you don't want to manage API keys, ImageBot provides a managed image generation service with album templates and brand kit support. Model Selection Choose the right model for the job: Need Model Why Scenes / stock photos Gemini 3.1 Flash Image Best depth, complexity, envir...
|
67 |
| 11453 | swift-testing | bocato/swift-testing-agent-skill |
Swift Testing Swift Testing is the modern testing framework for Swift (Xcode 16+, Swift 6+). Prefer it over XCTest for all new unit tests. Use XCTest only for UI tests, performance benchmarks, and snapshot tests. Contents Basic Tests @Test Traits expect and require @Suite and Test Organization Known Issues Additional Patterns Parameterized Tests In Depth Tags and Suites In Depth Async Testing Patterns Traits In Depth Common Mistakes Test Attachments Exit Testing Review Checklist MCP Integration ...
|
67 |
| 11454 | accelint-react-testing | gohypergiant/agent-skills |
React Testing Best Practices Expert guidance for writing maintainable, user-centric React component tests with Testing Library. Focused on query selection, accessibility-first testing, and avoiding implementation details. NEVER Do When Writing React Tests NEVER query by test IDs before trying accessible queries - Test IDs bypass accessibility verification: a button with data-testid="submit" but no accessible name works in tests but fails for screen reader users. When tests pass with test IDs, yo...
|
67 |
| 11455 | pagerduty-automation | sickn33/antigravity-awesome-skills |
PagerDuty Automation via Rube MCP Automate PagerDuty incident management and operations through Composio's PagerDuty toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/pagerduty Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active PagerDuty connection via RUBE_MANAGE_CONNECTIONS with toolkit pagerduty 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 ...
|
66 |
| 11456 | moai-foundation-philosopher | modu-ai/moai-adk |
MoAI Foundation Philosopher Strategic thinking framework that promotes deeper analysis over quick calculations. Integrates three proven methodologies for systematic problem-solving. Core Philosophy: Think deeply before acting. Question assumptions. Consider alternatives. Make trade-offs explicit. Check for cognitive biases. Quick Reference (30 seconds) What is the Philosopher Framework? A structured approach to complex decisions combining: First Principles Analysis: Break problems to funda...
|
66 |
| 11457 | go-to-market planner | daffy0208/ai-dev-standards |
Go-to-Market Planner Plan and execute successful product launches. Core Principle Launch is a campaign, not an event. Build momentum before launch, peak at launch, sustain after launch. 5-Phase GTM Strategy Phase 1: Market Positioning Goal : Define how product fits in market landscape Positioning Statement : For [target customer] Who [customer need/problem] [Product name] is a [product category] That [key benefit/differentiation] Unlike [competitors] Our product [unique value] Competitive Analys...
|
66 |
| 11458 | artifacts-builder | bobmatnyc/claude-mpm-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", ...
|
66 |
| 11459 | context-engineering | siviter-xyz/dot-agent |
Context Engineering Context engineering curates the smallest high-signal token set for LLM tasks. The goal: maximize reasoning quality while minimizing token usage. When to Activate Designing/debugging agent systems Context limits constrain performance Optimizing cost/latency Building multi-agent coordination Implementing memory systems Evaluating agent performance Developing LLM-powered pipelines Core Principles Context quality > quantity - High-signal tokens beat exhaustive content Attention i...
|
66 |
| 11460 | devops-specialist | caomeiyouren/momei |
DevOps Specialist Skill (DevOps 专家技能) 能力 (Capabilities) 容器化 : 编写和优化 Dockerfile 与 docker-compose.yml 。 CI/CD : 编写 GitHub Actions 工作流脚本。 部署适配 : 配置 Vercel、Cloudflare Workers 等平台的部署文件。 环境配置 : 管理 .env 模板与 Nuxt runtimeConfig 配置。 指令 (Instructions) 分支与环境对齐 : 核心部署配置的修改应在 master 分支或专门的 infra 分支中执行。 路径安全 : 在执行任何涉及删除的操作前,必须进行路径校验。 构建验证 : 在提交构建配置变更前,应尝试在本地进行模拟构建。 最小镜像 : 追求 Docker 镜像的分层优化与体积精简。 使用示例 (Usage Example) 输入: "更新 Docker 配置以支持 PostgreSQL。" 动作: 修改 docker-compose.yml 增加 db 服务,并在 Dockerfile 中安装相应的驱动。
|
66 |
| 11461 | freshdesk-automation | sickn33/antigravity-awesome-skills |
Freshdesk Automation via Rube MCP Automate Freshdesk customer support workflows including ticket management, contact and company operations, notes, replies, and ticket search through Composio's Freshdesk toolkit. Toolkit docs : composio.dev/toolkits/freshdesk Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Freshdesk connection via RUBE_MANAGE_CONNECTIONS with toolkit freshdesk Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add h...
|
66 |
| 11462 | marketing-product-analytics | vasilyu1983/ai-agents-public |
Product Analytics - Instrumentation & Measurement OS Modern Best Practices (January 2026): PostHog-first, session context registration, strict event naming, North Star activation events, privacy-first attribution. Primary sources live in data/sources.json. If web search is available, refresh time-sensitive details against official docs before giving definitive advice. No fluff. Only executable steps, templates, and checklists. When to Use This Skill Event taxonomy design: Naming conventions,...
|
66 |
| 11463 | md-docs | paulrberg/agent-skills |
Markdown Documentation Management Overview Manage project documentation for Claude Code workflows including context files, READMEs, and agent instructions. This skill provides structured automation for maintaining accurate, up-to-date documentation that aligns with actual codebase structure and functionality. Use this skill when initializing new projects, updating existing documentation, or ensuring context files accurately reflect current code. The skill emphasizes verification and validation o...
|
66 |
| 11464 | capacitor-push-notifications | cap-go/capacitor-skills |
Push Notifications in Capacitor Implement push notifications for iOS and Android using Firebase and APNs. When to Use This Skill User wants push notifications User needs FCM setup User asks about APNs User has notification issues User wants rich notifications Quick Start Install Plugin bun add @capacitor/push-notifications bunx cap sync Basic Implementation import { PushNotifications } from '@capacitor/push-notifications' ; async function initPushNotifications ( ) { // Request permission const p...
|
66 |
| 11465 | nuxt-ui-v4 | secondsky/claude-skills |
Nuxt UI v4 - Production Component Library Version : Nuxt UI v4.2.1 | Nuxt v4.0.0 | 125+ Components Last Verified : 2025-12-28 A comprehensive production-ready component library with 125+ accessible components, Tailwind CSS v4, Reka UI accessibility, and first-class AI integration. MCP Integration : This plugin includes the official Nuxt UI MCP server for live component data. When to Use / NOT Use Use when : Building Nuxt v4 dashboards, AI chat interfaces, landing pages, forms, admin panels, pric...
|
66 |
| 11466 | bm-md | miantiao-me/bm.md |
bm.md Markdown 排版技能 概述 bm.md 是一个专业的 Markdown 排版工具,提供以下核心能力: Markdown 渲染:将 Markdown 转换为带样式的 HTML,支持 14 种排版风格 HTML 转 Markdown:将 HTML 内容逆向转换为 Markdown 格式 纯文本提取:从 Markdown 中提取纯文本,移除所有格式标记 格式校验与修复:自动检测并修复 Markdown 格式问题 所有 API 均返回 JSON 格式响应,结果在 result 字段中。 可用工具 1. Markdown 渲染 将 Markdown 源文本渲染为带内联样式的 HTML,可直接复制到富文本编辑器。 端点: POST https://bm.md/api/markdown/render 请求参数: 参数 类型 必填 默认值 说明 markdown string 是 - Markdown 源文本,支持 GFM 语法、数学公式 markdownStyle string 否 ayu-light 排版样式 ID,见下方完整列表 codeTheme string...
|
66 |
| 11467 | xlsx | iofficeai/aionui |
Requirements for Outputs All Excel files Professional Font Use a consistent, professional font (e.g., Arial, Times New Roman) for all deliverables unless otherwise instructed by the user Zero Formula Errors Every Excel model MUST be delivered with ZERO formula errors (REF!, DIV/0!, VALUE!, N/A, NAME?) Preserve Existing Templates (when updating templates) Study and EXACTLY match existing format, style, and conventions when modifying files Never impose standardized formatting on files with establi...
|
66 |
| 11468 | build | 404kidwiz/claude-supercode-skills |
Build - Workflow Orchestrator You are a workflow orchestrator that chains existing skills for feature development. You coordinate the execution of multiple skills in sequence, passing handoffs between them and pausing for human checkpoints at phase boundaries. Invocation /build <mode> [options] [description] Question Flow (No Arguments) If the user types just /build with no or partial arguments, guide them through this question flow to infer the right configuration. Use AskUserQuestion for e...
|
66 |
| 11469 | make-automation | sickn33/antigravity-awesome-skills |
Make Automation via Rube MCP Automate Make (formerly Integromat) operations through Composio's Make toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/make Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Make connection via RUBE_MANAGE_CONNECTIONS with toolkit make 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 endpo...
|
66 |
| 11470 | redis-inspect | civitai/civitai |
Use this skill to inspect Redis cache state for debugging purposes. Running Commands ``` node .claude/skills/redis-inspect/query.mjs <command> [options] ``` Commands | `get <key>` | Get a string value | `keys <pattern>` | Find keys matching pattern (use * as wildcard) | `ttl <key>` | Get TTL (-1 = no expiry, -2 = not found) | `type <key>` | Get the type of a key | `exists <key>` | Check if key exists | `hgetall <key>` | Get all fields from a hash | `hget <key> <field>` ...
|
66 |
| 11471 | computer-vision-pipeline | erichowens/some_claude_skills |
Computer Vision Pipeline Expert in building production-ready computer vision systems for object detection, tracking, and video analysis. When to Use ✅ Use for: Drone footage analysis (archaeological surveys, conservation) Wildlife monitoring and tracking Real-time object detection systems Video preprocessing and analysis Custom model training and inference Multi-object tracking (MOT) ❌ NOT for: Simple image filters (use Pillow/PIL) Photo editing (use Photoshop/GIMP) Face recognition APIs (...
|
66 |
| 11472 | recipe-generator | cclank/recipe-generator |
菜谱生成器 (Recipe Generator) 核心功能 根据用户输入的菜品名称,生成一份专业级详细菜谱,并附带高质量的生图提示词。 工作流程 步骤1:接收菜品名称 获取用户输入的菜品名称,确认是否有特殊要求(如地方风味、特定做法等)。 步骤2:权威来源检索 使用 search_web 工具检索以下权威来源的菜品制作信息: 优先级A(顶级权威): 米其林指南 / Michelin Guide 舌尖上的中国 中国烹饪协会 国宴大师配方 优先级B(专业来源): 王刚美食作家 美食台 日食记 下厨房(评分9.0以上菜谱) 搜索关键词模板: {菜品名称} 正宗做法 米其林 {菜品名称} 舌尖上的中国 配方 {菜品名称} 大厨 专业做法 技巧 {菜品名称} site:xiachufang.com 评分高 步骤3:内容整合与菜谱生成 根据检索结果,按照以下结构生成详细菜谱: 《{菜品名称}》顶级配方 菜品简介 - 菜品来源/流派 - 风味特点 - 适合场景 食材清单 主料 | 食材 | 用量 | 备注 | |------|------|------|...
|
66 |
| 11473 | recursive-improvement | dylanfeltus/skills |
Recursive Self-Improvement Loop A pattern for generating higher-quality output by iterating against explicit scoring criteria. The Pattern generate → evaluate → diagnose → improve → repeat (until passing) Never ship first-draft output for important content. Run the loop. How It Works 1. Generate Create the initial output as you normally would. 2. Evaluate Score the output against each criterion (1-10). Be brutally honest. 3. Diagnose For any criterion scoring below threshold: What specifically i...
|
66 |
| 11474 | baoyu-comic | xy121718/baoyu-skills |
Knowledge Comic Creator Create original knowledge comics with flexible art style × tone combinations. Usage /baoyu-comic posts/turing-story/source.md /baoyu-comic article.md --art manga --tone warm /baoyu-comic then paste content Options Visual Dimensions Option Values Description --art ligne-claire (default), manga, realistic, ink-brush, chalk Art style / rendering technique --tone neutral (default), warm, dramatic, romantic, energetic, vintage, action Mood / atmosphere --layout standard (...
|
66 |
| 11475 | audit | zackkorman/skills |
Run systematic quality checks and generate a comprehensive audit report with prioritized issues and actionable recommendations. Don't fix issues - document them for other commands to address. First : Use the frontend-design skill for design principles and anti-patterns. Diagnostic Scan Run comprehensive checks across multiple dimensions: Accessibility (A11y) - Check for: Contrast issues : Text contrast ratios < 4.5:1 (or 7:1 for AAA) Missing ARIA : Interactive elements without proper roles, labe...
|
66 |
| 11476 | product strategist | daffy0208/ai-dev-standards |
Product Strategist Validate that products solve real problems for viable markets before investing in development. Core Principle Evidence over intuition. Test the riskiest assumptions first, fail fast, and validate with real user behavior—not opinions. 5-Phase Validation Process Phase 1: Problem Validation Goal : Confirm the problem is frequent, painful, and urgent enough that users will pay to solve it Activities : Define problem hypothesis: What problem are you solving? Identify target custome...
|
66 |
| 11477 | dsl-tight | senpi-ai/senpi-skills |
DSL-Tight — Opinionated Stop-Loss Preset (v5) A tighter, more opinionated variant of DSL for aggressive profit protection. Uses the same script and architecture as DSL v5 ( dsl-v5.py ) — strategy-scoped cron, MCP clearinghouse, state under {DSL_STATE_DIR}/{strategyId}/{asset}.json . All tier triggers are ROE-based ( PnL / margin × 100 ); leverage is accounted for automatically. Key difference from default DSL v5: DSL v5 is the configurable engine with maximum flexibility. DSL-Tight is the "just ...
|
66 |
| 11478 | ansible | proompteng/lab |
Ansible Overview Use Ansible for repeatable, idempotent changes across nodes. Keep playbooks minimal, explicit about hosts, and safe to re-run. When to use You need to apply the same change on multiple hosts. The change touches OS packages, services, or system config. You are bootstrapping or maintaining k3s, Rancher, or Tailscale on nodes. Inventory and groups Inventory lives in ansible/inventory/hosts.ini . Common groups: kube_masters (k3s masters) kube_workers (k3s workers) k3s_cluster (maste...
|
66 |
| 11479 | convertkit-automation | sickn33/antigravity-awesome-skills |
ConvertKit (Kit) Automation via Rube MCP Automate ConvertKit (now known as Kit) email marketing operations through Composio's Kit toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/kit Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Kit connection via RUBE_MANAGE_CONNECTIONS with toolkit kit 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 ...
|
66 |
| 11480 | skill-validator | jorgealves/agent_skills |
Skill Validator Purpose and Intent The skill-validator is the primary quality control tool for this repository. It ensures that every AI Agent Skill is "machine-consumable" by validating it against the agentskills.io standard and the repository's AGENTS.md rules. When to Use During Development : Run this skill every time you create or modify a skill. CI/CD Integration : Automatically block Pull Requests that contain non-compliant skill definitions. Repository Audits : Periodically scan the entir...
|
66 |
| 11481 | react-native-skills | secondsky/claude-skills |
React Native Skills Comprehensive best practices for React Native and Expo applications. Contains rules across multiple categories covering performance, animations, UI patterns, and platform-specific optimizations. When to Apply Reference these guidelines when: Building React Native or Expo apps Optimizing list and scroll performance Implementing animations with Reanimated Working with images and media Configuring native modules or fonts Structuring monorepo projects with native dependencies Rul...
|
66 |
| 11482 | cross-conversation-project-manager | onewave-ai/claude-skills |
Cross Conversation Project Manager Maintain project state across MULTIPLE conversations over days/weeks. Track tasks, decisions, blockers, resources. Auto-update when project mentioned. Generate status reports and proactive reminders. Instructions You are a master project manager with persistent memory. Create and maintain project files in /mnt/user-data/outputs/projects/. Track: project name, start date, conversations involved, tasks (completed/in-progress/pending), decisions made, blockers,...
|
66 |
| 11483 | meeting-insights-analyzer | davepoon/buildwithclaude |
Meeting Insights Analyzer This skill transforms your meeting transcripts into actionable insights about your communication patterns, helping you become a more effective communicator and leader. When to Use This Skill Analyzing your communication patterns across multiple meetings Getting feedback on your leadership and facilitation style Identifying when you avoid difficult conversations Understanding your speaking habits and filler words Tracking improvement in communication skills over time Pre...
|
66 |
| 11484 | create-branch | tartinerlabs/skills |
Language Conventions Infer language style from the project: Analyze existing branches, commit messages, and documentation to detect the project's language variant (US English, UK English, etc.) Match the spelling conventions found in the project (e.g., "synchronize" vs "synchronise", "center" vs "centre") Maintain consistency with the project's established language style throughout branch names and command outputs Create Branch Command This command creates and checks out a new git branch with in...
|
66 |
| 11485 | health | hiclaude/health |
Claude Code Configuration Health Audit Systematically audit the current project's Claude Code setup using the six-layer framework: CLAUDE.md → rules → skills → hooks → subagents → verifiers The goal is not just to find rule violations, but to diagnose which layer is misaligned and why — calibrated to the project's actual complexity . Step 0: Assess project tier P = $( pwd ) echo "source_files: $(find " $P " -type f \( -name "*.rs" -o -name "*.ts" -o -name "*.py" -o -name "*.go" -o -name "*.lua" ...
|
66 |
| 11486 | search-specialist | 404kidwiz/claude-supercode-skills |
Use this skill when Working on search specialist tasks or workflows Needing guidance, best practices, or checklists for search specialist Do not use this skill when The task is unrelated to search specialist You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . ...
|
66 |
| 11487 | close-automation | sickn33/antigravity-awesome-skills |
Close CRM Automation via Rube MCP Automate Close CRM operations through Composio's Close toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/close Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Close connection via RUBE_MANAGE_CONNECTIONS with toolkit close 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 ...
|
66 |
| 11488 | php-pro | 404kidwiz/claude-supercode-skills |
PHP Pro Senior PHP developer with deep expertise in PHP 8.3+, Laravel, Symfony, and modern PHP patterns with strict typing and enterprise architecture. Role Definition You are a senior PHP developer with 10+ years of experience building enterprise applications. You specialize in PHP 8.3+ with strict typing, Laravel/Symfony frameworks, async patterns (Swoole, ReactPHP), and PSR standards. You build scalable, maintainable applications with PHPStan level 9 compliance and 80%+ test coverage. Whe...
|
66 |
| 11489 | receiving-code-review | izyanrajwani/agent-skills-library |
Code Review Reception Overview Code review requires technical evaluation, not emotional performance. Core principle: Verify before implementing. Ask before assuming. Technical correctness over social comfort. The Response Pattern WHEN receiving code review feedback: 1. READ: Complete feedback without reacting 2. UNDERSTAND: Restate requirement in own words (or ask) 3. VERIFY: Check against codebase reality 4. EVALUATE: Technically sound for THIS codebase? 5. RESPOND: Technical acknowledgment or ...
|
66 |
| 11490 | google-trends | jstarfilms/vibecode-protocol-suite |
Google Trends Skill Automate Google Trends research without a browser. Query related topics, rising queries, and interest over time for any keyword across YouTube, Web, Images, or News. Prerequisites Node.js 18+ and PNPM required. Check Node node -- version Install dependencies (first-time only) cd . agent/skills/google-trends/scripts pnpm install Quick Start Basic search (YouTube, Last 7 Days, Tech category) node . agent/skills/google-trends/scripts/search . js - k "Claude AI" Search Web in...
|
66 |
| 11491 | next.js security scan | sugarforever/01coder-agent-skills |
Next.js Security Scan Skill This skill enables comprehensive security scanning of Next.js and TypeScript/JavaScript projects based on OWASP guidelines and industry best practices. When to Use This Skill Security audits of Next.js applications Code review for security vulnerabilities Pre-deployment security checks Dependency vulnerability assessment Detecting hardcoded secrets and credentials Scan Types 1. Quick Scan Fast scan focusing on critical vulnerabilities: Hardcoded secrets and API keys D...
|
66 |
| 11492 | bamboohr-automation | sickn33/antigravity-awesome-skills |
BambooHR Automation via Rube MCP Automate BambooHR human resources operations through Composio's BambooHR toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/bamboohr Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active BambooHR connection via RUBE_MANAGE_CONNECTIONS with toolkit bamboohr 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 — ...
|
66 |
| 11493 | graph-easy | terrylica/cc-skills |
Create ASCII architecture diagrams for any GitHub Flavored Markdown file using graph-easy. Pure text output with automatic layout - no image rendering required. When to Use This Skill - Adding diagrams to README files - Design specification documentation - Any GFM markdown file needing architecture visualization - Creating flowcharts, pipelines, or system diagrams - User mentions "diagram", "ASCII diagram", "graph-easy", or "architecture chart" NOT for ADRs - Use `adr-graph-easy-architec...
|
66 |
| 11494 | context-surfing | pskoett/pskoett-ai-skills |
Context Surfing Install npx skills add pskoett/pskoett-ai-skills/skills/context-surfing The agent rides the wave of peak context. When the wave crests, it commits. When it detects drift, it pulls out cleanly — saving state, handing off, and letting the next session catch the next wave. No wipeouts. No zombie sessions. Only intentional, high-fidelity execution. Mental Model Think of context like an ocean wave: Paddling in = loading the intent frame, plan, and initial context. Energy is building. ...
|
66 |
| 11495 | redis-expert | personamanagmentlayer/pcl |
Redis Expert Skill You are an expert Redis developer with deep knowledge of Redis data structures, caching strategies, Pub/Sub messaging, Streams, Lua scripting, and the Redis Stack modules (RedisJSON, RediSearch, Vector Search). You help users build high-performance applications using Bun's native Redis client ( Bun.redis ). Cross-Skill Integration This skill works alongside the bun-expert skill. When using Redis with Bun: Use Bun.redis for all Redis operations (not external packages) Leverage ...
|
66 |
| 11496 | wot-ui | wot-ui/wot-starter |
wot-ui 此技能提供使用 wot-ui 组件库开发应用程序的专业知识。 何时使用 当用户需要以下帮助时使用此技能: 实现特定的 wot-ui 组件(例如,“如何使用 Calendar 日历组件?”) 配置全局 Provider 或主题 排查组件行为问题 查找 props、events 和 slots 的 API 参考 组件参考 references/ 目录包含每个组件的详细文档。当用户询问特定组件时,请检查 references/ 中对应的 markdown 文件。 基础 (Basic) introduction.md , quick-use.md , common-problems.md , custom-theme.md button.md , cell.md , config-provider.md , icon.md , img.md , layout.md , popup.md , resize.md , transition.md 表单 (Form) calendar.md , calendar-view.md checkbox.md col-picker.md dat...
|
66 |
| 11497 | bmad method | daffy0208/ai-dev-standards |
BMAD Method (Business Model and Architecture Design) Overview The BMAD Method bridges business strategy and technical architecture. It ensures your technical decisions support long-term business sustainability, not just immediate feature delivery. Core Insight: Your architecture IS your business model in code form. When to Use This Skill Use BMAD when: Starting a new product or major architectural redesign Technical decisions have direct revenue/cost implications Scaling challenges intersect wit...
|
66 |
| 11498 | education-program | kostja94/marketing-skills |
Channels: Education Program Guides student and education discount programs as an acquisition channel. Targets students and educators; common for SaaS, dev tools, and productivity apps. ~65% of students who use professional tools in school continue using them in their first jobs—education discounts are long-term customer acquisition, not just revenue loss. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output....
|
66 |
| 11499 | meme-scout | kukapay/crypto-skills |
This skill provides workflows for finding and analyzing trending meme coins on decentralized exchanges. Trending Tokens Discovery Timeframes Available - 5 minutes: [https://dexscreener.com/?rankBy=trendingScoreM5&order=desc](https://dexscreener.com/?rankBy=trendingScoreM5&order=desc) - 1 hour: [https://dexscreener.com/?rankBy=trendingScoreH1&order=desc](https://dexscreener.com/?rankBy=trendingScoreH1&order=desc) - 6 hours (default): [https://dexscreener.com/](https://dexscreener.com/) - ...
|
66 |
| 11500 | vercel-react-best-practices | secondsky/claude-skills |
Vercel React Best Practices Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Contains 62 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...
|
66 |