create-opencode-workspace
v1.0.1
Published
CLI tool to scaffold pre-configured OpenCode workspaces natively (like Content Creator).
Maintainers
Readme
create-opencode-workspace
A CLI tool to quickly scaffold pre-configured OhMyOpenCode workspaces.
Currently, it provides a highly optimized Content Creator Workspace which natively leverages OpenCode's Task(Category + Skills) architecture for high-efficiency, multi-platform, bilingual content creation.
Usage
You can scaffold a new OpenCode workspace interactively using npx:
npx create-opencode-workspaceFollow the prompts:
- Select the workspace template (e.g.,
content-creator). - Enter your project name.
Once completed, navigate into your new project and start OpenCode!
cd my-opencode-workspace
opencodeAvailable Templates
1. Content Creator
A content generation matrix built entirely on OpenCode's native skills architecture. It supports generating core blog drafts, parallel repurposing to social media (Xiaohongshu, Twitter, WeChat, etc.), and running local SEO & Brand Voice audits via Python.
- /draft: Starts a long-form draft with proper domain voice routing.
- /repurpose: Concurrently converts the core blog into multiple social media formats.
- /audit: Runs local Python scripts for semantic SEO and tone checks.
Development
To test this CLI locally:
git clone https://github.com/yourusername/create-opencode-workspace.git
cd create-opencode-workspace
npm install
npm startLicense
MIT
