Installing as a Claude Code plugin
The repository is also a Claude Code plugin. Instead of copying individual skills into a project, you can load all of them at once.
$ git clone https://github.com/CGWebDev2003/cg-web-skills.git
$ claude --plugin-dir ./cg-web-skills
Claude Code discovers every skill in the plugin's skills/ directory. New skills appear automatically after you pull the latest version — there is nothing to re-install.
When to prefer this
Use the plugin when you want the newest skills everywhere and are happy to pull a git repository to update. Use the CLI when you want a specific version pinned inside a project and committed with it, so a teammate cloning the repo gets exactly what you had.