Skip to content

JorisJonkers-dev/agent-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

agent-kit

Versioned source for the JorisJonkers-dev agent renderer, installer kit, and portable runner runtime templates.

What It Is

agent-kit owns the checked-in agent templates, generated Claude/Codex surfaces, council bundle, installer artifacts, and runner runtime manifests used by JorisJonkers-dev automation.

Local Use

uv sync --frozen
uv run python render-agent-kit.py --check
uv run python render-agent-kit.py --doctor
uv run ruff check .
uv run mypy
uv run pytest
uv run python scripts/validate_manifest.py

Use uv run python render-agent-kit.py --write only when intentionally updating checked-in generated surfaces from templates/ or council/. Use scripts/build-runtime-package.sh v0.0.0-local dist to build the runtime-home bundle locally.

Layout

  • templates/repo/: source templates for .claude, .codex, .agents, and project Spec Kit seed payload.
  • templates/installer/: installer templates and partials.
  • templates/runner-runtime/: source templates for runner runtime artifacts.
  • installer/: rendered install scripts served by the KB service.
  • runner-manifests/: rendered runtime package artifacts and validation fixtures.
  • council/: council driver, prompts, schemas, and default config.
  • manifest.yaml: managed path, checksum, parity, and artifact ledger.

Install

Install the rendered kit through a KB service that serves this repository's installer artifacts:

curl -fsSL -H "Authorization: Bearer ${KB_BEARER_TOKEN}" \
  "${KB_URL}/install-agents.sh" | bash -s -- --scope user

Use --scope project with AGENT_KIT_PROJECT_ROOT for repo-local agent surfaces. See PORTABILITY.md.

Links

Copyright (c) Joris Jonkers. Source available for viewing only; use, copying, modification, redistribution, deployment, or reuse is not licensed. See LICENSE.

About

Versioned source for the agent renderer, installer kit, MCPs, and skills.

Topics

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors