chadixearth

60 mods across 1 repository, 2 stars between them.

agent-chadi

01

chadixearth/graphyloop

Agent

Industry-grade OpenCode all-rounder — your primary agent. 5-gate hybrid workflow with contract-first wave fan-out (Wave 0 contract → Wave 1 parallel builders → Wave 2 parallel verifiers), auto-recovery, pre-warmed dispatch, batched verification. OpenCode-only, never Claude Code.

2 15d ago C 64 tokens original MIT

chadi-agent-writer

02

chadixearth/graphyloop

Agent

Agent/command/skill builder. Reads existing agent patterns, scaffolds new agents, validates agent files against schema. Meta-capability — agent-chadi uses this to build its own team.

2 15d ago A 38 tokens original MIT

chadi-backend

04

chadixearth/graphyloop

Agent

Backend/API implementation helper for routes, services, validation, auth, and server behavior.

2 15d ago C 17 tokens original MIT

chadi-council

05

chadixearth/graphyloop

Agent

Dedicated decision council subagent. Four voices (Architect, Skeptic, Pragmatist, Critic) deliberate ambiguous decisions internally. Remembers past decisions via PMB memory for consistency across sessions.

2 15d ago A 39 tokens original MIT

chadi-data

06

chadixearth/graphyloop

Agent

Database and data-flow helper for schema, migrations, queries, indexes, Prisma/Supabase/Postgres/MySQL/Redis, and data integrity.

2 15d ago A 29 tokens original MIT

chadi-devops

07

chadixearth/graphyloop

Agent

DevOps/release helper for environment variables, deployment config, CI checks, build commands, release notes, and rollback planning.

2 15d ago C 25 tokens original MIT

chadi-docs

08

chadixearth/graphyloop

Agent

Documentation subagent for README, API docs, inline comments, CHANGELOG, migration guides, and project documentation writing.

2 15d ago A 23 tokens original MIT

chadi-explorer

09

chadixearth/graphyloop

Agent

Read-only repo explorer for architecture, affected files, dependencies, route maps, and codebase context.

2 15d ago A 20 tokens original MIT

chadi-frontend

10

chadixearth/graphyloop

Agent

Frontend/UI implementation and verification helper for layout, forms, routing, responsiveness, and client behavior.

2 15d ago C 19 tokens original MIT

chadi-integrator

11

chadixearth/graphyloop

Agent

Wave 2 integration specialist — joins parallel lanes: swaps frontend mocks for real API calls, wires env/credentials, applies local migrations, boots the app and walks the happy path end to end. Resolves contract drift instead of hiding it.

2 15d ago C 48 tokens original MIT

chadi-memory

12

chadixearth/graphyloop

Agent

Memory subagent — graphyloop memory is the active store (PMB MCP disabled). Recall before work, store after.

2 15d ago A 25 tokens original MIT

chadi-performance

13

chadixearth/graphyloop

Agent

Performance and reliability review subagent for render performance, bundle size, API latency, database queries, caching, retries, loading states, and reliability.

2 15d ago A 29 tokens original MIT

chadi-quality

14

chadixearth/graphyloop

Agent

Code quality subagent for linting, formatting, type checking enforcement, and code convention audits. Runs linters, formatters, and type-checkers; fixes violations; enforces project code standards.

2 15d ago A 40 tokens original MIT

chadi-refactor

15

chadixearth/graphyloop

Agent

Safe cross-file refactoring agent. Renames, symbol extraction, module restructuring, pattern-based code transformation. Uses ast-grep for structural search/replace and impact analysis. Dry-run first, verify no breakage. Hard refuses new features or behavioral changes — refactor only.

2 15d ago A 60 tokens original MIT

chadi-reviewer

16

chadixearth/graphyloop

Agent

Final code reviewer for correctness, maintainability, regressions, config validity, security gaps, missing tests, and accidental unrelated changes.

2 15d ago A 26 tokens original MIT

chadi-security

17

chadixearth/graphyloop

Agent

Security review subagent for auth, RBAC, inputs, uploads, secrets, APIs, database access, XSS, CSRF, CSP, dependencies, and deployment exposure.

2 15d ago A 35 tokens original MIT

chadi-test

18

chadixearth/graphyloop

Agent

Testing and verification subagent for unit, integration, e2e, build, lint, typecheck, and regression checks. Follows browser-last discipline — vitest+jsdom first, browser tools only for critical E2E.

2 15d ago A 47 tokens original MIT

chadi-think

19

chadixearth/graphyloop

Agent

Deep thinking/planning subagent. Spawned by agent-chadi when task needs complex reasoning, architecture design, or hard problem-solving. Returns plan — does not code.

2 15d ago A 34 tokens original MIT

chadi-vision

20

chadixearth/graphyloop

Agent

Vision subagent using MoMimo-V2.5 for image processing. Read-only — describes images/screenshots/sketches/diagrams. agent-chadi dispatches when user attaches image or asks about visual content.

2 15d ago A 44 tokens original MIT

graphcrew-builder

21

chadixearth/graphyloop

Agent

Surgical 1-2 file edit. Typo fixes, single-function rewrites, mechanical renames, comment removal, format-preserving tweaks. Hard refuses 3+ file scope. Returns caveman diff receipt. Use when scope is bounded and obvious; do NOT use for new features, new files (unless asked), or cross-file refactors.

2 15d ago A 75 tokens copy · 88% MIT

graphcrew-fixer

22

chadixearth/graphyloop

Agent

Minimal fix agent. Reads error output, makes 1-file surgical fix. No discovery, no exploration, no context beyond the error itself. Use when test fails, build breaks, or lint error needs fixing. Hard refuses multi-file changes, new features, or speculative refactors. Faster than graphcrew-builder for pure fix work …

2 15d ago A 79 tokens original MIT

chadixearth/graphyloop

Agent

Read-only code locator. Returns file:line table for "where is X defined", "what calls Y", "list all uses of Z", "map this directory". Output is caveman-compressed so the main thread eats 60% fewer tokens than vanilla Explore. Refuses to suggest fixes.

2 15d ago A 65 tokens original MIT

graphcrew-reviewer

24

chadixearth/graphyloop

Agent

Diff/branch/file reviewer. One line per finding, severity-tagged, no praise, no scope creep. Output format path:line: : . . Use for "review this PR", "review my diff", "audit this file". Skips formatting nits unless they change meaning.

2 15d ago A 74 tokens copy · 86% MIT