whiting
v0.6.0Bootstraps repository release discipline: Conventional Commits, semver versioning, changelogs, releases, and audits.
By Lux SolariLicense: MIT0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex
- Parsed components
- 4 skill or MCP entries
- Source updated
- Sep 11, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install whiting for Codex
codex plugin marketplace add luxsolari/lux-solari-codex-plugins
codex plugin marketplace upgrade lux-solari-codex
codex plugin add whiting@lux-solari-codexPaste and run these commands in a terminal with Codex. They add and refresh the lux-solari-codex catalog, then install this plugin.
Compatibility: the page URL and API slug “whiting” remain stable.
- Codex:
whiting@agent-plugin-marketplace→whiting@lux-solari-codex
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/luxsolari/lux-solari-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/whiting/.
Plugin files
├── .codex-plugin/plugin.json├── skills/commit-conventions/SKILL.md├── skills/inspect/SKILL.md├── skills/repo-init/SKILL.md└── skills/semver-release/SKILL.md
Included Skills4
Install Conventional Commits enforcement (a commit-msg hook) and a no-direct-push-to-main guard (a pre-push hook), plus generate AGENTS.md and CLAUDE.md rule files covering working-agreement defaults (register, answer scope, disagreement, language, JOURNAL.md work log) plus commit format, semver-bump discipline, changelog-first workflow, and branch protection policy — merging into existing files instead of replacing them. Use when the user wants commit conventions enforced or wants Claude/agents to follow a documented rule set in this repo.
Audit an existing repo against whiting's conventions (Keep a Changelog, Conventional Commits, semver tags, GitHub Release automation, AGENTS.md/ CLAUDE.md/JOURNAL.md) and produce a compliance report plus a remediation plan. Use when the user wants to know what's missing or non-conforming before running repo-init, commit-conventions, or semver-release on a repo that wasn't bootstrapped by whiting from scratch. Read-only — makes no changes.
Bootstrap a repo's baseline — git init if needed, LICENSE, README.md skeleton, a Keep a Changelog-formatted CHANGELOG.md, and the agent rule files (AGENTS.md, CLAUDE.md importing it, JOURNAL.md) — whether starting from an empty directory or filling gaps in an existing repo. Use when the user wants to start a new project properly or is missing one of these files. Never overwrites an existing file without asking.
Wire a repo's CHANGELOG.md up to its GitHub Releases, and suggest the next semver bump from Conventional Commits since the last tag. Use when the user wants to populate an empty GitHub Releases tab, backfill releases for existing tags, automate publishing a Release on every version tag push, or figure out what the next version number should be. Applies to any repo following Keep a Changelog conventions and tagging releases with a "v*.*.*" scheme.
Plugin manifests1
{
"name": "whiting",
"version": "0.6.0",
"description": "Bootstraps repository release discipline: Conventional Commits, semver versioning, changelogs, releases, and audits.",
"author": {
"name": "Lux Solari",
"email": "[email protected]"
},
"homepage": "https://github.com/luxsolari/whiting",
"repository": "https://github.com/luxsolari/whiting",
"license": "MIT",
"keywords": [
"github-releases",
"changelog",
"conventional-commits",
"semver",
"repo-init",
"git-hooks"
],
"skills": "./skills/",
"interface": {
"displayName": "Whiting",
"shortDescription": "Bootstrap and audit repository release discipline.",
"longDescription": "Portable release tooling, templates, Git hooks, and read-only compliance inspection.",
"developerName": "Lux Solari",
"category": "Productivity",
"capabilities": [
"release automation",
"repository audit",
"commit validation",
"semver planning"
],
"defaultPrompt": "Inspect this repository's release discipline with Whiting."
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[whiting on Agent Plugins Marketplace](https://pluginsmp.com/plugins/whiting)