Jerry0022

49 mods across 1 repository, 4 stars between them.

dotclaude

01

Jerry0022/dotclaude

Plugin Claude Code

Plugin marketplace listing 2 plugins: devops, local-llm.

4 yesterday A tokens not measured original MIT

ship

02

Jerry0022/dotclaude

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.

4 yesterday A 48 tokens original MIT

dotclaude CLAUDE.md

03

Jerry0022/dotclaude

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.

4 yesterday A 237 tokens original MIT

devops

04

Jerry0022/dotclaude

Plugin Claude Code

Complete DevOps automation for Claude Code: hooks, skills, templates, and git hygiene.

4 yesterday A tokens not measured original MIT

Jerry0022/dotclaude

MCP server Claude CodeCodexCursor +2

MCP server "dotclaude-completion" as configured in Jerry0022/dotclaude. Runs ${CLAUDE_PLUGIN_ROOT}/mcp-server/index.js with node.

4 yesterday A tokens not measured original MIT

dotclaude-ship

06

Jerry0022/dotclaude

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.

4 yesterday A tokens not measured original MIT

dotclaude-issues

07

Jerry0022/dotclaude

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.

4 yesterday A tokens not measured original MIT

ai

08

Jerry0022/dotclaude

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.

4 yesterday A 55 tokens original MIT

core

09

Jerry0022/dotclaude

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.

4 yesterday A 55 tokens original MIT

designer

10

Jerry0022/dotclaude

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…

4 yesterday A 77 tokens original MIT

feature

11

Jerry0022/dotclaude

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.

4 yesterday A 65 tokens original MIT

frontend

12

Jerry0022/dotclaude

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.

4 yesterday A 59 tokens original MIT

gamer

13

Jerry0022/dotclaude

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…

4 yesterday A 80 tokens original MIT

po

14

Jerry0022/dotclaude

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…

4 yesterday A 78 tokens original MIT

qa

15

Jerry0022/dotclaude

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.

4 yesterday A 53 tokens original MIT

redteam

16

Jerry0022/dotclaude

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…

4 yesterday A 82 tokens original MIT

research

17

Jerry0022/dotclaude

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.

4 yesterday A 53 tokens original MIT

rethinker

18

Jerry0022/dotclaude

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…

4 yesterday A 121 tokens original MIT

windows

19

Jerry0022/dotclaude

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.

4 yesterday A 51 tokens original MIT

SessionStart

20

Jerry0022/dotclaude

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…

4 yesterday A tokens not measured original MIT

PreToolUse

21

Jerry0022/dotclaude

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…

4 yesterday A tokens not measured original MIT

PostToolUse

22

Jerry0022/dotclaude

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.

4 yesterday A tokens not measured original MIT

Stop

23

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.

4 yesterday A tokens not measured original MIT

UserPromptSubmit

24

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…

4 yesterday A tokens not measured original MIT