Dont read the code core
Set up, configure, run, or audit a four-role SwarmForge delivery pipeline with specifier, coder, refactorer, and architect agents plus deterministic quality gates. Use for Java, Python, Shell, R, SQL, or Swift projects on Linux or macOS when humans should approve specifications and evidence instead of reviewing AI-generated code line by line.From its SKILL.md
npx -y skills add YYshen07/dont-read-the-code-coreAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
3 things to look at
- 24 days oldThe repository was created 24 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
3.0 KB, 581 tokens by cl100k_base, as published. Nobody here has run it
不要看代码!
Run the platform-neutral engineering loop:
specifier -> coder -> refactorer -> architect -> specifier
This Skill has no browser or Ego Lite dependency.
Read selectively
- Read
references/language-profiles.mdbefore configuring a project's gate commands. - Read
references/architecture.mdwhen changing role boundaries or handoffs. - Read
references/upstream.mdwhen updating vendored SwarmForge content. - Read
references/external-ego-check.mdonly when exporting a release candidate for the separate macOS Ego Skill.
Install into a project
Run:
scripts/install-into-project.sh /absolute/path/to/git-project
The installer refuses to overwrite an existing swarmforge/ or
dont-read-the-code/ directory.
Configure dont-read-the-code/project.json with project-local commands. Keep
the supported language set restricted to Java, Python, Shell, R, SQL, and
Swift. Reject another language until its toolchain is explicitly designed.
Check the environment:
dont-read-the-code/scripts/check-prereqs.sh
Required on Linux and macOS: Git, Node.js, Codex CLI, tmux, zsh, and Babashka
bb.
Start:
dont-read-the-code/scripts/start-swarm.sh
Operate the four-role loop
- Let the specifier turn intent into deterministic Gherkin.
- Require human approval before handing a behavior slice to the coder.
- Let the coder implement with test-driven development.
- Let the refactorer improve structure without changing behavior.
- Let the architect run final mutation, duplication, architecture, and acceptance gates.
- Let the specifier merge only the architect's verified handoff.
Run configured gates with:
node dont-read-the-code/scripts/run-quality-gates.mjs \
--config dont-read-the-code/project.json
Missing commands are failures unless project.json contains a documented
human-approved exception. Never infer a pass from plausible output.
Export an optional Ego check
The Linux pipeline may finish without Ego. When a separate Mac should perform a black-box product check:
- Create a request from
dont-read-the-code/assets/ego-check-request.example.json. - Include a deployed or otherwise reachable starting URL, allowed origins, observable postconditions, and the passing quality-report digest.
- Include no source code, credentials, cookies, or internal API details.
- Validate it:
node dont-read-the-code/scripts/validate-ego-request.mjs request.json
Transfer only the request and approved fixtures to the Mac. The separate
dont-read-the-code-ego Skill owns browser execution and its result record.
What ships with it: 28 files
51.9 KB alongside SKILL.md, 7 of them executable
agents/
- openai.yaml202 B
assets/
- ego-check-request.example.json945 B
- ego-check-request.schema.json3.7 KB
- project.example.json1.0 KB
- swarmforge/constitution/articles/engineering.prompt3.5 KB
- swarmforge/constitution/articles/project.prompt1.4 KB
- swarmforge/constitution.prompt147 B
- swarmforge/roles/architect.prompt4.4 KB
- swarmforge/roles/coder.prompt2.4 KB
- swarmforge/roles/refactorer.prompt2.0 KB
- swarmforge/roles/specifier.prompt1.9 KB
- swarmforge/swarmruns170 B
- swarmforge/swarmforge.conf205 B
references/
- architecture.md874 B
- external-ego-check.md1.3 KB
- language-profiles.md2.0 KB
- upstream-lock.json549 B
- upstream.md624 B
scripts/
- check-prereqs.shruns988 B
- install-into-project.shruns3.8 KB
- run-quality-gates.mjsruns8.0 KB
- start-swarm.shruns564 B
- validate-ego-request.mjsruns5.6 KB
- verify-vendored.mjsruns1.3 KB
- .gitignore67 B
- LICENSE1.2 KB
- README.md2.2 KB
- THIRD_PARTY_NOTICES.md1.0 KB