cowork-0.1.4 is not a library.
CoWork Skills CLI
CLI tool for managing Claude Code skills - install, generate, and organize skills across AI coding agents.
Installation
# From crates.io
# Or one-line installer
|
Quick Start
# Initialize built-in skills
# Install skills from GitHub
# Search for skill repositories
# List all available skills
# Check configuration status
Commands
| 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 |
Built-in Skills
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 |
Multi-Agent Support
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 |
Configuration
Use Skills.toml for project-level configuration:
[]
= "my-project"
[]
= { = "user/rust-skills" }
[]
= ["memory-skills", "code-review"]
License
MIT License - see LICENSE for details.