Personal collection of Claude Code skills, packaged as a plugin so they can be installed and updated from any machine.
- cloc — count lines of code, language breakdown, version comparisons.
- agent-setup — set up a project for multi-agent compatibility (Claude, Gemini, Codex).
- codebase-analysis — generate quantitative reports on a codebase (LOC, dependencies, coupling, hotspots).
- wp-init — scaffold a new WordPress project with Docker local dev, lightweight custom theme, FTP deploy, and multi-agent setup.
In Claude Code:
/plugin marketplace add olbartek/agent-skills
/plugin install olbartek-skills@olbartek
/plugin update olbartek-skills@olbartek
Or to refresh the marketplace catalog first (e.g. after adding a new skill):
/plugin marketplace update olbartek
/plugin update olbartek-skills@olbartek
- Drop a new folder under
skills/<skill-name>/containing aSKILL.mdwith the standard frontmatter (name,description, etc.). - Bump
versionin.claude-plugin/plugin.json. - Commit and push.
- On any machine, run the update commands above.