Releases: rmonier/agent-smith
Release list
v0.1.0 — Initial public release
agent-smith v0.1.0 is the first public prerelease of a portable three-skill stack for turning an ordinary repository into an agent-ready workspace.
It establishes three deliberately separated surfaces:
- Orientation —
AGENTS.mdroutes agents to repository rules, commands, safety boundaries, and deeper context. - Durable context — an OpenKB-compiled OKF wiki under
okf/wiki/, informed by Graphify’s AST-based repository graph and deterministic source evidence. - Reusable actions — portable Agent Skills under
.agents/skills/, with optional harness-native adapters that never become the source of truth.
Product skills
- agent-ready-context — builds and maintains the complete repository-readiness pipeline: consent-first prerequisites, artifact and secret hygiene,
AGENTS.mdorientation, Graphify structural mapping, deterministic evidence staging, OpenKB lifecycle management, and final validation. - skill-creator — turns repeated executable work into secure, specification-compliant reusable skills, drawing on established skill-authoring practices while remaining vendor-neutral.
- subagent-profile-adapter — optionally detects the active agent harness from explicit runtime signals and projects repository context and skills into its native subagent or profile format.
Toolchain and safeguards
- Agent Skills open specification
- Open Knowledge Format v0.1
- Graphify 0.9.10 for AST-based repository mapping
- OpenKB 0.4.4 for durable knowledge compilation
- uv and Python 3.11+ for isolated validation and maintenance scripts
- Pinned dependencies with recorded integrity information
- Consent-first installation and explicit provider/data-flow disclosure
- Secret and generated-artifact hygiene
- Local, air-gapped, and zero-LLM fallback paths where applicable
Installation philosophy
agent-smith does not require or prescribe a particular skill manager. The three product skills can be copied manually into a repository.
The documented npx skills command is provided only as an optional quick-bootstrap example. Its third-party telemetry behavior and opt-out controls are documented so adopters can make an informed choice.
Distribution boundary
The product is the three skills listed above.
The vendored graphify and openkb skills are pinned toolchain dependencies. This repository’s own AGENTS.md, graphify-out/, and okf/wiki/ demonstrate agent-smith running on itself; they are not additional product skills to copy into another repository.
Prerelease status
This release is intended for early adopters and evaluation. The core architecture, security boundaries, validation paths, and manager-free distribution model are in place, while provider integrations, generated conventions, and harness adapters may evolve with feedback.
The supported v0.1.0 surface is the three versioned product skills and their documentation. The bundled self-generated OKF wiki is contributor and demonstration context and may lag the final release snapshot.