Browse Skills
44656 skills found
korean-skill-creator.md
0
1
export
korean-skill-creator
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
한글 기반 클로드 스킬 자동 생성 도구. 사용자가 "클로드 스킬을 만들어줘" 또는 "[요구사항] 스킬 만들어줘"라고 요청할 때 사용. Progressive disclosure 원칙을 따르는 한글 문서 구조(SKILL.md + references/)를 자동으로 생성하고, 실전 예시를 포함한 일관성 있는 스킬 템플릿을 제공.
2026-01-05
typescript-fp.md
0
1
export
typescript-fp
2
from
"manutej/crush-mcp-server"
from
"manutej/crush-mcp-server"
3
Master functional programming in TypeScript with type-safe patterns, strict typing, advanced type system features, discriminated unions, mapped types, conditional types, and functional patterns. Use when writing TypeScript code with functional paradigms, type-safe error handling with Option/Either types, implementing type-safe composition, leveraging TypeScript's type system for functional patterns, or ensuring compile-time safety in functional code.
2026-01-05
agent-documentation.md
0
1
export
agent-documentation
2
from
"L-Sypniewski/claude-code-toolkit"
from
"L-Sypniewski/claude-code-toolkit"
3
Standards for creating AGENTS.md files that guide AI coding agents working with your codebase. Use when creating instructions for AI agents to follow project conventions, setup, and workflows.
2026-01-05
typescript-expert.md
0
1
export
typescript-expert
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Эксперт по TypeScript. Используй для типизации, дженериков, декораторов, паттернов проектирования и best practices в TypeScript.
2026-01-05
amq-cli.md
0
1
export
amq-cli
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Coordinate agents via the AMQ CLI for file-based inter-agent messaging. Use when you need to send messages to another agent (Claude/Codex), receive messages from partner agents, set up co-op mode between Claude Code and Codex CLI, or manage agent-to-agent communication in any multi-agent workflow.
2026-01-05
phoenix-api-channels.md
0
1
export
phoenix-api-channels
2
from
"bobmatnyc/termpilot"
from
"bobmatnyc/termpilot"
3
Phoenix controllers, JSON APIs, Channels, and Presence on the BEAM. Covers routing, plugs, versioned APIs, Ecto-backed contexts, PubSub broadcasting, Presence tracking, authentication, testing, telemetry, and deployment considerations.
2026-01-05
zod-docs.md
0
1
export
zod-docs
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Query and manage local Zod documentation mirror (59 docs). Search Zod topics for TypeScript-first schema validation, parsing, type inference, refinements, and transformations. Use when implementing validation or answering Zod-related questions. (user)
2026-01-05
taiga-api.md
0
1
export
taiga-api
2
from
"atondwal/config"
from
"atondwal/config"
3
Query the hosted Taiga API at taiga.ant.dev for job results, passrates, transcripts, and run evaluations. Use when user asks about Taiga jobs, problem scores, eval results, or needs to submit/check jobs.
2026-01-05
clear-memory.md
0
1
export
clear-memory
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Clean up old memory files
2026-01-05
safe-commit.md
0
1
export
safe-commit
2
from
"biosugar0/dotfiles"
from
"biosugar0/dotfiles"
3
git commit を行う際に自動発動。禁止ディレクトリ(ai/, .serena/)のコミット防止と、論理的なコミット分割を支援する。
2026-01-05
token-conservation.md
0
1
export
token-conservation
2
from
"athola/conservation"
from
"athola/conservation"
3
A workflow for conservative token usage by minimizing prompt exposure, delegating bulk work, and tracking quotas.
2026-01-05
asking-users.md
0
1
export
asking-users
2
from
"CodeTonight-SA/cips"
from
"CodeTonight-SA/cips"
3
PARAMOUNT skill establishing AskUserQuestion as core CIPS feature. Use proactively for confidence gates, destructive actions, multi-step tasks, and UI/UX decisions. Source of truth for all skills requiring user confirmation.
2026-01-05
pr-to-ticket.md
0
1
export
pr-to-ticket
2
from
"franchiseai/claude-code-plugins"
from
"franchiseai/claude-code-plugins"
3
File Linear tickets from PR review feedback and notify the PR author. Use when asked to file a ticket from PR comments, create a ticket from PR feedback, ticket PR concerns, or create a Linear ticket from a PR review. Triggers on phrases like "file ticket from PR", "ticket the PR concerns", "linear ticket for PR", "create ticket from PR feedback", or "ticket this review".
2026-01-05
notion-knowledge-mcp.md
0
1
export
notion-knowledge-mcp
2
from
"taiyousan15/taisun_agent"
from
"taiyousan15/taisun_agent"
3
Notion MCPを使って社内ナレッジ検索/追記/整理を行う。議事録や調査結果をNotionに残す時に使う。
2026-01-05
product-manager.md
0
1
export
product-manager
2
from
"lotosbin/claude-skills"
from
"lotosbin/claude-skills"
3
产品经理专家,精通产品规划、需求分析、功能设计和竞品研究
2026-01-05
type-safe-form-validation.md
0
1
export
type-safe-form-validation
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
A comprehensive pattern for building type-safe forms and API validation using Zod, with automatic error formatting, runtime type checking, and seamless TypeScript integration. Use when building forms with client-side and server-side validation, validating API request/response payloads, creating reusable validation schemas, or ensuring data integrity across client and server.
2026-01-05
web-fundamentals.md
0
1
export
web-fundamentals
2
from
"pluginagentmarketplace/custom-plugin-software-design"
from
"pluginagentmarketplace/custom-plugin-software-design"
3
HTML, CSS, JavaScript, and TypeScript fundamentals. Master semantic HTML, modern CSS layouts, ES6+ JavaScript, and type-safe development. Essential foundation for all web development roles.
2026-01-05
tmux-task-runner.md
0
1
export
tmux-task-runner
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Run build processes, test suites, deployments, and development servers in monitored tmux sessions with persistent logging. Use when executing long-running tasks that need background execution with real-time monitoring, or when running commands like npm build, pytest, deployment scripts, or dev servers that should continue running while you work on other tasks.
2026-01-05
veo-frames-to-video.md
0
1
export
veo-frames-to-video
2
from
"bluewaves-creations/bluewaves-skills"
from
"bluewaves-creations/bluewaves-skills"
3
Generate video from first and last frame images using fal.ai Veo 3.1. Use when the user wants to create a video transition between two images, morph between scenes, or generate smooth video connecting a starting and ending frame.
2026-01-05
story-architect.md
0
1
export
story-architect
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
专业故事架构师3.0,融合Lisa Cron(神经科学)、Kindra Hall(战略叙事)、Hemingway/Jung(文学深度)。新增 Legacy Armor(旧铠甲)、The Mute(静音开关)、Archetypal Alignment(原型对齐)。用于创作逻辑严密、情感冲击、灵魂不朽的故事。
2026-01-05
gray-swan-mitm-interaction.md
0
1
export
gray-swan-mitm-interaction
2
from
"RazonIn4K/Red-Team-Learning"
from
"RazonIn4K/Red-Team-Learning"
3
Guide AI assistants through Gray Swan MITM challenges using Playwright browser automation to interact with AI agent intermediaries. Use when working on Gray Swan Machine-in-the-Middle CTF challenges.
2026-01-05
tailwind-config.md
0
1
export
tailwind-config
2
from
"metasaver/metasaver-marketplace"
from
"metasaver/metasaver-marketplace"
3
Tailwind CSS configuration template and validation logic for tailwind.config.js or tailwind.config.ts with src/index.css directives. Includes 5 required standards (required content paths for scanning, must extend default theme not replace, required plugins array, file naming convention for .js or .ts, required dependencies). Ensures proper PostCSS integration and Tailwind directive setup. Use when creating or auditing tailwind.config.js or tailwind.config.ts files for consistent Tailwind CSS setup.
2026-01-05
blog-post.md
0
1
export
blog-post
2
from
"seonWKim/blog"
from
"seonWKim/blog"
3
Complete workflow for creating blog posts - from research to publication-ready draft. Handles research generation, draft creation, and style review. Use with "/blog-post <topic>" or "/blog-post --from-research <path>".
2026-01-05
google-slide-manager.md
0
1
export
google-slide-manager
2
from
"smorand/claude-config"
from
"smorand/claude-config"
3
Expert in managing Google Slides presentations. **Use this skill whenever the user mentions 'Google Slides', 'presentation', 'slides', or requests to create, edit, format, translate, export, or manage presentations.** Handles all presentation operations including creation, formatting, animations, themes, translations, screenshots, and exports.
2026-01-05