AG Kit
AG Kit is a tool/service by Vudovn, open source (MIT), last active 2026-08-31 (active), Sato Score 75 of 100 as of 2026-09-11.
An AI agent toolkit of markdown-based templates for Skills, Agents, and Workflows, with a coordinator mode, persistent memory, and context compression.
Last release Aug 31, 2026 · Last commit Aug 4, 2026 · ★ 8,098
Overview
AG Kit (AGKIT) is an agent toolkit providing templates for Skills, Agents, and Workflows, featuring a coordinator mode for multi-agent orchestration, persistent memory, context compression, and conditional skill loading. It installs a local config into a project. Popularity figures cited in some source material could not be confirmed and are treated as unverified. This is a general dev/agent-tooling project, not onchain-specific.
Sato Score
75/100· HighHow open, active & verifiable — not a safety or returns grade.
- Maintenance & liveness
- 35/35
- Code transparency
- 20/20
- Interface verifiability
- 0/10
- Docs & demo
- 6/10
- Listing transparency & provenance
- 14/15
- Independent verification
- 0/10
Install — as documented by the project, not run by us
Runtime: node
npx @vudovn/ag-kit init Injects a .agents/ config folder (20 agent personas, skills, workflows, coordinator mode, persistent memory) into the current project for use with Antigravity, Claude Code, Cursor, etc.
Read from the project’s own docs as of 2026-07-14. What a deploy spec is →
Observed record — 60 daily checks since 2026-07-14
- Succeeded
- 46
- Failed
- 14
- Their error
- 11
- Unattributed
- 3
State changed on 2026-08-29 (responding → unclear), 2026-09-01 (unclear → failing).
This is the share of our daily checks that succeeded — not an availability guarantee. A check can fail because the host was down, because our runner timed out, or because the network in between dropped it, and only the first of those is a fact about this project. Failures are split by what we can attribute; anything we cannot attribute is counted, not hidden. 49 of these checks predate 2026-09-01, when the probe counted a bot-block (HTTP 403) as a failure and recorded no reason for any failure. Rates spanning that date mix two definitions. Since then: 0%.
Last 30 days — to 2026-09-11, one point per UTC day
A gap is a day we have no attributable observation — never a zero. Thirty points is the whole shape the free layer carries; the daily rows behind it stay in the snapshot series.
Details
- Chains
- Unknown
- Agent types
- Agent Framework, Templates
- Open source
- Yes
- Deploys as
- CLI, npmfrom project docs · 2026-06-25
- Works with
- Cursor, Windsurf, Antigravityfrom project docs · 2026-06-25
- Last checked
- 2026-09-11
Marketplace Signals
No marketplace signals recorded for this resource yet.
Verification status reflects evidence reviewed by Sato Hub. Self-reported claims are never presented as verified.
Recent Activity
All news →Releases and posts from AG Kit, pulled from its GitHub and X.
ag-kit v2026.8.31
What's Changed 🚀 App Builder Upgrades DESIGN.md Gatekeeper : Embedded mandatory design tokens & rationale gate ( DESIGN.md ) into app-builder orchestration pipeline, scaffolding structure, and Next.js templates before frontend implementation begins. AI & Game Application Support : Added detection for AI/Chatbot applications with 2026 AI Application Pattern (Vercel AI SDK streaming, PostgreSQL pgv
ag-kit 2026.7.27
Fixed CLI exited silently when invoked through an npm bin symlink ( npx @vudovn/ag-kit init installed nothing): the direct-run guard compared the symlinked argv[1] against the ESM real-path import.meta.url . The entry path is now resolved through realpathSync before comparison. Added Regression test running the CLI through a bin-style symlink.
ag-kit v2026.7.26
AG Kit 2026.7.26 Antigravity-native production release: six-phase runtime integration, native tool safety, MCP synchronization, optional plugin packaging, dedicated compatibility CI, and complete operator/release documentation. Added .agents/antigravity.json as the machine-readable Antigravity runtime contract. Native .agents/hooks.json registration with a PreToolUse gate for run_command . Destruc
ag-kit v2026.7.18
AG Kit 2026.7.18 Scope The update bumps .agents from 2026.7.12 to 2026.7.18 , while synchronizing the root, CLI, and web package versions. In total, 14 new files were added, 104 files were updated, and no source files were deleted. Key Changes Added strict SemVer to 20 agents, 47 skills, 13 workflows, and 6 rules. Added manifest.json as a machine-readable registry dependency configuration. Added m
ag-kit v2026.7.12
Release v2026.7.12 Release-safety upgrade: non-destructive CLI updates, rollback support, mandatory CI, dependency review, hardened deployment, and npm Trusted Publishing. Also ships a full marketing landing page and web UI redesign. Added Managed-tree manifest with SHA-256 baselines for files installed by AG Kit. Merge-aware CLI updates that preserve user-owned files and local modifications. Thre
ag-kit v2026.7.10
Release v2026.7.10 Fixed Made mcp_config.json valid JSON. Corrected invalid YAML frontmatter in lint-and-validate and design-rules . Added the missing allowed-tools contract to intelligent-routing . Fixed verify_all.py using an uninitialized results variable. Fixed toolkit-root discovery and URL argument routing in validation runners. Removed orchestration deadlocks caused by mandatory missing pla
Listing History
Recorded changes to AG Kit's listing — status, verification, Sato Score, and recent releases. Full history is kept in the listing record.
- Aug 31, 2026New release published
- Jul 26, 2026New release published
- Jul 14, 2026Auto-enriched: website url
- Jun 25, 2026Enriched: supported integrations
- Jun 25, 2026Auto-enriched: deployment options
- Jun 23, 20268 releases trackedShowing the 2 most recent. Full release history is retained in the listing record.
- Jun 14, 2026Sato Score tier: Medium → HighScore 64 → 81.
- Jun 14, 2026Enriched: docs url, creator name, creator profile url
- Jun 11, 2026Sato Hub began tracking this listing
Related Resources
Coinbase AgentKit
ActiveCoinbase's toolkit for giving AI agents wallets and the ability to take onchain actions.
ElizaOS
ActiveOpen-source TypeScript framework for building crypto-native multi-agent systems.
Model Context Protocol (MCP)
ActiveAnthropic's open standard for connecting AI systems to external tools and data sources.
Is this your project?
Prove you control the domain and you can correct this page — description, links, tags, chains. Claiming proves control, not verification: it doesn't change the Sato Score or mark anything as audited.
Claim this listing →Questions people ask about AG Kit
- Is AG Kit open source?
- Yes. AG Kit is open source under the MIT license; the repository is https://github.com/vudovn/ag-kit. Checked as of 2026-09-11.
- Which chains does AG Kit support?
- Sato Hub has no confirmed chain list for AG Kit as of 2026-09-11; treat chain support as unknown.
- Is AG Kit still maintained?
- The most recent public activity Sato Hub observed was on 2026-08-31 (last commit 2026-08-04, last release 2026-08-31), which Sato Hub labels "Active". Activity is a recency signal, not a quality judgment.
- How do I install or run AG Kit?
- node. Install: npx @vudovn/ag-kit init. Entry: Injects a .agents/ config folder (20 agent personas, skills, workflows, coordinator mode, persistent memory) into the current project for use with Antigravity, Claude Code, Cursor, etc.. This is taken from the project's own documentation and has not been reproduced by Sato Hub.
- Is AG Kit verified on Sato Hub?
- No independent verification is on record for AG Kit; its verification status is "Self-Reported" and its Sato Score is 75 of 100. Self-reported is not verified, and the score is not a safety, quality or returns grade.
Cite this page
Sato Hub. "AG Kit — Sato Hub." Sato Hub, updated 2026-09-11, accessed 2026-09-11. https://satohub.ai/resources/ag-kitThis page is refreshed daily. Citations include the date so a reader can tell which snapshot a claim came from.
Join the Sato Hub Briefing
One email a week — the agents, tools, and infrastructure that actually shipped, and why they matter.