wordspace

Installation
Summary

CLI for bootstrapping wordspace projects with reusable .prose workflows from GitHub.

  • Three main commands: init to scaffold a new project with interactive workflow selection, search to browse available workflows, and add to download specific workflows by name
  • During init, creates .claude/settings.local.json with base permissions, a workflows/ directory for .prose files, and an output/ 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
Installs
1.0K
GitHub Stars
4
First Seen
Feb 15, 2026