using-anionzo

Bootstrap the Anionzo ecosystem by loading the initial skill and routing to downstream skills.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/anionzo/skill --skill using-anionzo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-anionzo
Source: https://github.com/anionzo/skill/tree/main/skills/using-anionzo
Command: npx skills add https://github.com/anionzo/skill --skill using-anionzo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires nodejs-runtime, beads-cli, beads-viewer, cass-cli, cass-memory, gkg, agent-mail, and includes scripts (resource) components.

What problem does it solve?

Bootstrap a centralized, reusable startup path for Anionzo ecosystem projects by loading the initial skill and exposing routing to downstream skills, onboarding, and state readiness.

Core Features & Use Cases

  • Bootstraps the Anionzo ecosystem by loading the initial meta-skill and presenting the full skill catalog with routing guidance.
  • Sets up the onboarding and state scaffolding (STATE.md, onboarding) to prepare new projects for go-mode pipelines.
  • Orchestrates the first-step flow so teams can start or resume sessions with a consistent starting point.

Quick Start

Load this skill first in a project to bootstrap the Anionzo ecosystem and expose the initial routing.

Frequently Asked Questions about using-anionzo

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I bootstrap routing and onboarding for a new project session?

To bootstrap project routing and onboarding, load this skill first to set up the initial ecosystem, present the skill catalog, and prepare STATE.md for go-mode pipelines.

What is STATE.md used for when preparing for go-mode?

STATE.md is used to scaffold state readiness, allowing the Anionzo ecosystem to track onboarding progress and guide starting or resuming sessions for go-mode pipelines.

Do I need nodejs-runtime to set up project bootstrapping and routing?

Yes, you need nodejs-runtime because it is declared as a required runtime dependency to orchestrate the first-step flow and expose routing to downstream skills.

Can I use this to resume a previous session instead of starting a new one?

Yes, you can resume a previous session because the skill orchestrates the first-step flow to guide both starting new projects and resuming existing sessions with a consistent starting point.

What's the best way to expose downstream skill routing in a centralized project?

The best way to expose downstream routing is to load this initial meta-skill first, which establishes the metadata needed for discovery and orchestration across the project ecosystem.