W

wordspace

by @frames-engineeringv
4.3(25)

提供一个命令行界面,用于初始化和管理Wordspace项目。此技能简化了项目设置和日常操作,帮助作者和内容创作者高效地组织和处理文本工作。

document-managementcollaborative-editingcontent-organizationknowledge-baseGitHub
安装方式
npx skills add frames-engineering/skills --skill wordspace
compare_arrows

Before / After 效果对比

1
使用前

Wordspace项目初始化和管理过程繁琐,需要手动配置。开发效率低下,容易出错,影响项目启动速度。

使用后

提供Wordspace项目的命令行工具,简化初始化和管理。显著提升了项目启动和管理效率,确保开发流程顺畅。

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:

  1. Workflows — Fetches available .prose workflows from GitHub and presents an interactive picker. The user selects which ones to download. In CI (non-TTY), all workflows are downloaded automatically.
  2. Claude settings — Creates .claude/settings.local.json with base permissions (curl, python3, WebFetch, WebSearch).
  3. 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:

  • all or press Enter — download everything
  • none or 0 — skip workflow download
  • 1,3,5 — pick specific numbers
  • 1-3 — pick a range
  • 1,3-5,7 — mix of both

Installation

npx wordspace init

Or install globally:

npm i -g wordspace
wordspace init

用户评价 (0)

发表评价

效果
易用性
文档
兼容性

暂无评价

统计数据

安装量1.0K
评分4.3 / 5.0
版本
更新日期2026年5月9日
对比案例1 组

用户评分

4.3(25)
5
28%
4
52%
3
20%
2
0%
1
0%

为此 Skill 评分

0.0

兼容平台

🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI

时间线

创建2026年3月16日
最后更新2026年5月9日