Prompt Library
Four structured prompts I use with Claude Code, each included here as a portfolio artifact.
All four prompts use $ARGUMENTS, a Claude Code placeholder replaced at runtime with whatever input you pass to the command. This makes each prompt reusable across projects without modification.
Change Log Generator Analyzes a repository's git history and produces a formatted, customer-facing change log. The Change Log page on this site is its output.
Vale Rule Generator Converts a plain-English style requirement into a Vale YAML rule ready to drop into a project's style library.
DITA Task Scaffold Generates a DITA 1.3 task topic skeleton from a procedure description, with correct element structure and placeholder attributes.
Quality Assurance Runs Vale, fixes all findings, then applies brand voice rules to the site's prose sections — short sentences, direct first person, no vague adjectives.