Browse Skills
20307 skills found
enforce-modularity.md
0
1
export
enforce-modularity
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Apply Single Responsibility Principle when writing code. Keep modules focused, cohesive, and loosely coupled. Guide splitting classes with too many methods. Ensure code is reusable and testable.
2026-01-05
telegram-mini-apps-sdk.md
0
1
export
telegram-mini-apps-sdk
2
from
"Kaiukov/budgetbot_tg_mini_app"
from
"Kaiukov/budgetbot_tg_mini_app"
3
Comprehensive manual for Telegram Mini Apps SDK. Use when developers need guidance on creating web applications inside Telegram, working with WebApp API, managing user data, handling authentication via initData, implementing buttons and events, working with storage, and integrating with Telegram ecosystem features.
2026-01-05
brainstorming.md
0
1
export
brainstorming
2
from
"DYAI2025/Stoppclock-page"
from
"DYAI2025/Stoppclock-page"
3
Use when creating or developing anything, before writing code or implementation plans - refines rough ideas into fully-formed designs through structured Socratic questioning, alternative exploration, and incremental validation
2026-01-05
forensic-knowledge-mapping.md
0
1
export
forensic-knowledge-mapping
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use when assessing team resilience, planning for developer departures, calculating bus/truck factor, identifying knowledge silos, or evaluating organizational risk - maps code ownership from git history and identifies single points of failure using research-backed thresholds (>80% ownership = silo)
2026-01-05
vue-development.md
0
1
export
vue-development
2
from
"SSiertsema/my-pokemon-tcg-collection"
from
"SSiertsema/my-pokemon-tcg-collection"
3
Vue 3 and Nuxt 3 development with TDD workflow, QA gates, and E2E test generation. Enforces unit testing before implementation, generates Playwright E2E tests from Gherkin acceptance criteria, and produces JSON reports.
2026-01-05
supabase-clerk-sync.md
0
1
export
supabase-clerk-sync
2
from
"vanman2024/ai-dev-marketplace"
from
"vanman2024/ai-dev-marketplace"
3
Clerk and Supabase integration patterns for user sync, JWT authentication, and RLS policies. Use when integrating Clerk authentication with Supabase, syncing user data between platforms, configuring RLS with Clerk JWT tokens, setting up webhooks for user events, implementing secure database access with Clerk identity, or when user mentions Clerk Supabase sync, user synchronization, JWT RLS, authentication webhooks, or database user management.
2026-01-05
claude-agent-sdk.md
0
1
export
claude-agent-sdk
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Development guide for Claude Agent SDK integration in IPA Platform.Use when:- Building autonomous AI agents with Claude- Implementing agents that need to make independent decisions- Creating agents with tool usage, MCP integration, or subagent delegation- Integrating Claude SDK with existing Microsoft Agent Framework- Working with code in backend/src/integrations/claude_sdk/Provides: query(), ClaudeSDKClient, built-in tools, hooks, MCP, subagents patterns.
2026-01-05
ux-color-system.md
0
1
export
ux-color-system
2
from
"matthewharwood/fantasy-phonics"
from
"matthewharwood/fantasy-phonics"
3
Fantasy-themed color tokens and semantic color usage. Use when applying colors, creating themes, or ensuring color accessibility. Covers surface/text relationships, state colors, and dark theme patterns. (project)
2026-01-05
sdd-implement.md
0
1
export
sdd-implement
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Task implementation skill for spec-driven workflows. Reads specifications, identifies next actionable tasks, and creates detailed execution plans. Use when ready to implement a task from an existing spec - bridges the gap between planning and coding.
2026-01-05
codex-codereview.md
0
1
export
codex-codereview
2
from
"kanlanc/Claude-Code-Kanlanc-Marketplace"
from
"kanlanc/Claude-Code-Kanlanc-Marketplace"
3
Use for code review and quality feedback from Codex. Triggers on "codex review code", "codex code review", "have codex review this", "get codex feedback on code".
2026-01-05
health-check.md
0
1
export
health-check
2
from
"semicolon-devteam/semo-ms"
from
"semicolon-devteam/semo-ms"
3
Validate MSA development environment and tool availability. Use when (1) new MSA developer onboarding, (2) checking required tools (gh CLI, Git, Node, pnpm, Prisma, gRPC), (3) verifying GitHub auth and repo access, (4) orchestrator auto-runs at work start.
2026-01-05
progressive-analysis.md
0
1
export
progressive-analysis
2
from
"sihu-dev/forge-labs"
from
"sihu-dev/forge-labs"
3
콘솔/CSS/E2E 점진적 반복 분석 및 개선. 품질 자동화, 자가 개선 루프에 사용.
2026-01-05
react-setup.md
0
1
export
react-setup
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use when initializing a new React frontend with Vite to connect to a Django backend over HTTPS. Sets up routing, CSRF protection, Axios config, and validates the build. Not for existing React projects.
2026-01-05
oracle-consultation.md
0
1
export
oracle-consultation
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use before invoking Oracle to ensure appropriate usage of this expensive reasoning resource
2026-01-05
screen-spec-guide.md
0
1
export
screen-spec-guide
2
from
"yuya296/QuickType"
from
"yuya296/QuickType"
3
画面ID(SAPP-CTG-030 など)から仕様・ワイヤーフレーム・Figma ノードを特定し、関連ドキュメントや画面遷移を横断して確認したいときに使います。docs/2-requirements/24-画面一覧.csv・23-画面設計.md・assets/*.svg・figma・docs/3-external/31-画面遷移図.md を参照して要件を整理する用途を想定しています。
2026-01-05
learning-path-patterns.md
0
1
export
learning-path-patterns
2
from
"joaopelegrino/app-controle"
from
"joaopelegrino/app-controle"
3
Comprehensive guide to Learning Path patterns for the Plataforma B2B de treinamento técnico corporativo educational platform. This skill covers the conceptual difference between Study Areas (courses) and Proposed Paths (sequences of courses), data modeling, UI/UX patterns, and implementation guidelines.Learn how to structure Learning Paths correctly: a Proposed Path is NOT a container of loose flashcards, but a curated sequence of Study Areas (courses). Each path references existing courses with metadata like order, availability status, and estimated hours.Real-world examples are taken from the Hub MVP implementation (US-044), including caminhoExemploData.js, HubView.jsx, and LearningPathView.jsx. The skill demonstrates the reference pattern used for "Desenvolvedor Backend" path that sequences Bash, Linux, Docker, and DevOps courses.Key topics include data schema design (cursos array with ordem, areaId, disponivel flags), computed properties (getters for statistics), navigation patterns (path -> course
2026-01-05
documentation-audit.md
0
1
export
documentation-audit
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Systematic documentation audit that validates every documentation claim against code and identifies undocumented features - executable as a repeatable Claude Code skill (project)
2026-01-05
browser-automation.md
0
1
export
browser-automation
2
from
"The-Focus-AI/chrome-driver"
from
"The-Focus-AI/chrome-driver"
3
Automate Chrome browser via DevTools Protocol. Use when user asks to scrape websites, take screenshots, generate PDFs, interact with web pages, extract content, fill forms, or automate browser tasks.
2026-01-05
testing-pest.md
0
1
export
testing-pest
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Generate comprehensive Pest test suites for Laravel projects including tests for controllers, services, Livewire components, commands, jobs, and models with proper describe blocks for organization, mocking setup, happy path and failure scenarios, RefreshDatabase trait, and coverage for all public methods. Use this skill when creating test files for new features, adding test coverage for controllers or services, writing tests for API endpoints, testing Livewire components, ensuring proper test structure with beforeEach and describe blocks, implementing mocking strategies, or writing dataset-driven tests. This skill applies when working on files in tests/Feature/ or tests/Unit/ directories, creating Pest test files, or ensuring comprehensive test coverage.
2026-01-05
develop-backend.md
0
1
export
develop-backend
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Spring Boot/MyBatisによるバックエンド実装スキル - RESTful API設計、データベース設計(Flywayマイグレーション)、Controller/Service/Mapper層の実装、単体テスト作成を行います。DRY原則を徹底し、product.utilパッケージの既存実装やAOPによる自動ログ出力を活用します。未使用コード削除をIDE警告で確認し、./gradlew checkでLint/テスト/カバレッジ80%以上を保証します。サーバー起動による動作確認も必須です。
2026-01-05
claude-skill-creator.md
0
1
export
claude-skill-creator
2
from
"KJR020/dotfiles"
from
"KJR020/dotfiles"
3
Guide for creating effective Claude Code skills with proper YAML frontmatter, directory structure, and best practices. Use when creating new skills, updating existing skills, or learning about skill development.
2026-01-05
astro-patterns.md
0
1
export
astro-patterns
2
from
"vanman2024/ai-dev-marketplace"
from
"vanman2024/ai-dev-marketplace"
3
Astro best practices, routing patterns, component architecture, and static site generation techniques. Use when building Astro websites, setting up routing, designing component architecture, configuring static site generation, optimizing build performance, implementing content strategies, or when user mentions Astro patterns, routing, component design, SSG, static sites, or Astro best practices.
2026-01-05
poke-assistant.md
0
1
export
poke-assistant
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Send messages and notifications to Poke (poke.com) via webhook API. Use when alerting the user, sending task completion notifications, status updates, reminders, or any message to their Poke assistant.
2026-01-05
expo-eas-update-expert.md
0
1
export
expo-eas-update-expert
2
from
"MEDICALCOR/medicalcor-core"
from
"MEDICALCOR/medicalcor-core"
3
Expert on EAS Update for over-the-air updates in Expo apps. Covers update deployment, rollouts, rollbacks, channels, branches, and runtime versions. Invoke when user mentions EAS Update, OTA updates, hot updates, update channels, or app updates without app store.
2026-01-05