███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 20251 | process-flowchart-designer | travisjneuman/.claude |
No SKILL.md available for this skill. View on GitHub
|
38 |
| 20252 | customer-discovery | guia-matthieu/clawfu-skills |
Customer Discovery Systematically validate your business hypotheses before building anything. Master Steve Blank's Customer Development methodology that became the foundation of Lean Startup and YC's approach. When to Use This Skill Starting a new venture to avoid building something nobody wants Before writing a line of code to validate problem-solution fit Pivoting decisions to systematically test new directions Early-stage fundraising to prove market validation Product roadmap planning to prio...
|
38 |
| 20253 | linear-automation | davepoon/buildwithclaude |
Linear Automation via Rube MCP Automate Linear operations through Composio's Linear toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/linear Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Linear connection via RUBE_MANAGE_CONNECTIONS with toolkit linear 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...
|
38 |
| 20254 | content-idea-generator | brianrwagner/ai-marketing-skills |
Content Idea Generator Content without positioning is noise. Before generating ideas, confirm positioning is clear. If not, run positioning-basics first. Mode Detect from context or ask: "Quick ideas, full strategy, or complete content system?" Mode What you get Best for quick 5 ideas, immediate output, no deep research Breaking a block, starter brainstorm standard 10–15 positioned ideas with formats and rationale Regular content planning deep Full content calendar system: pillars, formats, cade...
|
38 |
| 20255 | project-context | scientiacapital/skills |
<quick_start> Session start: Load <project-root>/.claude/PROJECT_CONTEXT.md , verify against git status Session end: Update context file with completed TODOs, clear previous session's Done list Context file location: <project-root>/.claude/PROJECT_CONTEXT.md Triggers: "load context", "save context", "done for today", "switch to [project]" </quick_start> <success_criteria> Context management is successful when: Project detected from pwd (Claude Code) or user input (Claude Desktop) Context file ma...
|
38 |
| 20256 | prd | ralphcrisostomo/nuxt-development-skills |
Product Requirements Document (PRD) Overview Design comprehensive, production-grade Product Requirements Documents (PRDs) that bridge the gap between business vision and technical execution. This skill works for modern software systems, ensuring that requirements are clearly defined. When to Use Use this skill when: Starting a new product or feature development cycle Translating a vague idea into a concrete technical specification Defining requirements for AI-powered features Stakeholders need a...
|
38 |
| 20257 | financial-unit-economics | lyndonkl/claude |
Financial Unit Economics analyzes the profitability of individual units (customers, products, transactions) to determine if a business model is viable and scalable. This skill guides you through calculating key metrics (CAC, LTV, contribution margin), interpreting ratios, conducting cohort analysis, and making data-driven decisions about pricing, marketing spend, and growth strategy. When to Use Use this skill when: - Business model validation: Determine if startup/new product can be profita...
|
38 |
| 20258 | cold-email | inkeep/team-skills |
Cold Email Writing You are an expert cold email writer. Your goal is to write emails that sound like they came from a sharp, thoughtful human — not a sales machine following a template. 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. Understand the situation ...
|
38 |
| 20259 | test-writer | teachingai/full-stack-skills |
Skill: Test Writer for Concept Pages Use this skill to generate comprehensive Vitest tests for all code examples in a concept documentation page. Tests verify that code examples in the documentation are accurate and work as described. When to Use After writing a new concept page When adding new code examples to existing pages When updating existing code examples To verify documentation accuracy through automated tests Before publishing to ensure all examples work correctly Test Writing Methodo...
|
38 |
| 20260 | accessibility | eyadsibai/ltk |
Accessibility (a11y) Comprehensive accessibility guidelines based on WCAG 2.2 and Lighthouse accessibility audits. Goal: make content usable by everyone, including people with disabilities. WCAG Principles: POUR Principle Description P erceivable Content can be perceived through different senses O perable Interface can be operated by all users U nderstandable Content and interface are understandable R obust Content works with assistive technologies Conformance levels Level Requirement Target A M...
|
38 |
| 20261 | typo3-core-contributions | dirnbauer/webconsulting-skills |
Guide for TYPO3 Core contribution workflow from account setup to patch submission. When to Use - Forge issue URLs (e.g., `https://forge.typo3.org/issues/105737`) - Contributing patches, fixing TYPO3 bugs - Gerrit review workflow, rebasing, CI failures Prerequisites Before contributing, ensure you have: - TYPO3.org Account: Register at [https://my.typo3.org/](https://my.typo3.org/) - Gerrit SSH Key: Upload to [https://review.typo3.org/settings/SSHKeys](https://review.typo3.org/settings/...
|
38 |
| 20262 | json-render-image | vercel-labs/json-render |
@json-render/image Image renderer that converts JSON specs into SVG and PNG images using Satori. Quick Start import { renderToPng } from "@json-render/image/render" ; import type { Spec } from "@json-render/core" ; const spec : Spec = { root : "frame" , elements : { frame : { type : "Frame" , props : { width : 1200 , height : 630 , backgroundColor : "1a1a2e" } , children : [ "heading" ] , } , heading : { type : "Heading" , props : { text : "Hello World" , level : "h1" , color : "ffffff" } , chil...
|
38 |
| 20263 | code-quality-workflow | nickcrew/claude-ctx-plugin |
Code Quality Workflow Overview Standardize how to analyze, review, and improve code quality. This skill centralizes quality assessment, code review practices, and systematic improvements with validation gates. When to Use Quality assessment or code analysis requests Code review (PRs, refactors, pre-merge checks) Maintainability or performance improvements Security hygiene improvements (non-audit level) Avoid when: A full security audit is required (use security-specific skills) The task is p...
|
38 |
| 20264 | frontend-design | zenobi-us/dotfiles |
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
|
38 |
| 20265 | ai-marketing-videos | inference-sh/agent-skills |
AI Marketing Videos Create professional marketing videos via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Generate a product promo video infsh app run google/veo-3-1-fast --input '{ "prompt": "Sleek product reveal video, smartphone emerging from light particles, premium tech aesthetic, commercial quality" }' Video Ad Types Type Duration Platform Bumper Ad 6 seconds YouTube Short Ad 15...
|
38 |
| 20266 | shopify-polaris-design | toilahuongg/google-antigravity-kit |
This skill ensures that interfaces are built using Shopify's Polaris Design System, guaranteeing a native, accessible, and professional look and feel for Shopify Merchants. Core Principles Merchant-Focused: Design for efficiency and clarity. Merchants use these tools to run their business. Native Feel: The app should feel like a natural extension of the Shopify Admin. Do not introduce foreign design patterns (e.g. Material Design shadows, distinct bootstappy buttons) unless absolutely necessary...
|
38 |
| 20267 | full-stack-doc | teachingai/full-stack-skills |
本技能提供了一套完整的项目文档模板集合,帮助快速生成软件开发项目所需的各种文档。模板基于 DDD(领域驱动设计)和 COLA 架构思想,适用于从产品调研到项目运维的全生命周期。 关键词: 项目文档、PRD、需求文档、架构设计、技术文档、项目模板、文档生成、产品文档 核心功能 1. 产品阶段文档 - 产品调研模板 - 市场调研、用户调研、竞品分析 - 需求调研模板 - 需求收集、用户访谈、需求整理 - 技术调研模板 - 技术选型、技术可行性分析、技术对比 - 需求分析模板 - 需求拆解、优先级排序、需求评审 2. 设计阶段文档 - PRD文档模板 - 产品需求文档,包含功能需求、用户故事、验收标准 - 视觉与交互 DNA 规范模板 - 设计语言、交互规范、视觉规范 - UI 设计说明模板 - UI设计规范、组件库、设计系统 3. 技术设计文档 - 领域模型说明模板 - DDD领域模型、实体、值对象、聚合 - 系统架构设计模板 - 技术架构、系统架构、部署架构 - 技术细分模板 - 接口设计、数据库设计、技术实现细节 4. 测试与交付文档 - 功...
|
38 |
| 20268 | artifactory-module-architecture | tencentblueking/bk-ci |
Artifactory 制品库模块架构指南 模块定位: Artifactory 是 BK-CI 的制品库模块,负责构建产物的存储、下载、管理,支持对接本地磁盘存储或 BkRepo(蓝鲸制品库)等后端存储系统。 一、模块整体结构 1.1 子模块划分 src/backend/ci/core/artifactory/ ├── api-artifactory/ API 接口定义层 │ └── src/main/kotlin/com/tencent/devops/artifactory/ │ ├── api/ │ │ ├── builds/ 构建时接口 │ │ ├── service/ 服务间接口 │ │ └── user/ 用户接口 │ ├── constant/ 常量和消息码 │ └── pojo/ 数据对象 │ └── enums/ ...
|
38 |
| 20269 | branch-finalization | qodex-ai/ai-agent-skills |
Finishing a Development Branch Overview Guide completion of development work by presenting clear options and handling chosen workflow. Core principle: Verify tests → Present options → Execute choice → Clean up. Announce at start: "I'm using the finishing-a-development-branch skill to complete this work." The Process Step 1: Verify Tests Before presenting options, verify tests pass: Run project's test suite npm test / cargo test / pytest / go test ./... If tests fail: Tests failing (<N>...
|
37 |
| 20270 | rigorous-reasoning | athola/claude-night-market |
Table of Contents Overview Priority Signals Red Flag Self-Monitoring Analysis Workflows Required TodoWrite Items Integration with Other Skills Exit Criteria Rigorous Reasoning Overview Rigorous reasoning prioritizes validity and accuracy over conversational politeness. Before responding to queries in contested territory, you must override default patterns that favor agreement. Agreement is not a social courtesy; it requires empirical or logical proof. If evidence points toward a socially awkwar...
|
37 |
| 20271 | term-sheet-review | skala-io/legal-skills |
First published on Skala Legal Skills Legal Disclaimer This skill is provided for informational and educational purposes only and does not constitute legal advice. The analysis and information provided should not be relied upon as a substitute for consultation with a qualified attorney. No attorney-client relationship is created by using this skill. Laws and regulations vary by jurisdiction and change over time. Always consult with a licensed attorney in your jurisdiction for advice on specific ...
|
37 |
| 20272 | e2e testing (frontend) | exceptionless/exceptionless |
E2E Testing (Frontend) Note: E2E test coverage is currently limited. This is an area for improvement. Running Tests npx playwright install First time only npm run test:e2e Page Object Model Create page objects for reusable page interactions: // e2e/pages/login-page.ts import { type Page , type Locator , expect } from '@playwright/test' ; export class LoginPage { readonly page : Page ; readonly emailInput : Locator ; readonly passwordInput : Locator ; readonly submitButton : Locator ; readonly e...
|
37 |
| 20273 | weather | aws-samples/sample-strands-agent-with-agentcore |
Weather Skill Get current weather conditions and forecasts. When to Use ✅ USE this skill when: "What's the weather?" "Will it rain today/tomorrow?" "Temperature in [city]" "Weather forecast for the week" Travel planning weather checks When NOT to Use ❌ DON'T use this skill when: Historical weather data → use weather archives/APIs Climate analysis or trends → use specialized data sources Hyper-local microclimate data → use local sensors Severe weather alerts → check official NWS sources Aviation/...
|
37 |
| 20274 | problem-solving | duc01226/easyplatform |
Problem-Solving Skills A collection of techniques for breaking through stuck points and finding elegant solutions. Available Sub-Skills When Stuck (Dispatch) Location: when-stuck/SKILL.md Start here when stuck. Matches your stuck-type to the right technique. Quick dispatch table for routing to the appropriate sub-skill. Collision-Zone Thinking Location: collision-zone-thinking/SKILL.md Force unrelated concepts together to discover emergent properties. "What if we treated X like Y?" Revolu...
|
37 |
| 20275 | graphql-api-development | manutej/luxor-claude-marketplace |
GraphQL API Development A comprehensive skill for building production-ready GraphQL APIs using graphql-js. Master schema design, type systems, resolvers, queries, mutations, subscriptions, authentication, authorization, caching, testing, and deployment strategies. When to Use This Skill Use this skill when: Building a new API that requires flexible data fetching for web or mobile clients Replacing or augmenting REST APIs with more efficient data access patterns Developing APIs for applicatio...
|
37 |
| 20276 | check-pr | greptileai/skills |
Check PR Analyze a pull request for review comments, status checks, and description completeness, then help address any issues found. Inputs PR number (optional): If not provided, detect the PR for the current branch. Instructions 1. Identify the PR If a PR number was provided, use it. Otherwise, detect it: gh pr view --json number -q .number 2. Fetch PR details gh pr view < PR_NUMBER > --json title,body,state,reviews,comments,headRefName,statusCheckRollup gh api repos/ { owner } / { repo } /pul...
|
37 |
| 20277 | birdeye | starchild-ai-agent/official-skills |
Birdeye Multi-chain data provider for token intelligence and wallet analytics. Covers Solana + EVM chains (Ethereum, Arbitrum, Base, etc.). Focus on Birdeye's unique capabilities for security analysis and portfolio tracking. Available Tools (3) Token Intelligence (2 tools) birdeye_token_security : Security score and rug pull risk analysis birdeye_token_overview : Comprehensive token data (price, volume, market cap, liquidity) Wallet Analytics (1 tool) birdeye_wallet_networth : Current wallet net...
|
37 |
| 20278 | interaction-physics | sanky369/vibe-building-skills |
Interaction Design Overview Interactions are the moments when your interface comes alive. They're the transitions between states, the feedback when users take action, the animations that guide attention. When done well, interactions are invisible—they feel natural and right. When done poorly, they distract or confuse. This skill teaches you to think about interactions systematically: understanding animation principles, designing intentional microinteractions, providing clear feedback, and ensu...
|
37 |
| 20279 | galileo-ai | teachingai/full-stack-skills |
Use this skill whenever the user wants to: - [待完善:根据具体工具添加使用场景] How to use this skill [待完善:根据具体工具添加使用指南] Best Practices [待完善:根据具体工具添加最佳实践] Keywords [待完善:根据具体工具添加关键词]
|
37 |
| 20280 | fix-types | saaspegasus/django-skills |
Your task To fix types, do the following. First run the type checker to see what the issues are: uv run mypy . Group the errors you find in to logical buckets. For each bucket of errors, go through the errors one at a time, tell me the fix you want to apply, and then ask if I have any questions or suggestions before proceeding. Only once I approve, apply the fix and move onto the next error in the bucket. Once you've completed a bucket, ask me if I'd like to move on to the next bucket. Prefer ca...
|
37 |
| 20281 | arc-campaign-manager | breverdbidder/life-os |
ARC Campaign Manager Build and manage review teams that deliver 25+ Day 1 reviews. ARC Campaign Timeline Phase Timing Goal Recruitment T-90 to T-60 50-100 signups Distribution T-60 to T-45 ARCs delivered Nurturing T-45 to T-7 Readers engaged Activation T-7 to T-0 Reviews prepped Launch T-0 Reviews posted Target Metrics ARC Signups: 100 ARC Downloads: 75 (75% conversion) Readers Who Finish: 50 (67% of downloads) Reviews Posted: 25-30 (50-60% of finishers) Day 1 Reviews: 10-15 Week 1 Reviews: 20-2...
|
37 |
| 20282 | redis-cache-manager | jeremylongshore/claude-code-plugins-plus-skills |
Redis Cache Manager Purpose This skill provides automated assistance for redis cache manager tasks within the Backend Development domain. When to Use This skill activates automatically when you: Mention "redis cache manager" in your request Ask about redis cache manager patterns or best practices Need help with backend skills covering node.js, python, go, database design, caching, messaging, and microservices architecture. Capabilities Provides step-by-step guidance for redis cache manager Follo...
|
37 |
| 20283 | openclaw-security | atlaspa/openclaw-security |
OpenClaw Security Suite One skill to install, configure, and orchestrate the entire OpenClaw security stack. Install All Security Tools python3 { baseDir } /scripts/security.py install --workspace /path/to/workspace Installs all 11 free security skills from ClawHub. Unified Dashboard python3 { baseDir } /scripts/security.py status --workspace /path/to/workspace Aggregated health check across all installed security tools. Full Security Scan python3 { baseDir } /scripts/security.py scan --workspac...
|
37 |
| 20284 | interview | enzed/skills |
Interview for Specification Phase 1: Exploration Before asking any questions, use the Task tool with subagent_type=Explore to do a deep-dive on the codebase and understand how the topic in the instructions works. Spawn multiple exploration agents in parallel if needed to cover different aspects (e.g., data flow, UI components, state management, related systems). Once the exploration is complete, present a full exhaustive summary to the user covering: How the feature/system currently works Key fi...
|
37 |
| 20285 | suno song creator | nwp/suno-song-creator-plugin |
Suno Song Creator Create professional, production-ready music prompts for Suno AI by understanding its probabilistic nature and speaking its native language of structured metadata. 🛠️ Character Counting Utilities IMPORTANT: This skill includes character counting utilities in utils/ because LLMs cannot accurately count characters. Tool Requirements: Uses the Bash tool to run character counting scripts Requires either Python 3 or Node.js installed on the system Available Utilities: utils/count-pro...
|
37 |
| 20286 | solarwinds-logs | jakenuts/agent-skills |
SolarWinds Log Search Search DealerVision production logs through the SolarWinds Observability API using the logs CLI tool. First-Time Setup (On Demand) This skill requires the logs CLI tool, .NET 10, and a SolarWinds API token. Install only when the skill is activated. 1. Check if Already Installed Linux/macOS: logs --help 2 > /dev/null || echo "Not installed - setup required" echo " $SOLARWINDS_API_TOKEN " Windows (PowerShell): logs -- help 2> $null Write-Host "SOLARWINDS_API_TOKEN= $env :SOLA...
|
37 |
| 20287 | 10-andruia-skill-smith | sickn33/antigravity-awesome-skills |
🔨 Andru.ia Skill-Smith (The Forge) When to Use Esta habilidad es aplicable para ejecutar el flujo de trabajo o las acciones descritas en la descripción general. 📝 Descripción Soy el Ingeniero de Sistemas de Andru.ia. Mi propósito es diseñar, redactar y desplegar nuevas habilidades (skills) dentro del repositorio, asegurando que cumplan con la estructura oficial de Antigravity y el Estándar de Diamante. 📋 Instrucciones Generales Idioma Mandatorio: Todas las habilidades creadas deben tener sus ins...
|
37 |
| 20288 | senior-frontend | sickn33/antigravity-awesome-skills |
Senior Frontend Complete toolkit for senior frontend with modern tools and best practices. Quick Start Main Capabilities This skill provides three core capabilities through automated scripts: Script 1: Component Generator python scripts/component_generator.py [ options ] Script 2: Bundle Analyzer python scripts/bundle_analyzer.py [ options ] Script 3: Frontend Scaffolder python scripts/frontend_scaffolder.py [ options ] Core Capabilities 1. Component Generator Automated tool for component gen...
|
37 |
| 20289 | submit-to-agentbeat | stpdevteam/submit-to-agentbeat |
Submit to AgentBeat This file is the control plane for execution. Keep steps concise here and load detailed guidance from reference documents only when needed. Overview Submission Progress: - [ ] Step 1: Create or locate EVM wallet - [ ] Step 2: Request gas from owner - [ ] Step 3: Register ERC-8004 agent identity (NFT) - [ ] Step 4: Integrate x402 payment capability - [ ] Step 5: Submit to AgentBeat and claim USDC rewards Eligibility summary: Complete Steps 1-4 before Step 5. Use mainnet regist...
|
37 |
| 20290 | tailwindcss | squirrelfishcityhall150/claude-code-kit |
Tailwind CSS The skill is based on Tailwind CSS v4.1.18, generated at 2026-01-28. Tailwind CSS is a utility-first CSS framework for rapidly building custom user interfaces. Instead of writing custom CSS, you compose designs using utility classes directly in your markup. Tailwind v4 introduces CSS-first configuration with theme variables, making it easier to customize your design system. Core References Topic Description Reference Installation Vite, PostCSS, CLI, and CDN setup core-installation U...
|
37 |
| 20291 | cors-policy-validator | jeremylongshore/claude-code-plugins-plus-skills |
Cors Policy Validator Purpose This skill provides automated assistance for cors policy validator tasks within the Security Fundamentals domain. When to Use This skill activates automatically when you: Mention "cors policy validator" in your request Ask about cors policy validator patterns or best practices Need help with essential security skills covering authentication, input validation, secure coding practices, and basic vulnerability detection. Capabilities Provides step-by-step guidance for ...
|
37 |
| 20292 | report-generator | curiouslearner/devkit |
Report Generator Skill Overview This skill enables automatic generation of professional data reports. Create dashboards, KPI summaries, and analytical reports with charts, tables, and insights from your data. How to Use Provide data (CSV, Excel, JSON, or describe it) Specify the type of report needed I'll generate a formatted report with visualizations Example prompts: "Generate a sales report from this data" "Create a monthly KPI dashboard" "Build an executive summary with charts" "Produce a da...
|
37 |
| 20293 | web-cloud-designer | erichowens/some_claude_skills |
Web Cloud Designer Expert in creating realistic, performant cloud effects for web applications using SVG filters, CSS animations, and layering techniques. Specializes in atmospheric visuals that enhance user experience without sacrificing performance. When to Use This Skill Use for: Realistic cloud backgrounds and skyboxes Weather-themed UI elements and transitions Parallax cloud scenes with depth Animated atmospheric effects Stylized/cartoon cloud designs Hero section backgrounds with sky t...
|
37 |
| 20294 | devdocs-dev-tasks | ab300819/skills |
开发任务 将系统设计分解为可执行、可追踪的开发任务。 语言规则 支持中英文提问 统一中文回复 使用中文生成文档 触发条件 用户已完成系统设计和测试用例 用户要求拆分开发任务 用户需要迭代/Sprint 规划 来自 /devdocs-feature 、 /devdocs-bugfix 、 /devdocs-insights 的增量需求 前置条件 需求文档: docs/devdocs/01-requirements.md 系统设计文档: docs/devdocs/02-system-design.md 测试用例文档: docs/devdocs/03-test-cases.md 如不存在,建议先运行前置阶段 运行模式 /devdocs-dev-tasks → 标准模式(逐步确认) /devdocs-dev-tasks --fast → 跳过逐步确认,直接生成,仅最终确认 --fast 模式 使用合理默认值(不询问任务粒度偏好等) 仅保留最终写入前的 1 次确认 默认行为不变, --fast 是 opt-in 工作流程 读取文档 :加载所有前置阶段文档 识别组件 :将...
|
37 |
| 20295 | using-agent-relay | agentworkforce/relay |
Agent Relay Real-time agent-to-agent messaging via MCP tools. MCP Tools All agent communication uses MCP tools provided by the Relaycast MCP server: Tool Description relay_send(to, message) Send a message to an agent or channel relay_inbox() Check your inbox for new messages relay_who() List online agents relay_spawn(name, cli, task) Spawn a new worker agent relay_release(name) Release/stop a worker agent relay_status() Check relay connection status Sending Messages Use the relay_send MCP tool: ...
|
37 |
| 20296 | spec-checklist | zixun-github/aisdlc |
spec-checklist(Spec Pack 文档待澄清点扫描与收敛) 概述 本技能用于在 当前 Spec Pack 内按流程顺序扫描文档,找出“待澄清/待确认”的 高价值问题 ,并通过 一次只问一个问题 的循环把结论回写到对应文档,直到不确定性被消除或被转成可验证条目。 核心原则:不猜、不批量问、不留口头结论;每次裁决后立刻落盘。 何时使用 你看到 spec pack 文档中出现 待确认/待澄清/TBD/TODO/未定/暂定/Open Questions/???/FIXME 等 你不确定某段文本是“结论”还是“占位符/假设/口头约定” 你需要把不确定性收敛为: 已确认结论 或 可执行验证项 硬规则(必须遵守) 门禁优先 :只要要读写 {FEATURE_DIR}/requirements|design|implementation|verification ,必须先执行 REQUIRED SUB-SKILL: spec-context 获取上下文,并在对话中回显 FEATURE_DIR=... (允许 (reuse) )。 spec-context 失败就停止 :若无法得到有效 F...
|
37 |
| 20297 | deepsearch | yeachan-heo/oh-my-codex |
Deep Search Mode [DEEPSEARCH MODE ACTIVATED] Objective Perform thorough search of the codebase for the specified query, pattern, or concept. Search Strategy Broad Search Search for exact matches Search for related terms and variations Check common locations (components, utils, services, hooks) Deep Dive Read files with matches Check imports/exports to find connections Follow the trail (what imports this? what does this import?) Synthesize Map out where the concept is used Identify the ...
|
37 |
| 20298 | api-test-generator | matteocervelli/llms |
Api Test Generator Purpose This skill provides automated assistance for api test generator tasks within the Test Automation domain. When to Use This skill activates automatically when you: Mention "api test generator" in your request Ask about api test generator patterns or best practices Need help with test automation skills covering unit testing, integration testing, mocking, and test framework configuration. Capabilities Provides step-by-step guidance for api test generator Follows industry b...
|
37 |
| 20299 | architect-review | rmyndharis/antigravity-skills |
You are a master software architect specializing in modern software architecture patterns, clean architecture principles, and distributed systems design. Use this skill when Reviewing system architecture or major design changes Evaluating scalability, resilience, or maintainability impacts Assessing architecture compliance with standards and patterns Providing architectural guidance for complex systems Do not use this skill when You need a small code review without architectural impact The chang...
|
37 |
| 20300 | flaky-test-detective | patricio0312rev/skills |
Flaky Test Detective Diagnose and eliminate flaky tests systematically. Common Flaky Test Patterns 1. Timing Issues // ❌ Flaky: Race condition test("should load user data", async () => { render(<UserProfile userId="123" />); // Race condition - might pass or fail expect(screen.getByText("John Doe")).toBeInTheDocument(); }); // ✅ Fixed: Wait for element test("should load user data", async () => { render(<UserProfile userId="123" />); await waitFor(() => { expect(screen.getByTex...
|
37 |