Browse Skills

18175 skills found

cloudflare-workers.md
0
1 export cloudflare-workers
2 kent-daniel from "kent-daniel/regexfast"
3 Build stateful serverless applications using Cloudflare Workers and Durable Objects. Use when creating real-time collaborative apps, chat systems, multiplayer games, WebSocket servers, rate limiters, or any application requiring coordination between clients, persistent state, or scheduled tasks with Cloudflare's edge computing platform.
2026-01-05
planning-and-building.md
0
1 export planning-and-building
2 conradbeach from "conradbeach/dotfiles"
3 Approach for planning and implementing code changes. Use when starting new features, starting bug fixes, beginning any implementation work, or when unsure how to approach a coding task. Covers learning the codebase first, verifying approaches, and writing simple maintainable code.
2026-01-05
sora-higgsfield-prompting.md
0
1 export sora-higgsfield-prompting
2 mycurelabs from "mycurelabs/easyjoey.com"
3 AI video generation prompting guide for Sora 2 and Higgsfield.ai
2026-01-05
writing-style.md
0
1 export writing-style
2 alexanderop from "alexanderop/second-brain-nuxt"
3 Writing guidelines for clear, economical prose. Reference this skill when creating or enhancing note content.
2026-01-05
ln-630-test-auditor.md
0
1 export ln-630-test-auditor
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Test suite audit coordinator (L2). Delegates to 5 workers (Business Logic, E2E, Value, Coverage, Isolation). Aggregates results, creates Linear task in Epic 0.
2026-01-05
rag-pipeline.md
0
1 export rag-pipeline
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use when building Retrieval-Augmented Generation systems. Covers document chunking, embedding generation, vector indexing, semantic search, context building, and integration of retrieval with LLM completion for accurate Q&A on Physical AI textbook content.
2026-01-05
commit.md
0
1 export commit
2 0xmsc from "0xmsc/coding_assistant"
3 Helps write conventional commit messages, create atomic commits, and follow git best practices. Use when the agent needs to help with git commits, commit message writing, or git workflow guidance.
2026-01-05
bd-issue-tracking.md
0
1 export bd-issue-tracking
2 johnnymo87 from "johnnymo87/dotfiles"
3 Track complex, multi-session work with dependency graphs using bd (beads) issue tracker. Git-backed JSONL files are the source of truth, with SQLite as local cache. Use when work spans multiple sessions, has complex dependencies, or requires persistent context across compaction cycles. For simple single-session linear tasks, TodoWrite remains appropriate.
2026-01-05
database-design.md
0
1 export database-design
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Expert database design and data modeling. Use when designing schemas, normalizing data, creating ER diagrams, or making architectural database decisions.
2026-01-05
ui-styling.md
0
1 export ui-styling
2 nickstrad from "nickstrad/signal-depth"
3 Guides UI styling and design using Tailwind CSS 4, shadcn/ui components, and the global theme system. Use when styling components, designing UIs, or making visual changes. Emphasizes CSS variable-based theming for consistent, maintainable styles.
2026-01-05
nextjs-routes-and-layouts.md
0
1 export nextjs-routes-and-layouts
2 AgentiveCity from "AgentiveCity/SkillFactory"
3 Use this skill whenever the user wants to design, refactor, or extend Next.js App Router routes, layouts, and navigation patterns (including route groups, dynamic routes, and server/client component boundaries) in a TypeScript + Tailwind + shadcn/ui project.
2026-01-05
unity-architecture.md
0
1 export unity-architecture
2 majiayu000 from "majiayu000/claude-skill-registry"
3 This skill should be used when the user asks about "game architecture", "design patterns", "manager pattern", "singleton pattern", "ScriptableObject", "ScriptableObject architecture", "event system", "Observer pattern", "pub-sub", "MVC in Unity", "dependency injection", "service locator", or needs guidance on structuring Unity projects and game systems.
2026-01-05
architecture-readiness.md
0
1 export architecture-readiness
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use this skill to create Product Owner Specifications documenting business requirements before architecture design
2026-01-05
sharing-skills.md
0
1 export sharing-skills
2 nimeshgurung from "nimeshgurung/artifact-hub-collections"
3 Use when you've developed a broadly useful skill and want to contribute it upstream via pull request - guides process of branching, committing, pushing, and creating PR to contribute skills back to upstream repository
2026-01-05
browser-automation.md
0
1 export browser-automation
2 SecurityRonin from "SecurityRonin/ronin-marketplace"
3 Use when automating browsers with Playwright/Puppeteer, testing Chrome extensions, using Chrome DevTools Protocol (CDP), handling dynamic content/SPAs, or debugging automation issues
2026-01-05
flamework-roblox-ts.md
0
1 export flamework-roblox-ts
2 StephenSHorton from "StephenSHorton/flamework-template"
3 Build Roblox games with Flamework, a TypeScript framework. Use when creating services, controllers, components, networking (RemoteEvents/RemoteFunctions), dependency injection, lifecycle events, or working with Flamework decorators, macros, and configuration.
2026-01-05
playwright-testing.md
0
1 export playwright-testing
2 vinceh 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 HermeticOrmus 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
ai-file-analyzer.md
0
1 export ai-file-analyzer
2 majiayu000 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
documentation-writing.md
0
1 export documentation-writing
2 vinnie357 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 griffnb from "griffnb/assettradingdesk-ui"
3 Building MobX models with proper architecture, BaseModel patterns, Store usage, and validation
2026-01-05
refine-requirements.md
0
1 export refine-requirements
2 foolishimp 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
project-guide.md
0
1 export project-guide
2 majiayu000 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 ftchvs 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