| Crates.io | cowork |
| lib.rs | cowork |
| version | 0.1.1 |
| created_at | 2026-01-25 18:16:40.048568+00 |
| updated_at | 2026-01-25 18:40:04.296502+00 |
| description | CLI tool for managing Claude Code skills - install, generate, and organize skills across AI coding agents |
| homepage | https://github.com/ZhangHanDong/cowork-skills |
| repository | https://github.com/ZhangHanDong/cowork-skills |
| max_upload_size | |
| id | 2069227 |
| size | 566,338 |
CLI tool for managing Claude Code skills - install, generate, and organize skills across AI coding agents.
# From crates.io
cargo install cowork
# Or one-line installer
curl -sSL https://raw.githubusercontent.com/ZhangHanDong/cowork-skills/main/install.sh | bash
# Initialize built-in skills
cowork init
# Install skills from GitHub
cowork install user/repo
# Search for skill repositories
cowork search agent-skill --topic
# List all available skills
cowork list
# Check configuration status
cowork status
| Command | Description |
|---|---|
cowork init |
Install built-in skills to ~/.claude/skills/ |
cowork install |
Install skills from GitHub repositories |
cowork generate |
Generate skills from source code (Rust, TypeScript, Python) |
cowork search |
Search GitHub for skill repositories |
cowork config |
Manage project-level configuration via Skills.toml |
cowork plugins |
Manage Claude Code marketplace plugins |
cowork list |
List all available skills |
cowork status |
Show current configuration |
cowork doctor |
Check for configuration issues |
cowork test |
Generate and run trigger tests |
cowork audit |
Security audit of installed skills |
cowork verify |
Verify checksums against Skills.lock |
The CLI includes 12 built-in skills embedded at compile time:
| Skill | Description |
|---|---|
best-skill-creator |
SKILL.md template and best practices |
code-review |
GitHub PR review integration |
cowork-guide |
Complete CLI usage guide |
cowork-router |
Unified router for plugins/skills |
github-generate |
Generate skills from GitHub repos |
github-search |
Search GitHub for skill repos |
memory-skills |
CoALA cognitive architecture memory |
recall |
Search and retrieve from memory |
remember |
Save information to memory |
summarize-session |
Summarize session to episodic memory |
remotion |
Video creation in React |
writing-assistant |
Writing assistance and grammar |
Install skills to 16+ AI coding agents:
| Agent | Status |
|---|---|
| Claude Code | Fully Tested |
| Cursor, Codex, GitHub Copilot, Windsurf, Goose, Amp, Roo, Kiro CLI, Gemini CLI | Community Testing |
Use Skills.toml for project-level configuration:
[project]
name = "my-project"
[skills.install]
rust-skills = { repo = "user/rust-skills" }
[skills.global]
enabled = ["memory-skills", "code-review"]
MIT License - see LICENSE for details.