wordspace by frames-engineering/wordspace
npx skills add https://github.com/frames-engineering/wordspace --skill wordspaceWordspace 是一个 CLI 工具,用于引导带有工作流的项目工作空间——这些工作流是从 GitHub 获取的可复用的 .prose 程序。
当用户出现以下情况时激活此技能:
wordspace init在当前目录中引导一个新项目。运行三个步骤:
.prose 工作流,并呈现一个交互式选择器。用户选择要下载哪些工作流。在 CI(非 TTY)环境中,所有工作流会自动下载。curl、python3、WebFetch、WebSearch)创建 。广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
.claude/settings.local.jsonoutput/ 目录。使用 --force 选项可以重新下载本地已存在的工作流。
wordspace search [query]列出远程仓库中所有可用的工作流。可选地通过子字符串查询进行过滤。
wordspace search # 列出全部
wordspace search pulse # 按 "pulse" 过滤
wordspace add <name> [...]按名称下载一个或多个特定的工作流。如果缺少 .prose 扩展名,会自动追加。
wordspace add x-daily-pulse
wordspace add x-daily-pulse x-weekly-report
wordspace add x-daily-pulse --force # 覆盖已存在的
project/
├── .claude/
│ └── settings.local.json # Claude 权限
├── workflows/
│ └── *.prose # 已下载的工作流文件
├── output/ # 用于输出的工作目录
└── skills/
└── wordspace/
└── SKILL.md # 本文件
运行 wordspace init 时,CLI 会显示可用工作流的编号列表。用户可以响应:
all 或按 Enter 键 — 下载所有内容none 或 0 — 跳过工作流下载1,3,5 — 选择特定编号1-3 — 选择一个范围1,3-5,7 — 混合使用以上两种方式npx wordspace init
或全局安装:
npm i -g wordspace
wordspace init
每周安装量
658
仓库
GitHub 星标数
2
首次出现
2026 年 2 月 15 日
安全审计
已安装于
github-copilot658
codex658
kimi-cli658
gemini-cli658
cursor658
opencode658
Wordspace is a CLI tool that bootstraps project workspaces with workflows — reusable .prose programs fetched from GitHub.
Activate this skill when the user:
wordspace initBootstrap a new project in the current directory. Runs three steps:
.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..claude/settings.local.json with base permissions (curl, python3, WebFetch, WebSearch).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/
├── .claude/
│ └── settings.local.json # Claude permissions
├── workflows/
│ └── *.prose # downloaded workflow files
├── output/ # working directory for outputs
└── skills/
└── wordspace/
└── SKILL.md # this file
When running wordspace init, the CLI presents a numbered list of available workflows. The user can respond with:
all or press Enter — download everythingnone or 0 — skip workflow download1,3,5 — pick specific numbers1-3 — pick a range1,3-5,7 — mix of bothnpx wordspace init
Or install globally:
npm i -g wordspace
wordspace init
Weekly Installs
658
Repository
GitHub Stars
2
First Seen
Feb 15, 2026
Security Audits
Gen Agent Trust HubWarnSocketPassSnykWarn
Installed on
github-copilot658
codex658
kimi-cli658
gemini-cli658
cursor658
opencode658
agent-browser 浏览器自动化工具 - Vercel Labs 命令行网页操作与测试
136,300 周安装