Why Use This
This skill provides specialized capabilities for Hmbown's codebase.
Use Cases
- Developing new features in the Hmbown repository
- Refactoring existing code to follow Hmbown standards
- Understanding and working with Hmbown's codebase structure
Install Guide
2 steps - 1
- 2
Install inside Ananke
Click Install Skill, paste the link below, then press Install.
https://github.com/Hmbown/Hegelion/tree/main/skills/hegelion
Skill Snapshot
Auto scan of skill assets. Informational only.
Valid SKILL.md
Checks against SKILL.md specification
Source & Community
Updated At Jan 12, 2026, 10:42 PM
Skill Stats
SKILL.md 27 Lines
Total Files 1
Total Size 0 B
License NOASSERTION
---
name: hegelion
description: Dialectical reasoning and autocoding via Hegelion MCP tools.
---
# Hegelion Skill
## Routing
| Task type | MCP call |
|-----------|----------|
| Analysis/decision | `mcp__hegelion__dialectical_single_shot(query, response_style="synthesis_only")` |
| Implementation | `mcp__hegelion__hegelion(requirements, mode="workflow")` |
Tip: If CLI execution is configured, set `execute=true` on `dialectical_single_shot` to return the final answer in one call.
## Autocoding Loop
```
mcp__hegelion__hegelion(requirements, mode="workflow")
-> player_prompt -> [implement] -> coach_prompt -> [verify] -> autocoding_advance
^ |
|________________ loop until APPROVED or max_turns __________|
```
COACH is authoritative. Run tests. Never self-approve.