# Agentbuild Init

> Scaffold a new agent project with the AgentOS contract baked in — tracing, runtime, security primitives wired from line one. PLANNED — not yet implemented.

- Skill: `theagentos/agentbuild-init` (Agent Skill)
- Install (CLI): `npx skillmds@latest add theagentos/agentbuild-init`
- Raw SKILL.md: https://api.skillmd.com/api/skills/theagentos/agentbuild-init/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: theagentos (https://skillmd.com/u/theagentos)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/theagentos/agentbuild-init

---


# AgentBuild init — PLANNED

This skill is planned but not yet written. The intended scope:

1. Pick a template (Python + FastAPI, Python + LangGraph, TypeScript +
   Vercel AI SDK, TypeScript + Hono, multi-agent / supervisor pattern).
2. Generate the project structure with AgentHog tracing pre-wired, AgentSec
   probe stubs in CI, AgentRun deploy descriptor at the root.
3. Drop a starter prompt + tool set so the agent can be run end-to-end
   immediately.
4. Verify by running the local dev server and confirming a first trace lands
   in AgentHog.

Track progress at https://github.com/TheAgentOS/agentos-skills/issues

