Browse Skills
44835 skills found
playwright-testing.md
0
1
export
playwright-testing
2
from
"vinceh/recipe"
from
"vinceh/recipe"
3
Comprehensive guide for modern front-end testing with Playwright (2025). This skill should be used when writing end-to-end tests, component tests, or visual regression tests for web applications using Playwright. Covers Page Object Model patterns, TypeScript integration, modern SPA testing strategies, accessibility testing, and CI/CD automation with GitHub Actions.
2026-01-05
hybrid-cloud-networking.md
0
1
export
hybrid-cloud-networking
2
from
"HermeticOrmus/after-the-third-cup"
from
"HermeticOrmus/after-the-third-cup"
3
Configure secure, high-performance connectivity between on-premises infrastructure and cloud platforms using VPN and dedicated connections. Use when building hybrid cloud architectures, connecting data centers to cloud, or implementing secure cross-premises networking.
2026-01-05
snd-bossmodreborn-integration.md
0
1
export
snd-bossmodreborn-integration
2
from
"vaoan/SND"
from
"vaoan/SND"
3
Use this skill when implementing combat automation in SND macros using the BossModReborn plugin. Covers preset management, rotation configuration, and AI control via chat commands.
2026-01-05
ai-file-analyzer.md
0
1
export
ai-file-analyzer
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Analyze Adobe Illustrator (.ai) files to extract design information including text content, fonts, color palettes, vector paths, and generate high-resolution preview images. Use when analyzing logo files, design assets, or any Adobe Illustrator documents that need programmatic inspection.
2026-01-05
find-unlinked-mentions.md
0
1
export
find-unlinked-mentions
2
from
"bencassie/flywheel"
from
"bencassie/flywheel"
3
Find places where an entity is mentioned but not wikilinked. Triggers on "unlinked mentions", "where is X mentioned", "link X everywhere", "mentions of X".
2026-01-05
documentation-writing.md
0
1
export
documentation-writing
2
from
"vinnie357/claude-skills"
from
"vinnie357/claude-skills"
3
Guide for writing clear, comprehensive technical documentation including README files, API docs, guides, and inline documentation
2026-01-05
model-building.md
0
1
export
model-building
2
from
"griffnb/assettradingdesk-ui"
from
"griffnb/assettradingdesk-ui"
3
Building MobX models with proper architecture, BaseModel patterns, Store usage, and validation
2026-01-05
fvtt-version-compat.md
0
1
export
fvtt-version-compat
2
from
"ImproperSubset/hh-agentics"
from
"ImproperSubset/hh-agentics"
3
This skill should be used when importing Foundry classes, registering sheets, loading templates, enriching HTML, or using any Foundry API that has moved to namespaces. Covers compat wrappers, deferred sheet registration, and the modern-first fallback pattern.
2026-01-05
lp-analysis.md
0
1
export
lp-analysis
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
LPをTOMYスタイル基準で分析し、成約率を最大4.3倍に改善する具体的な施策を提案。3つの黄金ルールに基づく最適化。
2026-01-05
memory-catcher.md
0
1
export
memory-catcher
2
from
"bangedorrunt/swarmtool-addons"
from
"bangedorrunt/swarmtool-addons"
3
Post-session analysis agent that extracts learnings, decisions, user preferences, and "surprise moments" from conversation transcripts. Stores insights in Memory Lane with vector embeddings for future retrieval.
2026-01-05
academic-task-planner.md
0
1
export
academic-task-planner
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Transform academic course assignment PDFs into structured, actionable markdown checklists with dates, unique IDs, and custom tags. Asks when the user will start, assigns tasks only to weekdays (Monday-Friday), respects weekends automatically, and calculates forum deadlines 3 days before due date. Use this skill when the user uploads academic PDFs or asks to create a task plan from course assignments.
2026-01-05
zustand-testing.md
0
1
export
zustand-testing
2
from
"Jslock56/FFFBeatdown"
from
"Jslock56/FFFBeatdown"
3
Generate comprehensive tests for Zustand stores with nested immutable updates, async actions, and persistence. Use when creating or modifying stores, writing tests, or debugging state issues. Keywords: zustand, store, testing, state, vitest, mock.
2026-01-05
simplification-cascades.md
0
1
export
simplification-cascades
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Find one insight that eliminates multiple components - "if this is true, we don't need X, Y, or Z". Use when implementing the same concept multiple ways, accumulating special cases, or complexity is spiraling. Gremlinized to use memory architecture and nexus-graph for pattern unification.
2026-01-05
execplans.md
0
1
export
execplans
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Write and maintain self-contained ExecPlans (execution plans) that a novice can follow end-to-end; use when planning or implementing non-trivial repo changes.
2026-01-05
refine-requirements.md
0
1
export
refine-requirements
2
from
"foolishimp/ai_sdlc_method"
from
"foolishimp/ai_sdlc_method"
3
Refine requirements from discoveries during TDD/BDD implementation. Captures edge cases, race conditions, and business rules discovered by developers. Enables requirements refinement loop. Use when developers discover missing requirements during coding.
2026-01-05
git-operations.md
0
1
export
git-operations
2
from
"Zeliper/z-coder"
from
"Zeliper/z-coder"
3
git 명령어 사용 및 커밋 생성 가이드
2026-01-05
project-guide.md
0
1
export
project-guide
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
claude-plugin 프로젝트 개발 가이드라인, 레퍼런스 패턴, 프로젝트 구조 조회. Use when Claude needs to (1) Look up development principles (P1-P4, DRY, KISS, YAGNI, SOLID), (2) Find reference patterns for Hooks/Agents/Commands creation, (3) Understand project structure and file locations, (4) Learn how to create Skills/Hooks/Agents/Commands, or (5) Delegate to claude-code-guide for official Claude Code documentation
2026-01-05
mdx-content-localization.md
0
1
export
mdx-content-localization
2
from
"ftchvs/ftchvs_26"
from
"ftchvs/ftchvs_26"
3
Create and manage MDX blog posts, projects, and pages with proper frontmatter and locale support. Use when writing new blog posts, creating project pages, adding pages, or working with MDX content rendering.
2026-01-05
skill-name.md
0
1
export
skill-name
2
from
"mbosseme/computer-use-1"
from
"mbosseme/computer-use-1"
3
<ONE_SENTENCE_DESCRIPTION>
2026-01-05
commit-message-generator.md
0
1
export
commit-message-generator
2
from
"ntaksh42/agents"
from
"ntaksh42/agents"
3
Generate conventional commit messages following best practices. Use when creating structured git commit messages.
2026-01-05
task-engine.md
0
1
export
task-engine
2
from
"omerreish-lgtm/secretary-system"
from
"omerreish-lgtm/secretary-system"
3
Create, organize, and prioritize tasks from briefs or brain dumps. Sync with Taskmaster MCP. Use to plan work, track status, and pick next steps.
2026-01-05
ds-plan.md
0
1
export
ds-plan
2
from
"edwinhu/workflows"
from
"edwinhu/workflows"
3
This skill should be used when the user asks to "profile the data", "explore the dataset", "plan the analysis", or as Phase 2 of the /ds workflow after brainstorming. Profiles data and creates analysis task breakdown.
2026-01-05
jsdoc-template-generator.md
0
1
export
jsdoc-template-generator
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Generate JSDoc configuration and documentation templates for JavaScript/TypeScript projects. Triggers on "create jsdoc config", "generate jsdoc template", "documentation setup", "jsdoc configuration".
2026-01-05
play-sound.md
0
1
export
play-sound
2
from
"IvanTorresEdge/molcajete.ai"
from
"IvanTorresEdge/molcajete.ai"
3
Cross-platform audio feedback system for task completion and user prompts. Provides non-intrusive sound notifications to improve workflow awareness.
2026-01-05