bborbe

Read Guides — Development skill for Claude Code

Development community

Read all dark-factory guides for context before working.

How to install Read Guides

Installs to ~/.claude/skills/bborbe-dark-factory-read-guides/SKILL.md

Terminal
mkdir -p ~/.claude/skills/bborbe-dark-factory-read-guides && curl -fsSL https://raw.githubusercontent.com/bborbe/dark-factory/HEAD/commands/read-guides.md -o ~/.claude/skills/bborbe-dark-factory-read-guides/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Read Guides does


description: Read all dark-factory guides for context before working allowed-tools: [Read, Glob]

Read all dark-factory documentation to build full context. Use this before writing specs, prompts, or making dark-factory decisions.

Step 1: Read dark-factory docs

Glob `~/.claude/plugins/marketplaces/dark-factory/docs/**/*.md` (recursive — `**` reaches `docs/rules/*.md` where the authoring rules live) and Read every file returned. These cover spec/prompt structure, lifecycle, running,

Alternatives in Development

  • Agent Of Empires — Manage multiple Claude Code, OpenCode agents from either TUI or Web for easy access on mobile 3.1k ★
  • Tentacle Context Init — You are working on the {{tentacleName}} section 1.4k ★
  • GGA — Agent Skills Index — When working on this project, load the relevant skill(s) BEFORE writing any code 948 ★

Full documentation available on GitHub

View Source Repository