From arthur0824hao-skills
ARCHIVED TYPO PATH — use skill-system-physiology instead. This skill exists only for historical compatibility. The canonical owner is skill-system-physiology.
npx claudepluginhub arthur0824hao/skills --plugin document-skillsThis skill uses the workspace's default tool permissions.
`skill-system-pgysiology` is a **historical typo path**. The canonical skill is [`skill-system-physiology`](../skill-system-physiology/).
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
skill-system-pgysiology is a historical typo path. The canonical skill is skill-system-physiology.
skill-system-physiology..tkt/decisions/sk-physiology-classification-ratified-2026-04-14.mdskill-system-pgysiology was the operational biology layer for agent systems.
| Organ | Owner |
|---|---|
| CNS | active reasoning agent |
| Soul | skill-system-soul identity/profile calibration |
| Hippocampus | skill-system-memory continuity + recall |
| ANS | skill-system-ans cron/hooks/reflexes |
| Myelin | scripts / skills / CLI wrappers / MCP tools |
| Limbs | skill-system-tkt worker-task lifecycle |
| Immune system | guards / safety checks |
| Endocrine system | quota / urgency / priority signals |
Clinical repair protocol:
python3 scripts/pgysiology.py init --project-root /tmp/new-project
python3 scripts/pgysiology.py scan --project-root /tmp/new-project --repair
python3 scripts/pgysiology.py pain-log --project-root /tmp/new-project --type amnesia --summary "missing context"
python3 scripts/pgysiology.py myelinize --project-root /tmp/new-project --command "tmux send-keys -t pane hi" --command "tmux send-keys -t pane hi"
python3 scripts/pgysiology.py boot-profile --project-root /tmp/new-project
python3 scripts/pgysiology.py export --project-root /tmp/new-project --output /tmp/portable-pgysiology
{
"schema_version": "2.0",
"id": "skill-system-pgysiology",
"version": "0.1.0",
"capabilities": ["pgysiology-init", "pgysiology-scan", "pgysiology-pain-log", "pgysiology-myelinize", "pgysiology-boot-profile", "pgysiology-export"],
"effects": ["fs.read", "fs.write"],
"operations": {
"init": {
"description": "Bootstrap a portable pgysiology scaffold in an arbitrary project root.",
"input": {
"project_root": {"type": "string", "required": false},
"dry_run": {"type": "boolean", "required": false, "default": false}
},
"output": {"description": "Created or planned files", "fields": {"status": "ok | error", "files": "array"}},
"entrypoints": {"unix": ["python3", "scripts/pgysiology.py", "init"], "windows": ["python", "scripts/pgysiology.py", "init"]}
},
"scan": {
"description": "Scan a project root for pgysiology scaffold health and optionally repair missing files.",
"input": {
"project_root": {"type": "string", "required": false},
"dry_run": {"type": "boolean", "required": false, "default": false},
"repair": {"type": "boolean", "required": false, "default": false}
},
"output": {"description": "Missing-file report", "fields": {"status": "ok | error", "missing_files": "array", "healthy": "boolean"}},
"entrypoints": {"unix": ["python3", "scripts/pgysiology.py", "scan"], "windows": ["python", "scripts/pgysiology.py", "scan"]}
},
"pain-log": {
"description": "Record operational pain events for clinical repair loops.",
"input": {
"project_root": {"type": "string", "required": false},
"type": {"type": "string", "required": true},
"summary": {"type": "string", "required": true},
"details": {"type": "string", "required": false},
"dry_run": {"type": "boolean", "required": false, "default": false}
},
"output": {"description": "Pain-log result", "fields": {"status": "ok | error", "path": "string"}},
"entrypoints": {"unix": ["python3", "scripts/pgysiology.py", "pain-log"], "windows": ["python", "scripts/pgysiology.py", "pain-log"]}
},
"myelinize": {
"description": "Record repeated raw-shell sequences as myelin candidates and suggest promotion.",
"input": {
"project_root": {"type": "string", "required": false},
"command": {"type": "string", "required": true, "description": "Repeatable input; operation may be repeated"},
"dry_run": {"type": "boolean", "required": false, "default": false}
},
"output": {"description": "Candidate result", "fields": {"status": "ok | error", "candidate": "object"}},
"entrypoints": {"unix": ["python3", "scripts/pgysiology.py", "myelinize"], "windows": ["python", "scripts/pgysiology.py", "myelinize"]}
},
"boot-profile": {
"description": "Render or refresh opencode-compatible portable boot/profile templates.",
"input": {
"project_root": {"type": "string", "required": false},
"dry_run": {"type": "boolean", "required": false, "default": false}
},
"output": {"description": "Boot-profile result", "fields": {"status": "ok | error", "path": "string"}},
"entrypoints": {"unix": ["python3", "scripts/pgysiology.py", "boot-profile"], "windows": ["python", "scripts/pgysiology.py", "boot-profile"]}
},
"export": {
"description": "Export the portable pgysiology scaffold for reuse in another project.",
"input": {
"project_root": {"type": "string", "required": false},
"output": {"type": "string", "required": true},
"dry_run": {"type": "boolean", "required": false, "default": false}
},
"output": {"description": "Export result", "fields": {"status": "ok | error", "output": "string"}},
"entrypoints": {"unix": ["python3", "scripts/pgysiology.py", "export"], "windows": ["python", "scripts/pgysiology.py", "export"]}
}
},
"stdout_contract": {
"last_line_json": true
}
}