Browse Skills
44915 skills found
action-gate.md
0
1
export
action-gate
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Decide and take action when blockers appear. Use when tools are missing, installs are required, or the user expects proactive execution to complete the task.
2026-01-05
ptk-buffer.md
0
1
export
ptk-buffer
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
This skill should be used when the user asks about "prompt_toolkit Buffer", "Document", "cursor position", "text manipulation", "BufferControl", "text editing", "undo/redo", "selection", "copy paste", or needs to handle text input and manipulation in prompt_toolkit applications.
2026-01-05
raycast-extension.md
0
1
export
raycast-extension
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Build Raycast extensions with React and TypeScript. Use when the user asks to create a Raycast extension, command, or tool.
2026-01-05
refactor-legacy-code.md
0
1
export
refactor-legacy-code
2
from
"JackSmack1971/claude-code-learning-flywheel"
from
"JackSmack1971/claude-code-learning-flywheel"
3
Use when cleaning up code or moving logic to new files. Enforces Strangler Fig pattern and atomic refactoring to prevent Big Bang rewrites.
2026-01-05
new-domain-setup.md
0
1
export
new-domain-setup
2
from
"ProvidenceIT/hosting-skills"
from
"ProvidenceIT/hosting-skills"
3
Complete domain hosting setup workflow combining Plesk, Cloudflare, Let's Encrypt, and GitHub Actions deployment. Use when setting up a new domain from scratch, including DNS configuration, SSL certificates, and automated deployment pipelines. Orchestrates plesk-domain-setup, cloudflare-domain-setup, and github-actions-deploy skills.
2026-01-05
slack-webhook.md
0
1
export
slack-webhook
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use when sending Slack alerts or notifications. Automatically uses the configured SLACK_WEBHOOK_URL from environment.
2026-01-05
composable-architecture.md
0
1
export
composable-architecture
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Apply functional and compositional architecture patterns when designing systems, modules, and components. Use when creating architecture definitions, designing system boundaries, defining interfaces, or building modular systems.
2026-01-05
workflow-postmortem.md
0
1
export
workflow-postmortem
2
from
"metasaver/metasaver-marketplace"
from
"metasaver/metasaver-marketplace"
3
Dual-mode workflow issue logger. Use with mode=log to append mistakes during waves. Use with mode=summary at workflow end to review accumulated issues. Use when completing /build, /audit, or /ms workflows.
2026-01-05
systemd-service.md
0
1
export
systemd-service
2
from
"mhalder/dotfiles"
from
"mhalder/dotfiles"
3
Create and debug systemd service unit files. Use when the user says "create a service", "systemd unit", "service won't start", "enable on boot", "systemctl", or asks about running apps as services.
2026-01-05
repository-adapters.md
0
1
export
repository-adapters
2
from
"matt-riley/mjrwtf"
from
"matt-riley/mjrwtf"
3
Modify database repository adapters using sqlc-generated SQLite queries.
2026-01-05
attention-grabbers.md
0
1
export
attention-grabbers
2
from
"dylantarre/animation-principles"
from
"dylantarre/animation-principles"
3
Use when drawing user focus - notification badges, new feature highlights, error callouts, promotional banners, or any animation meant to attract attention.
2026-01-05
ascii-preview-generate.md
0
1
export
ascii-preview-generate
2
from
"AbeJitsu/Game-Settings-Panel"
from
"AbeJitsu/Game-Settings-Panel"
3
Use AI to create ASCII text-based preview of PDF page layout. Transforms visual and extracted data into structured ASCII representation for HTML generation.
2026-01-05
nestjs-authentication.md
0
1
export
nestjs-authentication
2
from
"AgentiveCity/SkillFactory"
from
"AgentiveCity/SkillFactory"
3
Use this skill whenever the user wants to design, implement, or refactor authentication and authorization in a NestJS TypeScript backend, including JWT, sessions, refresh tokens, guards, roles/permissions, and integration with modules/services/controllers.
2026-01-05
ux-accessibility.md
0
1
export
ux-accessibility
2
from
"matthewharwood/fantasy-phonics"
from
"matthewharwood/fantasy-phonics"
3
WCAG 2.2 accessibility patterns for web components. Use when implementing focus management, keyboard navigation, screen reader support, reduced motion, high contrast mode, or touch targets. Integrates with project's accessibility.css tokens. (project)
2026-01-05
finishing-a-development-branch.md
0
1
export
finishing-a-development-branch
2
from
"arturas-bes/kainuguru-api"
from
"arturas-bes/kainuguru-api"
3
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
2026-01-05
generate-progress-report.md
0
1
export
generate-progress-report
2
from
"semicolon-devteam/sax-pm"
from
"semicolon-devteam/sax-pm"
3
Sprint(Iteration) 진행도 리포트 생성. Use when (1) 진행 현황 조회,(2) /SAX:progress 커맨드, (3) 상태 리포트 요청.
2026-01-05
git-workflow.md
0
1
export
git-workflow
2
from
"Jzineldin/image-wise-learn-62"
from
"Jzineldin/image-wise-learn-62"
3
Expert at managing git workflows including branching strategy, creating pull requests to the correct base branch (Story-viewer), committing changes, and following project conventions. Use when creating PRs, committing code, or managing branches.
2026-01-05
github-actions-troubleshooter.md
0
1
export
github-actions-troubleshooter
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Diagnose and fix GitHub Actions workflow failures, CI/CD pipeline issues, YAML syntax errors, and workflow configuration problems. Use when debugging failed CI runs, fixing workflow errors, or optimizing GitHub Actions. Keywords: github actions, CI, workflow, pipeline, yml, yaml, actions failure, CI failure, workflow error
2026-01-05
service-checklist.md
0
1
export
service-checklist
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Shared validation and monitoring checklists for service deployment and upgrades. Referenced by deploy-service and service-upgrade skills.
2026-01-05
security-review.md
0
1
export
security-review
2
from
"bselee/MuRP"
from
"bselee/MuRP"
3
Security audit for vulnerabilities, compliance issues, and sensitive data exposure. Use before production deployments or when reviewing security-sensitive code.
2026-01-05
arcanea-code-review.md
0
1
export
arcanea-code-review
2
from
"frankxai/arcanea"
from
"frankxai/arcanea"
3
Conduct thorough, constructive code reviews that improve code quality and team knowledge. Focuses on what matters - architecture, logic, security, maintainability - while avoiding bikeshedding.
2026-01-05
global-coding-style.md
0
1
export
global-coding-style
2
from
"frankdevlabs/compilothq"
from
"frankdevlabs/compilothq"
3
Write clean, consistent code following established naming conventions, automated formatting, DRY principles, meaningful variable names, small focused functions, and consistent indentation across all programming languages. Use this skill when writing or refactoring code in any programming language or file type including JavaScript (.js, .mjs, .cjs), TypeScript (.ts, .tsx, .mts), Python (.py), Ruby (.rb), Java (.java), Go (.go), Rust (.rs), PHP (.php), C# (.cs), Swift (.swift), Kotlin (.kt), or any other source code files. Use this when creating new functions, classes, interfaces, types, or variables that need appropriate naming following language-specific conventions like camelCase for JavaScript/TypeScript variables and functions (getUserById, totalPrice, isActive), PascalCase for class names, type names, and interfaces in most languages (UserProfile, DatabaseConnection, ApiResponse), snake_case for Python functions and variables (get_user_by_id, total_price, is_active), SCREAMING_SNAKE_CASE for constants (AP
2026-01-05
cloudflare-r2.md
0
1
export
cloudflare-r2
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Guide for implementing Cloudflare R2 - S3-compatible object storage with zero egress fees. Use when implementing file storage, uploads/downloads, data migration to/from R2, configuring buckets, integrating with Workers, or working with R2 APIs and SDKs.
2026-01-05
sorting-algorithms.md
0
1
export
sorting-algorithms
2
from
"pluginagentmarketplace/custom-plugin-data-structures-algorithms"
from
"pluginagentmarketplace/custom-plugin-data-structures-algorithms"
3
Complete sorting algorithm implementations including quick sort, merge sort, and binary search with complexity analysis.
2026-01-05