pr-summary
49viknesh20-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.
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.
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.
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.
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.
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.
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.).
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.