wordspace
Originally fromframes-engineering/wordspace
Installation
Summary
CLI for bootstrapping wordspace projects with reusable .prose workflows from GitHub.
- Three main commands:
initto scaffold a new project with interactive workflow selection,searchto browse available workflows, andaddto download specific workflows by name - During
init, creates.claude/settings.local.jsonwith base permissions, aworkflows/directory for.prosefiles, and anoutput/working directory - Workflow picker supports flexible selection syntax:
all, specific numbers (1,3,5), ranges (1-3), or combinations; in CI environments, all workflows download automatically - Requires Node.js and npx; installable globally via npm or run directly with
npx wordspace init
SKILL.md
Wordspace
Wordspace is a CLI tool that bootstraps project workspaces with workflows — reusable .prose programs fetched from GitHub.
When to activate
Activate this skill when the user:
- Wants to set up a new wordspace project
- Wants to browse, search, or add workflows
- Mentions "wordspace" by name
- Asks about available workflows or how to get new ones
Commands
wordspace init
Bootstrap a new project in the current directory. Runs three steps:
Related skills