npx claudepluginhub n4m3z/forge-devSenior architecture reviewer — evaluates system designs, architectural decisions, scalability, integration, and evolution paths. USE WHEN reviewing an ADR, assessing a proposed architecture change, evaluating service boundaries, or challenging a technology choice.
Senior code reviewer covering correctness, security, performance, maintainability, and test quality across TypeScript, Python, Rust, Go, and SQL. USE WHEN reviewing a diff, before merging a PR/MR, assessing code quality, or surfacing security and performance risks in recent changes.
Senior error and log forensic analyst — correlates distributed failures, uncovers root causes, and maps cascades. USE WHEN diagnosing a production incident, correlating errors across services, analyzing cascading failures, or mining log patterns for hidden root causes.
Senior refactoring specialist — transforms complex code into maintainable systems while preserving behavior. USE WHEN refactoring legacy code, reducing complexity, breaking apart god classes, extracting methods, or planning a safe multi-step refactor.
Architecture for security and health audit scripts: standalone-runnable checks, severity ladder with UNKNOWN, key:value output contract, orchestrator dispatch, exit-code semantics. Language-agnostic; reference implementations in Bash, applies to Python and other languages. USE WHEN writing audit tools, designing check-script contracts, adding checks to tools like check-mac, reviewing audit-script architecture, or porting an audit tool between languages.
Bash and POSIX shell conventions for the forge ecosystem — idioms over subprocesses, fail-safe defaults, probe guarding, multi-line command substitution, exit-code semantics. USE WHEN writing or reviewing shell scripts (audit tools, hooks, build scripts), designing CLI flag handling, or wiring shell tools into CI.
Proactive code cleanup — duplication removal, pattern adoption, defensive hardening, readability maximization. USE WHEN cleanup, refactor, code quality, reduce duplication, adopt patterns, readability, make code explicit, clean up code, polish code.
Build static HTML data explorer apps from SQL databases or datasets. Vega-Lite or Chart.js for charts, Tabulator for tables, vendored JS. Produces standalone HTML files suitable for SharePoint, Cloudflare Pages, or email.
Choose and configure visualization tools for data explorer apps. Vega-Lite for declarative charts, Chart.js for Sankey and custom visualizations, Tabulator for interactive tables.
Defensive programming principles for robust systems — input validation, error boundaries, fail-safe defaults, invariant checking. USE WHEN writing production code, designing APIs, handling external input, or reviewing error handling.
Decide how to integrate completed work — merge, PR, or cleanup — once implementation is done and tests pass. USE WHEN implementation is complete and tests pass, deciding merge strategy, or cleaning up a feature branch.
Inspect failing GitHub Actions checks via gh, pull logs, summarize root cause, and propose a fix plan. USE WHEN a GitHub PR has failing CI checks, debugging GitHub Actions failures, or triaging CI breakage before merging.
Fix issues end-to-end — triage, diagnose, branch, fix, PR/MR, close. Supports GitHub (gh) and GitLab (glab) with cross-repo fixes and submodule bumps. USE WHEN fix issue, github issue, gitlab issue, bug report, fix bug, resolve issue, triage issue, gh issue, fix
Run tests and systematically fix all failing tests using smart error grouping. USE WHEN tests are failing, user asks to fix failing tests, CI reports test failures, or a test suite run leaves failures.
GitHub CLI reference — repo management, releases, Actions/CI, PR operations, branch protection, labels. USE WHEN github, gh, repo, release, actions, ci, workflow, branch protection, labels, milestones.
Process code review feedback with technical rigor — verify before implementing, push back when wrong. USE WHEN receiving code review feedback, before implementing review suggestions.
Author a clear scoped request when asking for a code review. USE WHEN ready for review, finishing a task, opening a PR, or requesting review feedback on a piece of code.
Rust development conventions — crate structure, error handling, CLI patterns, config loading, testing, and cross-platform compilation. USE WHEN writing Rust code, creating binaries, designing library APIs, or reviewing Rust implementations.
Delegate independent tasks from an implementation plan to subagents. USE WHEN a plan has independent tasks suitable for parallel subagent execution, multi-agent implementation, or delegating parts of a plan.
Four-phase debugging methodology — root cause before fixes. USE WHEN encountering any bug, test failure, unexpected behavior, or build failure.
Test-driven development practices — Red-Green-Refactor cycle, test categories, coverage strategy, property-based testing. USE WHEN writing tests, designing testable APIs, or reviewing test coverage.
Developer discipline skills and agents for the forge ecosystem — code quality, testing, defensive programming, debugging, git workflows, and code review.
Part of forge-user, a modular AI orchestration framework.
| Skill | What it does |
|---|---|
| CodeCleanup | Proactive code cleanup — duplication removal, pattern adoption, readability maximization |
| DataExplorer | Static HTML data explorer apps from SQL or datasets (Vega-Lite, Chart.js, Tabulator) |
| DataVisualization | Choose and configure visualization tools for data explorer apps |
| DefensiveProgramming | Input validation, error boundaries, fail-safe defaults, invariant checking |
| FinishBranch | Decide how to integrate completed work once tests pass — merge, PR, or cleanup |
| FixCI | Inspect failing GitHub Actions checks, pull logs, and propose a fix plan |
| FixIssue | End-to-end issue fixing — triage, diagnose, branch, PR/MR, close (GitHub + GitLab) |
| FixTests | Run tests and systematically fix failing ones using smart error grouping |
| GitHubCLI | GitHub CLI reference — repos, releases, Actions/CI, PR ops, branch protection |
| ReceiveReview | Process code review feedback with technical rigor — verify before implementing |
| RequestReview | Author a scoped review request + CodeReview companion with severity taxonomy and reviewer checklist |
| RustDevelopment | Rust conventions — crate structure, error handling, CLI patterns, config loading |
| SubagentDrivenDevelopment | Delegate independent plan tasks to subagents |
| SystematicDebug | Four-phase debugging methodology — root cause before fixes |
| TestDrivenDevelopment | Red-Green-Refactor, test categories, coverage strategy, anti-patterns |
Shell scripting conventions (BashConventions) live in forge-core alongside MarkdownConventions.
| Agent | What it does |
|---|---|
| ArchitectReviewer | Architecture reviewer — system designs, scalability, integration, evolution |
| CodeReviewer | Senior code reviewer — correctness, security, performance, maintainability |
| ErrorDetective | Error and log forensic analyst — cascade mapping, root cause in distributed systems |
| RefactoringSpecialist | Safe stepwise refactoring with characterization tests and catalog-based transforms |
make install # deploy skills and agents, activate git hooks
make validate # run the pre-commit validation chain
make clean # remove build artifacts
Requires the forge CLI on PATH (forge-cli). Or call it directly:
forge install --target ~ .
skills/ skill directories — SKILL.md + optional @-included companions
agents/ agent markdown files (flat directory)
defaults.yaml skill roster + provider config
config.yaml user overrides (gitignored)
module.yaml module metadata
.claude-plugin/ Claude Code plugin discovery
.provenance/ SLSA sidecars for every versioned file
Several skills and all four agents were adopted from davila7/claude-code-templates (MIT). Each adopted file carries a SLSA provenance sidecar under .provenance/ recording the upstream commit SHA, file SHA-256, and transform dependency chain. Run forge provenance . to audit.
oh-my-zsh for Claude Code — 11 agents, 33 commands, 24 skills, 15 hooks + 9 examples (21 events), 9 rules, 4 MCP (minimal: playwright, context7, jina-reader, chrome-devtools@0.23.0). One-line install: curl -fsSL https://raw.githubusercontent.com/sangrokjung/claude-forge/main/install.sh | bash
DevsForge Enterprise Git Quality Architect delivering comprehensive version control methodologies, code quality frameworks, and collaborative development optimization that transforms Git management from version control into strategic business value creation and development excellence catalyst
23 agent skills for systematic software development. Covers design, planning, TDD, code review, debugging, quality gates, and adversarial testing. Every skill is eval-tested with measured A/B deltas using Anthropic's skill evaluation framework.
Harness engineering for Claude Code — hook-enforced dual review, state-machine gates, and fail-closed safety where it counts. 90 skills, 15 agents, 8 lifecycle hooks.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claim