{"id":50384888,"url":"https://github.com/0plus1/fiction-workbench","last_synced_at":"2026-05-30T14:30:26.012Z","repository":{"id":346487760,"uuid":"1190195989","full_name":"0plus1/fiction-workbench","owner":"0plus1","description":"Fiction skill for LLM agents","archived":false,"fork":false,"pushed_at":"2026-03-24T04:06:45.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-25T05:08:52.153Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0plus1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-24T03:46:26.000Z","updated_at":"2026-03-24T04:06:48.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/0plus1/fiction-workbench","commit_stats":null,"previous_names":["0plus1/fiction-workbench"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/0plus1/fiction-workbench","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0plus1%2Ffiction-workbench","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0plus1%2Ffiction-workbench/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0plus1%2Ffiction-workbench/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0plus1%2Ffiction-workbench/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0plus1","download_url":"https://codeload.github.com/0plus1/fiction-workbench/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0plus1%2Ffiction-workbench/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33696681,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-30T02:00:06.278Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-05-30T14:30:25.349Z","updated_at":"2026-05-30T14:30:26.002Z","avatar_url":"https://github.com/0plus1.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fiction Workbench\n\nLLM agent skills for long-form fiction writing.\n\nThis repo is intentionally small. It ships one skill, [`/fiction-workbench`](.claude/skills/fiction-workbench/SKILL.md), designed to work with a simple fiction-project layout built around a `bible/` directory and a `manuscript/chapters/` directory.\n\n## Why This Exists\n\nAI-assisted fiction writing usually breaks down after a few chapters:\n\n- voice drifts\n- characters flatten or contradict themselves\n- continuity gets sloppy\n- revisions lose the original intent\n\nThis repo gives Agents a tighter workflow for long-form fiction. It does not replace authorship. It gives the model a disciplined way to read your canon, operate on a chapter, and stay inside the story you are already building.\n\n## What’s Included\n\n```text\nclaude-fiction-skills/\n├── README.md\n├── LICENSE\n└── .claude/\n    └── skills/\n        └── fiction-workbench/\n            └── SKILL.md\n```\n\n## Install\n\nWe recommend using [skills](https://skills.sh)\n`npx skills add https://github.com/0plus1/fiction-workbench --skill fiction-workbench`\n\n## Usage\n\nInvoke the skill manually:\n\n```text\n/fiction-workbench write manuscript/chapters/chapter-1.md\n/fiction-workbench edit manuscript/chapters/chapter-1.md\n/fiction-workbench critique manuscript/chapters/chapter-1.md\n/fiction-workbench seal manuscript/chapters/chapter-1.md\n```\n\n### Modes\n\n- `write`: draft, expand, or rewrite a chapter while preserving canon and voice\n- `edit`: improve prose at the line level without changing story intent\n- `critique`: give literary feedback without rewriting\n- `seal`: produce a concise chapter summary, continuity notes, motifs, and open threads\n\n## Expected Project Shape\n\nThe skill is opinionated about project structure. It works best when your fiction project looks like this:\n\n```text\nyour-novel/\n├── bible/\n│   ├── characters/\n│   │   ├── marco.md\n│   │   └── malia.md\n│   ├── locations/\n│   │   ├── apartment.md\n│   │   └── coast-road.md\n│   ├── themes/\n│   │   ├── exile.md\n│   │   └── desire.md\n│   ├── emotional-arc.md\n│   ├── style-guide.md\n│   └── narrative-spine.md\n└── manuscript/\n    └── chapters/\n        ├── chapter-1.md\n        ├── chapter-2.md\n        └── chapter-x.md\n```\n\nThe skill assumes this structure by default. It reads the target chapter, then consults the relevant files under `bible/` before drafting, editing, critiquing, or sealing.\n\nWe recommend using [murmur](https://github.com/0plus1/murmur) as the editor for your novel.\n\n## How It Behaves\n\n`/fiction-workbench` is deliberately manual. It uses `disable-model-invocation: true`.\n\nThe skill tells agents to:\n\n- read the target chapter first\n- inspect the `bible/` files and folders\n- preserve established voice, chronology, and character integrity\n- avoid inventing lore or symbolic systems that are not supported by the text\n- keep the human in charge of taste, structure, and final judgment\n\nFor `write` and `edit`, the skill is intended to revise the target chapter. For `critique` and `seal`, it should return notes unless you explicitly ask Claude to write those notes into project files.\n\n## Philosophy\n\nThis repo is not an autopilot novel generator.\n\nThe author still owns:\n\n- theme\n- structure\n- taste\n- final language\n\nAgents' role here is narrower:\n\n- reduce drift\n- keep continuity in view\n- help with disciplined iteration\n\nThat is the point of the repo.\n\n## Customising\n\nIf your project uses different folder names, edit [`SKILL.md`](skills/fiction-workbench/SKILL.md) directly. Keep the skill procedural. Put story-specific canon in your own project, not inside the public skill repo.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0plus1%2Ffiction-workbench","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0plus1%2Ffiction-workbench","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0plus1%2Ffiction-workbench/lists"}