viknesh20-20

104 mods across 1 repository, 7 stars between them.

pr-summary

49

viknesh20-20/claude-code-tool-kit

Skill Claude CodeCodex

Generates a well-structured pull request description from the current branch diff. Includes summary, changes list, test plan, and breaking changes. Use before opening a PR.

7 4mo ago A 37 tokens original MIT

refactor

50

viknesh20-20/claude-code-tool-kit

Skill Claude CodeCodex

Analyzes code for smells and structural issues, proposes a safe refactoring plan, and executes it with test verification. Use when code is hard to read, maintain, or extend.

7 4mo ago A 39 tokens original MIT

reference-app

51

viknesh20-20/claude-code-tool-kit

Skill Claude CodeCodex

Analyze a fully-built reference application that the user wants to use as a model. Reads its architecture, conventions, tech stack, and patterns; stores a structured summary in .claude/memory/reference/ so subsequent sessions can compare the current project against it.

7 4mo ago A 54 tokens original MIT

review-pr

52

viknesh20-20/claude-code-tool-kit

Skill Claude CodeCodex

Performs a comprehensive pull request code review covering correctness, security, performance, test coverage, and coding standards. Use when reviewing any code changes before merge.

7 4mo ago A 34 tokens original MIT

security-scan

53

viknesh20-20/claude-code-tool-kit

Skill Claude CodeCodex

Scans the codebase for security vulnerabilities including injection flaws, authentication issues, hardcoded secrets, and insecure configurations. Run before any PR touching auth, user input, or external APIs.

7 4mo ago A 41 tokens original MIT

seo-scaffold

54

viknesh20-20/claude-code-tool-kit

Skill Claude CodeCodex

Scaffolds production-grade SEO for any website: per-page meta tags, Open Graph, Twitter Cards, canonical URLs, JSON-LD structured data, sitemap.xml, robots.txt, and security.txt. Auto-detects the framework and uses its idiomatic approach (Next.js metadata API, Astro layouts, etc.).

7 4mo ago A 67 tokens original MIT

tdd

55

viknesh20-20/claude-code-tool-kit

Skill Claude CodeCodex

Implements features using strict test-driven development — red-green-refactor cycle. Writes a failing test first, then minimal code to pass, then refactors. Use when building features that need high reliability.

7 4mo ago A 43 tokens original MIT

web-launch-check

56

viknesh20-20/claude-code-tool-kit

Skill Claude CodeCodex

Pre-launch audit for any website. Verifies privacy policy, ToS, cookie consent, sessions, sitemap, robots.txt, SEO meta tags, structured data, accessibility (WCAG AA), Core Web Vitals, and compliance frameworks (GDPR/CCPA). Returns severity-graded findings with a GO / NO-GO verdict.

7 4mo ago A 71 tokens original MIT

wireframe

57

viknesh20-20/claude-code-tool-kit

Skill Claude CodeCodex

Generates textual or ASCII wireframes for screens, layouts, and information architecture. Pixel-free; focused on structure, hierarchy, and component placement. Output is reviewable in a PR diff and translates directly to component code.

7 4mo ago A 47 tokens original MIT

write-skill

58

viknesh20-20/claude-code-tool-kit

Skill Claude CodeCodex

Meta-skill that creates new Claude Code skills. Describe what you want the skill to do and this generates a complete SKILL.md with proper frontmatter, shell injection, structured instructions, and output format.

7 4mo ago A 45 tokens original MIT

write-tests

59

viknesh20-20/claude-code-tool-kit

Skill Claude CodeCodex

Generates comprehensive unit and integration tests for a specified file or function. Auto-detects the test framework, follows existing patterns, and covers happy path, edge cases, error conditions, and async behavior. Use when adding tests to untested code or TDD-ing a new module.

7 4mo ago A 60 tokens original MIT

fetch

60

viknesh20-20/claude-code-tool-kit

MCP server Claude CodeCodexCursor +2

MCP server "fetch" as configured in viknesh20-20/claude-code-tool-kit. Runs locally from the @anthropic-ai/mcp-fetch npm package.

7 4mo ago A tokens not measured original MIT

filesystem

61

viknesh20-20/claude-code-tool-kit

MCP server Claude CodeCodexCursor +2

MCP server "filesystem" as configured in viknesh20-20/claude-code-tool-kit. Runs locally from the @anthropic-ai/mcp-filesystem npm package.

7 4mo ago A tokens not measured original MIT

memory

62

viknesh20-20/claude-code-tool-kit

MCP server Claude CodeCodexCursor +2

Gives the agent a persistent knowledge graph it can write facts to and recall across sessions. Runs locally from the @modelcontextprotocol/server-memory npm package.

7 4mo ago A tokens not measured copy · 92% MIT

sequential-thinking

63

viknesh20-20/claude-code-tool-kit

MCP server Claude CodeCodexCursor +2

Adds a structured step-by-step reasoning tool the agent can call to break a problem into revisable thoughts. Runs locally from the @modelcontextprotocol/server-sequential-thinking npm package.

7 4mo ago A tokens not measured copy · 100% MIT

context7

64

viknesh20-20/claude-code-tool-kit

MCP server Claude CodeCodexCursor +2

Gives the agent up-to-date documentation and code examples for libraries and frameworks, fetched on demand so answers are not stuck at the model's training cutoff. Runs locally from the @upstash/context7-mcp npm package.

7 4mo ago A tokens not measured copy · 100% MIT

serena

65

viknesh20-20/claude-code-tool-kit

MCP server Claude CodeCodexCursor +2

A powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent. Runs locally from the serena-agent Python package.

7 4mo ago A tokens not measured original MIT

figma

66

viknesh20-20/claude-code-tool-kit

MCP server Claude CodeCodexCursor +2

MCP server "figma", hosted remotely at mcp.figma.com, as configured in viknesh20-20/claude-code-tool-kit. Needs 1 environment variable to run.

7 4mo ago A tokens not measured original MIT

playwright

67

viknesh20-20/claude-code-tool-kit

MCP server Claude CodeCodexCursor +2

Lets the agent drive a real browser: open pages, click, type, take screenshots and read the accessibility tree, using Playwright. Runs locally from the @playwright/mcp npm package.

7 4mo ago A tokens not measured copy · 100% MIT

puppeteer

68

viknesh20-20/claude-code-tool-kit

MCP server Claude CodeCodexCursor +2

Lets the agent control a headless Chrome browser with Puppeteer: navigate, click, fill forms and screenshot. Runs locally from the @modelcontextprotocol/server-puppeteer npm package.

7 4mo ago A tokens not measured copy · 100% MIT

firecrawl

69

viknesh20-20/claude-code-tool-kit

MCP server Claude CodeCodexCursor +2

Lets the agent scrape, crawl and search the web through Firecrawl, returning clean markdown. Runs locally from the firecrawl-mcp npm package. Needs 1 environment variable to run.

7 4mo ago A tokens not measured copy · 100% MIT

brave-search

70

viknesh20-20/claude-code-tool-kit

MCP server Claude CodeCodexCursor +2

Lets the agent search the web and local businesses through the Brave Search API. Runs locally from the @modelcontextprotocol/server-brave-search npm package. Needs 1 environment variable to run.

7 4mo ago A tokens not measured original MIT

perplexity

71

viknesh20-20/claude-code-tool-kit

MCP server Claude CodeCodexCursor +2

MCP server "perplexity" as configured in viknesh20-20/claude-code-tool-kit. Runs locally from the @anthropic-ai/mcp-perplexity npm package. Needs 1 environment variable to run.

7 4mo ago A tokens not measured original MIT

github

72

viknesh20-20/claude-code-tool-kit

MCP server Claude CodeCodexCursor +2

Lets the agent work with GitHub: search code, read and create issues and pull requests, and manage repositories through the GitHub API. Runs locally from the @modelcontextprotocol/server-github npm package. Needs 1 environment variable to run.

7 4mo ago A tokens not measured copy · 88% MIT