Read Guides — Development skill for Claude Code
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
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 RepositoryRelated Skills
Create Scenario
Create a dark-factory scenario file for end-to-end validation
Daemon
Start dark-factory daemon to watch and process prompts continuously
Full Context
You are working on the current project. Before proceeding with the user's request "$ARGUMENTS", you need to in
Q Begin
Start a new investigation session. Read all state files to load context before doing anything.
Codemesh
Query the code knowledge graph before reading code. One-call context assembly via codemesh_answer returns inli
CLAUDE.md - Skills Factory Orchestration
This file provides top-level guidance for working with this Claude Code Skills Factory repository. ---
Related Agents
Prompt Auditor
Audit dark-factory prompt files against Prompt Definition of Done
Ct QA Reviewer
Feature-level QA review after all tasks complete — integration, edge cases, dark features, test coverage gaps
Zeus Researcher
Read-only Zeus context explorer for specs, tasks, roadmap gaps, and dependency risks before design or planning