skill-creator
Create new MARVIN skills on request. Use when user says "give yourself the ability to X" or "create a skill for Y". Generates proper skill structure with SKILL.md.
template-skill
Template for creating new MARVIN skills. Copy this directory and customize. Include what the skill does and when to use it in this description.
end
End MARVIN session, save context, and commit changes. Use when user types /end or /quit. Creates session log, updates state, and optionally commits to git.
daily-briefing
Generate daily briefing with priorities, progress, and alerts. Used as part of session-start or when user asks "what's on today". Internal skill supporting the marvin skill.
commit
Review changes and create clean git commits. Use when user types /commit or asks to commit changes. Creates well-structured commits with proper messages.
update
Quick context checkpoint without ending session. Use when user types /update. Saves progress to session log and updates state if needed.
content-shipped
Log shipped content to the content log. Use when user says "I shipped", "I published", "just posted", or mentions completing content work.
postman
API lifecycle management through Postman. Discover collections, run tests, monitor APIs, validate schemas, and publish documentation across the complete API development workflow.