Browse Skills
18175 skills found
get-youtube-transcript-raw.md
0
1
export
get-youtube-transcript-raw
2
from
"dudarev/ai-assisted-software-development"
from
"dudarev/ai-assisted-software-development"
3
Capture a YouTube video transcript as raw material using `ytt`, storing it in the raw/ directory with minimal metadata for later distillation.
2026-01-05
speck-help.md
0
1
export
speck-help
2
from
"nprbst/speck-market"
from
"nprbst/speck-market"
3
Answer questions about Speck specs, plans, tasks, requirements, progress, architecture, user stories, feature status, and constitution. Interprets spec.md, plan.md, tasks.md files. Use when users ask about feature requirements, implementation status, or Speck workflow artifacts.
2026-01-05
ui-ux-principles.md
0
1
export
ui-ux-principles
2
from
"jk278/veld"
from
"jk278/veld"
3
Modern UI/UX design principles for minimalist, efficient, and elegant interfaces. Covers keyboard-driven design, command palettes, component architecture, accessibility, and performance. Based on analysis of Linear, Raycast, Arc, and other top-tier developer tools in 2025. Use when designing UI components, planning features, or reviewing interface design decisions.
2026-01-05
tdd.md
0
1
export
tdd
2
from
"pproenca/dot-claude-old"
from
"pproenca/dot-claude-old"
3
Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first
2026-01-05
typescript-shims.md
0
1
export
typescript-shims
2
from
"sayali-ingle-pdl/adusa-ai-vuejs-app-template"
from
"sayali-ingle-pdl/adusa-ai-vuejs-app-template"
3
Generates TypeScript declaration files (shims-vue.d.ts, shims-svg.d.ts) to enable type-safe imports of Vue components and SVG files.
2026-01-05
dockerignore-config.md
0
1
export
dockerignore-config
2
from
"metasaver/metasaver-marketplace"
from
"metasaver/metasaver-marketplace"
3
Docker ignore configuration template and validation logic for optimizing Docker build contexts. Includes 5 required standards (build artifacts, development files, CI/CD and testing, logs and temporary files, root-only placement). Use when creating or auditing .dockerignore files to reduce build context size, improve performance, and ensure security.
2026-01-05
brand-guidelines.md
0
1
export
brand-guidelines
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
IdeaForge brand identity - colors, typography, and visual guidelines. Use when styling UI components, creating marketing materials, or ensuring brand consistency.
2026-01-05
defense-in-depth.md
0
1
export
defense-in-depth
2
from
"michael-h-patrianna/chain-offer-mock"
from
"michael-h-patrianna/chain-offer-mock"
3
Use when invalid data causes failures deep in execution, requiring validation at multiple system layers - validates at every layer data passes through to make bugs structurally impossible
2026-01-05
nextjs-fullstack.md
0
1
export
nextjs-fullstack
2
from
"seungwonme/nextjs-boilerplate"
from
"seungwonme/nextjs-boilerplate"
3
Next.js fullstack development guidelines for React 19 and Next.js 15+. Use when building Next.js applications with Feature-Sliced Design, TailwindCSS v4, ShadCN, Jotai, React Query, and Supabase integration. Covers file naming, component architecture, testing with Vitest/Playwright, UI/UX design patterns, and Toss frontend principles.
2026-01-05
coaching-materials-creator.md
0
1
export
coaching-materials-creator
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
This skill should be used when creating coaching guides, peer learning structures, and post-workshop support materials. Use this skill to design coaching conversations using Kolb's cycle, create community of practice frameworks, and enable sustained learning.
2026-01-05
hub-news-posts.md
0
1
export
hub-news-posts
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
This skill should be used when creating Galaxy Hub news posts, writing content for galaxyproject.org/news, or converting content to Galaxy Hub markdown format.
2026-01-05
skill-developer.md
0
1
export
skill-developer
2
from
"inchan/cc-skills"
from
"inchan/cc-skills"
3
Create and manage Claude Code skills following Anthropic best practices. Use when creating new skills, modifying skill-rules.json, understanding trigger patterns, working with hooks, debugging skill activation, or implementing progressive disclosure. Covers skill structure, YAML frontmatter, trigger types (keywords, intent patterns, file paths, content patterns), enforcement levels (block, suggest, warn), hook mechanisms (UserPromptSubmit, PreToolUse), session tracking, and the 500-line rule.
2026-01-05
testing-test-writing.md
0
1
export
testing-test-writing
2
from
"SpacePlushy/portfolio"
from
"SpacePlushy/portfolio"
3
Write strategic, behavior-focused tests for core user flows and critical functionality using Vitest for unit tests and Playwright for end-to-end testing. Use this skill when writing test files, testing utilities, or implementing test coverage for critical paths. When working on Vitest test files (.test.ts, .spec.ts), Playwright E2E test suites, test setup and configuration files (vitest.config.ts, test-setup.ts), mock implementations for external dependencies, testing utility functions or test helpers, component test files using React Testing Library, API route test files, or integration tests for Content Collections and data fetching logic.
2026-01-05
action-bias.md
0
1
export
action-bias
2
from
"bogheorghiu/cognitive-mechanisms"
from
"bogheorghiu/cognitive-mechanisms"
3
"Am I *doing* or just *describing* that I should do?" - Counters documentation-over-action patterns. Triggers when: (1) about to say "should create", "need to fix", "I recommend" instead of acting, (2) end of work blocks before reporting completion, (3) reporting success while failures exist, (4) creating docs/plans without executing, (5) explaining fixes instead of implementing. Enforces ACT FIRST, DOCUMENT AFTER. Does NOT trigger for: genuine planning phases, user-requested documentation, or blocked situations requiring input.
2026-01-05
database-migration.md
0
1
export
database-migration
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use when working with Supabase database schemas, migrations, RLS policies, or PostGIS features. Enforces UUID standards, timestamp columns, and security best practices.
2026-01-05
openwebf-app-performance-js.md
0
1
export
openwebf-app-performance-js
2
from
"archview-ai/webf-plugin"
from
"archview-ai/webf-plugin"
3
Measure and optimize WebF app performance from the JavaScript side (performance.mark/measure, bundle size, code splitting, debouncing, CSS transforms). Use when the user mentions performance.mark/measure, JS profiling, heavy JS work, bundle size, code splitting, debouncing, or animation performance.
2026-01-05
dnd-5e-character-manager.md
0
1
export
dnd-5e-character-manager
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Expert D&D 5th Edition (2014 PHB) character sheet manager and game master assistant. Use when creating characters, leveling up, calculating ability modifiers, managing spells, tracking hit points, updating equipment, applying class features, or answering rules questions about D&D 5e.
2026-01-05
api-client.md
0
1
export
api-client
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Fetch API patterns with error handling, retry logic, and caching. Use when building API integrations, handling network failures, or implementing offline-first data fetching.
2026-01-05
ai-collaborate-teaching.md
0
1
export
ai-collaborate-teaching
2
from
"khanaleema/PhysicalAI-Book"
from
"khanaleema/PhysicalAI-Book"
3
Design learning experiences for AI-native software development, integrating the Three Roles Framework (AI as Teacher/Student/Co-Worker), co-learning partnership pedagogy, and "Specs Are the New Syntax" paradigm into programming curriculum. Use this skill when educators need to prepare students for professional AI-driven development workflows, teach effective specification-first collaboration, or balance AI assistance with foundational learning goals. This skill helps create lessons that leverageAI tools appropriately while ensuring students build independent capability, bidirectional learningpatterns, and ethical AI use practices. Aligned with Constitution v4.0.1.
2026-01-05
selector-strategies.md
0
1
export
selector-strategies
2
from
"omerlefaruk/CasareRPA"
from
"omerlefaruk/CasareRPA"
3
CSS/XPath selector best practices for web automation (dropdowns, dynamic tables, nested components). Use when: writing selectors, handling dynamic content, React apps, robust attributes, dynamic element handling, selector maintenance.
2026-01-05
audit-coordinator.md
0
1
export
audit-coordinator
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Orchestrates comprehensive audits across multiple specialized auditors for Claude Code customizations and provides guidance on naming, organization, best practices, and troubleshooting. Use when: (1) Auditing - wants complete evaluation, multi-faceted analysis, coordinated audit reports, thorough validation, or asks to audit multiple components; (2) Guidance - asks "what should I name...", "how should I organize...", "best practices for...", troubleshooting issues, understanding evaluation criteria, or needs pre-deployment validation. Automatically determines which auditors to invoke (agent-audit, skill-audit, hook-audit, command-audit, output-style-audit, evaluator, test-runner) based on target type and compiles unified reports with consolidated recommendations.
2026-01-05
issue-executor.md
0
1
export
issue-executor
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use this skill to start work on an assigned GitHub issue. This is the core implementation loop of the SynthesisFlow methodology. Guides the AI to load full context (specs, plans, retrospective), create a feature branch, and begin implementation. Triggers include "start work on issue", "implement issue
2026-01-05
playwright-browser-automation.md
0
1
export
playwright-browser-automation
2
from
"bolasblack/claude-skills"
from
"bolasblack/claude-skills"
3
Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use when user wants to test websites, automate browser interactions, validate web functionality, or perform any browser-based testing.
2026-01-05
global-error-handling.md
0
1
export
global-error-handling
2
from
"pdovhomilja/dovhomilja-cz"
from
"pdovhomilja/dovhomilja-cz"
3
Implement robust error handling with user-friendly messages, specific exception types, centralized error boundaries, and graceful degradation strategies. Use this skill when writing try-catch blocks, handling exceptions and errors, creating error messages for users, implementing error boundaries in React or other frameworks, validating input and checking preconditions, handling API errors and external service failures, implementing retry strategies with exponential backoff, cleaning up resources in finally blocks, designing graceful degradation for non-critical failures, or preventing technical details and security information from being exposed to users. Apply this skill when handling errors in any code file, implementing error recovery mechanisms, or reviewing error handling approaches for robustness and security.
2026-01-05