Skip to main content
ClaudeWave

Claude Code Skills · page 4

Individual Claude Code skills mined from every repository in the directory: each SKILL.md, installable with one command, with its full definition and the repository's trust signals.

12,847 skills1-command install
  1. LobeHub code review checklist. Use when reviewing a PR, diff, or branch for console leftovers, return await, secrets, i18n, desktop router drift, UI imports, migrations, or cloud impact.

  2. Audit .agents/skills SKILL.md files. Use for recurring checks of duplicate, overlapping, stale, inconsistent, or broken skills and merge/delete candidates.

  3. LobeHub SPA route architecture. Use when editing src/routes, src/features delegation, desktop/mobile/popup router configs, .desktop variants, route segments, redirects, or new pages.

  4. LobeHub Zustand store data-shape patterns. Use when designing store state, list/detail splits, normalized maps, reducers, messagesMap, topicsMap, or choosing shared type sources.

  5. testing80.9k

    Vitest testing guide. Use when writing or updating tests, fixing failing tests, improving coverage, debugging test issues, or setting up mocks.

  6. TRPC router development guide. Use when creating or modifying apps/server/src/routers, adding procedures, or implementing server-side API endpoints.

  7. LobeHub TypeScript style and type-safety guide. Use when editing TS/TSX/MTS, fixing types, choosing interface vs type, avoiding any/object, import type, async flow, or ts-expect-error.

  8. LobeHub Upstash Workflow and QStash guide. Use for async workflows, process/paginate/execute fan-out, serve handlers, context.run/call/sleep, or workflow triggers.

  9. Version release workflow — release process and GitHub Release notes (not docs/changelog pages).

  10. zustand80.9k

    LobeHub Zustand store conventions. Use when editing src/store, store slices, public/internal actions, dispatch actions, flattenActions, optimistic updates, selectors, maps, or class action migration.

  11. task80.9k
  12. Backfill and maintain model-bank metadata (knowledgeCutoff, family, generation). Use when adding models, fixing cutoff/family data, running a metadata sweep across aiModels providers, or researching official knowledge cutoffs.

  13. >

  14. ux80.9k

    LobeHub product design values / principles / checklists. Load this skill whenever the work touches user-interface features or implementation — designing or building any user-facing flow — to get better UX results.

  15. verify80.9k

    >

  16. Guides stable API and interface design. Use when designing APIs, module boundaries, or any public interface. Use when creating REST or GraphQL endpoints, defining type contracts between modules, or establishing boundaries between frontend and backend.

  17. Tests in real browsers via Chrome DevTools MCP. Use when building or debugging anything that runs in a browser. Use when you need to inspect the DOM, capture console errors, analyze network requests, profile performance, or verify visual output with real runtime data. Requires the chrome-devtools MCP server to be configured.

  18. Automates CI/CD pipeline setup. Use when setting up or modifying build and deployment pipelines. Use when you need to automate quality gates, configure test runners in CI, or establish deployment strategies.

  19. Conducts multi-axis code review. Use before merging any change. Use when reviewing code written by yourself, another agent, or a human. Use when you need to assess code quality across multiple dimensions before it enters the main branch.

  20. Simplifies code for clarity. Use when refactoring code for clarity without changing behavior. Use when code works but is harder to read, maintain, or extend than it should be. Use when reviewing code that has accumulated unnecessary complexity.

  21. Optimizes agent context setup. Use when starting a new session, when agent output quality degrades, when switching between tasks, or when you need to configure rules files and context for a project.

  22. Guides systematic root-cause debugging. Use when tests fail, builds break, behavior doesn't match expectations, or you encounter any unexpected error. Use when you need a systematic approach to finding and fixing the root cause rather than guessing.

  23. Manages deprecation and migration. Use when removing old systems, APIs, or features. Use when migrating users from one implementation to another. Use when deciding whether to maintain or sunset existing code.

  24. Records decisions and documentation. Use when making architectural decisions, changing public APIs, shipping features, or when you need to record context that future engineers and agents will need to understand the codebase.

  25. Subjects every non-trivial decision to a fresh-context adversarial review before it stands. Use when correctness matters more than speed, when working in unfamiliar code, when stakes are high (production, security-sensitive logic, irreversible operations), or any time a confident output would be cheaper to verify now than to debug later.

  26. Builds production-quality UIs. Use when building or modifying user-facing interfaces. Use when creating components, implementing layouts, managing state, or when the output needs to look and feel production-quality rather than AI-generated.

  27. Structures git workflow practices. Use when making any code change. Use when committing, branching, resolving conflicts, or when you need to organize work across multiple parallel streams.

  28. Refines raw ideas into sharp, actionable concepts through structured divergent and convergent thinking. Use when an idea is still vague, when you need to stress-test assumptions before committing to a plan, or when you want to expand options before converging on one. Triggers on "ideate", "refine this idea", or "stress-test my plan".

  29. Delivers changes incrementally. Use when implementing any feature or change that touches more than one file. Use when you're about to write a large amount of code at once, or when a task feels too big to land in one step.

  30. Extracts what the user actually wants instead of what they think they should want. Achieves this through one-question-at-a-time interview until ~95% confidence about the underlying intent. Use when an ask is underspecified ("build me X" without "for whom" or "why now"), when the user explicitly invokes ("interview me", "grill me", "are we sure?", "stress-test my thinking"), or when you catch yourself silently filling in ambiguous requirements before any plan, spec, or code exists.

  31. Optimizes application performance. Use when performance requirements exist, when you suspect performance regressions, or when Core Web Vitals or load times need improvement. Use when profiling reveals bottlenecks that need fixing.

  32. Breaks work into ordered tasks. Use when you have a spec or clear requirements and need to break work into implementable tasks. Use when a task feels too large to start, when you need to estimate scope, or when parallel work is possible.

  33. Hardens code against vulnerabilities. Use when handling user input, authentication, data storage, or external integrations. Use when building any feature that accepts untrusted data, manages user sessions, or interacts with third-party services.

  34. Prepares production launches. Use when preparing to deploy to production. Use when you need a pre-launch checklist, when setting up monitoring, when planning a staged rollout, or when you need a rollback strategy.

  35. Grounds every implementation decision in official documentation. Use when you want authoritative, source-cited code free from outdated patterns. Use when building with any framework or library where correctness matters.

  36. Creates specs before coding. Use when starting a new project, feature, or significant change and no specification exists yet. Use when requirements are unclear, ambiguous, or only exist as a vague idea.

  37. Drives development with tests. Use when implementing any logic, fixing any bug, or changing any behavior. Use when you need to prove that code works, when a bug report arrives, or when you're about to modify existing functionality.

  38. Discovers and invokes agent skills. Use when starting a session or when you need to discover which skill applies to the current task. This is the meta-skill that governs how all other skills are discovered and invoked.

  39. Instruments code so production behavior is visible and diagnosable. Use when adding logging, metrics, tracing, or alerting. Use when shipping any feature that runs in production and you need evidence it works. Use when production issues are reported but you can't tell what happened from the available data.

  40. Use when you need to ask questions about a codebase or understand code using a knowledge graph

  41. Launch the interactive web dashboard to visualize a codebase's knowledge graph

  42. Use when you need to analyze git diffs or pull requests to understand what changed, affected components, and risks

  43. Extract business domain knowledge from a codebase and generate an interactive domain flow graph. Works standalone (lightweight scan) or derives from an existing /understand knowledge graph.

  44. Use when you need a deep-dive explanation of a specific file, function, or module in the codebase

  45. Analyze a Karpathy-pattern LLM wiki knowledge base and generate an interactive knowledge graph with entity extraction, implicit relationships, and topic clustering.

  46. Use when you need to generate an onboarding guide for new team members joining a project

  47. Analyze a codebase to produce an interactive knowledge graph for understanding architecture, components, and relationships

  48. |

  49. Perform thorough code reviews with security, performance, and maintainability analysis. Use when user asks to review code, check for bugs, or audit a codebase.

  50. Build MCP (Model Context Protocol) servers that give Claude new capabilities. Use when user wants to create an MCP server, add tools to Claude, or integrate external services.

  51. pdf72.4k

    Process PDF files - extract text, create PDFs, merge documents. Use when user asks to read PDF, create PDF, or work with PDF files.

  52. Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.

  53. Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.

  54. Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.

  55. Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes. Turns hours of manual changelog writing into minutes of automated generation.

  56. Extracts and analyzes competitors' ads from ad libraries (Facebook, LinkedIn, etc.) to understand what messaging, problems, and creative approaches are working. Helps inspire and improve your own ad campaigns.

  57. Automate 21risk tasks via Rube MCP (Composio). Always search tools first for current schemas.

  58. Automate 2chat tasks via Rube MCP (Composio). Always search tools first for current schemas.

  59. Automate Ably tasks via Rube MCP (Composio). Always search tools first for current schemas.

  60. Automate Abstract tasks via Rube MCP (Composio). Always search tools first for current schemas.

  61. Automate Abuselpdb tasks via Rube MCP (Composio). Always search tools first for current schemas.

  62. Automate Abyssale tasks via Rube MCP (Composio). Always search tools first for current schemas.

  63. Automate Accelo tasks via Rube MCP (Composio). Always search tools first for current schemas.

  64. Automate Accredible Certificates tasks via Rube MCP (Composio). Always search tools first for current schemas.

  65. Automate Acculynx tasks via Rube MCP (Composio). Always search tools first for current schemas.

  66. Automate ActiveCampaign tasks via Rube MCP (Composio). Always search tools first for current schemas.

  67. Automate Addresszen tasks via Rube MCP (Composio). Always search tools first for current schemas.

  68. Automate Adobe tasks via Rube MCP (Composio). Always search tools first for current schemas.

  69. Automate Adrapid tasks via Rube MCP (Composio). Always search tools first for current schemas.

  70. Automate Adyntel tasks via Rube MCP (Composio). Always search tools first for current schemas.

  71. Automate Aero Workflow tasks via Rube MCP (Composio). Always search tools first for current schemas.

  72. Automate Aeroleads tasks via Rube MCP (Composio). Always search tools first for current schemas.

  73. Automate Affinda tasks via Rube MCP (Composio). Always search tools first for current schemas.

  74. Automate Affinity tasks via Rube MCP (Composio). Always search tools first for current schemas.

  75. Automate Agencyzoom tasks via Rube MCP (Composio). Always search tools first for current schemas.

  76. Automate Agent Mail tasks via Rube MCP (Composio). Always search tools first for current schemas.

  77. Automate Agentql tasks via Rube MCP (Composio). Always search tools first for current schemas.

  78. Automate Agenty tasks via Rube MCP (Composio). Always search tools first for current schemas.

  79. Automate Agiled tasks via Rube MCP (Composio). Always search tools first for current schemas.

  80. Automate Agility CMS tasks via Rube MCP (Composio). Always search tools first for current schemas.

  81. Automate SEO research with Ahrefs -- analyze backlink profiles, research keywords, track domain metrics history, audit organic rankings, and perform batch URL analysis through the Composio Ahrefs integration.

  82. Automate AI ML API tasks via Rube MCP (Composio). Always search tools first for current schemas.

  83. Automate Aivoov tasks via Rube MCP (Composio). Always search tools first for current schemas.

  84. Automate Alchemy tasks via Rube MCP (Composio). Always search tools first for current schemas.

  85. Automate Algodocs tasks via Rube MCP (Composio). Always search tools first for current schemas.

  86. Automate Algolia tasks via Rube MCP (Composio). Always search tools first for current schemas.

  87. Automate All Images AI tasks via Rube MCP (Composio). Always search tools first for current schemas.

  88. Automate Alpha Vantage tasks via Rube MCP (Composio). Always search tools first for current schemas.

  89. Automate Altoviz tasks via Rube MCP (Composio). Always search tools first for current schemas.

  90. Automate Alttext AI tasks via Rube MCP (Composio). Always search tools first for current schemas.

  91. Automate Amara tasks via Rube MCP (Composio). Always search tools first for current schemas.

  92. Automate Amazon tasks via Rube MCP (Composio). Always search tools first for current schemas.

  93. Automate Ambee tasks via Rube MCP (Composio). Always search tools first for current schemas.

  94. Automate Ambient Weather tasks via Rube MCP (Composio). Always search tools first for current schemas.

  95. Automate Amcards tasks via Rube MCP (Composio). Always search tools first for current schemas.

  96. Automate Anchor Browser tasks via Rube MCP (Composio). Always search tools first for current schemas.

  97. Automate Anonyflow tasks via Rube MCP (Composio). Always search tools first for current schemas.

  98. Automate Anthropic Admin tasks via Rube MCP (Composio): API keys, usage, workspaces, and organization management. Always search tools first for current schemas.

  99. Automate Apaleo tasks via Rube MCP (Composio). Always search tools first for current schemas.

  100. Automate Apex27 tasks via Rube MCP (Composio). Always search tools first for current schemas.