Browse Skills

44895 skills found

buttons-ctas.md
0
1 export buttons-ctas
2 dylantarre from "dylantarre/animation-principles"
3 Use when animating buttons, CTAs, or clickable action elements to create satisfying, responsive interactions
2026-01-05
audit-log-generator.md
0
1 export audit-log-generator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Эксперт по аудит-логам. Используй для создания систем логирования, compliance требований, структуры логов и мониторинга.
2026-01-05
opinion-critic.md
0
1 export opinion-critic
2 dtsvetkov1 from "dtsvetkov1/agent-rules"
3 Provides critical feedback and alternative architectural perspectives on code changes. Use when you want to explore different ways to implement a feature or find potential flaws in the current plan.
2026-01-05
reviewing-performance-patterns.md
0
1 export reviewing-performance-patterns
2 djankies from "djankies/claude-configs"
3 Review React 19 performance patterns including memoization, re-renders, and bundle size. Use when reviewing performance or optimization.
2026-01-05
test-writer.md
0
1 export test-writer
2 ljchg12-hue from "ljchg12-hue/windows-dotfiles"
3 Expert test writing including unit, integration, e2e tests, mocking, and coverage strategies
2026-01-05
create-plan.md
0
1 export create-plan
2 Cygnusfear from "Cygnusfear/claude-stuff"
3 Create comprehensive implementation plan in .plans directory based on analysis or report. Use when user asks to create a plan, plan implementation, design a solution, or structure work for a feature/refactor/fix.
2026-01-05
pr-prepare.md
0
1 export pr-prepare
2 ByronWilliamsCPA from "ByronWilliamsCPA/python-libs"
3 Prepare pull request descriptions following project template. Activates on: prepare PR, create PR, pull request, ready for PR, draft PR, write PR
2026-01-05
php-test-writer.md
0
1 export php-test-writer
2 RasmusGodske from "RasmusGodske/dev-agent-workflow"
3 Skill for creating and editing PHP tests following project conventions. Use when creating tests, updating test files, or refactoring tests. Applies proper structure, naming, factory usage, and Laravel/PHPUnit best practices.
2026-01-05
compilo-design-system.md
0
1 export compilo-design-system
2 frankdevlabs from "frankdevlabs/compilothq"
3 Enforce Compilo Design System rules - navy/cream minimal aesthetic with OKLCH colors, 8px grid, shadcn/ui components. Use PROACTIVELY when creating or modifying any UI code.
2026-01-05
edmund-bogen-newsletter.md
0
1 export edmund-bogen-newsletter
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Transform raw research into polished newsletter articles for Edmund Bogen's luxury real estate audience. Use when Edmund provides research, data, or topics and needs a complete newsletter article created. Follows Edmund's distinctive dual-perspective voice (Douglas Elliman realtor + St. Andrews Country Club resident) with data-driven analysis that cuts through media narratives.
2026-01-05
best-practices.md
0
1 export best-practices
2 claimhawk from "claimhawk/shebang"
3 Generate technology-specific best practices and anti-patterns documentation. Use when setting up a new project or when the user asks about coding standards for a specific language or framework.
2026-01-05
julien-notion-route-entry.md
0
1 export julien-notion-route-entry
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Route a Notion Inbox entry to the appropriate PKM database (Github, Videos, Articles, Podcasts, Formations, Lieux, Code, or Todos). Use when user wants to triage inbox, route entry, move to appropriate database.
2026-01-05
building-chat-widgets.md
0
1 export building-chat-widgets
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Build interactive AI chat widgets with buttons, forms, and bidirectional actions.Use when creating agentic UIs with clickable widgets, entity tagging (@mentions),composer tools, or server-handled widget actions. Covers full widget lifecycle.NOT when building simple text-only chat without interactive elements.
2026-01-05
copilot-customization.md
0
1 export copilot-customization
2 SuperPyonchiX from "SuperPyonchiX/VSCodeEnv"
3 GitHub Copilotカスタマイゼーションファイル(プロンプト、エージェント、インストラクション、スキル)の作成ガイド。.prompt.md、.agent.md、.instructions.md、SKILL.mdファイルをVS Codeのベストプラクティスに従って作成する際に使用してください。
2026-01-05
scrum-delivery-lead.md
0
1 export scrum-delivery-lead
2 garbray from "garbray/claude-config"
3 Scrum Master & Engineering-Oriented Delivery Lead with hands-on frontend/backend development experience. Interprets Technical Design Documents, reviews UX/UI designs, and understands product requirements to ensure delivery clarity. Breaks features into well-scoped Scrum stories (max 3 story points, Fibonacci estimation). Stories are sliced for incremental value, minimal risk, fast feedback. For every ticket provides: clear description, explicit acceptance criteria, expected behavior, constraints, and test case expectations (happy path + edge cases). Ensures stories are implementation-ready, testable, aligned with technical/product goals. Enables team to execute efficiently while maintaining high quality and predictable velocity. Use when creating sprint stories, planning sprints, estimating work, or breaking down features into tickets.
2026-01-05
swarm-board.md
0
1 export swarm-board
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Interact with the swarm task board. Use when you need to query existing tasks, check backlog status, create new tasks, or understand the current project state.
2026-01-05
bill-processing.md
0
1 export bill-processing
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Extract data from bill/receipt images and return JSON for lunch-splitter app
2026-01-05
context-compression.md
0
1 export context-compression
2 standardbeagle from "standardbeagle/standardbeagle-tools"
3 This skill should be used when the user asks about "token efficiency", "compress responses", "reduce token usage", "minimize context", "compact format", "token optimization", or discusses reducing token consumption in MCP responses while maintaining value.
2026-01-05
backend-api.md
0
1 export backend-api
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Design and implement RESTful API endpoints following REST principles with proper HTTP methods, status codes, resource-based URLs, and rate limiting. Use this skill when creating or modifying API endpoints, route handlers, controllers, or any backend API layer code. Apply when working on files that define API routes (routes/*.ts, controllers/*.ts, api/*.ts, *Controller.cs), implement request/response handlers, establish API versioning, or configure endpoint middleware. Use when building Bun/Express APIs, ASP.NET Core Web APIs, or Next.js API routes. This skill ensures RESTful design with clear resource-based URLs, consistent lowercase hyphenated naming, appropriate HTTP methods (GET, POST, PUT, PATCH, DELETE), proper status codes (200, 201, 400, 404, 500), plural nouns for resources (/users, /products), limited nesting depth (2-3 levels max), query parameters for filtering/sorting/pagination, API versioning strategies, and rate limiting headers in responses.
2026-01-05
sql-optimizer.md
0
1 export sql-optimizer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 WHEN: SQL query review, query optimization, index usage, N+1 detection, performance analysisWHAT: Query plan analysis + Index recommendations + N+1 detection + Join optimization + Performance tuningWHEN NOT: Schema design → schema-reviewer, ORM code → orm-reviewer
2026-01-05
repo-onboarding.md
0
1 export repo-onboarding
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Repository onboarding and agent bootstrap. Use at the start of a new repo session or before any task to load AGENTS.md, architecture/skills indexes, and discover local Codex skills.
2026-01-05
unified-review.md
0
1 export unified-review
2 athola from "athola/pensive"
3 Orchestrate and run appropriate pensive review skills based on codebase analysis and context.
2026-01-05
qwik.md
0
1 export qwik
2 mgd34msu from "mgd34msu/goodvibes-plugin"
3 Builds instant-loading web applications with Qwik's resumable architecture and fine-grained lazy loading. Use when creating highly performant sites, when user mentions Qwik, resumability, zero hydration, or O(1) startup time.
2026-01-05
convex-game-management.md
0
1 export convex-game-management
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Manage game lifecycle, player turns, round rotation, scoring, and game state transitions. Use when implementing game creation, turn management, score updates, and game completion flows in PictionAI.
2026-01-05