dotclaude
01Plugin Claude Code
Plugin marketplace listing 2 plugins: devops, local-llm.
Plugin Claude Code
Plugin marketplace listing 2 plugins: devops, local-llm.
Skill Claude CodeCodex
Project ship extension for the dotclaude plugin-source repo. After a successful ship to main, syncs the locally-installed devops plugin to the just-shipped version so this Claude Code instance doesn't end up on a stale install.
Instructions file
Instructions for Jerry0022/dotclaude, covering dotclaude — devops plugin for claude code, build & test, architecture, context: this is the plugin source repo and release.
Plugin Claude Code
Complete DevOps automation for Claude Code: hooks, skills, templates, and git hygiene.
MCP server Claude CodeCodexCursor +2
MCP server "dotclaude-completion" as configured in Jerry0022/dotclaude. Runs ${CLAUDE_PLUGIN_ROOT}/mcp-server/index.js with node.
MCP server Claude CodeCodexCursor +2
MCP server "dotclaude-ship" as configured in Jerry0022/dotclaude. Runs ${CLAUDE_PLUGIN_ROOT}/mcp-server/ship/index.js with node.
MCP server Claude CodeCodexCursor +2
MCP server "dotclaude-issues" as configured in Jerry0022/dotclaude. Runs ${CLAUDE_PLUGIN_ROOT}/mcp-server/issues/index.js with node.
Agent
AI/ML integration agent — handles AI model integration, prompt engineering, embeddings, vector stores, and AI-powered features. Integrate the OpenAI API for text classification Set up a vector store for semantic search.
Agent
Core/Backend agent — implements business logic, services, data models, APIs, and system infrastructure. The backbone that other agents build on. Create the user service with CRUD operations Add a database migration for the new schema.
Agent
UX/UI Designer agent — full-stack design from research to pixel-perfect specs. Wireframes, user flows, visual design, design systems, and component specs. Bridges design to code via Figma and design tokens. Design the onboarding flow with wireframes and visual specs Create a design system with tokens, components, and…
Agent
Feature worker agent — implements features in an isolated worktree. Can delegate to other role agents (frontend, core, ai, etc.) when the feature spans multiple domains. Implement the video filter feature end-to-end Build the user settings page with backend and frontend.
Agent
Frontend agent — implements UI components, templates, styling, and user-facing interactions. Framework-agnostic (Angular, React, Vue, etc.). Build the settings page with dark mode toggle Fix the responsive layout on mobile viewports.
Agent
Gamer agent — brings the end-user/player perspective to development. Tests UX as a gamer would, evaluates game-feel, performance perception, and fun factor. Covers PC, console, mobile, tablet, and offline games (board games, tabletop). Evaluate the onboarding flow from a player perspective Review the UI for controller…
Agent
Product Owner agent — the product's CEO. Owns the holistic vision across business value, user experience, technical feasibility, and operational readiness. Challenges decisions, guards trade-offs, and ensures every feature ships balanced for all stakeholders. Evaluate whether this feature justifies its complexity for…
Agent
Quality assurance agent — runs tests, verifies builds, takes screenshots, and validates changes in parallel while other work continues. Run the tests and check for console errors Build the project and verify everything compiles.
Agent
Red-team / adversarial review agent — scans a plan or code change for failure modes, blind spots, and hidden risks before implementation. Produces a list of concrete risks with file/line references; does NOT fix code. Red-team this migration plan for race conditions and partial-failure modes Find the ways this auth…
Agent
Research agent — investigates topics, compares technologies, finds best practices. Runs in isolated context to keep main conversation clean. Compare React vs Vue for our use case Research current best practices for API rate limiting.
Agent
Code-blind fresh-approach ideation agent — rethinks a stuck app or section from scratch through one lens (product-value, ux-design, enduser-feel, or architecture). Receives ONLY a code-free Rethink Brief; has no file tools by design, so the current implementation cannot anchor its thinking. Spawned in parallel (one…
Agent
Windows platform agent — handles Windows-specific features: system tray, native APIs, installers, registry, file associations, and platform integration. Add system tray support with notifications Create the Windows installer with auto-update.
Hook
Runs when a session starts, executing ss.plugin.update.js, ss.permissions.ensure.js, ss.statusline.ensure.js, ss.knowledge.index.js, ss.mcp.deps.js, ss.mcp.envcheck.js, ss.mcp.verify.js, ss.mcp.reap.js, ss.tokens.scan.js, ss.git.check.js, ss.git.sync.js, ss.graphify.js, ss.ship.verify.js, ss.concept.resume.js…
Hook
Runs before the agent uses a tool for Read, Bash, Glob, Grep, Bash, Edit, Write, NotebookEdit and mcp__plugin_devops_ tool calls, executing pre.tokens.guard.js, pre.ship.guard.js, pre.main.guard.js, pre.worktree.split-guard.js, pre.plugin.scope.js, pre.edit.branch.js and pre.mcp.health.js via node (7 commands). From…
Hook
Runs after a tool call finishes for Bash, Write, Edit, NotebookEdit, Write and Edit tool calls, executing post.flow.completion.js, post.flow.debug.js, post.graphify.query.js, post.concept.gate.js and post.claude.budget.js via node (5 commands). From Jerry0022/dotclaude.
Hook
Runs when the agent finishes a response, executing stop.git.sync.js, stop.flow.browsertest.js, stop.flow.guard.js, stop.flow.selfcalibration.js and stop.mcp.reap.js via node (5 commands). From Jerry0022/dotclaude.
Hook
Runs when you submit a prompt, before the agent sees it, executing prompt.batch.collect.js, prompt.flow.silent-turn.js, prompt.knowledge.dispatch.js, prompt.git.sync.js, prompt.issue.detect.js, prompt.plugin.scope.js, prompt.skill.enforce.js, prompt.ship.detect.js, prompt.flow.appstart.js and…