Creates a timestamped markdown draft file for iterating on long-form content like PR descriptions, release notes, or issue descriptions
Creates timestamped markdown drafts for long-form content like PR descriptions or release notes. Use when writing multi-paragraph content that needs iteration before final use with other commands.
/plugin marketplace add dtinth/mkdraft/plugin install dtinth-mkdraft@dtinth/mkdraftThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Use this skill when you need to create and iterate on long-form content that will eventually be used with other commands or tools.
Use this skill when:
gh pr create --body-file)This approach is better than generating large content directly because it:
drafts.local/YYYY-MM-DD_NNN.mdThe mkdraft command:
mkdraft directlymkdraft from anywhere - do NOT cd to the skill directorydrafts.local/state.jsonWhen writing a PR description:
gh pr create --body-file <draft-file>Or for release notes, issue descriptions, or any other long-form content that needs iteration.