Llmtpl
Description
Turn AI agent config features on and off, one line at a time. Each feature — instructions, rules, hooks, and their registration — lives in one bundle directory, distributed across any number of repositories.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
llmtpl
[](https://github.com/ryokwkm/llmtpl/actions/workflows/ci.yml) [](https://github.com/ryokwkm/llmtpl/releases) [](LICENSE)
**English** | [日本語](README.ja.md)
Turn AI agent config features on and off, one line at a time.

llmtpl manages the config files an **AI coding agent** reads: the instructions file, the long rules it points at, hook scripts, and the settings that register them. It keeps everything one feature needs in **one directory**, and every repository turns that feature on or off with a single line.
logcheck = true
That line brings in the instructions, the rules, the script, and the registration. Flip it to `false` and all of it leaves — nothing to undo by hand.
Install
brew install ryokwkm/tap/llmtpl
Or download a binary from [Releases](https://github.com/ryokwkm/llmtpl/releases), or with Go:
go install github.com/ryokwkm/llmtpl@latest # needs Go 1.24+
From source, `make build` writes `./llmtpl`. `make install` puts it in `~/.local/bin` and installs zsh completions (macOS/zsh assumed). `llmtpl completion zsh|bash|fish` prints them individually.
Try it
Everything below runs as written, and the output is real. This README covers getting started; the details of the spec, and the reasoning behind them, are in [docs/reference.md](docs/reference.md).
Put one feature in one directory
A one-feature directory is a **bundle**; a project that receives config is a **target**. Those are the only two words. The directory name — `logcheck` — becomes the flag name, so creating a directory creates a flag; there is no registry to update.
demo/
├── llm-tpl/
Related Skills
Agency Agents
A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy inject
AI Awesome Llm Apps
100+ AI Agents, Agent Skills and RAG Apps - Free and Open Source.
AI Firecrawl
🔥 The API to search, scrape, and interact with the web for AI
AI Artifacts Builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web tech
AI Headroom
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agen
AI CrewAI
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewA
AI