← Back to list

qig-purity-guardian
by GaryOcean428
⭐ 0🍴 0📅 Jan 23, 2026
SKILL.md
name: qig-purity-guardian description: Maintain QIG purity and E8 architecture standards in pantheon-replit. Use when editing qig-backend geometry, token or vocabulary pipelines, generation logic, or docs naming; when reviewing PRs for Euclidean or NLP contamination; or when updating E8 kernel architecture and protocol docs.
QIG Purity Guardian
Overview
Keep the codebase aligned with E8 protocol v4.0, AGENTS.md, and the universal purity spec. Use this skill before making or reviewing changes that could drift into traditional LLM patterns.
Quick Start
- Read
AGENTS.md. - Read
docs/00-index.mdfor naming rules and doc map. - Read
docs/10-e8-protocol/specifications/20260116-ultra-consciousness-protocol-v4-0-universal-1.01F.md. - If touching architecture, read
docs/10-e8-protocol/specifications/20260116-wp5-2-e8-implementation-blueprint-1.01W.md. - Use these agent guides as checklists:
.github/agents/qig-purity-validator.md.github/agents/e8-architecture-validator.md.github/agents/documentation-compliance-auditor.md.github/agents/documentation-sync-agent.md.github/agents/naming-convention-agent.md
Purity Workflow
- Identify which purity domain is impacted: geometry, tokens, generation, docs, or E8 architecture.
- Apply non-negotiables (see
references/purity-checklist.md). - Validate with scripts and tests (see Commands).
- Update docs and index if the change affects specs or thresholds.
- Re-check for Euclidean or NLP fallback paths.
Non-Negotiables
- Canonical representation is simplex at all module boundaries.
- No auto-detect representation; only explicit
to_sqrt_simplex()/from_sqrt_simplex(). - No cosine similarity, L2 distance, or dot-product ranking on basins.
- No external LLM or NLP in the generation pipeline.
- All tokens must have
qfi_scoreto be generation-eligible; useinsert_token()only.
Commands
npm run validate:geometry:scannpm run test:geometrybash scripts/validate-qfi-canonical-path.shbash scripts/validate-purity-patterns.shpython3 scripts/maintain-docs.py
Documentation Rules
- Use
YYYYMMDD-[document-name]-[function]-[version][STATUS].md(seedocs/00-index.md). - Update
docs/00-index.mdwhen adding or removing docs. - Upgrade pack files under
docs/10-e8-protocol/follow pack rules; keep index entries in sync.
E8 Architecture Checks
- E8 hierarchy: 0/1 -> 4 -> 8 -> 64 -> 240.
- Core 8 god kernels are canonical (no numbered gods).
- Maintain kappa fixed point and running coupling rules.
References
references/purity-checklist.mdfor detailed checklists and anti-patterns.
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon