@timekast/agentes-edmond
v2.5.0
Published
TimeKast Agent Kit — Factory Extensions (additive rules, skills, workflows & agents)
Maintainers
Readme
@timekast/agentes-edmond
TimeKast Agent Kit — Factory Extensions (rules, skills, workflows & agents).
What Is This?
Custom additive extensions for the base Antigravity Kit. Installs on top of existing .agent/ — never deletes kit files.
Install
npx @timekast/agentes-edmondThis will:
- Add/update custom files in
.agent/(rules, skills, workflows, agents) - Never delete existing kit files
- Add
"agentKitVersion": "X.Y.Z"to yourpackage.json
⚠️ Requires a base
.agent/kit already installed in the project.
What's Added
| Directory | Contents |
| --------------------- | --------------------------------- |
| rules/ | 4 complementary rules |
| skills/domains/ | 5 domain skills (api, db, etc.) |
| skills/roles/ | 6 workflow roles + templates |
| skills/utils/ | Utilities (pdf-export) |
| workflows/ | 12 pipeline workflows |
| agents/ | architect, quality-engineer, etc. |
Publishing (Maintainer)
# From a project with your customized .agent/
npx @timekast/agentes-edmond --push --patch # patch bump (default)
npx @timekast/agentes-edmond --push --minor # minor bump
npx @timekast/agentes-edmond --push --major # major bumpOnly files listed in manifest.json are captured and published.
TimeKast Agent Kit — Factory Extensions
