Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
stijnvanhulle avatar

Toolkit

  • 34 repo stars
  • Updated July 27, 2026
  • stijnvanhulle/template

Spec-driven workflow, writing-voice skills, code-reviewer agent, and shared TypeScript-monorepo conventions.

About

toolkit is a Claude Code skill in the Automation & Workflows category. Spec-driven workflow, writing-voice skills, code-reviewer agent, and shared TypeScript-monorepo conventions.

  • toolkit
  • Automation & Workflows
  • AI-coding skill

Toolkit by the numbers

  • Data as of Jul 28, 2026 (Skillselion catalog sync)
/plugin marketplace add stijnvanhulle/template
/plugin install toolkit@stijnvanhulle

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
repo stars34
Last updatedJuly 27, 2026
Repositorystijnvanhulle/template

What it does

Spec-driven workflow, writing-voice skills, code-reviewer agent, and shared TypeScript-monorepo conventions.

README.md

stijnvanhulle Claude Code plugin

A reusable toolkit for TypeScript monorepos: a spec-driven workflow, writing-voice skills, a code-reviewer agent, output styles, and a conventions skill that ships the always-on rules (code style, JSDoc, markdown, security, testing).

The toolkit is extracted from stijnvanhulle/template so the same content powers the template repo itself and any project that installs the plugin. It is published under the plugin name toolkit from the stijnvanhulle marketplace, so the install reads as toolkit@stijnvanhulle.

What you get

Slash commands for the spec-driven workflow and releases:

  • /spec <feature> writes the Phase 0 spec (requirements and acceptance criteria).
  • /plan <feature> turns the spec into a numbered implementation plan.
  • /implement <feature> executes a plan slice and ticks done criteria.
  • /verify <feature> checks the implementation against the spec.
  • /changeset [patch|minor|major] creates Changesets for affected packages.

Skills loaded on demand from their descriptions:

  • changelog turns commit history into a user-facing changelog.
  • documentation is the writing style guide for blog posts and docs.
  • humanizer removes AI tells from user-facing markdown.
  • jsdoc covers JSDoc tags and examples for TypeScript.
  • pr is the PR-prep and release checklist for a Changesets monorepo.
  • spec-driven drives the spec → plan → implement → verify loop.
  • conventions bundles the five always-on rules (code style, JSDoc, markdown, security, testing).

A code-reviewer subagent reviews TypeScript changes for correctness, security, and maintainability. Three output styles set the writing voice (house), spec-driven formatting (plan), and a diagrams-first layout (diagrams-first).

Install

# add this repo as a marketplace, then install the plugin
/plugin marketplace add stijnvanhulle/template
/plugin install toolkit@stijnvanhulle

To try it locally before publishing:

claude --plugin-dir ./tools/claude

Scope

The plugin ships generic, project-agnostic content. Workspace-specific pieces (format and lint hooks, pnpm install session-start hook, edit guards, and the template repo's settings.json permissions) stay in this repo's .claude/ and do not ship with the plugin.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.