basilisk-labsbasilisk-labsOfficialยท6 Agent Skills Included

agentplane

Git-native task control, verification, and release governance

Manages coding-agent tasks through a Git-native control plane with bounded authority, lifecycle routing, and recorded verification evidence. Removes manual Git choreography, untracked agent changes, and unverifiable claims about completed work. Includes operator skills for release publishing, task closure recovery, test migration, and local development checks.
npx skills add basilisk-labs/agentplane --all -g -y
Available:

Instructs your AI agent on how to request bounded task episodes from the Agentplane CLI, stay within approved scope, return typed results, and respect approval and safety boundaries.

All Skills in This Repository (6)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Agentplane?โ–ผ

Run `npx skills add basilisk-labs/agentplane --all -g -y` in your terminal to install all skills in this suite globally.

What does Agentplane do for coding agents?โ–ผ

It gives coding agents a governed workflow where task state, Git routing, verification, and closure are handled by a deterministic CLI instead of the model. Agents focus on planning and writing code while the CLI enforces policy and records evidence.

How does Agentplane keep agent work reviewable?โ–ผ

Every task produces an Agent Change Record with intent, changed files, verification results, and review status stored beside the code in Git. Reviewers see observed repository facts rather than trusting an agent's self-report.

Does Agentplane work with Claude Code and Codex?โ–ผ

Yes. It issues bounded task packets that work with Claude Code, Codex, Cursor, Aider, and other repository-capable agents through the same contract.

Can Agentplane recover failed releases or stuck tasks?โ–ผ

Yes. Dedicated operator skills diagnose failed publishes, duplicate close PRs, and diverged branches, then guide safe recovery with recorded evidence.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’