Agent Skills

Install reusable MF Dev workflow instructions into OpenCode, Claude Code, Codex, Cursor, and other agents.

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

SkillUse whenStatus
mf-local-workspaceSetting up, running, or troubleshooting local portless Marketfuel workspaces.Ready
write-ticketDrafting, validating, creating, or updating Linear tickets.Ready
write-commitDrafting, 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.