kiln
v1.0.0-rc.33Let an AI coding agent work a whole ticket without watching every command it runs.
License: MIT0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 8 skill or MCP entries
- Source updated
- Sep 24, 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 kiln for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install kiln-2@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
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/ttncode/kilnClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json├── skills/kiln-brainstorming/SKILL.md├── skills/kiln-debugging/SKILL.md├── skills/kiln-dna/SKILL.md├── skills/kiln-implement/SKILL.md├── skills/kiln-orchestrator/SKILL.md├── skills/kiln-review/SKILL.md├── skills/kiln-tdd/SKILL.md└── skills/kiln-writing-plans/SKILL.md
Included Skills8
Use when starting any creative work — a feature, a component, new functionality, a change in behaviour — before implementation. Explores intent and design, and classifies how much ceremony the work needs.
Use when encountering any bug, test failure, or unexpected behavior, before proposing a fix. Find the root cause first; a symptom fix is a failure.
Use when the user asks to build, catch up or inspect the project's DNA — the evidence-linked business map of the codebase (/kiln dna init, /kiln dna update) — and whenever a batch has to go into .kiln/dna/store/. Drives the bootstrap and update playbooks through kiln dna's gated commands, fanning scans out to subagents.
Use when the plan gate is approved and the plan is ready to work task by task. Implements every task in this session under TDD, recording each step's exit code as it goes.
Use when the user runs /kiln:kiln with a sentence, a ticket reference, or a URL, and for every stage of that work until a pull request exists. Drives investigate, plan, implement, review, verify and ship, renders every gate, and is the only component that creates todos.
Use when implementation is finished and the change needs judging before it ships. Reviews the whole diff against the plan, grades findings by severity and likelihood, and reconciles what the plan predicted against what was touched.
Use when implementing any feature or bugfix, before writing implementation code. Write the test first, watch it fail, then write the minimal code that makes it pass.
Use when a spec or a brief describes a multi-step task and the plan gate has not been given yet, before touching code. Writes the plan the gate approves.
Plugin manifests1
{
"name": "kiln",
"description": "Let an AI coding agent work a whole ticket without watching every command it runs.",
"version": "1.0.0-rc.33",
"homepage": "https://github.com/ttncode/kiln",
"repository": "https://github.com/ttncode/kiln",
"license": "MIT",
"keywords": [
"guardrails",
"hooks",
"code-review",
"ai-safety",
"coding-agent"
]
}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.
[kiln on Agent Plugins Marketplace](https://pluginsmp.com/plugins/kiln-2)