@teakit/cli

@teakit/cli is the command-line tool for creating, adopting, checking, and maintaining Teakit kits.

Guide

Use this page as the short human entry point. Keep deeper project knowledge in docs/knowledge/, durable decisions in docs/memory/, and agent-facing instructions in skills/.

NeedRead
Install the packageInstallation
Understand planned commandsPlanned Commands
Compact rules for AI agentsLLMs
Package-specific agent skillTeakit CLI Skill

Installation

npm
yarn
pnpm
bun
deno
npm install @teakit/cli

Planned Commands

teakit kit new <name>
teakit kit adopt <path>
teakit kit doctor <path>
teakit skill sync <path>

The final CLI command implementation is still pending. Do not treat planned commands as implemented until the source and tests exist.

Package Contract

  • @teakit/cli is a CLI package, not a reusable library template.
  • It should turn the standards in teakit/skills into repeatable project actions.
  • It should distinguish planned commands from implemented command behavior.
  • It should keep README, skills, source code, and tests synchronized as commands are implemented.

LLMs

AI agents should start with LLMs, then open Teakit CLI Skill and only the relevant source, test, or project documentation file.