Browse Skills
17720 skills found
create-script.md
0
1
export
create-script
2
from
"kedbin/relearning-flow"
from
"kedbin/relearning-flow"
3
Transforms content into a voiceover-ready script optimized for Chatterbox TTS. Use when the user provides ANY content for voiceover - URLs, raw text, video scripts, notes, or asks to "create a script" for audio.
2026-01-05
cs-link-sync.md
0
1
export
cs-link-sync
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
CS 문서의 깨진 마크다운 링크를 찾아 수정합니다. "링크 동기화", "깨진 링크 수정", "링크 체크" 요청 시 사용하세요.
2026-01-05
task-manager.md
0
1
export
task-manager
2
from
"lotosbin/claude-skills"
from
"lotosbin/claude-skills"
3
统一任务管理技能,使用 GitHub Issues 管理所有 Agent 任务,支持任务创建、更新、追踪和完成
2026-01-05
auth-js.md
0
1
export
auth-js
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Production-ready Auth.js v5 setup for Next.js and Cloudflare Workers.Use when: setting up authentication, implementing OAuth/credentials/magic links,configuring D1 or PostgreSQL adapters, debugging session issues, migrating fromv4 to v5, fixing edge compatibility, troubleshooting JWT/database sessions,resolving AUTH_SECRET errors, fixing CallbackRouteError, or implementing RBAC.Covers: Next.js App Router & Pages Router, Cloudflare Workers + D1, OAuth providers(GitHub, Google, etc.), credentials auth, magic links, JWT vs database sessions,middleware patterns, role-based access control, token refresh, edge runtimecompatibility, and common error prevention.Keywords: Auth.js, NextAuth.js, authentication, OAuth, credentials, magic links,D1 adapter, Cloudflare Workers, Next.js middleware, JWT session, database session,refresh tokens, RBAC, edge compatibility, AUTH_SECRET, CallbackRouteError,CredentialsSignin, JWEDecryptionFailed, session not updating, route protection
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
pr-prepare.md
0
1
export
pr-prepare
2
from
"ByronWilliamsCPA/template-sample"
from
"ByronWilliamsCPA/template-sample"
3
Prepare pull request descriptions following project template. Activates on: prepare PR, create PR, pull request, ready for PR, draft PR, write PR
2026-01-05
org-workflow-rollout.md
0
1
export
org-workflow-rollout
2
from
"sgtoj/.dotfiles"
from
"sgtoj/.dotfiles"
3
Roll out or update a GitHub Actions workflow file across multiple org repositories with signed commits and PRs
2026-01-05
systematic-debugging.md
0
1
export
systematic-debugging
2
from
"barrydobson/dotfiles_extra"
from
"barrydobson/dotfiles_extra"
3
Four-phase debugging framework that ensures root cause investigation before attempting fixes. Never jump to solutions.
2026-01-05
naming-variables.md
0
1
export
naming-variables
2
from
"barrydobson/dotfiles_extra"
from
"barrydobson/dotfiles_extra"
3
Choose names that fully and accurately describe what the variable represents
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
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
forge-lang-terraform.md
0
1
export
forge-lang-terraform
2
from
"martimramos/claude-forge"
from
"martimramos/claude-forge"
3
Terraform infrastructure-as-code safety practices. Enforces plan-before-apply workflow. Use when working with .tf files or infrastructure commands.
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
release-workflow.md
0
1
export
release-workflow
2
from
"graysurf/agentic-coding-skills"
from
"graysurf/agentic-coding-skills"
3
Execute project release workflows by locating and following project-specific RELEASE_GUIDE.md in the repository root or docs/. Use when asked to perform a release, publish a release, cut a tag, run release steps, or when a user references RELEASE_GUIDE.md.
2026-01-05
rpi-workflow.md
0
1
export
rpi-workflow
2
from
"matt-riley/mjrwtf"
from
"matt-riley/mjrwtf"
3
Apply a Research → Plan → Implement → Validate workflow with Copilot CLI, including context budgeting and persistent artifacts via /share.
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
trello-manager.md
0
1
export
trello-manager
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Manage Trello boards, lists, and cards. Use this skill when the user wants to view, create, or update their Trello tasks, boards, or project status.
2026-01-05
summarize-meeting.md
0
1
export
summarize-meeting
2
from
"braselog/researchAssistant"
from
"braselog/researchAssistant"
3
Extract action items, decisions, and key points from meeting transcripts. Automatically routes items to tasks.md or GitHub Issues based on complexity. Use when the user types /summarize_meeting or after running /transcribe.
2026-01-05
git-version-control.md
0
1
export
git-version-control
2
from
"pluginagentmarketplace/custom-plugin-data-engineer"
from
"pluginagentmarketplace/custom-plugin-data-engineer"
3
Git workflows, branching, collaboration, and code management
2026-01-05
time-awareness.md
0
1
export
time-awareness
2
from
"brendanbecker/SREcodex"
from
"brendanbecker/SREcodex"
3
Provides current date/time information for temporal queries and calculations
2026-01-05
changelog-updater.md
0
1
export
changelog-updater
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Auto-update CHANGELOG.md following Keep a Changelog format.LOAD THIS SKILL WHEN: User mentions "changelog", "version", "release notes" | says "更新日誌", "版本", "變更記錄" | before releases | after completing features or fixes.CAPABILITIES: Categorize changes (Added/Changed/Fixed/Removed), determine version numbers, Keep a Changelog format.
2026-01-05
skill-name.md
0
1
export
skill-name
2
from
"AlexanderRosenberg/DocOCR"
from
"AlexanderRosenberg/DocOCR"
3
Description of what the skill does and when to use it
2026-01-05