workspace/hyodo/skills/trinity-score-calculator/SKILL.md
Calculate the 5-Pillar Trinity Score (眞善美孝永) with weighted philosophy alignment. Core evaluation system for AFO Kingdom decisions.
npx skillsauth add lofibrainwav/kingdom trinity-score-calculatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
The Trinity Score is the core philosophy alignment metric for the AFO Kingdom, evaluating decisions and actions against the 5 pillars of wisdom.
| Pillar | Korean | Weight | Description | |--------|--------|--------|-------------| | Truth (眞) | 진 | 35% | Technical accuracy, verifiability, factual correctness | | Goodness (善) | 선 | 35% | Ethical soundness, stability, no harm to systems | | Beauty (美) | 미 | 20% | Clear structure, elegant design, UX clarity | | Serenity (孝) | 효 | 8% | Frictionless operation, low cognitive load | | Eternity (永) | 영 | 2% | Long-term sustainability, reproducibility |
Calculate a Trinity Score by providing base scores for each pillar:
{
"truth_base": 95,
"goodness_base": 90,
"beauty_base": 85,
"risk_score": 5,
"friction": 3,
"eternity_base": 88
}
This skill integrates with:
{
"trinity_score": 0.92,
"balance_status": "balanced",
"decision": "AUTO_RUN",
"pillar_scores": {
"truth": 0.95,
"goodness": 0.90,
"beauty": 0.85,
"filial_serenity": 0.88,
"eternity": 0.90
}
}
tools
Kingdom CLI와 kingdom-cmd MCP를 써서 상태 확인, 진단, query, agent 작업을 진행할 때 사용합니다.
testing
4-stage command triage and orchestration using LangGraph. Routes decisions through 3 strategists. (Standalone mode uses InMemoryQueue instead of Redis)
development
This skill should be used when the user asks about "Trinity Score", "5 pillars", "眞善美孝永", "philosophy", "ethical AI decisions", or discusses the AFO Kingdom's guiding principles. Provides comprehensive guidance on applying the 5-pillar philosophy to development decisions.
development
This skill should be used when the user asks "where is", "find file", "navigate to", "project structure", "which file handles", or needs to locate specific functionality in the AFO Kingdom codebase. Provides intelligent navigation based on MAP_OF_KINGDOM.md and CONTEXT_COMPASS.yaml.