hamza-ali-shahjahan/hamzaish

Open-source agent OS for Claude Code that puts you in Builder Mode — and keeps you there for the whole life of a product. Claude Code setup that builds, launches, and learns. Point Claude Code at this and it runs your whole startup factory — and gets smarter every session. Works with Cursor, Codex & Windsurf too.

This repository also configures its own agents. See what hamzaish tells them →

8Stars on the repository
114Mods indexed here, across every type
3d agoLast push, which is what freshness is scored on
AGPL-3.0Licence, which decides whether bodies are shown

auto

01

hamza-ali-shahjahan/hamzaish

Command Claude Code

Run the full engineering cycle autonomously end-to-end — spec → plan → build → test → review → ship — making reasonable calls without stopping at every gate. Use /full-cycle instead when the user wants to approve each gate; use /goal instead when there's a measurable objective to converge on.

not rated 8 3d ago A 59 tokens AGPL-3.0

brain-ask

02

hamza-ali-shahjahan/hamzaish

Command Claude Code

Search the Hamzaish brain — learnings, decisions, playbooks, product docs. Use for "what did we decide about X" / "have we seen this before" recall, or before re-deriving something. Returns ranked citations with snippets.

not rated 8 3d ago A 0 tokens AGPL-3.0

brain-ingest

03

hamza-ali-shahjahan/hamzaish

Command Claude Code

Refresh Hamzaish's brain index — re-scan all known folders and update SQLite FTS5 store.

not rated 8 3d ago A 22 tokens AGPL-3.0

build

04

hamza-ali-shahjahan/hamzaish

Command Claude Code

Implement the next task incrementally — build, test, verify, commit.

not rated 8 3d ago A 14 tokens AGPL-3.0

checkpoint

06

hamza-ali-shahjahan/hamzaish

Command Claude Code

Manual save-point commit with a real message. Use when you want a named milestone in the log between auto-commits.

not rated 8 3d ago A 25 tokens AGPL-3.0

code-simplify

07

hamza-ali-shahjahan/hamzaish

Command Claude Code

Simplify code for clarity and maintainability — reduce complexity without changing behavior.

not rated 8 3d ago A 14 tokens AGPL-3.0

full-cycle

08

hamza-ali-shahjahan/hamzaish

Command Claude Code

Orchestrate the full engineering cycle — setup → spec → plan → test → build → review → ship — pausing at each gate for approval. Use /auto instead when the user says go/just-do-it (no gates); use /goal instead when converging on a measurable objective.

not rated 8 3d ago A 59 tokens AGPL-3.0

goal

09

hamza-ali-shahjahan/hamzaish

Command Claude Code

Pursue a measurable objective autonomously — score against a rubric, fix the biggest gap, verify, log every run, and stop only when a fresh-eyes agent confirms the goal is met (or the run budget is spent). Use /auto instead for a feature build with no numeric target; use /write-a-goal first if the objective isn't…

not rated 8 changed 4d ago A 74 tokens AGPL-3.0

hamzaish

10

hamza-ali-shahjahan/hamzaish

Command Claude Code

Momentum router. Default is BUILD — routes straight to the full-cycle build engine. Strategy rails (idea/pricing/GTM) and stage-resume are opt-in side doors, never a toll. Skip is available at every step.

not rated 8 3d ago A 46 tokens AGPL-3.0

learn-loop

11

hamza-ali-shahjahan/hamzaish

Command Claude Code

Run the impact-scored learning loop at a major-cycle boundary — gather the cycle's candidate learnings, score them with the rubric, promote the top few into guardrails, and append a changelog line.

not rated 8 3d ago A 42 tokens AGPL-3.0

plan

12

hamza-ali-shahjahan/hamzaish

Command Claude Code

Break work into small verifiable tasks with acceptance criteria and dependency ordering.

not rated 8 3d ago A 13 tokens AGPL-3.0

portfolio-pulse

13

hamza-ali-shahjahan/hamzaish

Command Claude Code

Snapshot all products — table + top 3 priorities + on-fire + don't-touch. The "where should I focus today" command.

not rated 8 3d ago A 27 tokens AGPL-3.0

pr

14

hamza-ali-shahjahan/hamzaish

Command Claude Code

One-command repo ship — branch → commit → PR → wait for CI → squash-merge → sync local. The safe GitHub flow, hidden behind one step, narrated in plain English. For shipping a change to a repo's main; NOT a product production deploy (that's /ship).

not rated 8 3d ago A 58 tokens AGPL-3.0

reflect

15

hamza-ali-shahjahan/hamzaish

Command Claude Code

Review the auto-captured learning queue and hand survivors to the brain (distilled, never pasted). The human gate between automatic capture and /learn-loop.

not rated 8 3d ago A 31 tokens AGPL-3.0

release

16

hamza-ali-shahjahan/hamzaish

Command Claude Code

Cut the next public release at a major-cycle boundary — pick the next semver tag, assemble notes from meta/changelog.md, create an annotated tag + GitHub Release, and mark it latest.

not rated 8 3d ago A 40 tokens AGPL-3.0

review

17

hamza-ali-shahjahan/hamzaish

Command Claude Code

Conduct a five-axis code review — correctness, readability, architecture, security, performance.

not rated 8 3d ago A 16 tokens AGPL-3.0

security-check

18

hamza-ali-shahjahan/hamzaish

Command Claude Code

Fast security baseline audit of a product — tracked secrets, unpinned/vulnerable GitHub Actions, workflow permission scope, untrusted-input triggers, MCP-config surface, and an RLS reminder. Add --live to also check the RUNNING system for drift (live RLS status, storage-bucket visibility, Security Advisors, preview…

not rated 8 3d ago A 79 tokens AGPL-3.0

setup

19

hamza-ali-shahjahan/hamzaish

Command Claude Code

Scaffold or refresh a project's Claude Code file structure — CLAUDE.md, path-scoped rules, docs, gitignored personal overrides, and a starter /ship command.

not rated 8 3d ago A 34 tokens AGPL-3.0

ship

20

hamza-ali-shahjahan/hamzaish

Command Claude Code

Promote reviewed commit(s) from the working branch to the product's production branch and push — the single deploy action. Auto-commit wip snapshots stay on the working branch and never reach production. For deploying a PRODUCT to production; use /pr instead when shipping a change to a repo's main branch.

not rated 8 3d ago A 64 tokens AGPL-3.0

spec

21

hamza-ali-shahjahan/hamzaish

Command Claude Code

Start spec-driven development — write a structured specification before writing code.

not rated 8 3d ago A 12 tokens AGPL-3.0

test

22

hamza-ali-shahjahan/hamzaish

Command Claude Code

Run TDD workflow — write failing tests, implement, verify. For bugs, use the Prove-It pattern.

not rated 8 3d ago A 23 tokens AGPL-3.0

work-on

23

hamza-ali-shahjahan/hamzaish

Command Claude Code

Enter a product workspace with full Hamzaish context loaded — config, status, decisions, stage playbook, and the product's own CLAUDE.md.

not rated 8 3d ago A 32 tokens AGPL-3.0

idea-gate

24

hamza-ali-shahjahan/hamzaish

Command Claude Code

The gate an idea must pass before it earns a validation attempt — six items that make it TESTABLE, not "good". Fills products/ /validation/idea-gate.md and is checked by bun run check-idea-gate .

not rated 8 3d ago A 53 tokens AGPL-3.0

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: