A personal collection of agent skills — modular instruction sets that teach AI coding assistants (OpenCode, Claude Code, Codex, Cursor, …) how to handle specific tasks the way I want them handled.
Each top-level directory is a single skill, with a SKILL.md describing when to trigger it and what to do.
Install everything in this repo into all detected agents:
npx skills add mariusz/skillsInstall globally (available across all projects):
npx skills add mariusz/skills -gInstall a single skill only:
npx skills add mariusz/skills --skill mariusz-git-worktrees-setup -gTarget a specific agent:
npx skills add mariusz/skills -a opencode -gNon-interactive (CI / scripts):
npx skills add mariusz/skills -g -y --allRequires Node.js. The
skillsCLI auto-detects which agents you have installed and places skills in the correct directory for each one.
| Skill | Description |
|---|---|
mariusz-git-worktrees-setup |
Bare-repo + git worktrees workflow for cloning any repository, plus auto-generated AGENTS.md documenting the layout. |
- Create a new directory at the repo root:
<skill-name>/ - Add a
SKILL.mdwith frontmatter (name,description) and the instructions. - Commit and push.
- Users (including future-you on a new machine) get it via
npx skills add mariusz/skills.
See the skills package docs for the SKILL.md format and frontmatter conventions.
Personal use, no warranty. Fork freely.