name
stringlengths
2
64
description
stringlengths
3
1.02k
source
stringclasses
6 values
path
stringclasses
198 values
url
stringlengths
29
246
author
stringlengths
2
33
dart-hot-reload
To apply latest code changes to a running Flutter app, trigger hot reload after connecting to the Dart Tooling Daemon.
skillsmp.com
null
https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/mcp-skills/dart-hot-reload
X-School-Academy
background-process-get-process-output
To read logs from a managed background process, fetch recent output (head or tail) for a process so you can inspect its stdout/stderr.
skillsmp.com
null
https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/mcp-skills/background-process-get-process-output
X-School-Academy
dev-swarm-npm-publish
Publish JavaScript/TypeScript packages to the npm registry with consistent metadata, versioning, and release checks. Use when preparing or executing an npm release.
skillsmp.com
null
https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/skills/dev-swarm-npm-publish
X-School-Academy
dart-dart-format
To format Dart code consistently, run `dart format .` on the given roots to apply standard formatting.
skillsmp.com
null
https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/mcp-skills/dart-dart-format
X-School-Academy
dart-add-roots
To register project roots for Dart tooling access, add one or more root paths before using other Dart tools on those projects.
skillsmp.com
null
https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/mcp-skills/dart-add-roots
X-School-Academy
dev-swarm-project-management
Plan sprints and backlogs in an AI-Driven Development workflow. Define features (backlogs), organize sprints as cumulative demo-able milestones, and manage the full development lifecycle.
skillsmp.com
null
https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/skills/dev-swarm-project-management
X-School-Academy
playwright-browser-hover
To hover over a page element, trigger hover states such as menus or tooltips.
skillsmp.com
null
https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/mcp-skills/playwright-browser-hover
X-School-Academy
dev-swarm-tech-specs
Define technical specifications including tech stack, security, theme standards (from UX mockup), coding standards, and testing standards. Use when user asks to define tech specs, choose tech stack, or start Stage 7 after architecture.
skillsmp.com
null
https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/skills/dev-swarm-tech-specs
X-School-Academy
playwright-browser-handle-dialog
To accept or dismiss browser dialogs like alert/confirm/prompt, handle the dialog so automation can continue.
skillsmp.com
null
https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/mcp-skills/playwright-browser-handle-dialog
X-School-Academy
dev-swarm-mermaid
Create Mermaid diagrams and convert them to images. Use when needing to visualize flows, architecture, or data structures.
skillsmp.com
null
https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/skills/dev-swarm-mermaid
X-School-Academy
dev-swarm-devops
Setup development environment, MCP tools, GitHub repository, and Docker configurations. Use when user asks to setup devops, configure development environment, or start Stage 8 after tech specs.
skillsmp.com
null
https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/skills/dev-swarm-devops
X-School-Academy
playwright-browser-press-key
To press a keyboard key in the page, send a key press for shortcuts or input behavior.
skillsmp.com
null
https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/mcp-skills/playwright-browser-press-key
X-School-Academy
dart-get-widget-tree
To inspect the Flutter widget tree of the running app, retrieve the widget hierarchy after connecting to the Dart Tooling Daemon.
skillsmp.com
null
https://github.com/X-School-Academy/ai-dev-swarm/tree/main/dev-swarm/mcp-skills/dart-get-widget-tree
X-School-Academy
gemini-illustrations
Generate consistent medieval manuscript-style illustrations for the Scholastic Bible using Gemini Imagen. Use when creating images, illustrations, artwork, or visuals for Bible pages, parables, book headers, chapter art, or any visual content for the site.
skillsmp.com
null
https://github.com/JohnVonDrashek/scholastic-bible/tree/main/.claude/skills/gemini-illustrations
JohnVonDrashek
debugging
Four-phase debugging framework that ensures root cause identification before fixes. Use when encountering bugs, test failures, unexpected behavior, or when previous fix attempts failed. Enforces investigate-first discipline ('debug this', 'fix this error', 'test is failing', 'not working').
skillsmp.com
null
https://github.com/TheMostlyGreat/safeword/tree/main/.claude/skills/safeword-debugging
TheMostlyGreat
bdd-orchestrating
BDD orchestrator for feature-level work requiring multiple scenarios. Use when user says 'add', 'implement', 'build', 'feature', 'iteration', 'phase', or work touches 3+ files with new state/flows. Also use when user runs /bdd. Do NOT use for bug fixes, typos, config changes, or 1-2 file tasks—use safeword-tdd-enforcin...
skillsmp.com
null
https://github.com/TheMostlyGreat/safeword/tree/main/.claude/skills/safeword-bdd-orchestrating
TheMostlyGreat
quality-reviewer
Deep code review with web research to verify against latest ecosystem. Use when user says 'double check against latest', 'verify versions', 'check security', 'review against docs', or needs deep analysis beyond automatic quality hook.
skillsmp.com
null
https://github.com/TheMostlyGreat/safeword/tree/main/.claude/skills/safeword-quality-reviewer
TheMostlyGreat
tdd-enforcing
Use when implementing features, fixing bugs, or making code changes. Ensures scope is defined before coding, then enforces RED → GREEN → REFACTOR test discipline. Triggers: 'implement', 'add', 'build', 'create', 'fix', 'change', 'feature', 'bug'.
skillsmp.com
null
https://github.com/TheMostlyGreat/safeword/tree/main/.claude/skills/safeword-tdd-enforcing
TheMostlyGreat
writing-plans
Use when spec is complete and you need detailed implementation tasks for LLM agents. Creates execution plans with exact file paths, complete code examples, and verification steps. Triggers: 'write plan', 'execution plan', 'implementation plan', 'break down into tasks', 'detailed steps'.
skillsmp.com
null
https://github.com/TheMostlyGreat/safeword/tree/main/.claude/skills/safeword-writing-plans
TheMostlyGreat
brainstorming
Use before implementation when refining rough ideas into specs. Guides collaborative design through Socratic questioning, alternative exploration, and incremental validation. Triggers: 'brainstorm', 'design', 'explore options', 'figure out', 'think through', 'what approach'.
skillsmp.com
null
https://github.com/TheMostlyGreat/safeword/tree/main/.claude/skills/safeword-brainstorming
TheMostlyGreat
refactoring
Systematic refactoring with small-step discipline. Use when user says 'refactor', 'clean up', 'restructure', 'extract', 'rename', 'simplify', or mentions code smells. Enforces one change → test → commit cycle. For structural improvements, NOT style/formatting (use /lint). NOT for adding features or fixing bugs.
skillsmp.com
null
https://github.com/TheMostlyGreat/safeword/tree/main/.claude/skills/safeword-refactoring
TheMostlyGreat
quality-reviewing
Deep code review with web research to verify against latest ecosystem. Use when user says 'double check against latest', 'verify versions', 'check security', 'review against docs', or needs deep analysis beyond automatic quality hook.
skillsmp.com
null
https://github.com/TheMostlyGreat/safeword/tree/main/.claude/skills/safeword-quality-reviewing
TheMostlyGreat
draft-commit-message
Draft a Conventional Commits message in markdown when the user asks for a commit message/commit msg (e.g., "commit msg?", "commit message", "msg in md"). Use for any request to write or format a git commit message.
skillsmp.com
null
https://github.com/Masked-Kunsiquat/crm-orbit2/tree/master/.codex/skills/draft-commit-message
Masked-Kunsiquat
count-mcp-tools
Count the total number of MCP tools in the Umbraco MCP Server project and provide a breakdown by collection. Use when the user asks about tool counts, tool statistics, or how many tools exist.
skillsmp.com
null
https://github.com/umbraco/Umbraco-CMS-MCP-Dev/tree/main/.claude/skills/count-mcp-tools
umbraco
update-ignored-endpoints
Update the IGNORED_ENDPOINTS.md documentation file with current endpoint coverage analysis. Use when documentation needs to be refreshed or when verifying ignored endpoint status.
skillsmp.com
null
https://github.com/umbraco/Umbraco-CMS-MCP-Dev/tree/main/.claude/skills/update-ignored-endpoints
umbraco
nextjs-gherkin-generator
Next.js/TypeScriptプロジェクト向けGherkinシナリオ自動生成スキル。以下の場合に使用:(1) ユーザーストーリーからBDDシナリオ作成時(2) PRD/仕様書からテストシナリオ生成時(3) APIエンドポイントの振る舞い定義時(4) ページ遷移・UIインタラクションのシナリオ化時
skillsmp.com
null
https://github.com/tailwind8/portfolio-reserve/tree/main/.claude/skills/nextjs-gherkin-generator
tailwind8
playwright-bdd-analyzer
Playwright-BDD/Cucumberテストの品質分析スキル。以下の場合に使用:(1) .featureファイルのレビュー・品質チェック時(2) ステップ定義の再利用性分析時(3) シナリオ網羅性の確認時(4) E2Eテスト実行結果の分析時(5) テストの保守性評価時
skillsmp.com
null
https://github.com/tailwind8/portfolio-reserve/tree/main/.claude/skills/playwright-bdd-analyzer
tailwind8
typescript-security-checker
Next.js/TypeScriptプロジェクト向けセキュリティ診断スキル。OWASP準拠。以下の場合に使用:(1) PRレビュー時のセキュリティチェック(2) API Routes のセキュリティ検証(3) 認証・認可ロジックの確認(4) 依存パッケージの脆弱性確認(5) 環境変数・シークレット管理の確認
skillsmp.com
null
https://github.com/tailwind8/portfolio-reserve/tree/main/.claude/skills/typescript-security-checker
tailwind8
wheels-anti-pattern-detector
Automatically detect and prevent common Wheels framework errors before code is generated. This skill activates during ANY Wheels code generation (models, controllers, views, migrations) to validate patterns and prevent known issues. Scans for mixed arguments, query/array confusion, non-existent helpers, and database-sp...
skillsmp.com
null
https://github.com/wheels-dev/wheels/tree/develop/.claude/skills/wheels-anti-pattern-detector
wheels-dev
wheels-api-generator
Generate RESTful API controllers with JSON responses, proper HTTP status codes, and API authentication. Use when creating API endpoints, JSON APIs, or web services. Ensures proper REST conventions and error handling.
skillsmp.com
null
https://github.com/wheels-dev/wheels/tree/develop/.claude/skills/wheels-api-generator
wheels-dev
wheels-auth-generator
Generate authentication system with user model, sessions controller, and password hashing. Use when implementing user authentication, login/logout, or session management. Provides secure authentication patterns and bcrypt support.
skillsmp.com
null
https://github.com/wheels-dev/wheels/tree/develop/.claude/skills/wheels-auth-generator
wheels-dev
wheels-controller-generator
Generate Wheels MVC controllers with CRUD actions, filters, parameter verification, and proper rendering. Use when creating or modifying controllers, adding actions, implementing filters for authentication/authorization, handling form submissions, or rendering views/JSON. Ensures proper Wheels conventions and prevents ...
skillsmp.com
null
https://github.com/wheels-dev/wheels/tree/develop/.claude/skills/wheels-controller-generator
wheels-dev
wheels-debugging
Troubleshoot common Wheels errors and provide debugging guidance. Use when encountering errors, exceptions, or unexpected behavior. Provides error analysis, common solutions, and debugging strategies for Wheels applications.
skillsmp.com
null
https://github.com/wheels-dev/wheels/tree/develop/.claude/skills/wheels-debugging
wheels-dev
wheels-deployment
Configure Wheels applications for production deployment with security hardening, performance optimization, and environment-specific settings. Use when preparing for production, configuring servers, or hardening security.
skillsmp.com
null
https://github.com/wheels-dev/wheels/tree/develop/.claude/skills/wheels-deployment
wheels-dev
wheels-documentation-generator
Generate documentation comments, README files, and API documentation for Wheels applications. Use when documenting code, creating project READMEs, or generating API docs.
skillsmp.com
null
https://github.com/wheels-dev/wheels/tree/develop/.claude/skills/wheels-documentation-generator
wheels-dev
wheels-email-generator
Generate email functionality including mailer controllers, email templates, and configuration. Use when sending emails, creating notifications, or implementing transactional emails. Ensures proper email structure, layouts, and testing.
skillsmp.com
null
https://github.com/wheels-dev/wheels/tree/develop/.claude/skills/wheels-email-generator
wheels-dev
wheels-migration-generator
Generate database-agnostic Wheels migrations for creating tables, altering schemas, and managing database changes. Use when creating or modifying database schema, adding tables, columns, indexes, or foreign keys. Prevents database-specific SQL and ensures cross-database compatibility.
skillsmp.com
null
https://github.com/wheels-dev/wheels/tree/develop/.claude/skills/wheels-migration-generator
wheels-dev
wheels-model-generator
Generate Wheels ORM models with proper validations, associations, and methods. Use when the user wants to create or modify a Wheels model, add validations, define associations (hasMany, belongsTo, hasManyThrough), or implement custom model methods. Prevents common Wheels-specific errors like mixed argument styles and e...
skillsmp.com
null
https://github.com/wheels-dev/wheels/tree/develop/.claude/skills/wheels-model-generator
wheels-dev
wheels-plugin-generator
Generate Wheels plugins with proper structure, configuration, and ForgeBox packaging. Use when creating plugins, extending Wheels functionality, or packaging reusable components. Ensures plugins follow Wheels conventions and can be easily shared via ForgeBox.
skillsmp.com
null
https://github.com/wheels-dev/wheels/tree/develop/.claude/skills/wheels-plugin-generator
wheels-dev
wheels-refactoring
Refactor Wheels code for better performance, security, and maintainability. Use when optimizing code, fixing anti-patterns, improving performance, or enhancing security. Provides refactoring patterns and best practices.
skillsmp.com
null
https://github.com/wheels-dev/wheels/tree/develop/.claude/skills/wheels-refactoring
wheels-dev
wheels-routing-generator
Generate RESTful routes, nested routes, and custom routing patterns for Wheels applications. Use when defining URL structure, creating RESTful resources, or implementing custom route patterns. Ensures proper HTTP verb mapping and route constraints.
skillsmp.com
null
https://github.com/wheels-dev/wheels/tree/develop/.claude/skills/wheels-routing-generator
wheels-dev
wheels-test-generator
Generate TestBox BDD test specs for Wheels models, controllers, and integration tests. Use when creating tests for models (validations, associations), controllers (actions, filters), or integration workflows. Ensures comprehensive test coverage with proper setup/teardown and Wheels testing conventions.
skillsmp.com
null
https://github.com/wheels-dev/wheels/tree/develop/.claude/skills/wheels-test-generator
wheels-dev
wheels-view-generator
Generate Wheels view templates with proper query handling, form helpers, and association display. Use when creating or modifying views, forms, layouts, or partials. Prevents common view errors like query/array confusion and incorrect form helper usage. Handles index views, show views, form views, and layouts with prope...
skillsmp.com
null
https://github.com/wheels-dev/wheels/tree/develop/.claude/skills/wheels-view-generator
wheels-dev
wheels-auth-generator
Generate authentication system with user model, sessions controller, and password hashing. Use when implementing user authentication, login/logout, or session management. Provides secure authentication patterns and bcrypt support.
skillsmp.com
null
https://github.com/wheels-dev/wheels/tree/develop/examples/tweet/.claude/skills/wheels-auth-generator
wheels-dev
wheels-controller-generator
Generate Wheels MVC controllers with CRUD actions, filters, parameter verification, and proper rendering. Use when creating or modifying controllers, adding actions, implementing filters for authentication/authorization, handling form submissions, or rendering views/JSON. Ensures proper Wheels conventions and prevents ...
skillsmp.com
null
https://github.com/wheels-dev/wheels/tree/develop/examples/tweet/.claude/skills/wheels-controller-generator
wheels-dev
wheels-debugging
Troubleshoot common Wheels errors and provide debugging guidance. Use when encountering errors, exceptions, or unexpected behavior. Provides error analysis, common solutions, and debugging strategies for Wheels applications.
skillsmp.com
null
https://github.com/wheels-dev/wheels/tree/develop/examples/tweet/.claude/skills/wheels-debugging
wheels-dev
wheels-documentation-generator
Generate documentation comments, README files, and API documentation for Wheels applications. Use when documenting code, creating project READMEs, or generating API docs.
skillsmp.com
null
https://github.com/wheels-dev/wheels/tree/develop/examples/tweet/.claude/skills/wheels-documentation-generator
wheels-dev
wheels-migration-generator
Generate database-agnostic Wheels migrations for creating tables, altering schemas, and managing database changes. Use when creating or modifying database schema, adding tables, columns, indexes, or foreign keys. Prevents database-specific SQL and ensures cross-database compatibility.
skillsmp.com
null
https://github.com/wheels-dev/wheels/tree/develop/examples/tweet/.claude/skills/wheels-migration-generator
wheels-dev
wheels-test-generator
Generate TestBox BDD test specs for Wheels models, controllers, and integration tests. Use when creating tests for models (validations, associations), controllers (actions, filters), or integration workflows. Ensures comprehensive test coverage with proper setup/teardown and Wheels testing conventions.
skillsmp.com
null
https://github.com/wheels-dev/wheels/tree/develop/examples/tweet/.claude/skills/wheels-test-generator
wheels-dev
wheels-view-generator
Generate Wheels view templates with proper query handling, form helpers, and association display. Use when creating or modifying views, forms, layouts, or partials. Prevents common view errors like query/array confusion and incorrect form helper usage. Handles index views, show views, form views, and layouts with prope...
skillsmp.com
null
https://github.com/wheels-dev/wheels/tree/develop/examples/tweet/.claude/skills/wheels-view-generator
wheels-dev
authoring-skills
创建新的 Agent Skill 或优化现有 Skill。当用户需要编写 SKILL.md、审查 Skill 质量、改进 Skill 结构、或学习 Skill 最佳实践时使用。根据官方创作指南自动生成符合规范的 Skill 文件。
skillsmp.com
null
https://github.com/leochanai/leo-obsidian-main/tree/main/13 Skills/authoring-skills
leochanai
bilingual-translation
将英文内容翻译成中英文双语对照格式。当用户要求翻译、提供双语版本、进行中英文对照阅读,或处理英文文档需要生成双语版本时使用。
skillsmp.com
null
https://github.com/leochanai/leo-obsidian-main/tree/main/13 Skills/bilingual-translation
leochanai
calibrating-transcribed-subtitles
校准和修正 AI 自动转录生成的字幕文本,包括专业术语校正、断句优化、格式统一和口语化内容润色。当用户提供 SRT/VTT 字幕文件、转录文本,或要求修正字幕错误、优化字幕可读性、统一术语表达时使用。
skillsmp.com
null
https://github.com/leochanai/leo-obsidian-main/tree/main/13 Skills/calibrating-transcribed-subtitles
leochanai
extracting-app-icons
从 macOS 应用程序中提取 icon 图标并转换为 PNG 格式。当用户需要获取 APP 图标、提取应用 icon、将 icns 转 png 时使用。
skillsmp.com
null
https://github.com/leochanai/leo-obsidian-main/tree/main/13 Skills/extracting-app-icons
leochanai
generating-html-from-content
将文章或内容转换为专业的中文可视化HTML网页。当需要生成HTML页面、制作可视化内容展示页、将Markdown或文本转换为网页时使用。
skillsmp.com
null
https://github.com/leochanai/leo-obsidian-main/tree/main/13 Skills/generating-html-from-content
leochanai
generating-landing-pages
创建高端、获奖级别的落地页设计。当用户需要为公司、产品或服务创建落地页、营销页面、产品介绍页时使用。支持多种美学风格,生成单文件 HTML 页面,避免常见的 AI 风格设计陷阱。
skillsmp.com
null
https://github.com/leochanai/leo-obsidian-main/tree/main/13 Skills/generating-landing-pages
leochanai
generating-poetry-image-prompts
接收用户输入的诗词,通过自主创意决策,将其转化为一份详细的、导演级的多幕视觉叙事绘图指令。在用户想要将古诗词转化为图像,或需要为诗词创作高质量提示词时使用。
skillsmp.com
null
https://github.com/leochanai/leo-obsidian-main/tree/main/13 Skills/generating-poetry-image-prompts
leochanai
managing-local-servers
批量管理本地服务器集群的生命周期。支持**并发查询**服务器状态、启动指定虚拟机(virsh start)以及安全关闭服务器(自动处理VM下电)。
skillsmp.com
null
https://github.com/leochanai/leo-obsidian-main/tree/main/13 Skills/managing-local-servers
leochanai
summarizing-youtube-videos
总结 YouTube 视频内容,提取关键信息、时间线和核心观点。当用户提供 YouTube 链接、视频 URL 或要求总结视频内容、提取视频要点时使用。支持结构化摘要、时间戳笔记等多种输出格式。
skillsmp.com
null
https://github.com/leochanai/leo-obsidian-main/tree/main/13 Skills/summarizing-youtube-videos
leochanai
generate-fashion-magazine-cover
基于人物参考图,设计并生成国际顶流时尚杂志(如 Harper's BAZAAR)的红毯封面方案。专注于直闪风格摄影、面部一致性与高端排版。
skillsmp.com
null
https://github.com/leochanai/leo-obsidian-main/tree/main/14 Actions/generate-fashion-magazine-cover
leochanai
portrait-photography-4panel
生成四格拼接构图的超写实写真。当用户上传人物参考图并要求生成多视角写真、四格构图、或私密风格拍摄时使用。将此指令直接发送给绘图模型(如 Nano Banana Pro)。
skillsmp.com
null
https://github.com/leochanai/leo-obsidian-main/tree/main/14 Actions/portrait-photography-4panel
leochanai
formatting-deepresearch-reports
清理和格式化 DeepResearch 报告文件。删除引用链接标记和多余的数字标点组合。当用户需要清理 DeepResearch 导出的报告、移除引用标记、或格式化研究文档时使用。
skillsmp.com
null
https://github.com/leochanai/leo-obsidian-main/tree/main/13 Skills/formatting-deepresearch-reports
leochanai
character-to-figure-photography
将角色插画转换为高品质手办产品摄影场景。当用户提供角色图片并要求生成手办效果图、产品摄影场景或 3D 收藏品展示时使用。
skillsmp.com
null
https://github.com/leochanai/leo-obsidian-main/tree/main/14 Actions/character-to-figure-photography
leochanai
pixel-level-character-deconstruction
生成全景式角色深度概念分解图,包含服装分层、表情集、材质特写、随身物品及私密物件展示。当用户需要角色设定图、概念美术拆解、或深度角色可视化时使用。
skillsmp.com
null
https://github.com/leochanai/leo-obsidian-main/tree/main/14 Actions/pixel-level-character-deconstruction
leochanai
optimizing-nano-banana-pro-prompts
将用户输入的简单提示词优化为符合 Nano Banana Pro 最佳实践的高质量提示词。当用户需要为 Gemini 3 Pro Image 生成图像、优化 AI 绘画提示词、或提及 Nano Banana Pro 时使用。
skillsmp.com
null
https://github.com/leochanai/leo-obsidian-main/tree/main/13 Skills/optimizing-nano-banana-pro-prompts
leochanai
chinese-zen-brand-vi
生成新中式禅意风格的品牌VI系统,包含Logo主视觉、品牌三件套、功能周边和创意周边。当用户需要创建东方美学品牌识别系统、新中式品牌全案、禅意风格VI设计时使用。
skillsmp.com
null
https://github.com/leochanai/leo-obsidian-main/tree/main/13 Skills/chinese-zen-brand-vi
leochanai
check-visual-test-status
Check the status of Vizzly visual regression tests. Use when the user asks about test status, test results, what's failing, how tests are doing, or wants a summary of visual tests. Works with both local TDD and cloud modes.
skillsmp.com
null
https://github.com/vizzly-testing/cli/tree/main/claude-plugin/skills/check-visual-tests
vizzly-testing
debug-visual-regression
Analyze visual regression test failures in Vizzly. Use when the user mentions failing visual tests, screenshot differences, visual bugs, diffs, or asks to debug/investigate/analyze visual changes. Works with both local TDD and cloud modes.
skillsmp.com
null
https://github.com/vizzly-testing/cli/tree/main/claude-plugin/skills/debug-visual-regression
vizzly-testing
genie-integration
Integrate Databricks Genie rooms as tools in agent workflows. Use when integrating Genie spaces with AI agents, querying Genie rooms programmatically via SDK or MCP, managing Genie conversations and polling, handling Genie API responses and errors, or building tool-calling agents that use Genie as a data source. Covers...
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/genie-integration
majiayu000
geb-protocol
项目架构约定:通过 Root/Folder/File 三层极简元数据(_dir.md + I/O/Pos 注释)让 AI 在任意位置自定位。**AI 创建文件夹时自动触发**:hook 会生成 _dir.md 模板,AI 填写 Input/Output/Pos。
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/geb-protocol
majiayu000
expo-build-deploy
Building and deploying Expo React Native apps to iOS. Use when configuring EAS Build, submitting to TestFlight, App Store deployment, managing certificates, or troubleshooting build issues.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/expo-build-deploy
majiayu000
arm-template-functions
Expert knowledge for using Azure Resource Manager (ARM) template functions, especially reference(), listKeys(), and resourceId() in subscription-level and nested deployments. Use when working with ARM templates, encountering template validation errors, or implementing cross-scope resource references.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/devops/arm-template-functions
majiayu000
code-understanding
代码理解和文档生成技能,用于递归分析代码库结构并在每个目录层级生成包含模块概述、详细讲解和文件摘要的README.md文档。当用户需要理解新项目、生成技术文档或进行代码库结构分析时使用此技能。
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/code-understanding
majiayu000
python-dev
Python development. Use when writing Python code, CLI tools, scripts, or services. Emphasizes stdlib, type hints, pytest toolchain, and minimal dependencies.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/python-dev
majiayu000
monitoring
모니터링 및 관측성 스킬. Langfuse 트레이싱, Prometheus 메트릭, 로깅 관련 작업 시 자동으로 활성화됩니다. trace, metric, log, alert, dashboard 키워드에 반응합니다.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/monitoring
majiayu000
setup-python-lib
Sets up a new Python library project using uv in the current directory. Creates project structure, installs dev dependencies, and optionally configures git remote. Use when the user wants to initialise a Python library, package, or project with uv.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/setup-python-lib
majiayu000
dev-server
Manage development servers for vacay-photo-map. Use when starting, stopping, or checking status of postgres, frontend (Vite), or API (Bun) servers.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/dev-server
majiayu000
analyze-rust-optimizations
This skill performs thorough analysis of Rust libraries to find optimization opportunities. It should be used when reviewing Rust code for performance improvements, memory efficiency, or when profiling indicates bottlenecks. Focuses on runtime performance and memory usage through dynamic profiling tools and static code...
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/analyze-rust-optimizations
majiayu000
alex-hormozi
Talk to Alex Hormozi about their expertise. Alex Hormozi provides authentic advice using their mental models, core beliefs, and real-world examples.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/alex-hormozi
majiayu000
notebooklm-automation
Automate creation of multiple audio overviews in Google NotebookLM using Playwright. Use when the user needs to generate multiple audio podcasts from web sources with different prompts or focus areas, or when batch-creating NotebookLM audio content.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/testing/notebooklm-automation
majiayu000
learning-design-review
Review educational content against the Four Learning Design Pillars framework. Use when users want to evaluate course materials, lessons, tutorials, e-learning modules, or any instructional content for alignment with evidence-based learning design principles. Provides structured feedback with specific principle referen...
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/learning-design-review
majiayu000
nvidia-api
NVIDIA API documentation for integrating NVIDIA services. Use for NVIDIA NIM (NVIDIA Inference Microservices), LLM APIs, visual models, multimodal APIs, retrieval APIs, healthcare APIs, and CUDA-X microservices integration.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/documents/nvidia-api
majiayu000
component-patterns
Build well-structured React components using variant patterns, pure components, and container patterns. Provides patterns for component organization, type safety, and separation of concerns.Use when: building components with multiple display modes, organizing component hierarchies, implementing container/presentational...
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/component-patterns
majiayu000
wt-status
Show comprehensive status of current and all git worktrees. Use when checking uncommitted changes, sync status, or getting overview of all active worktrees.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/wt-status
majiayu000
clarification-phase
Standard Operating Procedure for /clarify phase. Covers question generation, prioritization, structured formats, and spec integration.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/design/clarification-phase
majiayu000
dbt-development
PROACTIVE skill - STOP and invoke BEFORE writing dbt SQL. Validates models against coding conventions for staging, integration, and warehouse layers. Covers naming, SQL structure, field conventions, testing, and documentation. CRITICAL - When about to write .sql files in models/, invoke this skill first, write second. ...
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/testing/dbt-development
majiayu000
global-conventions
Follow truth-first development with focused feature work, accurate spec maintenance, clean version control, environment-based configuration, and infrastructure-as-code deployments. Use this skill when managing requirements, working in branches, handling configuration, reviewing code, maintaining documentation, or deplo...
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/devops/global-conventions
majiayu000
moai-alfred-config-schema
.moai/config.json official schema documentation, structure validation, project metadata, language settings, and configuration migration guide. Use when setting up project configuration or understanding config.json structure.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/moai-alfred-config-schema
majiayu000
dependency-analyzer
Analyze project dependencies for vulnerabilities, updates, and optimization opportunities. Use when auditing dependencies or managing package versions.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/devops/dependency-analyzer
majiayu000
react-router-v7-app
Implements React Router v7 app structure, routing patterns, and component templates. Use when creating or modifying React Router v7 applications to ensure consistent folder structure, data loading patterns, and component architecture.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/react-router-v7-app
majiayu000
ui-creator
This skill should be used when users want to create new UIs, improve existing UIs, compare UI variations (A/B testing), or build component libraries. Combines visual design principles with code implementation (React/Vue) and Playwright-based evaluation to objectively assess UI quality through accessibility audits, perf...
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/ui-creator
majiayu000
dndtale
A comprehensive DnD campaign and adventure creation skill for game masters and creative content creators. Helps design complete campaigns, adventures, NPCs, encounters, maps, and storylines tailored for tabletop play. Use this when designing D&D content, creating campaign worlds, developing adventure hooks, designing e...
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/dndtale
majiayu000
cicd-setup
Sets up a CI/CD pipeline for Python projects using GitHub Actions. Includes templates for PR checks, deployment via SSH, pre-commit hooks, and email notifications. Use this skill when a user wants to create a new CI/CD pipeline for a Python project.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/devops/cicd-setup
majiayu000
moai-domain-uiux
Domain UI/UX Expert - Enterprise design systems, component architecture, accessibility, icons, and theming integration
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/design/moai-domain-uiux
majiayu000
deploy-phoenix-client
Deploy the shot-client-next frontend to Fly.io using PHOENIX BACKEND configuration (shot-client-phoenix app). Use this skill when deploying the production frontend that connects to the Elixir/Phoenix backend at shot-elixir.fly.dev.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/deploy-phoenix-client
majiayu000
skill-recommender
Analyzes codebases and conversation context to recommend relevant existing skills and suggest valuable custom skills to create. Use when exploring a project for the first time, when asked what skills would be useful, or when seeking to optimize workflow for a specific codebase.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/skill-recommender
majiayu000
global-free-threading
Your approach to handling global free threading. Use this skill when working on files where global free threading comes into play.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/global-free-threading
majiayu000
stepwise-executor
任意の作業目標を自動的に中間目標(サブゴール)に分解し、段階的に実行するスキル。 複雑なプロジェクト、大規模な実装タスク、長期的な作業を段階的に進めたい場合に使用する。 「Webアプリを作りたい」「データ分析レポートを作成したい」「リファクタリングを実施したい」 などの大きな目標を、実行可能な中間目標に分解して、進捗を追跡しながら確実に完了させる。
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/stepwise-executor
majiayu000
phase-4-validator
Validates Testing Phase completion before advancing to Finalization Phase. Checks test execution results, coverage targets, test quality, and environment health. Ensures 100% test pass rate required by quality gates.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/testing/phase-4-validator
majiayu000
create-tech-doc
doc以下に技術・計画を書くときに参考にするスキル
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/documents/create-tech-doc
majiayu000