Pieter Bracke avatar

Pieter Bracke

Community

@Pieter-1337 · Belgium

7Followers
|
17Public Repos
|
25Published Skills

Pieter Bracke's skill registry covers TypeScript/.NET full-stack scaffolding, Better Auth setup, EF Core migrations, testing, and PRD-to-issue engineering execution.

Skills Distribution
DomainDeveloper To...Full-Stack Scaffol.. (35%)Planning, PRD & Is.. (25%)Authentication & I.. (20%)Testing & Validation (20%)

Agent Skills by Pieter Bracke

Showing 25 vetted skills indexed across 1 GitHub repositories.

Pieter-1337Pieter-1337

create-auth-skill

Implements authentication in TypeScript and JavaScript applications using Better Auth.

Community
Advanced
Pieter-1337Pieter-1337

better-auth-best-practices

Configure Better Auth servers, clients, database adapters, sessions, and plugins for TypeScript applications.

Community
Intermediate
Pieter-1337Pieter-1337

to-prd

Generate a PRD from conversation context and publish it to the project issue tracker.

Community
Intermediate
Pieter-1337Pieter-1337

commit

Creates git commits following Conventional Commits with secret scanning and changelog updates.

Community
Intermediate
Pieter-1337Pieter-1337

app-do-work

Implements a single issue end-to-end with validation, review, commit, and pull request creation.

Community
Advanced
Pieter-1337Pieter-1337

ef-migration

Generates and applies EF Core migrations for SQLite schema changes in a .NET API.

Community
Intermediate
Pieter-1337Pieter-1337

validate

Validates implementations against plans or issue acceptance criteria with automated checks and structured reports.

Community
Intermediate
Pieter-1337Pieter-1337

backend-module

Scaffolds a new DDD domain module with entity, EF configuration, and DI wiring in a .NET API.

Community
Advanced
Pieter-1337Pieter-1337

grill-with-docs

Stress-tests plans through structured interviews and updates CONTEXT.md glossaries and ADRs inline.

Community
Intermediate
Pieter-1337Pieter-1337

frontend-form

Adds TanStack Form and Zod based form components to web feature folders.

Community
Intermediate
Pieter-1337Pieter-1337

grill-me

Interviews the user question-by-question to stress-test plans and design decisions.

Community
Basic
Pieter-1337Pieter-1337

improve-codebase-architecture

Identifies shallow modules and proposes deepening refactors to improve codebase testability and navigability.

Community
Advanced
Pieter-1337Pieter-1337

plan

Generates structured implementation plans for software engineering tasks through collaborative codebase research.

Community
Intermediate
Pieter-1337Pieter-1337

backend-unit-test

Generates xUnit unit tests for .NET handlers and validators using Moq and Shouldly.

Community
Intermediate
Pieter-1337Pieter-1337

triage

Triage GitHub issues through a label-driven state machine with agent briefs.

Community
Advanced
Pieter-1337Pieter-1337

skill-creator

Create, evaluate, and iteratively improve Claude skills with benchmarked test runs.

Community
Advanced
Pieter-1337Pieter-1337

ef-seed

Seed reference and demo data into EF Core databases via HasData migrations or runtime seeders.

Community
Intermediate
Pieter-1337Pieter-1337

app-do-prd

Orchestrates autonomous execution of all slice issues in a PRD via worktree-isolated workers.

Community
Advanced
Pieter-1337Pieter-1337

handoff

Generates a handoff document summarizing the current conversation for a fresh agent session.

Community
Basic
Pieter-1337Pieter-1337

backend-slice

Adds CQRS vertical slices with handlers, validators, and endpoints to .NET API modules.

Community
Advanced
Pieter-1337Pieter-1337

karpathy-guidelines

Applies behavioral guidelines to reduce common LLM coding mistakes during code writing and review.

Community
Basic
Pieter-1337Pieter-1337

implement

Executes a PLAN.md step-by-step with user confirmation and writes an IMPLEMENTATION.md report.

Community
Intermediate
Pieter-1337Pieter-1337

frontend-feature

Scaffolds a complete TanStack Start feature with server functions, schemas, components, and thin routes.

Community
Intermediate
Pieter-1337Pieter-1337

to-issues

Breaks plans and PRDs into vertical-slice issues on the project issue tracker.

Community
Intermediate

Frequently Asked Questions About Pieter Bracke

FAQPage Schema
What tasks can I accomplish with Pieter Bracke's skills?

You can scaffold backend modules and frontend features, add Better Auth authentication, generate EF Core migrations and seed data, write xUnit unit and integration tests, create PRDs from conversation context, split plans into tracker issues, and execute issues end-to-end with validation and pull requests.

Who are these skills designed for?

Full-stack engineers working in a TypeScript/TanStack frontend (packages/web) and C#/.NET backend (packages/api) monorepo, plus developers using Better Auth for authentication and teams running plan-driven, issue-tracker-based development with PRDs and vertical slices.

How do the plan-implement-validate skills work in practice?

Start with the plan skill to think through a change, run implement to execute the resulting PLAN.md step-by-step, then run validate to verify completeness before committing. The app-do-work skill chains this per issue, and app-do-prd orchestrates all slices of a PRD in isolated worktrees.

Are these skills open source and what do they cost?

The karpathy-guidelines skill is explicitly MIT licensed; several skills originate from the public mattpocock/skills GitHub organization. No paid licensing or cost is mentioned anywhere in the manifest, so they can be used freely within the registry.

What prerequisites do the backend and frontend skills require?

Backend skills assume the packages/api .NET solution with EF Core, dotnet ef, IUnitOfWork/IRepository patterns, xUnit, Moq, and Shouldly. Frontend skills assume packages/web with TanStack Form, Zod, and createServerFn. Auth skills require a TypeScript/JavaScript project using Better Auth.