Skip to content

awesome-claude-code-toolkit

by rohitg00

The most comprehensive toolkit for Claude Code -- 135 agents, 35 curated skills (+400,000 via SkillKit), 42 commands, 150+ plugins, 19 hooks, 15 rules, 7 templates, 8 MCP configs, and more.

About

The most comprehensive toolkit for Claude Code -- 135 agents, 35 curated skills (+400,000 via SkillKit), 42 commands, 150+ plugins, 19 hooks, 15 rules, 7 templates, 8 MCP configs, and more.

2,377
Stars
258
Skill Files
844
Forks
260
PRs Merged
238
Contributors
16
Issues Open
40
Issues Closed
2026-05-12
Last Activity

Skill Analysis

74
Avg Lines / Skill
512
Avg Words / Skill
325
Code Blocks
636
Total Files
1.53 MB
Repo Size
0
Reference Files
Skill lines33 min / 52 median / 301 max
Code languagesbash, csharp, css, dart, dockerfile, elixir, go, graphql, html, ini, java, javascript, json, kotlin, markdown, python, rust, sql, svelte, toml, tsx, typescript, vue, yaml
Frontmatter keysargument, author, description, license, model, name, repository, tags, tools, user-invocable, version
Has CLAUDE.mdNo
Has LicenseYes
File typesmd (473), json (139), js (19), yml (1), sh (1), py (1)

Skills (258)

  • create-screen
    36 lines112 words1 blocks

    Create a React Native screen with navigation, layout, and platform-specific handling.

  • native-module
    36 lines108 words1 blocks

    Create a React Native native module to bridge platform-specific functionality.

  • review-pr
    55 lines290 words1 blocks

    Perform a thorough code review of a pull request with actionable feedback.

  • approve-pr
    48 lines239 words1 blocks

    Approve a pull request after verifying it meets quality standards.

  • mutate
    34 lines246 words

    Run mutation testing to evaluate test suite effectiveness.

  • health-check
    36 lines116 words1 blocks

    Create health check scripts to verify service and infrastructure availability.

  • automate
    36 lines110 words1 blocks

    Create DevOps automation scripts for CI/CD pipelines, deployments, and infrastructure tasks.

  • ship
    36 lines99 words1 blocks

    Execute a complete feature shipping workflow from code to production deployment.

  • integration-test
    41 lines197 words1 blocks

    Generate integration tests verifying component interactions and real data flows.

  • unit-test
    42 lines220 words1 blocks

    Generate unit tests for a module, covering all public functions and edge cases.

  • fix-aria
    34 lines234 words

    Fix incorrect or missing ARIA attributes for accessibility compliance.

  • test-sr
    34 lines241 words

    Test application compatibility with screen readers.

  • generate-spec
    36 lines112 words1 blocks

    Generate an OpenAPI 3.1 specification from existing API routes and handlers.

    yaml
  • validate-spec
    36 lines103 words1 blocks

    Validate an existing OpenAPI specification for correctness and completeness.

  • create-retriever
    37 lines235 words

    Build a retrieval component for RAG pipeline with optimized search.

  • index-docs
    36 lines250 words

    Index documents into a vector store for retrieval-augmented generation.

  • fetch-docs
    35 lines118 words1 blocks

    Fetch up-to-date library documentation via Context7 to ensure accurate code generation.

  • security-check
    35 lines102 words1 blocks

    Perform a security assessment of the codebase to identify vulnerabilities and risks.

  • fix-vulnerability
    35 lines104 words1 blocks

    Fix a specific security vulnerability with proper remediation and verification.

  • check-licenses
    34 lines220 words

    Check all dependency licenses for compliance with project requirements.

Recent Commits

-355 contributions across all repos
MayJunJulAugSepOctNovDecJanFebMarAprMay
Less
More
  • ebdf1d52026-05-12
    Merge PR #387: Add llm-prices MCP config
    Rohit Ghumare
  • dbccab62026-05-12
    Align llm-prices counts with upstream README
    rohit's agent
  • 4704ee72026-05-12
    Merge PR #388: Add Claude Skins
    Rohit Ghumare
  • c258aaf2026-05-12
    Merge PR #389: Add html-anything to Community Skills
    Rohit Ghumare
  • 33dae832026-05-12
    Align html-anything description with upstream README
    rohit's agent
  • a0500cc2026-05-12
    Add html-anything to Community Skills
    Elon
  • e468a632026-05-11
    Add Claude Skins — 9 visual themes for Claude Code
    basicScandal
  • 096bb202026-05-11
    feat: add llm-prices to Ecosystem and MCP Configs
    benbencodes
  • 0e953172026-05-11
    Merge PR #317: Add Superpower Builder to Community Skills
    rohitg00
  • 16a16b52026-05-11
    docs: place PR #317 entry at end of category
    rohitg00