@tesmino/tes-agent
v1.0.1
Published
Initialize .agents configuration files in a project.
Downloads
311
Maintainers
Readme
tes-agent
A TypeScript CLI that initializes .agents configuration files in a project.
Usage
Run it once in an existing project with npx:
npx @tesmino/tes-agentOr use npm exec:
npm exec -- @tesmino/tes-agentTo install it globally and use the tes-agent command directly:
npm install --global @tesmino/tes-agent
tes-agentThe command creates the .agents directory structure in the current working directory and updates AGENTS.md when needed.
What it creates
.agents/
├── agent.json
├── instructions.md
├── guidelines/
└── skills/
AGENTS.mdExisting folders and generated files are never overwritten.
When AGENTS.md exists, the Agent Guide block is prepended once. Running the CLI again is safe.
