akne-knowledge-manager

Audit AKNE knowledge base content for contradictions and query its KnowledgeGraph via QueryEngine.

6|1|Updated May 11, 2026
One-click install
npx skills add https://github.com/yakeworld/Synthos --skill akne-knowledge-manager-yakeworld
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: akne-knowledge-manager
Source: https://github.com/yakeworld/Synthos/tree/main/skills/private/extended/research-tools/synthos-akne-bridge/akne-knowledge-manager
Command: npx skills add https://github.com/yakeworld/Synthos --skill akne-knowledge-manager-yakeworld

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Maintaining a large research knowledge base leads to undetected factual contradictions, stale versions, and silent query failures. This Skill performs content-level audits of AKNE knowledge base files (detecting contradictions, version clusters, research gaps, and assumptions) and provides structured KnowledgeGraph/QueryEngine access with explicit error handling instead of silent empty results. ## Core Features & Use Cases - Content-Level Auditing: Cross-compares physical parameter declarations across knowledge base source files and reports each contradiction with file path, declared value, correct-value source, and severity level. - KnowledgeGraph Queries: Resolves entities and traverses relations through QueryEngine APIs such as resolve_entity and get_relations, with fuzzy matching support. - Boundary Error Handling: Converts empty or unknown entity queries into structured errors with context and recovery hints rather than silent None results. - Use Case: Given BPPV knowledge base files, the audit detects that a declared otolith radius of 0.5-15 nm contradicts the anatomical standard of 5-30 μm for calcium carbonate crystals (a 1000x magnitude gap) and flags it as a fatal-severity contradiction with full traceability. ## Quick Start Audit the BPPV knowledge base source files for parameter contradictions and report each conflict with its file path, declared value, and correct-value source.

Frequently Asked Questions about akne-knowledge-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit a knowledge base for contradictions?

Provide the knowledge base source files and the skill extracts physical parameter declarations from each file, then cross-compares them against other files and external reference values. Each detected contradiction is reported with file path, declared value, correct-value source, and a severity level.

How to query a knowledge graph with entity resolution?

Use the QueryEngine API: resolve_entity performs exact and fuzzy matching to map a name like BPPV to its canonical entity, and get_relations returns the entity's relation list with type and target fields. Unknown entities return structured errors with recovery hints.

What happens when a knowledge graph query returns no results?

Empty or unknown entity queries never return silent empty results. The skill converts them into structured errors containing the failure stage, the queried entity name, and a recovery hint such as using fuzzy search or checking spelling.

How are audit conclusions verified for accuracy?

Every conclusion must trace to a specific evidence source, and all changes must pass a golden test set covering normal input, expected output, and error paths. Principle priority is accuracy over evidence over reproducibility, and single-source claims are marked as pending verification rather than asserted.

What is the difference between akne-knowledge-manager and akne-maintenance?

akne-knowledge-manager focuses on the connection quality between the AKNE and Synthos systems, including integration audits and knowledge flow analysis. akne-maintenance handles internal AKNE operations and maintenance instead.