Skip to content

Commit cfa4a79

Browse files
authored
Create project-ebook-roo-code-creator.md
1 parent f1ac090 commit cfa4a79

File tree

1 file changed

+81
-0
lines changed

1 file changed

+81
-0
lines changed
Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
---
2+
title: d.o.it - ebook-roo-code-creator: AI-Powered Ebook Creation Toolkit
3+
description: Multi-agent AI ebook creator toolkit with Roo Code and OpenCode—automate writing, editing, QA, and content workflows.
4+
date: 2025-09-13T10:06:00.000Z
5+
tags:
6+
- Hugo
7+
- AI
8+
- Ebook
9+
- Automation
10+
- Documentation
11+
author: d.o.
12+
layout: docs
13+
excludeToc: false
14+
lang: en-US
15+
slug: project-ebook-roo-code-creator
16+
categories:
17+
- Developer Tools
18+
draft: true
19+
---
20+
21+
{{< badge text="d.o. AI Ebook Multi-Agent" type="tip" />}}
22+
23+
{{< blocks/cover
24+
title="ebook-roo-code-creator"
25+
image="img/projects/ebook-roo-code-creator/cover.jpg"
26+
color="primary"
27+
height="min"
28+
>}}
29+
AI-powered ebook coder for collaborative, automated content workflows via Roo Code and OpenCode.
30+
Create, manage, and refine ebooks with modular agents in a VS Code-centric environment.
31+
{{< /blocks/cover >}}
32+
33+
{{< blocks/lead >}}
34+
A sample project and best-practice workflow for harnessing AI-enabled, multi-agent orchestration—optimized for book writing, editing, management, and QA with end-to-end VS Code and CLI integration.
35+
{{< /blocks/lead >}}
36+
37+
{{< img src="img/projects/ebook-roo-code-creator/editor-ai-sample.jpg" title="Editor AI in action" caption="AI orchestrating ebook content in the VS Code editor" >}}
38+
39+
{{< alert color="info" >}}
40+
**Repository:** [ebook-roo-code-creator @ Codeberg](https://codeberg.org/d-oit/ebook-roo-code-creator)
41+
**Wiki:** [Project Wiki & Docs](https://codeberg.org/d-oit/ebook-roo-code-creator/wiki)
42+
**License:** MIT
43+
{{< /alert >}}
44+
45+
## Key Features
46+
47+
- Modular agent workflows for drafting, rewriting, and review
48+
- VS Code: Roo Code extension with integrated feedback loop
49+
- OpenCode CLI: Terminal-first agent workflows
50+
- Includes real-world ebook sample ("Der Lärm der Gier" in German)
51+
- Logging for grammar, logic, spellchecking, and automation
52+
- Organized project structure for content, logs, research, and agent config
53+
54+
## Quickstart
55+
56+
### Prerequisites
57+
- VS Code or compatible editor (Cursor, VSCodium)
58+
- API key for LLM agent providers
59+
60+
### Roo Code Setup
61+
1. Install the **Roo Code** extension in VS Code
62+
2. Add your provider API key via extension settings
63+
3. Set a supported model (Anthropic Claude, OpenRouter, etc.)
64+
65+
### OpenCode CLI Install
66+
```
67+
curl -fsSL https://opencode.ai/install | bash
68+
```
69+
Configure OpenCode:
70+
```
71+
opencode auth login
72+
cd /path/to/project
73+
opencode /init
74+
```
75+
76+
### Collaborative Workflow Example
77+
- Use Roo Code or OpenCode CLI to activate agents
78+
- Agents assist with writing, editing, QA, and feedback in real time
79+
- Folder structure keeps drafts, logs, and research separate for optimal workflow
80+
81+

0 commit comments

Comments
 (0)