- Do I need the CLI?
- No. The CLI is a convenience. You can copy any folder from the repository's skills/ directory into .claude/skills/ yourself, or load the repository as a plugin.
- Does installing a skill change my project?
- Only by adding a folder under .claude/skills/ and recording it in .claude/cg-web-skills.json. Nothing else is touched, and nothing is executed.
- Can I customise a skill?
- Yes. After installing, a skill is a normal Markdown file in your project. Edit SKILL.md to match your team's conventions. update will not overwrite your edits without --force, and keeps a backup when you use it.
- Will more skills be added?
- Yes. The skillset grows over time. New skills show up in cg-web-skills list and in the plugin automatically, and install --all picks them up.
- Does this work outside Claude Code?
- Agent Skills are a Claude feature, so any environment that supports them can use these folders. Claude Code is the environment the CLI and the plugin are built around, and the one the documentation assumes.
- Is it free?
- Yes. MIT licensed, source public. It is an independent project and not affiliated with Anthropic.
- Do the skills use up context even when I am not designing?
- No. Claude reads a skill only when your request matches its description. An unused skill costs nothing.