By bryonjacob
Core development workflows and tooling standards. Stack configuration (Python/JS/Java), documentation (CLAUDE.md/MkDocs), workflow automation (justfile), CI/CD (GitHub Actions), and issue management.
npx claudepluginhub bryonjacob/aug --plugin aug-devSlash commands for aug-dev plugin. Complete development lifecycle from epic planning through autonomous execution.
Autonomous work + review + merge workflow
Audit project and setup missing development components
Audit documentation - create missing CLAUDE.md files, update stale docs, recommend improvements
Generate polished walkthrough video from Playwright test suite
Break epic into deliverable tasks with detailed specs
Interactive architecture and design session for epic planning
Persist planning artifacts to repository (optional)
Create comprehensive GitHub issues from planning artifacts
Show current planning session status and next steps
Handle ad-hoc work with automatic issue creation and execution
Autonomous code quality analysis - find refactoring opportunities, create GitHub issues
Assess project stack against language standards, show current level and gaps
Create new stack definitions, validate existing ones, or create customized variants
Initialize new project with complete development setup
Analyze test suite for speed and redundancy, create optimization issues
Clone project fresh and test setup from scratch to catch "works on my machine" issues
Interactive exploratory QA session for web applications using Playwright
Autonomous task execution from GitHub issue to PR
Use when setting up GitHub Actions CI/CD for pull request checks - provides workflow templates for Python, JavaScript, and polyglot projects that run quality gates on every PR
Java stack configuration - Maven, JUnit 5, Spotless, SpotBugs, JaCoCo with 96% coverage threshold
JavaScript/TypeScript stack configuration - pnpm, prettier, eslint, vitest with 96% coverage threshold
Polyglot project configuration - orchestrate multiple language subprojects with root justfile
Python stack configuration - uv, ruff, mypy, pytest with 96% coverage threshold
Use when creating or editing agent definitions - ensures proper frontmatter, clear structure, validation of references, and no duplication with existing agents
Development stack standards - five-level maturity model, dimension specs, assessment criteria, tool guidance
Automated documentation auditing - ensures CLAUDE.md coverage, updates stale docs, recommends structural improvements
Hierarchical machine-readable documentation - root CLAUDE.md with module index, per-module CLAUDE.md for significant modules
Project documentation with MkDocs Material - consistent structure, API auto-generation, GitHub Pages deployment
Complete development lifecycle for GitHub/local issues - branch, implement, test, PR, merge with quality gates
Generate polished walkthrough videos from Playwright test suites. Runs thematically connected tests with video recording, creates title cards, slows footage for readability, and concatenates into a final demo video.
Use when setting up git pre-commit and pre-push hooks - provides simple shell script approach and pre-commit framework method, both calling justfile commands for DRY principle
Systematic refactoring workflow - use coverage/complexity tools to identify targets, plan issues, execute with tests
Self-review checklist before marking PR ready - catch clarity, correctness, and maintainability issues with fresh eyes
Analyze problems, design solutions, plan task breakdowns. Use for epic planning, architecture design, and task specification. Outputs planning artifacts for GitHub issue creation.
Find and fix bugs systematically. Use when encountering errors, test failures, or unexpected behavior. Hypothesis-driven debugging to locate root causes and implement minimal fixes.
Build code from GitHub issue specifications. Implements in chunks with tests after each chunk. Uses just commands for quality gates. Creates self-contained modules.
Analyze test coverage, identify gaps, suggest strategic test cases. Use when writing features, after bug fixes, or during test reviews. Ensures comprehensive coverage without over-testing.
Analyze test suites for speed bottlenecks, redundancy, and DRY violations. Use when tests are slow, duplicated, or need refactoring.
Perform exploratory QA testing on web applications using Playwright. Navigate flows, analyze pages, find issues, and generate actionable reports with evidence.
Working in isolated worktree directories for parallel work - work normally, tests isolated, orchestrator handles cleanup
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
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.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Claude Code skills for Godot 4.x game development - GDScript patterns, interactive MCP workflows, scene design, and shaders
Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation