JayPing23

Book Idea — Development skill for Claude Code

Development community

For when you don't have a book concept yet — turn fragmented ideas (or nothing at all) into a structured premise, then hand off to /book-forge:book-new.

How to install Book Idea

Installs to ~/.claude/skills/jayping23-book-forge-book-idea/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jayping23-book-forge-book-idea && curl -fsSL https://raw.githubusercontent.com/JayPing23/book-forge/HEAD/commands/book-idea.md -o ~/.claude/skills/jayping23-book-forge-book-idea/SKILL.md

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

What Book Idea does


description: For when you don't have a book concept yet — turn fragmented ideas (or nothing at all) into a structured premise, then hand off to /book-forge:book-new argument-hint: "[optional: any fragment of an idea you already have]"

book-idea

If `$ARGUMENTS` contains anything, treat it as a starting fragment and pass it straight to `ideation-agent`. If empty, dispatch `ideation-agent` and let it ask its Step 0 question (existing fragments, a reference work, or nothing at all).

Alternatives in Development

  • Book To Skill — Turn any technical book PDF into a Claude Code skill — ready to study, reference, and use while you work 25.9k ★
  • Create Handoff — You are tasked with writing a handoff document to hand off your work to another agent in a new session 10k ★
  • Discuss — Act as a planning interviewer 2.9k ★

Full documentation available on GitHub

View Source Repository