Browse Skills
22656 skills found
ai-response-refiner.md
0
1
export
ai-response-refiner
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
AI応答を洗練・改善するスキル。粗い出力を流暢で専門的な文章に変換。構造化、明確化、詳細化、トーン調整、専門性向上、読みやすさ改善を実施。
2026-01-05
worldcrafter-database-setup.md
0
1
export
worldcrafter-database-setup
2
from
"hopeoverture/worldcrafter-v2"
from
"hopeoverture/worldcrafter-v2"
3
Create database tables with Prisma ORM, migrations, and RLS policies. Use when user needs "create database table", "add [model] model", "set up RLS", "create migration", "store data in database", or "design schema". Generates Prisma models with proper naming conventions, creates migrations, sets up Row-Level Security policies, and syncs test database. Includes WorldCrafter patterns for relationships, tags, comments, activity logs, versions, world membership, collections, wiki pages, and bookmarks. Typically the FIRST skill for new features. Do NOT use for UI/forms (use worldcrafter-feature-builder), simple routes (use worldcrafter-route-creator), tests only (use worldcrafter-test-generator), or auth logic only (use worldcrafter-auth-guard).
2026-01-05
troubleshooting-assistant.md
0
1
export
troubleshooting-assistant
2
from
"RobThePCGuy/Claude-Patent-Creator"
from
"RobThePCGuy/Claude-Patent-Creator"
3
Diagnoses and resolves MCP server registration failures, GPU detection, BigQuery authentication, index build failures, import errors, search quality issues, and performance problems.
2026-01-05
web-artifacts-builder.md
0
1
export
web-artifacts-builder
2
from
"defnotwig/My-Portfolioo-"
from
"defnotwig/My-Portfolioo-"
3
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.
2026-01-05
using-type-guards.md
0
1
export
using-type-guards
2
from
"djankies/claude-configs"
from
"djankies/claude-configs"
3
Teaches how to write custom type guards with type predicates and use built-in type narrowing in TypeScript. Use when working with unknown types, union types, validating external data, or implementing type-safe runtime checks.
2026-01-05
uml-generation.md
0
1
export
uml-generation
2
from
"rubrical-studios/process-docs"
from
"rubrical-studios/process-docs"
3
Generate UML diagrams from source code (PlantUML)
2026-01-05
frontend-dev-guidelines.md
0
1
export
frontend-dev-guidelines
2
from
"siti34/SPDS-URA"
from
"siti34/SPDS-URA"
3
Comprehensive frontend development guide for Next.js 14+ with App Router, React Server Components, TypeScript, and modern patterns. Use when building Next.js pages, components, layouts, API routes, server actions, data fetching, forms, state management, routing, or working with React 18+ features, TypeScript, Tailwind CSS, and frontend architecture.
2026-01-05
github-task-sync.md
0
1
export
github-task-sync
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Synchronise task lists with GitHub Projects using the gh CLI. Use this skill when users want to add tasks, to-dos, or action items to a GitHub repository's project board. The skill can extract tasks from markdown files, user messages, or structured data, then create GitHub issues and add them to projects. It intelligently detects the target repository from git remotes when not explicitly specified.
2026-01-05
claude-code-architecture.md
0
1
export
claude-code-architecture
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Self-reference guide for Claude Code's own architecture, configuration, and extension points. Use when needing to know where Claude Code stores its configuration files, skills, plugins, hooks, MCP servers, settings, or any other internal structure. Triggers on questions like "where do skills go?", "how do I configure hooks?", "where is the settings file?", or when creating/modifying Claude Code extensions.
2026-01-05
freeagent-api.md
0
1
export
freeagent-api
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Interacts with the FreeAgent accounting API to manage invoices, contacts, projects, expenses, timeslips, and other financial data. Use when the user needs to retrieve, create, update, or analyze FreeAgent accounting information via the API.
2026-01-05
configuring-dapr-pubsub.md
0
1
export
configuring-dapr-pubsub
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Configures Dapr pub/sub components for event-driven microservices with Kafka or Redis.Use when wiring agent-to-agent communication, setting up event subscriptions, or integrating Dapr sidecars.Covers component configuration, subscription patterns, publishing events, and Kubernetes deployment.NOT when using direct Kafka clients or non-Dapr messaging patterns.
2026-01-05
sync-to-main.md
0
1
export
sync-to-main
2
from
"coopeverything/TogetherOS"
from
"coopeverything/TogetherOS"
3
**AUTO-TRIGGER when:**- Progress reaches 5% milestone (5%, 10%, 15%, 20%...)- User says "sync [module] to main"- User says "approve main sync"- User says "reconcile [module] with main"Manages two-phase sync from yolo to main: (1) WIP markers to prevent contributor conflicts, (2) code sync with CI reconciliation after production validation.Use proactively without asking permission when task matches skill purpose.
2026-01-05
gapless-crypto-clickhouse-onboarding.md
0
1
export
gapless-crypto-clickhouse-onboarding
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Onboard company employees (Claude Code CLI users) to use gapless-crypto-clickhouse package with ClickHouse Cloud credentials. Use when company employee needs to set up ClickHouse Cloud access, mentions first-time setup, credential configuration, connection testing, or troubleshooting ClickHouse Cloud connections.
2026-01-05
async-await-checker.md
0
1
export
async-await-checker
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Automatically applies when writing Python functions that call async operations. Ensures proper async/await pattern usage (not asyncio.run) to prevent event loop errors.
2026-01-05
collimator-optics.md
0
1
export
collimator-optics
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use profunctor optics from the Collimator library for Lean 4. Use when working with lenses, prisms, traversals, or nested data access.
2026-01-05
mastering-typescript.md
0
1
export
mastering-typescript
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Master enterprise-grade TypeScript development with type-safe patterns, modern tooling, and framework integration. This skill provides comprehensive guidance for TypeScript 5.9+, covering type system fundamentals (generics, mapped types, conditional types, satisfies operator), enterprise patterns (error handling, validation with Zod), React integration for type-safe frontends, NestJS for scalable APIs, and LangChain.js for AI applications. Use when building type-safe applications, migrating JavaScript codebases, configuring modern toolchains (Vite 7, pnpm, ESLint, Vitest), implementing advanced type patterns, or comparing TypeScript with Java/Python approaches.
2026-01-05
sikhaid-components.md
0
1
export
sikhaid-components
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use when creating, modifying, or understanding Svelte components in SikhAid project. Covers component naming conventions, file organization, component hierarchy, import patterns, and reusable UI patterns.
2026-01-05
cross-task-learning.md
0
1
export
cross-task-learning
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Pattern for aggregating insights across multiple tasks to enable data-driven evolution.
2026-01-05
unsloth-dpo.md
0
1
export
unsloth-dpo
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Direct Preference Optimization (DPO) for aligning models with preference data without separate reward models. Triggers: dpo, preference optimization, rlhf, ref_model=none, patchdpotrainer, dpotrainer.
2026-01-05
architecture-patterns.md
0
1
export
architecture-patterns
2
from
"Bison-Office/bison-claude-marketplace"
from
"Bison-Office/bison-claude-marketplace"
3
Provides critical architectural patterns for the pricing engine. Covers database operations, B2B/B2C dual processing, background jobs, error handling, and performance patterns. Use before implementing pricing engine features, modifying background jobs, or reviewing pricing engine code changes.
2026-01-05
pr-review-checker.md
0
1
export
pr-review-checker
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Check PR review comments and feedback from CodeRabbit and human reviewers. Use when user asks about reviews, unresolved comments, CodeRabbit feedback, Claude review, or PR status.
2026-01-05
moai-alfred-code-reviewer.md
0
1
export
moai-alfred-code-reviewer
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Systematic code review guidance and automation. Apply TRUST 5 principles, check code quality, validate SOLID principles, identify security issues, and ensure maintainability. Use when conducting code reviews, setting review standards, or implementing review automation.
2026-01-05
claudemem-orchestration.md
0
1
export
claudemem-orchestration
2
from
"tianzecn/myclaudecode"
from
"tianzecn/myclaudecode"
3
Multi-agent code analysis orchestration using claudemem. Share claudemem output across parallel agents. Enables parallel investigation, consensus analysis, and role-based command mapping.
2026-01-05
jupyter.md
0
1
export
jupyter
2
from
"atrawog/bazzite-ai-plugins"
from
"atrawog/bazzite-ai-plugins"
3
JupyterLab ML/AI development environment management via Podman Quadlet.Supports multi-instance deployment, GPU acceleration (NVIDIA/AMD/Intel),token authentication, and per-instance configuration. Use when users needto configure, start, stop, or manage JupyterLab containers for ML development.
2026-01-05