root — root install Hikaze-Model-Manager-2, community, root install, ide skills, Codex project governance, Hikaze-Model-Manager-2 integration, root skill for AI agents, governing Codex projects with root, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Ideal for Codex-based AI Agents needing structured project workflow management using the .codex directory structure root is a skill that governs Codex project work for Hikaze-Model-Manager-2, maintaining stable sources of truth and tracking jobs and design details.

Features

Reads .codex/constitution/ for project principles and tech stack
Utilizes .codex/workflows/ for static workflow framework
References .codex/guidelines/ for implementation details and decisions
Tracks jobs and design details via .codex/jobs/activated
Maintains immutable sources of truth for project stability
Supports Hikaze-Model-Manager-2 for efficient project management

# Core Topics

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

Agent Capability Analysis

The root skill by HakureiHikaze is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance. Optimized for root install, Codex project governance, Hikaze-Model-Manager-2 integration.

Ideal Agent Persona

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

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

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
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

root

Install root, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

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.

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 root is a skill that governs Codex project work for Hikaze-Model-Manager-2, maintaining stable sources of truth and tracking jobs and design details.

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.

Related Skills

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

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI