원클릭으로
hive-process-documentation
Visual process documentation — SysMLv2/KerML flow charts, state machines, and health metrics from hive nodes
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Visual process documentation — SysMLv2/KerML flow charts, state machines, and health metrics from hive nodes
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Canonical b00t reviewer capability — adversarial multi-framework code/datum review. Shared across all harnesses (Claude Code, opencode, Hermes, b00t-cli). Loaded via: b00t learn reviewer, or by harness-specific role supplements.
Remove AI-generated artifacts from code. Three-phase certainty-graded cleanup. Use after any AI implementation session or before PR creation.
8-phase agile workflow — strategy→ideate→brainstorm→plan→work→review→compound→pulse. State machine with FOL-guarded transitions, gh-issues backlog, executable just harness. Inspired by everyinc/compound-engineering-plugin.
Australian crypto tax treatment per ATO guidance QC 53725. Crypto assets are CGT assets under ITAA 1997 s 108-5. Each disposal triggers CGT event A1. Covers personal-use exception, trading stock test, and the 50% CGT discount.
Australian R&D Tax Incentive (RDTI) — ITAA 1997 Division 355. Covers eligibility criteria for core and supporting R&D activities, registration with AusIndustry/IP Australia, expenditure categories, offset rates, and the company size threshold test.
Evidence graph construction for tax audit trails. Each Satisfies check emits EvidenceNode structs with Blake3 content hashes. Evidence chains are tamper-evident and link legislative citations to factual findings.
| name | hive-process-documentation |
| description | Visual process documentation — SysMLv2/KerML flow charts, state machines, and health metrics from hive nodes |
| version | 1.0.0 |
| platforms | ["linux","macos"] |
| metadata | {"hermes":{"tags":["visualization","sysml","kerml","pipeline","process","health","documentation"],"related_skills":["document-evidence-pipeline","executive-operator","architecture-diagram"]}} |
Generate visual SysMLv2/KerML-compatible process documentation from hive pipeline nodes.
When the user asks to visualize hive processes, document pipeline flows, generate state machine diagrams, check system health, or export process models for SysMLv2/KerML tooling.
NEVER REINVENT ANYTHING. This skill leverages existing infrastructure:
b00t-admin server → /api/admin/health, /api/admin/processespipeline_nodes crate → NodeGraph, StateMachine, PipelineNodeb00t-cli → hive status, doctor_cmd::health_json()| Action | Command |
|---|---|
| Health metrics | curl http://localhost:31337/api/admin/health |
| Process graph (JSON) | curl http://localhost:31337/api/admin/processes |
| Process graph (Mermaid) | curl -s http://localhost:31337/api/admin/processes | jq -r '.mermaid' |
| State machines | curl http://localhost:31337/api/admin/processes | jq '.nodes[].state_machine' |
| Hive status | b00t hive status |
| Container health | systemctl --user status b00t-admin |
document-evidence-pipeline — the underlying document evidence pipelineexecutive-operator — delegation contract, bouncer patternarchitecture-diagram — dark theme SVG diagramsSee references/sysml-kerml-mapping.md for the complete SysMLv2/KerML type mapping.