Zotfile Agents package agent behavior into portable .zot files
Zotfile Agents allow developers to package agent behavior, skills, requirements, and permissions into a portable .zot file. This enables sharing and reuse of agent configurations across different environments.
Entities
Related
Declarative, sandboxed language for tool orchestration with LLMs
Skillscript is a small, declarative language for defining fixed procedures that local agents execute consistently, avoiding LLM drift and token waste. It lets users write and version agent behaviors instead of relying on model guesses each time. Solves the problem of unreliable, costly agent task execution for developers building local AI agents.
Community curates 51 specialist subagents for Gemini CLI
A GitHub repository collects 51 production-ready subagents for Google's Gemini CLI, spanning 9 domains. Users can drop these into the .gemini/agents/ directory to enable task-specific delegation by Gemini CLI.
Persephone: persistent agent toolbox for Claude Code
Persephone is a free, open-source dev notepad that gives Claude Code a persistent toolbox of reusable scripts. It solves the problem of Claude rewriting the same ad-hoc scripts every session by making scripts permanent and discoverable via a manifest.
Sanbox: Isolated sandboxes for AI agents with MicroVM isolation
Sanbox is a platform that provides isolated, resumable sandboxes for running AI agents. It uses MicroVM isolation, a persistent filesystem, and a live trail of run events. The platform supports reusable templates, a CLI that works with Codex, Claude Code, Cursor, CI, or terminal, and can be self-hosted for security/compliance.
Coder: CLI tool to delegate coding tasks to background LLM agents
Coder is a CLI/plugin that lets developers dispatch coding tasks to background agents powered by Claude CLI or Codex CLI. It keeps the main session context clean and distributes workload across existing subscriptions. Built entirely with Claude Code, it is free and open source.
