theagentos/agentos-skills · Archived

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.

First seen Jun 25, 2026

Installation

$ npx skills add theagentos/agentos-skills --skill agentbuild-init

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from theagentos/agentos-skills.

npx skills add theagentos/agentos-skills

Browse all from theagentos/agentos-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

License LICENSE
Default branch main
Open issues 0
Status Archived

Skill metadata

Parsed from SKILL.md frontmatter.

More metadata
internal
true # hide from `npx skills add` until implemented

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,045 B
  • docs SUMMARY.md 182 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

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).

  1. Generate the project structure with AgentHog tracing pre-wired, AgentSec

probe stubs in CI, AgentRun deploy descriptor at the root.

  1. Drop a starter prompt + tool set so the agent can be run end-to-end

immediately.

  1. 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