viknesh20-20

104 mods across 1 repository, 7 stars between them.

ai-engineer

01

viknesh20-20/claude-code-tool-kit

Agent Claude Code

AI / LLM application engineer. Delegates here for LLM apps, RAG pipelines, agentic systems, prompt engineering, eval design, vector search, embeddings, structured output, tool use, prompt caching, and cost/latency tuning. Provider-agnostic — Anthropic, OpenAI, open models.

7 4mo ago C 68 tokens original MIT

architect

02

viknesh20-20/claude-code-tool-kit

Agent Claude Code

Senior systems architect for component boundaries, dependency direction, scalability, and Architecture Decision Records (ADRs). Delegates here when you're about to make a structural choice that will be expensive to reverse.

7 4mo ago A 40 tokens original MIT

business-architect

03

viknesh20-20/claude-code-tool-kit

Agent Claude Code

Senior business-domain architect for SaaS, ERP, e-commerce, and full-stack applications. Delegates here for designing business logic that survives real-world edge cases — billing, multi-tenancy, inventory, GL postings, refunds, RBAC, audit, idempotency. Knows how Stripe, Linear, NetSuite, Shopify, and similar solve…

7 4mo ago A 76 tokens original MIT

code-reviewer

04

viknesh20-20/claude-code-tool-kit

Agent Claude Code

Principal-level code reviewer. Delegates here for thorough, severity-graded review of any diff — PRs, staged changes, or specific modules. Reviews correctness, security, performance, and maintainability with a clear GO / CONDITIONAL / NO-GO verdict.

7 4mo ago A 56 tokens original MIT

viknesh20-20/claude-code-tool-kit

Agent Claude Code

Design system engineer. Delegates here for design tokens, component library architecture, theming, accessibility-first components, dark mode, motion grammar, and Figma-to-code pipelines.

7 4mo ago A 40 tokens original MIT

devops

06

viknesh20-20/claude-code-tool-kit

Agent Claude Code

Senior platform / DevOps engineer. Delegates here for CI/CD pipeline design, Dockerfile + compose, Kubernetes manifests, IaC review, deploy strategies, environment promotion, observability wiring, and rollback plans.

7 4mo ago A 45 tokens original MIT

documentation

07

viknesh20-20/claude-code-tool-kit

Agent Claude Code

Documentation engineer. Delegates here for READMEs, API docs (OpenAPI / inline), architecture docs (ADRs, C4), onboarding guides, runbooks, and inline reference. Matches the project's existing style; deletes docs more often than it writes them.

7 4mo ago A 55 tokens original MIT

mentor

08

viknesh20-20/claude-code-tool-kit

Agent Claude Code

Senior engineer who teaches. Delegates here when the user wants a concept explained, wants to understand why a piece of code or system works the way it does, or wants guidance on a tradeoff. Teaches at multiple depths, calibrates to the asker.

7 4mo ago B 56 tokens original MIT

performance

09

viknesh20-20/claude-code-tool-kit

Agent Claude Code

Performance engineer. Delegates here to identify bottlenecks, propose optimizations with measured before/after, design caching strategies, and tune hot paths. Measures first, optimizes second.

7 4mo ago A 39 tokens original MIT

qa-lead

10

viknesh20-20/claude-code-tool-kit

Agent Claude Code

QA lead and test strategist. Delegates here for end-to-end test design, visual regression, accessibility testing, performance budgets in CI, flake hunting, and the right test pyramid for this codebase.

7 4mo ago A 45 tokens original MIT

security-auditor

11

viknesh20-20/claude-code-tool-kit

Agent Claude Code

Security engineer who thinks like an attacker. Delegates here for threat modeling, vulnerability assessment, OWASP Top 10 walks, secret scanning, supply-chain audit, and severity-graded remediation plans. Authorized defensive security only.

7 4mo ago A 49 tokens original MIT

tdd

12

viknesh20-20/claude-code-tool-kit

Agent Claude Code

Test-driven development practitioner. Strict red-green-refactor: writes the failing test first, then the minimum code to pass, then refactors with tests green. Never writes production code before a failing test that requires it.

7 4mo ago A 46 tokens original MIT

three-d-specialist

13

viknesh20-20/claude-code-tool-kit

Agent Claude Code

Web 3D engineer. Delegates here for Three.js, React Three Fiber, WebGPU, WebGL, TSL shaders, scroll-driven scenes, performance tuning, asset pipelines, and graceful WebGPU→WebGL fallback.

7 4mo ago A 51 tokens original MIT

ux-designer

14

viknesh20-20/claude-code-tool-kit

Agent Claude Code

Senior product designer for user flows, information architecture, wireframes, microcopy, and UX review. Designs the experience before pixels. Different from design-system-architect (which handles tokens/components/theming) and impeccable (visual-fluency review) — this agent owns the user's path through the product.

7 4mo ago A 71 tokens original MIT

a11y-audit

16

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.

7 4mo ago A 68 tokens original MIT

api-design

17

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.

7 4mo ago A 41 tokens original MIT

architecture-review

18

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.

7 4mo ago A 37 tokens original MIT

business-blueprint

19

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.

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.

7 4mo ago A 63 tokens original MIT

changelog

21

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.

7 4mo ago A 45 tokens original MIT

ci-pipeline

22

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.

7 4mo ago A 46 tokens original MIT

code-coverage

23

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.

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.

7 4mo ago A 61 tokens original MIT