Browse Skills

17720 skills found

ci-workflow.md
0
1 export ci-workflow
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Run comprehensive CI checks before committing changes. Use when the user asks to run CI, run quality checks, validate code quality, or before finishing any task that involves code changes.
2026-01-05
tailwindcss.md
0
1 export tailwindcss
2 Genius-Cai from "Genius-Cai/finance-ai"
3 Tailwind CSS utility-first CSS framework. Use for responsive design, dark mode, utility classes, and component styling.
2026-01-05
markdowntown-cli.md
0
1 export markdowntown-cli
2 joelklabo from "joelklabo/markdowntown-cli"
3 Repo workflow for markdowntown-cli development and scans.
2026-01-05
playwright.md
0
1 export playwright
2 VitorAndTxr from "VitorAndTxr/Bioteca.Prism.InteroperableResearchInterfaceSystem"
3 Browser automation scripts for testing, screenshots, and web interaction. 16 scripts with persistent state.
2026-01-05
building-skills.md
0
1 export building-skills
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Creating new Claude Code skills for StickerNest. Use when the user asks to create a skill, build a skill, add a new skill, make a Claude skill, or extend Claude's capabilities for this project. Covers skill structure, YAML frontmatter, trigger-focused descriptions, and StickerNest-specific skill patterns.
2026-01-05
devsecops-lookup.md
0
1 export devsecops-lookup
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Looks up OWASP DevSecOps Guideline phases, security tools, and pipeline checks. Returns tool configurations, CWE mappings, and integration patterns for CI/CD security. Use when user asks about "DevSecOps", "SAST", "DAST", "SCA", "container security", "IaC security", "secret detection", "gitleaks", "semgrep", "trivy", "pipeline security", "シークレット検出", "静的解析", "動的解析", "コンテナセキュリティ", "セキュリティゲート".
2026-01-05
shell-scripting.md
0
1 export shell-scripting
2 SuperScript from "SuperScript/scrip"
3 Generate POSIX shell scripts following UNIX programming principles and a rigorous coding style. Use when: (1) creating or updating shell scripts; (2) when working on .sh files; (3) when working on files with #!/bin/sh shebang lines. Do not use when: (1) asked to create a Bash script.
2026-01-05
github-modes.md
0
1 export github-modes
2 vamseeachanta from "vamseeachanta/workspace-hub"
3 Comprehensive GitHub integration modes for workflow orchestration, PR management, and repository coordination. Use for GitHub CLI operations, automated workflows, PR reviews, issue tracking, release management, and CI/CD coordination.
2026-01-05
global-validation.md
0
1 export global-validation
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Implement comprehensive validation using Zod schemas for type-safe validation on both client and server, with server-side validation as the security boundary (never trust client input). Use this skill when validating user inputs, creating API endpoints that accept data, implementing forms, defining data schemas, validating file uploads, creating validation middleware, implementing Firestore security rules or Supabase RLS, or writing validation rules for any user-provided data. Apply when working on API route handlers, form components with React Hook Form, validation middleware, Zod schema definitions (schemas/*.ts, validation/*.ts), Firestore security rules (firestore.rules), Supabase RLS policies, or any code that accepts external input. This skill ensures server-side validation always (client-side is for UX only), Zod for schema validation with TypeScript type inference (z.infer<typeof schema>), validation middleware factory for Express/Bun APIs, React Hook Form + zodResolver for forms, user-friendly error
2026-01-05
vietnamese-story-writer.md
0
1 export vietnamese-story-writer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Tạo và viết truyện tranh bằng tiếng Việt với các thể loại đa dạng. Use when you need to create engaging stories, fables, or narratives in Vietnamese language for different audiences and purposes.
2026-01-05
gemini-cli.md
0
1 export gemini-cli
2 bedecarroll from "bedecarroll/dotfiles"
3 Use the Google Gemini CLI to get a second opinion on code, architecture, and UI/UX work. Trigger when a user asks to consult Gemini, wants an external critique, or requests UI feedback, design alternatives, or code review via the Gemini CLI.
2026-01-05
plugin-versioning.md
0
1 export plugin-versioning
2 WorldCentralKitchen from "WorldCentralKitchen/python-dev-framework"
3 Guide for versioning and releasing Claude Code plugins. Covers semantic versioning, CHANGELOG maintenance, and the automated release workflow.
2026-01-05
workflow-management.md
0
1 export workflow-management
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Manage GitHub Actions workflows - trigger, monitor, view logs, and download artifacts using gh CLI
2026-01-05
benchmarking.md
0
1 export benchmarking
2 IvanTorresEdge from "IvanTorresEdge/molcajete.ai"
3 Performance benchmarking techniques and analysis. Use when measuring performance.
2026-01-05
implementation-patterns.md
0
1 export implementation-patterns
2 adaptive-enforcement-lab from "adaptive-enforcement-lab/claude-skills"
3 Five idempotency patterns for automation: check-before-act, upsert, force overwrite, unique identifiers, and tombstones. Choose based on constraints and APIs.
2026-01-05
mmd-device-helix.md
0
1 export mmd-device-helix
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Guide for using the Line 6 Helix Floor/LT/Rack device library in MMD files. Use when the user mentions Helix, Line 6 Helix guitar processor, Helix Floor, Helix LT, Helix Rack, or needs help with setlist/preset loading, 8-snapshot control, expression automation, footswitch control, or looper functionality.
2026-01-05
trpc-type-safety.md
0
1 export trpc-type-safety
2 danielseltzer from "danielseltzer/code-analysis-tools"
3 tRPC end-to-end type-safe APIs for TypeScript with React Query integration and full-stack type safety
2026-01-05
pr-description.md
0
1 export pr-description
2 majiayu000 from "majiayu000/claude-skill-registry"
3 GitHub PR 템플릿(.github/PULL_REQUEST_TEMPLATE.md)을 사용해서 한국어로 Pull Request 설명을 작성합니다. 사용자가 PR을 생성하거나 PR 설명을 추가/업데이트하도록 요청할 때 사용하세요.
2026-01-05
frontend-accessibility.md
0
1 export frontend-accessibility
2 frankdevlabs from "frankdevlabs/compilothq"
3 Implement accessible user interfaces using semantic HTML, keyboard navigation, proper color contrast, ARIA attributes, alt text, and focus management to ensure all users can interact with the application. Use this skill when creating or modifying React components (.jsx, .tsx), Vue components (.vue), Angular component files, Svelte components, HTML files, template files, or any frontend UI code that renders user interfaces including forms, buttons, links, navigation menus, modals, dialogs, dropdowns, images, or interactive elements. Use this when implementing semantic HTML elements like nav, main, button, header, footer, article, section, form, label, input that convey proper meaning to assistive technologies like screen readers rather than using generic div or span elements, ensuring all interactive elements (buttons, links, form controls, custom widgets) are keyboard accessible with visible focus indicators and proper tab order so users can navigate without a mouse, adding ARIA attributes like aria-label, ar
2026-01-05
unity-fundamentals.md
0
1 export unity-fundamentals
2 majiayu000 from "majiayu000/claude-skill-registry"
3 This skill should be used when the user asks about "Unity lifecycle", "MonoBehaviour methods", "Awake vs Start", "Update vs FixedUpdate", "Unity serialization", "[SerializeField]", "GetComponent", "component references", "Unity prefabs", "prefab workflow", or needs guidance on fundamental Unity patterns and best practices.
2026-01-05
gemini-dev.md
0
1 export gemini-dev
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Google Gemini API development with google-genai SDK. Use for prompting, multimodal inputs, structured outputs, and agentic workflows.
2026-01-05
node-template-generator.md
0
1 export node-template-generator
2 omerlefaruk from "omerlefaruk/CasareRPA"
3 Generate boilerplate code for new CasareRPA automation nodes. See templates/ for category-specific templates and references/ for the complete checklist. Use when: creating new nodes, adding node categories, implementing BaseNode patterns, @properties decorator, node registration, get_parameter usage.
2026-01-05
deploy-status.md
0
1 export deploy-status
2 dlehdgml5328 from "dlehdgml5328/bodam"
3 배포 상태 실시간 모니터링 및 Health Check. GitHub Actions 워크플로우 진행 상황, K8s Pod 상태, Health Check 결과 확인. "배포 상태", "배포 확인", "정상 동작" 요청 시 사용.
2026-01-05
code-testing.md
0
1 export code-testing
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Generate and run unit and integration tests using pytest (Python) or Jest (JavaScript) with fixtures, mocks, and async support. Use for test-driven development, code review validation, coverage verification, and regression testing. Target 80%+ code coverage. Supports pytest markers, Jest snapshots, and CI/CD integration. Triggers on "test", "TDD", "unit test", "integration test", "test coverage", "pytest", "jest".
2026-01-05