Install
MF Dev skills are installed from this repository using the open skills CLI.
Install from this checkout:
npx skills add . Install into OpenCode:
npx skills add . -a opencode Install into Cursor:
npx skills add . -a cursor Install from GitHub over SSH:
npx skills add git@github.com:BranditDev/mf-dev.git Preview available skills without installing:
npx skills add . --list Available skills
| Skill | Use when | Status |
|---|---|---|
mf-local-workspace | Setting up, running, or troubleshooting local portless Marketfuel workspaces. | Ready |
write-ticket | Drafting, validating, creating, or updating Linear tickets. | Ready |
write-commit | Drafting, validating, or creating git commits. | Ready |
Authoring skills
Skills live under skills/. Each skill is a folder with a required SKILL.md file. The frontmatter must include a lowercase kebab-case name and a clear description that tells agents when to load the skill.
Curated skills are listed in .claude-plugin/plugin.json so installers can discover the intended set cleanly.