thkt-development-workflows marketplace

A plugin containing an end-to-end development workflow called build, along with the skills, agents, and workflows it depends on. It is installed as one self-contained package under the build namespace.

In plain words
What is it for?
Use it to load an issue, revalidate it, create a branch, implement and clean up the change, verify the result, and prepare a draft pull request. Separate audit and polish steps can be started by a person afterward.
Why use it?
It provides one place to run the documented development process from an issue through a draft pull request, without duplicating components across plugins.

Plugin for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Claude Code
/plugin marketplace add thkt/dotclaude
agentmods
npx agentmods add plugins/thkt/dotclaude/marketplace
Clone the repo
git clone --depth 1 https://github.com/thkt/dotclaude

Made for: Claude Code.

Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

thkt-development-workflows marketplace scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude-plugin/marketplace.json · 31 lines

What it actually says

{
  "name": "thkt-development-workflows",
  "owner": {
    "name": "thkt",
    "email": "",
    "url": "https://github.com/thkt"
  },
  "metadata": {
    "description": "Autonomous development workflow toolkit distributed as one self-contained plugin. Installing build clones the whole repository once, so every skill, agent, and workflow loads under the build: namespace with no cross-plugin duplication.",
    "version": "4.1.0",
    "architecture": "single-plugin",
    "adr": "docs/decisions/0083-collapse-marketplace-to-single-build-plugin.md"
  },
  "plugins": [
    {
      "name": "build",
      "source": { "source": "github", "repo": "thkt/dotclaude" },
      "description": "End-to-end autonomous build. File an issue with /issue (optionally after /challenge, /research, and /think), hand the issue number to the build workflow, and get a draft PR after Load / Revalidate / Branch / Code / Cleanup / Verify / Ship. Heavy assurance (/audit, /polish) is human-invoked on that draft PR. Bundles the full reviewer and critic agent set, the code / audit / polish / shake / assert / adrift workflows, the planning skills (/think, /research, /slice, /outcome), the git skills (/commit, /checkout, /pr), and /dr, /census.",
      "version": "4.1.0",
      "author": {
        "name": "thkt",
        "url": "https://github.com/thkt"
      },
      "license": "MIT",
      "keywords": ["build", "tdd", "issue", "audit", "polish", "workflow", "autonomous", "review"],
      "category": "Implementation",
      "commands": ["./skills/issue/SKILL.md", "./skills/fix/SKILL.md"]
    }
  ]
}
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 31 lines scan A 06f1e33277b0

Subscribe to this mod's changes

thkt-development-workflows marketplace is a plugin published in the GitHub repository thkt/dotclaude (11 stars, last pushed 2d ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.