
# Skills Directory Contract (Kimoring Style) This repository supports the Kimoring-style skill structure: - Each skill lives in its own directory under `.claude/skills/` - Each skill entrypoint is `SKILL.md` - Canonical pattern: `.claude/skills/<skill-name>/SKILL.md` For compatibility with existing AFO external skill hubs, symlinked skills are still allowed. When creating new native workflow skills, prefer the Kimoring-style directory pattern.
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.
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.
Search personal markdown knowledge bases, notes, meeting transcripts, and documentation using QMD - a local hybrid search engine. Combines BM25 keyword search, vector semantic search, and LLM re-ranking. Use when users ask to search notes, find documents, look up information in their knowledge base, retrieve meeting notes, or search documentation. Triggers on "search markdown files", "search my notes", "find in docs", "look up", "what did I write about", "meeting notes about".
metacognition 교훈 → 스킬 도메인 매핑 인덱스. 스킬의 Gotchas는 이 인덱스를 통해 교훈 원본을 참조한다. 교훈 복사 금지 (교훈 28: SSOT는 하나).
Calculate the 5-Pillar Trinity Score (眞善美孝永) with weighted philosophy alignment. Core evaluation system for AFO Kingdom decisions.
4-stage command triage and orchestration using LangGraph. Routes decisions through 3 strategists. (Standalone mode uses InMemoryQueue instead of Redis)
What: Relentless 1-on-1 interview that walks down every branch of the decision tree until shared understanding is reached. Proactively explores the codebase to minimize user interruption and ensures no assumption goes unverified.. Trigger: When requested. Not for: Unrelated tasks.
# Kingdom — AI Agent Operating System (SKILL.md) ## 🎯 Goal Build and operate a multi-agent ecosystem where humans direct and agents execute, using shared knowledge, disciplined execution, and compounding memory. ## Core Skills (agent/core/) | Skill | Purpose | | :--- | :--- | | `blackboard` | Redis pub/sub coordination bus (port 6380) | | `eros` | 6-pillar governance engine with S-Score (眞善美孝永 geometric mean) | | `spine` | Infrastructure dependency spine, health checks | | `free-model-pipel
Uses Chrome DevTools MCP for accessibility (a11y) debugging and auditing based on web.dev guidelines. Use when testing semantic HTML, ARIA labels, focus states, keyboard navigation, tap targets, and color contrast.
Kingdom CLI와 kingdom-cmd MCP를 써서 상태 확인, 진단, query, agent 작업을 진행할 때 사용합니다.