manthanpatelll/claude-code-starter
Agent Claude Code
Reviews a diff for bugs, security issues, and convention violations. Returns only a prioritized summary, keeping the main context clean.
manthanpatelll/claude-code-starter
Agent Claude Code
Reviews a diff for bugs, security issues, and convention violations. Returns only a prioritized summary, keeping the main context clean.
manthanpatelll/claude-code-starter
Agent Claude Code
Parses runtime logs and error reports to find the root cause of a production incident. Returns the likely cause and the offending file, nothing else.
manthanpatelll/claude-code-starter
Agent Claude Code
Researches a question on the web (API specs, library docs, pricing) and returns a cited synthesis. Use for anything that needs fetching and reading many sources without polluting the main context.
manthanpatelll/claude-code-starter
Command Claude Code
Lint, build, and open a PR for the current branch. Never merges, never pushes to main.
manthanpatelll/claude-code-starter
Plugin Claude Code
Example plugin: a deploy + release workflow bundled as one installable package. Commands are namespaced (e.g. /deploy:release).
manthanpatelll/claude-code-starter
Command Claude Code
Cut a release. Invoked as /deploy:release (plugin commands are namespaced).
manthanpatelll/claude-code-starter
Hook Claude Code
Runs when a session starts, executing session-start.sh. From manthanpatelll/claude-code-starter.
manthanpatelll/claude-code-starter
Hook Claude Code
Runs before the agent uses a tool for Bash tool calls, executing pre-deploy-guard.sh. From manthanpatelll/claude-code-starter.
manthanpatelll/claude-code-starter
Hook Claude Code
Runs after a tool call finishes for Write and Edit tool calls, executing post-edit-format.sh. From manthanpatelll/claude-code-starter.
manthanpatelll/claude-code-starter
Hook Claude Code
Runs when the agent finishes a response, running afplay /System/Library/Sounds/Ping.aiff. From manthanpatelll/claude-code-starter.
manthanpatelll/claude-code-starter
Settings file Claude Code
Agent settings declaring 4 hook events (SessionStart, PreToolUse, PostToolUse, Stop) and 9 allowed tools.
manthanpatelll/claude-code-starter
Skill Claude CodeCodex
Check the health of your backend routes and third-party services. Use when the user says "/api-health", reports something broken in production, or before/after a deploy.
manthanpatelll/claude-code-starter
Skill Claude CodeCodex
Review the current diff for bugs, security issues, and convention violations. Use when the user says "/code-review", opens a PR, or before merging.
manthanpatelll/claude-code-starter
Skill Claude CodeCodex
Run and fix end-to-end tests. Use when the user says "/e2e", a test is flaking, a CI run failed, or after a change to a user-facing flow. Never changes app logic without a spec backing it.
manthanpatelll/claude-code-starter
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.
manthanpatelll/claude-code-starter
MCP server Claude CodeCodexCursor +2
MCP server "exampledatabase" as configured in manthanpatelll/claude-code-starter. Runs locally from the your-mcp-server npm package. Needs 1 environment variable to run.
manthanpatelll/claude-code-starter
Instructions file
Instructions for manthanpatelll/claude-code-starter, covering claude.md, project, principles, tech stack and commands.
manthanpatelll/soundeffects-claude-code
Plugin Claude Code
Generate perfectly timed SFX audio tracks for videos using Whisper transcription and contextual sound mapping. Invoke with /soundeffects:soundeffects .
manthanpatelll/soundeffects-claude-code
Skill Claude CodeCodex
Generate a perfectly timed SFX audio track for an Instagram reel or video. Invoke as /soundeffects:soundeffects with a video file path. Extracts audio, transcribes with Whisper for word-level timestamps, maps 35-50 contextual sound effects (including 9-10 digital readouts), and outputs a single WAV file ready to drag…
manthanpatelll/seo-blog-writer-claude-code
Plugin Claude Code
Write GEO/AEO-optimized SEO blog articles end-to-end and publish them to headless WordPress as drafts. One command researches the topic, writes the article, captures real product screenshots, generates a branded featured image, and uploads a Rank Math-ready draft. Invoke with /seo-blog-writer:blog-writer.
manthanpatelll/seo-blog-writer-claude-code
Skill Claude CodeCodex
Write the next pending SEO blog article end-to-end and publish it to headless WordPress as a DRAFT. Reads a content queue, picks the next pending topic, researches and writes a GEO/AEO-optimized article using the geo-article-writer rules, optionally captures real product screenshots and generates a branded featured…
manthanpatelll/seo-blog-writer-claude-code
Skill Claude CodeCodex
Generate GEO/AEO-optimized comparison blog posts (e.g. "Top 10 Loom Alternatives in 2026" or "YourBrand vs Competitor") for your blog. Handles research, scoring, writing, and markdown file output. Drafts only -- publishing is a separate manual step via wp-publish.