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
progressive-enhancement
HTML-first development with CSS-only interactivity patterns. Use when building features that work without JavaScript, using native HTML elements, CSS pseudo-classes, and the View Transitions API.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/progressive-enhancement
majiayu000
swarm-board
Interact with the swarm task board. Use when you need to query existing tasks, check backlog status, create new tasks, or understand the current project state.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/productivity/swarm-board
majiayu000
meeting-notes
Generate structured meeting notes with action items, decisions, and summaries from transcripts. Use when documenting meetings or creating meeting summaries.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/documents/meeting-notes
majiayu000
daily-summary
Use when preparing daily standups or status reports - automates PR summary generation with categorization, metrics, and velocity analysis; eliminates manual report compilation and ensures consistent format
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/daily-summary
majiayu000
pr-backlog-cleaner
Clean and normalize a large backlog of GitHub pull requests in messy repositories. This skill should be used when facing a repository with numerous stale, conflicted, or outdated PRs that need systematic review, conflict resolution, testing, and disposition (merge, close, or defer). Handles PR triage, automated rebasin...
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/testing/pr-backlog-cleaner
majiayu000
barqnet-client
Specialized agent for BarqNet client application development across Desktop (Electron/TypeScript), iOS (Swift), and Android (Kotlin). Handles UI/UX implementation, OpenVPN integration, platform-specific features, secure storage, and native API usage. Use when developing client-side features, fixing UI bugs, or implemen...
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/design/barqnet-client
majiayu000
issue-template-generator
Generate GitHub issue templates for bug reports, feature requests, and questions. Triggers on "create issue template", "generate github issue template", "bug report template", "feature request template".
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/product/issue-template-generator
majiayu000
new-homelab-guest
Add new homelab guest LXC using standard Terraform pattern for hummel.casa infrastructure
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/devops/new-homelab-guest
majiayu000
gh-pr-handling
Expert GitHub CLI and PR handling. Use when working with pull requests, GitHub issues, reviews, CI checks, or any gh command operations.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/devops/gh-pr-handling
majiayu000
switch-feature
Commit or stash current work, then switch to another existing worktree. Use when switching between features or stories, ensures changes are saved before switching.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/product/switch-feature
majiayu000
reqon
Use when writing or editing .vague files for Reqon declarative API data pipelines
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/reqon
majiayu000
ai-annotation-workflow
Эксперт по data annotation. Используй для ML labeling, annotation workflows и quality control.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/ai-annotation-workflow
majiayu000
browser-testing-playwright
A skill for setting up and running end-to-end browser tests using Playwright. It includes guidance on project setup, the Page Object Model, user flow testing, visual regression, cross-browser configuration, and CI integration. Use this when a user wants to implement browser-based E2E testing.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/testing/browser-testing-playwright
majiayu000
social-media-marketing
Эксперт по SMM. Используй для стратегий в Instagram, Facebook, TikTok, LinkedIn, контент-планов и community management.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/marketing/social-media-marketing
majiayu000
wt-new
Create a new git worktree and branch for feature development. Use when starting a new feature or story that needs isolated development. Creates worktree in tree/ directory with proper branch setup.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/wt-new
majiayu000
commit-drafter
Automatically draft commit messages by analyzing git status and staged changes
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/commit-drafter
majiayu000
qa-gate
Create or update a quality gate decision for a story or code changes. Runs quality checks, specialist reviews, and produces a persistent YAML gate file with actionable findings. Supports PASS, CONCERNS, FAIL, or WAIVED decisions.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/qa-gate
majiayu000
best-practice-search
搜索并提炼业界/开源最佳实践的 SOP,强调可信来源、适用边界与可执行建议。
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/best-practice-search
majiayu000
new-db-schema
Create new database tables with Drizzle ORM schemas and Valibot validation.使用 Drizzle ORM 创建新的数据库表模式和 Valibot 验证。Use when:- Adding new database tables- Creating entity schemas- User mentions "new table", "database schema", "add entity", "新增表", "数据库模式"
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/new-db-schema
majiayu000
html-css-to-wpf-xaml
HTML/CSS를 WPF CustomControl XAML로 변환할 때 필요한 가이드. CSS 애니메이션, overflow 클리핑, pseudo-element, 회전 요소 등을 WPF로 변환할 때 발생하는 일반적인 실수와 올바른 패턴을 제공한다. 다음 상황에서 사용: (1) HTML/CSS를 WPF XAML로 변환, (2) CSS 애니메이션을 WPF Storyboard로 변환, (3) CSS border-radius + overflow: hidden을 WPF 클리핑으로 구현, (4) CSS ::before/::after pseudo-element를 WPF로 구현, (...
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/html-css-to-wpf-xaml
majiayu000
create-feature
新機能開発統合スキル - 要件分析からPR作成まで、新機能開発の全工程を自動化します。analyze-requirements、develop-backend、develop-frontend、review-architecture、qa-check、create-prの各専門スキルを適切な順序で呼び出し、完全な機能開発を実現します。品質基準(テストカバレッジ80%以上、Lint/ビルド成功)を満たすまで自動的にレビュー・修正を繰り返します。
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/design/create-feature
majiayu000
gemini-image-generator
Generate images using Google Gemini Nano Banana (gemini-2.5-flash-image) model. Use when asked to create images, generate visuals, design graphics, or produce artwork for marketing materials like Fiverr gigs, social media, banners, or promotional content.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/marketing/gemini-image-generator
majiayu000
ahu-airflow
Fan Selection & Airflow Analysis Agent
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/ahu-airflow
majiayu000
dst-report-template
Generate HTML research reports with embedded data, charts, and analysis.Use when creating final research deliverables. Supports single comprehensivereports or multiple focused reports. Handles styling, structure, and outputto reports/ directory.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/dst-report-template
majiayu000
flutter-skill
본 스킬은 Flutter 프레임워크로 앱을 개발하는 데 반드시 따라야 하는 UI/UX 디자인, 상태관리, 네트워킹, API 연동에 관한 가이드라인 제공합니다. 본 스킬은 선택적인 정보를 제공하는 것이 아니라 Flutter 앱 개발에 필수적인 지침을 제공하며 반드시 준수해야 할 사항들을 제공합니다. 개발자가 디자인, UI, UX, 디자인 효과, 상태관리, 라우팅, 네트워킹, API 연동에 관한 요청, 코믹디자인, Comic 관련 요청, 채팅, FCM, 푸시 알림, 메시지, 알림에 관한 요청이 있을 때 반드시 본 스킬을 사용해서 본 스킬이 제공하는 대로 작업을 수행해야 ...
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/design/flutter-skill
majiayu000
bugfix-and-debug
Diagnose errors and failing tests in Laravel + React applications. Use when encountering bugs, exceptions,stack traces, 500 errors, TypeErrors, failing Pest/Vitest tests, or unexpected behavior. EXCLUSIVE to debugger agent.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/bugfix-and-debug
majiayu000
ic-optimize
Optimize IC10 code for efficiency and line count. Use when user wants to reduce line count, improve performance, or refactor existing Stationeers IC10 code.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/ic-optimize
majiayu000
workbench-sync
Sync workflows for Workbench CLI. Use when aligning local work items with GitHub issues, creating branches, or reconciling doc backlinks.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/documents/workbench-sync
majiayu000
drizzle-orm
TypeScript-first ORM patterns for PostgreSQL, MySQL, and SQLite. Use when writing database schemas, queries, migrations, relations, or transactions with Drizzle ORM.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/drizzle-orm
majiayu000
checklist
C#, WPF, AvaloniaUI 코딩 전 확인 체크리스트
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/design/checklist
majiayu000
tech-debt-analyzer
Analyze and prioritize technical debt with refactoring recommendations. Use when evaluating code quality or planning debt reduction.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/tech-debt-analyzer
majiayu000
composable-svelte-ssr
Server-side rendering patterns for Composable Svelte. Use when implementing SSR, hydration, server rendering, isomorphic code, or working with meta tags and SEO. Covers renderToHTML, hydrateStore, server-side routing, state serialization, and avoiding common SSR pitfalls.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/composable-svelte-ssr
majiayu000
nextjs-better-auth-jwt-usage
Standard patterns for using Better Auth in Next.js 16+ App Router projects, including server and client integration, JWT plugin usage, and attaching tokens to backend API calls in a reusable way.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/testing/nextjs-better-auth-jwt-usage
majiayu000
plantuml
Generate PlantUML diagrams from text descriptions and convert them to PNG/SVG images. Use when asked to "create a diagram", "generate PlantUML", "convert puml to image", "extract diagrams from markdown", or "prepare markdown for Confluence". Supports all PlantUML diagram types including UML (sequence, class, activity, ...
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/plantuml
majiayu000
session-conversation-tracking
Instrument sessions, conversations, and multi-turn interactions
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/session-conversation-tracking
majiayu000
backend-rust
Rust/WASM backend in api-rust/. High-performance alternative using workers-rs, utoipa for OpenAPI, and Supabase REST API. Port 9999 for local dev. 10-100x faster than Python.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/backend-rust
majiayu000
skill-quality-validator
Claude技能质量检查器,自动验证技能是否符合官方最佳实践标准。Use when 创建新技能需要验证规范、 修改现有技能需要质量检查、从他人处获取技能需要评估质量、批量检查多个技能的合规性。 适用于: (1) 新技能开发后的质量验证 (2) 技能更新后的合规检查 (3) 第三方技能的质量评估 (4) 团队技能库的标准化管理 (5) 技能打包前的最终审核
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/skill-quality-validator
majiayu000
jenkins-pipeline-generator
Generate Jenkins pipeline files (Jenkinsfile) with declarative or scripted syntax. Triggers on "create jenkinsfile", "generate jenkins pipeline", "jenkins ci config", "jenkins build pipeline".
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/jenkins-pipeline-generator
majiayu000
pr-review-loop
Manage the PR review feedback loop: monitor CI checks, fetch review comments, and iterate on fixes.Use when: (1) pushing changes to a PR and waiting for CI/reviews, (2) user says "new reviews available",(3) iterating on PR feedback from Gemini, Cursor, Claude, or other reviewers, (4) monitoring PR status.Supports multi...
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/pr-review-loop
majiayu000
synthetic-data-generator
テスト用の合成データ生成スキル。リアルなユーザーデータ、トランザクション、ログ、APIレスポンス等を生成。GDPR準拠、フェイカー連携、スキーマベース生成、時系列データ、異常データ生成に対応。
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/synthetic-data-generator
majiayu000
prompt-clarifier
WHEN: Ambiguous prompts, vague requirements, missing context, unclear instructionsWHAT: Ambiguity detection + AskUserQuestion clarification + Interactive option selectionWHEN NOT: Clear detailed instructions → proceed directly
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/prompt-clarifier
majiayu000
electron-fsd
This skill should be used when developing Electron applications with Feature-Sliced Design (FSD) architecture and React 19. Triggers on requests to create components, features, entities, widgets, or pages following FSD layer structure. Also applies when setting up Electron main/preload/renderer process code organizatio...
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/electron-fsd
majiayu000
project-knowledge-base
项目知识库管理器 - 将保险业务项目文档(数据分析、PPT报告、技术方案)转化为结构化、可迁移的知识资产。支持:(1)自动生成2类标准化模板(项目启动/技术方案);(2)从Markdown/代码仓库智能提取技术决策和可复用模式;(3)统一文档格式标准;(4)生成可跨项目复用的知识库。触发场景:用户要整理项目文档、创建知识库、生成项目模板、提取技术经验、标准化现有文档时使用。
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/documents/project-knowledge-base
majiayu000
unsloth-fft
Performing full fine-tuning (FFT) in Unsloth with 100% exact weight updates and optimized gradient checkpointing. Triggers include fft, full fine-tuning, full_finetuning, exact fine-tuning, and weight updates.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/unsloth-fft
majiayu000
unsloth-gguf
Exporting fine-tuned models to GGUF format for deployment in llama.cpp, Ollama, and local serving tools. Triggers: gguf, quantization export, llama.cpp, ollama, save_pretrained_gguf, modelfile.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/unsloth-gguf
majiayu000
issue-workflow
Manage GitHub issues workflow - update status, add comments, create follow-ups. Use when starting work on an issue, completing an issue, or encountering blockers. Triggers on "issue", "close issue", "update issue", "blocked".
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/productivity/issue-workflow
majiayu000
numpy-indexing
Advanced indexing techniques including slicing, fancy indexing, and boolean masks, along with memory implications of views vs. copies. Triggers: indexing, slicing, fancy indexing, boolean mask, np.where, np.ix_.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/productivity/numpy-indexing
majiayu000
docker-compose
Docker Compose management for orchestrating MCP servers and multi-container applications. Use when deploying MCP servers, managing container lifecycles, or configuring service dependencies.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/devops/docker-compose
majiayu000
c3-component-design
Use when documenting component implementation patterns, internal structure, or hand-off points - enforces NO CODE rule and diagram-first approach for leaf-level C3 documentation
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/documents/c3-component-design
majiayu000
prompt-improver
Improve prompts for AI agents and Telegram bots using OpenAI's prompt engineering best practices. Analyzes clarity, specificity, context, and output format. Returns structured improvements.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/prompt-improver
majiayu000
test-manager
Run visual tests, compare golden files, and report bugs for Stapledons Voyage. Use when user asks to run tests, check golden files, or report visual regressions.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/testing/test-manager
majiayu000
feature-development-workflow
Orchestrate end-to-end feature development from requirements through implementation, testing, and review. Use when: (1) planning feature development stages, (2) coordinating multi-agent feature workflows, (3) understanding SDLC phases for new features.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/testing/feature-development-workflow
majiayu000
strategic-analysis
Analyze strategic positioning and explore future scenarios. Use when user wants "SWOT analysis", "competitive forces", "scenario planning", "what if", "strategic assessment", "market forces", "porter's", or needs to evaluate strategic options and potential futures.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/productivity/strategic-analysis
majiayu000
moai-cc-commands
Designing Slash Commands for Claude Code. Create and optimize slash commands with proper argument parsing, tool permissions, and agent orchestration. Use when building workflow entry points, automation commands, or user-facing shortcuts.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/moai-cc-commands
majiayu000
error-debugger
Analyzes errors, searches past solutions in memory, provides immediate fixes with code examples, and saves solutions for future reference. Use when user says "debug this", "fix this error", "why is this failing", or when error messages appear like TypeError, ECONNREFUSED, CORS, 404, 500, etc.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/error-debugger
majiayu000
esbuild-config-generator
Generate esbuild configuration files for ultra-fast JavaScript/TypeScript bundling. Triggers on "create esbuild config", "generate esbuild configuration", "esbuild setup", "fast bundler config".
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/esbuild-config-generator
majiayu000
nvim-config
Neovim設定の相談と編集を行うスキル。プラグインの追加、キーバインドの設定、LSPの設定、UIのカスタマイズなど、init.luaの編集全般をサポートします。
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/design/nvim-config
majiayu000
figma-to-flutter
This skill should be used when converting Figma designs to Flutter code. Trigger this skill when users say "convert this Figma design to Flutter", "run Figma workflow", "implement this Figma screen", or provide Figma links requesting Flutter UI implementation. The skill handles the complete workflow from extracting Fig...
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/design/figma-to-flutter
majiayu000
sc-managing-worktrees
Create, manage, scan, and clean up git worktrees for parallel development. Use when working on multiple branches simultaneously, isolating experiments, or when user mentions "worktree", "parallel branches", "feature isolation", "branch cleanup", or "worktree status".
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/sc-managing-worktrees
majiayu000
tasks-feature-implementation
Use when implementing new features or enhancements requiring multi-layer changes (Domain, Application, Persistence, API, Frontend).
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/design/tasks-feature-implementation
majiayu000
drawing-canvas-implementation
Implement real-time collaborative drawing canvas with brush tools, color picker, undo/clear functionality, and canvas-to-image export. Use when building drawing UI, handling stroke synchronization, managing drawing state, or uploading drawings to storage.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/drawing-canvas-implementation
majiayu000
wavecap-review
Review and correct WaveCap transcriptions. Use when the user wants to mark transcriptions as verified, add corrections, or manage the review workflow.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/productivity/wavecap-review
majiayu000
multi-agent-coordination-framework
Advanced multi-agent coordination for managing AI agent pods and human teams. Includes agent architectures, communication patterns (pub/sub, message queues), task distribution, consensus mechanisms, conflict resolution, agent specialization, collaborative problem-solving, shared state management, lifecycle management, ...
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/multi-agent-coordination-framework
majiayu000
rust-ffi
Microsoft Pragmatic Rust FFI Guidelines. Use when working with C/C++ interop, creating cdylib, writing unsafe FFI code, or multi-DLL Rust projects.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/rust-ffi
majiayu000
brain-dump-ingestion
Process unstructured brain dumps, transcripts, and stream-of-consciousness notes into structured knowledge base content. Use when converting raw ideas, meeting notes, or recorded thoughts into organized documentation.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/documents/brain-dump-ingestion
majiayu000
cracked-it-problem-solver
Complete strategic problem-solving methodology from "Cracked It!" by Garrette, Phelps & Sibony. Use when users need to solve complex ill-defined business problems, structure and analyze strategic issues, develop and validate solutions, or present recommendations persuasively. Covers the complete 4S Method (State, Struc...
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/cracked-it-problem-solver
majiayu000
writing
Create distinctive, production-grade blog posts. Use this skill when the user asks to build a new blog poast
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/writing
majiayu000
changesets-config-generator
Generate Changesets configuration for managing versioning and changelogs in monorepos. Triggers on "create changesets config", "generate changeset configuration", "changesets setup", "versioning config".
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/changesets-config-generator
majiayu000
user-guidance-flows
Create onboarding flows, tooltips, and help text for Vue 3 applications. Use when implementing first-time user guidance, feature introductions, help tooltips, or keyboard shortcuts. Mentions "onboarding", "tooltip", "help text", "user guide", or "feature introduction".
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/design/user-guidance-flows
majiayu000
debugging
Auto-triggered debugging skill for bug/issue diagnosis and fix. Runs systematic root cause analysis, unit tests, deep tracing, and implements fixes.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/debugging
majiayu000
integration-test-expert
E2E 테스트, Flyway vs @Sql 분리, TestRestTemplate 필수. MockMvc 금지. /kb-integration 명령 시 자동 활성화.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/testing/integration-test-expert
majiayu000
spreadsheet-tools
Guides and code for creating, analyzing, and formatting spreadsheets. Use this skill to work with Excel files programmatically and apply data analysis techniques.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/spreadsheet-tools
majiayu000
feature-module-architect
Scaffolds feature modules following feature-based architecture with colocation principle and 500 LOC file limit. Use when creating new features or refactoring large files into modular structure.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/feature-module-architect
majiayu000
mmd-device-helix
Guide for using the Line 6 Helix Floor/LT/Rack device library in MMD files. Use when the user mentions Helix, Line 6 Helix guitar processor, Helix Floor, Helix LT, Helix Rack, or needs help with setlist/preset loading, 8-snapshot control, expression automation, footswitch control, or looper functionality.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/mmd-device-helix
majiayu000
master-index-updater
Automates updates to the Functional Area Master Index when new features are added or documentation changes. Maintains the single navigation source for all feature documentation, ensuring discoverability and organization.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/documents/master-index-updater
majiayu000
kubekey
Manage Kubernetes clusters with KubeKey: check installation, install KubeKey, create clusters, scale nodes, upgrade clusters, and view configurations. Use when working with Kubernetes cluster deployment, management, or when the user mentions KubeKey, kk, or Kubernetes cluster operations.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/devops/kubekey
majiayu000
learning-international-standards
Map learning objectives to international educational standards and frameworks including IB, Cambridge International, UK National Curriculum, Australian Curriculum, and regional systems. Use when aligning to non-US standards. Activates on "international standards", "IB curriculum", "Cambridge", or "global frameworks".
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/learning-international-standards
majiayu000
linkedin-search
Search your LinkedIn posts/shares by topic, find connections by title or company, and get LinkedIn statistics. Use when analyzing your LinkedIn data, finding specific connections, or reviewing past posts and shares.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/linkedin-search
majiayu000
tech-blogger-writer
Writes technical blog posts with professional yet friendly tone
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/tech-blogger-writer
majiayu000
vue-playwright-testing
Comprehensive guide for testing Vue 3 applications with Playwright (2025). This skill should be used when writing end-to-end tests or component tests for Vue apps, testing Vue Router navigation, reactive state changes, authentication flows, or setting up Playwright in Vue projects.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/testing/vue-playwright-testing
majiayu000
traktor-dj-autonomous
Complete autonomous DJ system for Traktor Pro 3 with MIDI control, intelligent track selection, energy flow management, and professional mixing workflows. Use when working on DJ automation, Traktor integration, autonomous music mixing, or building DJ agents that need real-time performance capabilities.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/productivity/traktor-dj-autonomous
majiayu000
firebase-operations
Performs Firebase Firestore operations. Use when querying collections, creating/updating/deleting documents, using batch writes, or working with Timestamps. Includes pagination, transactions, and security rules patterns.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/documents/firebase-operations
majiayu000
web-test-wallet-connect
Connect wallet to Web3 DApp - navigate to DApp, click Connect Wallet, approve in MetaMask popup, verify connection. Can be used as a test case or as a precondition for other tests.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/testing/web-test-wallet-connect
majiayu000
lessons-learned-validator
Complete lessons learned standards, validation, and multi-file management. Single source of truth for all lessons learned operations including format, size limits, split procedures, and quality standards.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/lessons-learned-validator
majiayu000
load-memory
Reload memory context from files
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/productivity/load-memory
majiayu000
run-tests
Validate code changes by intelligently selecting and running the appropriate test suites. Use this when editing code to verify changes work correctly, run tests, validate functionality, or check for regressions. Automatically discovers affected test suites, selects the minimal set of venvs needed for validation, and ha...
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/testing/run-tests
majiayu000
moai-domain-data-science
Data analysis, visualization, statistical modeling, and reproducible research workflows.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/moai-domain-data-science
majiayu000
database-migrations
Use when creating, editing, or fixing any database migration file. MANDATORY before touching any file in supabase/migrations/. Prevents the critical mistake of editing already-pushed migrations.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/database-migrations
majiayu000
lord
provides expert guidance on lord, a minimalist paas cli tool for deploying docker containers via ssh. use when user mentions lord deployment, docker container deployment, traefik configuration, remote hosting, or paas management and has a lord.yml file in their repo directory.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/lord
majiayu000
lxc-service-deployment
Standardized deployment procedure for services in LXC containers on the Proxmox HA cluster. Use when deploying a new service, creating LXC containers, configuring DHCP reservations (Kea), DNS rewrites (AdGuard), reverse proxy routes (Traefik), or integrating with monitoring (Uptime Kuma) and dashboard (Homepage). Trigg...
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/devops/lxc-service-deployment
majiayu000
curriculum-review-bias
Identify and eliminate bias, stereotypes, and non-inclusive language; ensure cultural responsiveness and equity throughout curriculum materials. Use when checking for bias, reviewing inclusivity, or ensuring equitable content. Activates on "check for bias", "review inclusivity", "cultural responsiveness", or "equity ch...
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/design/curriculum-review-bias
majiayu000
gpt-image-1-5
Generate and edit images using OpenAI's GPT Image 1.5 model. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports...
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/gpt-image-1-5
majiayu000
vision
Analyzes and processes images using Claude's vision capabilities. Supports OCR, image classification, diagram comparison, chart analysis, visual Q&A, and more. Use when users need to understand, extract, or analyze visual content.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/marketing/vision
majiayu000
auto-analysis-219c9431a85d
Auto-generated skill for analysis. Triggers on: analyze this brd, analyze the brd.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/auto-analysis-219c9431a85d
majiayu000
code-quality-gate
コード品質基準の完全遵守を保証します。コミット前の品質チェックを自動実行し、エラーがある状態でのコミットを防止します。
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/code-quality-gate
majiayu000
project-orchestrator
Master coordinator for complete project setup from ideation to ready-to-code. Manages workflow through ideation, research, tech stack selection, documentation, and project initialization to deliver working projects in minutes.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/project-orchestrator
majiayu000
site-scaffold
Generate standardized static site structures. Use when creating new websites, setting up demos, or need consistent site structure with SEO, PWA, and accessibility foundations.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/marketing/site-scaffold
majiayu000
supabase-bootstrap
Bootstrap toolkit for new Supabase projects. Use when: (1) Setting up a new Supabase project, (2) Configuring sqlfluff for SQL formatting, (3) Setting up mise task runner, (4) Configuring MCP server for schema access, (5) Initializing project structure
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/supabase-bootstrap
majiayu000
context-tools
Context management tools for Claude Code - provides intelligent codebase mapping with Python, Rust, and C++ parsing, duplicate detection, and MCP-powered symbol queries. Use this skill when working with large codebases that need automated indexing and context management.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/context-tools
majiayu000
recall-project-memory
Automatically search and retrieve relevant project memory from Mem0 when working on tasks that might benefit from past decisions, patterns, or learnings. Use this skill when starting new features, fixing bugs, or making architectural decisions to leverage historical context.
skillsmp.com
null
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/productivity/recall-project-memory
majiayu000