root — community Hikaze-Model-Manager-2, community, ide skills

v1.0.0

About this Skill

Ideal for Codex-based AI Agents needing structured project workflow management using the .codex directory structure Manage and guide Hikaze-Model-Manager-2 Codex project work via the .codex governance system. Use when the user says root skill or asks to start development based on the root skill, or when asked to se

HakureiHikaze HakureiHikaze
[0]
[0]
Updated: 3/6/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 7/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Locale and body language aligned
Review Score
7/11
Quality Score
45
Canonical Locale
en
Detected Body Locale
en

Ideal for Codex-based AI Agents needing structured project workflow management using the .codex directory structure Manage and guide Hikaze-Model-Manager-2 Codex project work via the .codex governance system. Use when the user says root skill or asks to start development based on the root skill, or when asked to se

Core Value

Empowers agents to maintain immutable sources of truth, track jobs, and manage design details by leveraging the .codex/constitution, .codex/workflows, and .codex/guidelines directories, ensuring consistency across Hikaze-Model-Manager-2 projects

Ideal Agent Persona

Ideal for Codex-based AI Agents needing structured project workflow management using the .codex directory structure

Capabilities Granted for root

Tracking project principles and tech stack in .codex/constitution
Managing static workflow frameworks in .codex/workflows
Implementing guidelines and decisions from .codex/guidelines
Activating and managing jobs from .codex/jobs/activated

! Prerequisites & Limits

  • Requires Hikaze-Model-Manager-2 compatibility
  • Limited to projects using the .codex directory structure
  • Immutable sources of truth must be predefined in the .codex directories

Why this page is reference-only

  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is root?

Ideal for Codex-based AI Agents needing structured project workflow management using the .codex directory structure Manage and guide Hikaze-Model-Manager-2 Codex project work via the .codex governance system. Use when the user says root skill or asks to start development based on the root skill, or when asked to se

How do I install root?

Run the command: npx killer-skills add HakureiHikaze/Hikaze-Model-Manager-2/root. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for root?

Key use cases include: Tracking project principles and tech stack in .codex/constitution, Managing static workflow frameworks in .codex/workflows, Implementing guidelines and decisions from .codex/guidelines, Activating and managing jobs from .codex/jobs/activated.

Which IDEs are compatible with root?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for root?

Requires Hikaze-Model-Manager-2 compatibility. Limited to projects using the .codex directory structure. Immutable sources of truth must be predefined in the .codex directories.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add HakureiHikaze/Hikaze-Model-Manager-2/root. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use root immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

root

Install root, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

Root

Overview

Use this skill to govern Codex project work for Hikaze-Model-Manager-2 using the .codex directory structure, keeping immutable sources of truth stable while tracking jobs and design details.

Sources of truth and load order

  1. Read .codex/constitution/ for project principles, tech stack, and code standards.
  2. Read .codex/workflows/ for the static workflow framework.
  3. Read .codex/guidelines/ for implementation details and decisions.
  4. Read .codex/jobs/activated.md and the active job file to understand current work.

Hard rules

  • Do not edit .codex/constitution/ or .codex/workflows/ unless the user explicitly requests changes.
  • Propose suggestions for constitution/workflows only; do not modify without explicit user instruction.
  • Record new or changed design details in .codex/guidelines/ during design discussions.
  • Record designed but not implemented items in .codex/guidelines/not_implemented.md.
  • Keep all .codex content in Markdown.
  • When stating code or behavior facts, cite evidence (file path + line or command output); avoid assumptions.
  • Use a single file per job to carry phases and tasks.
  • The last task of every phase must be user manual verification.
  • Track branches as indented checklist items; complete same-indent branch items before returning to the parent flow.
  • Update .codex/jobs/activated.md whenever the active job changes.
  • If required .codex paths are missing, ask before creating them.

Job file format

Use jobs/<job>/<job>.md with Markdown checklists:

markdown
1# Job: <job-name> 2 3## Phase 1: <phase-name> 4- [ ] Task: <task> 5 - [ ] Branch: <subtask> 6 - [ ] Branch: <subtask> 7- [ ] Quality Gates 8 - [ ] Build passes (if applicable) 9 - [ ] Evidence recorded (file refs / command output) 10 - [ ] Docs updated (if needed) 11- [ ] User manual verification 12 13## Phase 2: <phase-name> 14- [ ] Task: <task> 15- [ ] Quality Gates 16 - [ ] Build passes (if applicable) 17 - [ ] Evidence recorded (file refs / command output) 18 - [ ] Docs updated (if needed) 19- [ ] User manual verification

Workflow usage

  • Treat workflows as the static guidance framework that governs each job and phase.
  • Record workflow branches in the job file as indented checklists.
  • Return to the parent flow after all items at the branch indent are complete.

Sub-skills

Use specialized skills to reduce context and improve precision when scope is narrow:

  • hikaze-frontend: Vue/TypeScript/CSS UI work in web/model_manager_frontend or web/custom_node_frontend.
  • hikaze-backend: Python nodes and server work in nodes/ or backend/.
  • hikaze-api: API contracts, request/response changes, and frontend-backend integration.

Conductor migration (only if requested)

Migrate prompts from custom_nodes/Hikaze-Model-Manager-2/conductor/ to .codex/ only when the user asks:

  • conductor/product.md -> .codex/constitution/product.md
  • conductor/tech-stack.md -> .codex/constitution/tech-stack.md
  • conductor/code_styleguides/* -> .codex/constitution/code_styleguides/*
  • conductor/workflow.md -> .codex/workflows/default.md
  • conductor/product-guidelines.md -> .codex/guidelines/product-guidelines.md
  • conductor/archive/* -> .codex/jobs/archive/*
  • Do not migrate conductor/discrepancies/* unless the user explicitly requests it.

Language policy

Accept any input language. Choose output language by accuracy first, then token efficiency.

Related Skills

Looking for an alternative to root or another community skill for your workflow? Explore these related open-source skills.

View All

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
AI

flags

Logo of vercel
vercel

The React Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Developer