
agentxagi/zero-inc
2 skills2 installs2 starsGitHub
Install
npx skills add https://github.com/agentxagi/zero-incSkills in this repo
1Create Agent AdapterThis skill is a technical guide for creating a new ZeroInc agent adapter that bridges the orchestration layer to a specific AI agent runtime such as Claude Code or Codex CLI. It documents the required interfaces, package module structure, and the server, UI and CLI registration points. A developer uses it when adding support for a new AI coding tool or modifying the adapter system.1installs2Gstack CarefulThis skill installs a safety guardrail that checks every Bash command against destructive patterns before it runs and asks for confirmation on a match. It protects against operations like rm -rf, DROP TABLE, git push --force, git reset --hard, and kubectl delete. A developer activates it when touching production, debugging live systems, or working in a shared environment.1installs