wordspace
Wordspaceプロジェクトの初期化と管理のためのコマンドラインインターフェースを提供します。このスキルは、プロジェクトの設定と日常業務を簡素化し、著者やコンテンツ作成者がテキスト作業を効率的に整理および処理するのに役立ちます。
npx skills add frames-engineering/skills --skill wordspaceBefore / After 効果比較
1 组Wordspaceプロジェクトの初期化と管理プロセスは煩雑で、手動設定が必要でした。開発効率が低く、エラーが発生しやすく、プロジェクトの立ち上げ速度に影響を与えていました。
Wordspaceプロジェクト用のコマンドラインツールを提供し、初期化と管理を簡素化しました。これにより、プロジェクトの立ち上げと管理効率が大幅に向上し、開発プロセスがスムーズになりました。
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:
- Workflows — Fetches available
.proseworkflows from GitHub and presents an interactive picker. The user selects which ones to download. In CI (non-TTY), all workflows are downloaded automatically. - Claude settings — Creates
.claude/settings.local.jsonwith base permissions (curl,python3,WebFetch,WebSearch). - Directories — Creates the
output/directory.
Use --force to re-download workflows that already exist locally.
wordspace search [query]
List all available workflows from the remote repository. Optionally filter by a substring query.
wordspace search # list all
wordspace search pulse # filter by "pulse"
wordspace add <name> [...]
Download one or more specific workflows by name. Automatically appends .prose if missing.
wordspace add x-daily-pulse
wordspace add x-daily-pulse x-weekly-report
wordspace add x-daily-pulse --force # overwrite existing
Project structure after init
project/
├── .claude/
│ └── settings.local.json # Claude permissions
├── workflows/
│ └── *.prose # downloaded workflow files
├── output/ # working directory for outputs
└── skills/
└── wordspace/
└── SKILL.md # this file
Workflow picker (during init)
When running wordspace init, the CLI presents a numbered list of available workflows. The user can respond with:
allor press Enter — download everythingnoneor0— skip workflow download1,3,5— pick specific numbers1-3— pick a range1,3-5,7— mix of both
Installation
npx wordspace init
Or install globally:
npm i -g wordspace
wordspace init
ユーザーレビュー (0)
レビューを書く
レビューなし
統計データ
ユーザー評価
この Skill を評価