Maarten Kuiper
Community@maarten00 · Netherlands
Maarten Kuiper's skill registry standardizes Git branching, GitHub pull requests, design-first architecture planning, and structured PR code reviews.
Agent Skills by Maarten Kuiper
Showing 4 vetted skills indexed across 1 GitHub repositories.
create-branch
Generates git branch names following repository-specific prefix and kebab-case conventions.
pull-request
Generates GitHub pull request titles and bodies following repository conventions.
design-first
Designs software architecture through documented alternatives analysis before any code is written.
pr-review
Reviews GitHub pull requests against Notion tickets and posts one grouped review with labeled findings.
Frequently Asked Questions About Maarten Kuiper
FAQPage SchemaWhat tasks can I accomplish with Maarten Kuiper's skills?▼
You can enforce Git branch naming rules when branching or committing, write GitHub pull requests with English changelog-ready titles and Dutch template-based bodies, produce design documents for non-trivial code changes before implementation, and conduct structured PR reviews validated against Notion tickets.
Who should use these skills?▼
Software developers and engineers working in Git and GitHub repositories who need consistent branch naming, standardized bilingual PR descriptions, architecture planning before non-trivial builds or refactors, and disciplined code review practices with severity and confidence labels.
When should the design-first skill be used?▼
Use design-first for non-trivial builds or refactors whose shape is not obvious: it investigates context, compares architecture alternatives, writes a design document, and iterates until user approval. Skip it for trivial changes, pure debugging, or already-approved approaches.
How does the pr-review skill handle pull request feedback?▼
It checks the PR against its Notion ticket, relies on CI instead of re-running tests, and posts every finding as one grouped GitHub review. Each comment follows required language, style, severity and confidence labels, plus a mandated footnote.
What are the prerequisites for using these skills?▼
You need a Git repository hosted on GitHub, since the skills govern branch creation, gh pr create and gh pr review operations. The pr-review skill additionally expects a linked Notion ticket and an existing CI pipeline to validate changes.