ze
Programmable BGP routing engine and network configuration platform
All Skills in This Repository (22)
Pure Emerald Level IndicatorsScoped Commit
Generate a commit script that enforces explicit scope verification before recording changes.
Progress
Determine a spec's lifecycle stage and recommend its next action.
ze-status
Aggregate spec, git, and test statuses into a prioritized attention list.
ze-review-deep
Review Ze repository changes across security, concurrency, errors, tests, logic, data flow, API compatibility, rules, and docs.
ze-extract
Move Go symbols between files in a Ze repository with validation.
ze-review-spec
Evaluate Ze repository implementations against a selected spec and report gaps.
ze-review
Identify defects and gaps in Ze repository changes and report findings.
ze-review-docs
Review Ze documentation against the current codebase for accuracy and coverage.
ze-debug
Diagnose failing Ze repository tests and implement the smallest correct fix.
ze-explore
Search repository topics and propose non-editing change paths.
ze-audit
Audit Ze specs against the codebase and report Done/Partial/Missing statuses with file:line evidence.
ze-implement
Automate phased spec implementation with tests and status tracking in the Ze repository.
Frequently Asked Questions
FAQPage SchemaHow to install Ze?โผ
Run `npx skills add ze-software/ze --all -g -y` in your terminal to install all skills in this suite globally.
What does Ze do?โผ
Ze is an open-source BGP routing engine and network configuration platform. It manages Linux interfaces, programs the kernel forwarding table, and serves its config over SSH, a web UI, and an MCP server.
Can Ze replace ExaBGP?โผ
Yes. Existing ExaBGP plugins run unchanged through a bridge, and the `ze config migrate` command converts ExaBGP configs automatically.
Can I control Ze with plain language?โผ
Yes. Ze ships a built-in MCP server that exposes every feature of the running daemon, so your coding assistant can inspect and operate the router directly.
Does Ze work without BGP?โผ
Yes. All 36 subsystems compile out behind build tags, so you can build a minimal OSPF-only or interface-only binary with no BGP code included.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core