{"id":49218352,"url":"https://github.com/jpeggdev/buildwithjpegg","last_synced_at":"2026-04-24T01:09:25.518Z","repository":{"id":342014585,"uuid":"1164281065","full_name":"jpeggdev/buildwithjpegg","owner":"jpeggdev","description":"A monorepo with various projects for public distribution","archived":false,"fork":false,"pushed_at":"2026-03-11T18:28:23.000Z","size":656,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-11T23:50:21.554Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jpeggdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-22T22:25:39.000Z","updated_at":"2026-03-11T18:28:21.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/jpeggdev/buildwithjpegg","commit_stats":null,"previous_names":["jpeggdev/buildwithjpegg"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jpeggdev/buildwithjpegg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpeggdev%2Fbuildwithjpegg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpeggdev%2Fbuildwithjpegg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpeggdev%2Fbuildwithjpegg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpeggdev%2Fbuildwithjpegg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jpeggdev","download_url":"https://codeload.github.com/jpeggdev/buildwithjpegg/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpeggdev%2Fbuildwithjpegg/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32204714,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T00:06:41.111Z","status":"ssl_error","status_checked_at":"2026-04-24T00:06:35.224Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-24T01:09:25.017Z","updated_at":"2026-04-24T01:09:25.512Z","avatar_url":"https://github.com/jpeggdev.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# buildwithjpegg Marketplace\n\nA plugin marketplace for Claude Code. Browse, install, and manage plugins for development workflows and AI code planning and reviews.\n\n## Getting Started\n\nRegister the marketplace in Claude Code:\n\n```bash\n/plugin marketplace add jpeggdev/buildwithjpegg\n```\n\nThen install any plugin:\n\n```bash\n/plugin install development-workflow\n```\n\n## Available Plugins\n\n### [development-workflow](plugins/development-workflow)\n\nA complete software development workflow built on composable skills and automatic invocation. Your coding agent steps back to understand what you're building before writing code, produces a reviewable design, then works through implementation with TDD, code review, and CI/CD built in.\n\nBecause skills trigger automatically, you don't need to do anything special -- describe what you want to build and the workflow activates.\n\n**The basic flow:**\n\n1. **evaluate** -- Refines ideas through questions, explores alternatives, presents design for validation\n2. **blueprint** -- Breaks work into bite-sized tasks with exact file paths and verification steps\n3. **delegate/build** -- Dispatches subagents per task with two-stage review, or executes in batches with human checkpoints\n4. **test-first** -- Enforces RED-GREEN-REFACTOR for every implementation task\n5. **seek-review** -- Reviews against plan, reports issues by severity\n6. **wrap-up** -- Verifies tests, presents merge/PR/keep/discard options\n\n**Also includes:** root-cause debugging, CI monitoring (ci-loop), stacked PR management (draft-prs, pr-stack), automated releases (auto-release), skill creation (craft-skill), and onboarding.\n\n**Components:** 17 skills, 3 slash commands, 1 agent (code-reviewer), 8 rules, session-start hook\n\nAlso supports Codex and OpenCode -- see [plugin README](plugins/development-workflow) for setup.\n\n### [tribunal](https://github.com/jpeggdev/tribunal)\n\nMulti-agent orchestration framework for Claude Code, Codex CLI, and Gemini CLI. Provides 18 specialized agents, a 9-phase development workflow, and quality gates that enforce TDD, coverage thresholds, and spec-driven development.\n\n**The pipeline:**\n\n1. **Research** -- Gather context and requirements\n2. **Brainstorm** -- Multi-agent debate to explore design alternatives\n3. **Design Review Gate** -- 5-agent parallel review (PM, Architect, Designer, Security, CTO)\n4. **Plan** -- Break work into implementation units\n5. **Plan Review Gate** -- 3 adversarial reviewers (Feasibility, Completeness, Scope)\n6. **Execute** -- 4-phase loop per work unit (Implement, Validate, Adversarial Review, Commit)\n7. **Final Review** -- Cross-check against requirements\n8. **Self-Reflect** -- Extract learnings into knowledge base\n9. **Ship** -- PR creation with coverage enforcement\n\n**Also includes:** intelligent agent selection with decay scoring, layered config (tribunal.yaml), cross-CLI support, migration tools, and diagnostic checks.\n\n**Components:** 16 skills, 19 commands, 18 agents, 8 rubrics, session-start hook\n\nSee [tribunal repo](https://github.com/jpeggdev/tribunal) for setup and usage.\n\n## License\n\nMIT -- see [LICENSE](LICENSE) for details.\n\n## Source\n\n[github.com/jpeggdev/buildwithjpegg](https://github.com/jpeggdev/buildwithjpegg)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjpeggdev%2Fbuildwithjpegg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjpeggdev%2Fbuildwithjpegg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjpeggdev%2Fbuildwithjpegg/lists"}