cowork-skills
Install, generate, and manage coding skills across agents
All Skills in This Repository (6)
Pure Emerald Level Indicatorscowork-guide
Document CoWork Skills CLI commands for managing Claude Code skills and plugins.
cowork-router
Generate project-specific router configurations and domain mappings for cowork skill plugins.
memory-skills
Organize AI agent knowledge into working, episodic, semantic, and procedural memories.
code-review
Analyze GitHub pull request diffs and generate review comments.
github-search
Search GitHub repositories for CoWork skills by keyword or topic.
github-generate
Convert GitHub repositories into modular Claude Code skills with SKILL.md files.
Frequently Asked Questions
FAQPage SchemaHow to install cowork-skills?โผ
Run `npx skills add ZhangHanDong/cowork-skills --all -g -y` in your terminal to install all skills in this suite globally.
How to manage skills across multiple coding agents?โผ
The cowork CLI installs any GitHub skill repository to Claude Code, Cursor, Codex, Windsurf, and 12+ other agents with a single command and a shared Skills.toml config.
Can cowork-skills generate skills from source code?โผ
Yes. It parses Rust, TypeScript, and Python repositories to extract public APIs and automatically produces llms.txt docs and ready-to-use skill files.
Does cowork-skills check skills for security risks?โผ
Yes. The audit command scans installed skills for dangerous commands, prompt injection, and leaked credentials, while verify checks file checksums against the lock file.
Can I use cowork-skills without coding experience?โผ
Basic use only requires running simple terminal commands, and the built-in guide skill lets your agent answer usage questions in plain language.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core