Just-Another-Agent-Factory

Factory Read — Documentation skill for Claude Code

Documentation community

Point the agent at anything in Linear (issue key, doc, or URL) and it reads the full instructions from there and proceeds.

How to install Factory Read

Installs to ~/.claude/commands/just-another-agent-factory-jaf-factory-read.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Just-Another-Agent-Factory/jaf/HEAD/.claude/commands/factory-read.md -o ~/.claude/commands/just-another-agent-factory-jaf-factory-read.md

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

What Factory Read does


description: Point the agent at anything in Linear (issue key, doc, or URL) and it reads the full instructions from there and proceeds. Usage — /factory-read [extra guidance]

/factory-read — Linear is the briefing

The user hands you a Linear reference; the *instructions live in Linear*, not in the chat. Read it fully, state your understanding, then act.

1. Resolve the reference

  • DP-### → `node_modules/.bin/tsx scripts/factory-tick.ts show D

Alternatives in Documentation

  • PDF — Extract text, create PDFs, merge/split documents, and handle forms 94.1k ★
  • Skills Quick Reference Guide — A guide for choosing the right skill for your task 6.8k ★
  • Translate Doc Zh — Translate English documentation to Chinese 5.7k ★

Full documentation available on GitHub

View Source Repository