huangjia2019

127 mods across 6 repositories, 1.7k stars between them.

bmad-code-review

97

huangjia2019/sdd-in-action

Skill Claude CodeCodex

Review code changes adversarially using parallel review layers (Blind Hunter, Edge Case Hunter, Acceptance Auditor) with structured triage into actionable categories. Use when the user says "run code review" or "review this code".

139 +1 8d ago A 50 tokens copy · 100% MIT

bmad-correct-course

98

huangjia2019/sdd-in-action

Skill Claude CodeCodex

Manage significant changes during sprint execution. Use when the user says "correct course" or "propose sprint change".

139 +1 8d ago A 29 tokens copy · 100% MIT

huangjia2019/sdd-in-action

Skill Claude CodeCodex

Create architecture solution design decisions for AI agent consistency. Use when the user says "lets create architecture" or "create technical architecture" or "create a solution design".

139 +1 8d ago A 39 tokens copy · 77% MIT

bmad-create-prd

101

huangjia2019/sdd-in-action

Skill Claude CodeCodex

Create a PRD from scratch. Use when the user says "lets create a product requirements document" or "I want to create a new PRD".

139 +1 8d ago A 37 tokens copy · 100% MIT

bmad-create-story

102

huangjia2019/sdd-in-action

Skill Claude CodeCodex

Creates a dedicated story file with all the context the agent will need to implement it later. Use when the user says "create the next story" or "create story [story identifier]".

139 +1 8d ago A 42 tokens copy · 100% MIT

bmad-create-ux-design

103

huangjia2019/sdd-in-action

Skill Claude CodeCodex

Plan UX patterns and design specifications. Use when the user says "lets create UX design" or "create UX specifications" or "help me plan the UX".

139 +1 8d ago A 39 tokens copy · 100% MIT

bmad-customize

104

huangjia2019/sdd-in-action

Skill Claude CodeCodex

Authors and updates customization overrides for installed BMad skills. Use when the user says 'customize bmad', 'override a skill', 'change agent behavior', or 'customize a workflow'.

139 +1 8d ago A 44 tokens copy · 100% MIT

bmad-dev-story

105

huangjia2019/sdd-in-action

Skill Claude CodeCodex

Execute story implementation following a context filled story spec file. Use when the user says "dev this story [story file]" or "implement the next story in the sprint plan".

139 +1 8d ago A 40 tokens copy · 100% MIT

bmad-distillator

106

huangjia2019/sdd-in-action

Skill Claude CodeCodex

Lossless LLM-optimized compression of source documents. Use when the user requests to 'distill documents' or 'create a distillate'.

139 +1 8d ago A 35 tokens copy · 100% MIT

distillate-compressor

107

huangjia2019/sdd-in-action

Agent Codex

Act as an information extraction and compression specialist. Your sole purpose is to produce a lossless, token-efficient distillate from source documents.

139 +1 8d ago A 0 tokens copy · 100% MIT

huangjia2019/sdd-in-action

Agent Codex

Act as a document reconstruction specialist. Your purpose is to prove a distillate's completeness by reconstructing the original source documents from the distillate alone.

139 +1 8d ago A 0 tokens copy · 100% MIT

bmad-document-project

109

huangjia2019/sdd-in-action

Skill Claude CodeCodex

Document brownfield projects for AI context. Use when the user says "document this project" or "generate project docs".

139 +1 8d ago A 29 tokens copy · 84% MIT

api-generating

110

huangjia2019/claude-code-engingeering-EN

Skill Claude CodeCodex

Generate REST API endpoints following project conventions. Activate when user asks to create a new API endpoint, add a route, or build a new API resource with CRUD operations.

10 1mo ago A 37 tokens original MIT

code-reviewing

111

huangjia2019/claude-code-engingeering-EN

Skill Claude CodeCodex

Review code for security vulnerabilities, performance issues, and coding best practices. Activate when the user asks to review code, check code quality, give feedback on code changes, or audit a file.

10 1mo ago A 42 tokens original MIT

financial-analyzing

112

huangjia2019/claude-code-engingeering-EN

Skill Claude CodeCodex

Analyze financial data including revenue, costs, profitability, margins, and business metrics. Activate when user asks about financial analysis, revenue review, cost breakdown, ROI calculation, or profitability assessment.

10 1mo ago A 42 tokens original MIT

docs-reviewer

116

huangjia2019/claude-code-engingeering-EN

Agent Claude Code

Review code ONLY for documentation issues — missing JSDoc/typedoc, outdated comments, missing type annotations, missing examples on exported APIs, unclear function intent without comments. Do NOT comment on security, performance, or quality. Activate when user asks for docs review or a multi-agent review pipeline fans…

10 1mo ago A 66 tokens original MIT

performance-reviewer

117

huangjia2019/claude-code-engingeering-EN

Agent Claude Code

Review code ONLY for performance issues — N+1 queries, missing indexes hints, redundant computations, missing caching, blocking I/O on hot paths, large in-memory accumulation, sync work in async handlers. Do NOT comment on security, style, or documentation. Activate when user asks for performance review or a…

10 1mo ago A 73 tokens original MIT

quality-reviewer

118

huangjia2019/claude-code-engingeering-EN

Agent Claude Code

Review code ONLY for code-quality issues — naming, DRY violations, function-too-long, deep nesting, missing error handling, magic numbers, unclear control flow. Do NOT comment on security, performance, or documentation. Activate when user asks for code quality review or a multi-agent review pipeline fans out review…

10 1mo ago A 66 tokens original MIT

security-reviewer

119

huangjia2019/claude-code-engingeering-EN

Agent Claude Code

Review code ONLY for security issues — SQL injection, XSS, secret hardcoding, missing authentication, unsafe deserialization, path traversal, weak crypto. Do NOT comment on performance, style, or documentation. Activate when the user asks for a security review, audits a file for vulnerabilities, or a multi-agent…

10 1mo ago A 74 tokens original MIT

PreToolUse

120

huangjia2019/claude-code-engingeering-EN

Hook Claude Code

Runs before the agent uses a tool for Bash tool calls, executing block-dangerous.sh. From huangjia2019/claude-code-engingeering-EN.

10 1mo ago A tokens not measured original MIT