viknesh20-20/claude-code-tool-kit

Production-ready Claude Code configuration. 12 original agents, 200+ slash-command skills, 45+ MCP servers, 14 plugins, design + 3D + WebGPU + GSAP + RAG tooling. One-command Node.js installer for premium websites, SaaS apps, AI agents. Free, MIT, stack-agnostic.

7Stars on the repository
104Mods indexed here, across every type
4mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

a11y-audit

01

viknesh20-20/claude-code-tool-kit

Skill Claude CodeCodex

Accessibility audit of UI code or a running site against WCAG 2.1 AA. Walks every WCAG criterion that maps to common patterns: keyboard reach, focus visibility, contrast, semantic HTML, ARIA, labels, alt text, motion, screen-reader sense. Severity-graded with code fixes.

not rated 7 4mo ago A 68 tokens original MIT

api-design

02

viknesh20-20/claude-code-tool-kit

Skill Claude CodeCodex

Designs REST or GraphQL APIs with endpoint definitions, request/response schemas, error codes, authentication requirements, and OpenAPI spec generation. Use when building new APIs or extending existing ones.

not rated 7 4mo ago A 41 tokens original MIT

architecture-review

03

viknesh20-20/claude-code-tool-kit

Skill Claude CodeCodex

Reviews the system architecture for structural issues, dependency cycles, layer violations, scalability concerns, and single points of failure. Use for periodic health checks or before major new features.

not rated 7 4mo ago A 37 tokens original MIT

business-blueprint

04

viknesh20-20/claude-code-tool-kit

Skill Claude CodeCodex

Comprehensive business-logic blueprint for SaaS, ERP, e-commerce, and marketplace applications. Walks through every domain (auth, billing, multi-tenancy, inventory, audit, compliance, etc.), surfaces the edge cases that actually break in production, and proposes a concrete plan tailored to the user's context.

not rated 7 4mo ago A 66 tokens original MIT

viknesh20-20/claude-code-tool-kit

Skill Claude CodeCodex

Reviews existing business code (billing, multi-tenancy, state machines, inventory, GL postings, audit logs, etc.) for missing real-world edge cases. Severity-graded findings — invariant violations, race conditions, missing idempotency, currency precision bugs, audit gaps, jurisdiction issues.

not rated 7 4mo ago A 63 tokens original MIT

changelog

06

viknesh20-20/claude-code-tool-kit

Skill Claude CodeCodex

Generates a changelog from git history following Keep a Changelog format. Categorizes commits into Added, Changed, Fixed, Removed, Security, and Breaking Changes. Use before releases or to document recent work.

not rated 7 4mo ago A 45 tokens original MIT

ci-pipeline

07

viknesh20-20/claude-code-tool-kit

Skill Claude CodeCodex

Generates a CI/CD pipeline configuration for the project. Auto-detects the stack and creates GitHub Actions, GitLab CI, or other CI configs with lint, test, build, and deploy stages.

not rated 7 4mo ago A 46 tokens original MIT

code-coverage

08

viknesh20-20/claude-code-tool-kit

Skill Claude CodeCodex

Analyzes test coverage, identifies untested code paths, and generates tests for the most critical uncovered areas. Use to improve test coverage before releases.

not rated 7 4mo ago A 33 tokens original MIT

viknesh20-20/claude-code-tool-kit

Skill Claude CodeCodex

Research how 2–4 mature competitors solve a specific business problem (billing, RBAC, search, onboarding, multi-tenancy, etc.) and produce a side-by-side comparison so the team can pick the right approach for their context. Uses web search + scraping; cites every source.

not rated 7 4mo ago A 61 tokens original MIT

convert-code

10

viknesh20-20/claude-code-tool-kit

Skill Claude CodeCodex

Converts code between programming languages while preserving logic, error handling, and idiomatic patterns. Use when migrating modules between languages or frameworks.

not rated 7 4mo ago A 30 tokens original MIT

create-component

11

viknesh20-20/claude-code-tool-kit

Skill Claude CodeCodex

Scaffolds a new component, module, or package following the project's existing structure, naming conventions, and patterns. Auto-detects framework and generates all necessary files including tests.

not rated 7 4mo ago A 39 tokens original MIT

db-migration

12

viknesh20-20/claude-code-tool-kit

Skill Claude CodeCodex

Generates database migration files for schema changes with up/down migrations, safety checks, rollback instructions, and index recommendations. Auto-detects the ORM/migration tool in use.

not rated 7 4mo ago A 39 tokens original MIT

debug

13

viknesh20-20/claude-code-tool-kit

Skill Claude CodeCodex

Systematically debugs issues using structured diagnosis — reproduce, isolate, identify root cause, and fix. Use when facing bugs, errors, unexpected behavior, or failing tests.

not rated 7 4mo ago A 36 tokens original MIT

dependency-audit

14

viknesh20-20/claude-code-tool-kit

Skill Claude CodeCodex

Audits project dependencies for known vulnerabilities, outdated packages, unused dependencies, and license compliance. Works with npm, pip, cargo, go modules, and more.

not rated 7 4mo ago A 36 tokens original MIT

deploy-checklist

15

viknesh20-20/claude-code-tool-kit

Skill Claude CodeCodex

Runs a comprehensive pre-deployment verification checklist covering tests, security, environment config, migrations, rollback plan, and breaking changes. Use before deploying to staging or production.

not rated 7 4mo ago A 37 tokens original MIT

design-flow

16

viknesh20-20/claude-code-tool-kit

Skill Claude CodeCodex

Designs an end-to-end user flow before any pixels are drawn — entry point, screens, decisions, branches, error/recovery paths, edge cases, microcopy hooks. Outputs a structured spec engineering and design can build from.

not rated 7 4mo ago A 49 tokens original MIT

docker-setup

17

viknesh20-20/claude-code-tool-kit

Skill Claude CodeCodex

Generates Dockerfile, docker-compose.yml, and .dockerignore for the project. Auto-detects the stack and creates optimized multi-stage builds with caching, health checks, and dev/prod configurations.

not rated 7 4mo ago A 45 tokens original MIT

env-setup

18

viknesh20-20/claude-code-tool-kit

Skill Claude CodeCodex

Environment setup assistant — detects project requirements, generates .env.example, documents prerequisites, creates setup scripts, and verifies the development environment is ready. Use when setting up a project for the first time.

not rated 7 4mo ago A 43 tokens original MIT

error-monitor

19

viknesh20-20/claude-code-tool-kit

Skill Claude CodeCodex

Sets up error monitoring and tracking for the project. Detects the framework and generates integration code for Sentry, Bugsnag, or custom error tracking with proper error boundaries and middleware.

not rated 7 4mo ago A 39 tokens original MIT

estimate

20

viknesh20-20/claude-code-tool-kit

Skill Claude CodeCodex

Analyzes a task or GitHub issue and provides effort estimation broken into subtasks with T-shirt sizing, risk assessment, and dependency mapping. Use for sprint planning or before committing to deadlines.

not rated 7 4mo ago A 40 tokens original MIT

explain-code

21

viknesh20-20/claude-code-tool-kit

Skill Claude CodeCodex

Explains code with multiple levels of detail — high-level purpose, line-by-line walkthrough, data flow diagrams, and design rationale. Use when onboarding to unfamiliar code or trying to understand complex logic.

not rated 7 4mo ago A 43 tokens original MIT

fix-issue

22

viknesh20-20/claude-code-tool-kit

Skill Claude CodeCodex

Fetches a GitHub issue by number, analyzes the requirements, finds the relevant code, implements a fix, and optionally creates a PR. Use when working through your issue backlog.

not rated 7 4mo ago A 40 tokens original MIT

generate-docs

23

viknesh20-20/claude-code-tool-kit

Skill Claude CodeCodex

Generates documentation matching the project's style — README files, API docs, inline documentation, or architecture docs. Auto-detects the documentation format in use.

not rated 7 4mo ago A 35 tokens original MIT

git-cleanup

24

viknesh20-20/claude-code-tool-kit

Skill Claude CodeCodex

Cleans up stale git branches, merged branches, orphaned remote refs, and identifies large files in history. Use for periodic repository maintenance.

not rated 7 4mo ago A 32 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: