contribute-knowledge-to-cogni

Route atomic knowledge entries to Cogni hub sub-skills with citations.

4|5|Updated Nov 5, 2025
One-click install
npx skills add https://github.com/cogni-dao/cogni --skill contribute-knowledge-to-cogni
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: contribute-knowledge-to-cogni
Source: https://github.com/cogni-dao/cogni/tree/main/.claude/skills/contribute-knowledge-to-cogni
Command: npx skills add https://github.com/cogni-dao/cogni --skill contribute-knowledge-to-cogni

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Knowledge context in autonomous agent workflows often fragments across chat logs, PR descriptions, and ephemeral sessions. This umbrella skill provides a disciplined pathway to capture durable, reusable knowledge entries in the Cogni hub, ensuring provenance and reusability for future agents.

Core Features & Use Cases

  • Route by content shape to the appropriate sub-skill (edo-loop for falsifiable predictions, dolt-human-visuals for human-readable visuals, or direct knowledge for AI-readable text).
  • Enforce a one-open-contribution workflow: a single principal holds an open branch and every write appends, preventing fragmentation.
  • Automatically recall, cite, and refine existing entries to build a coherent knowledge DAG and avoid duplication.

Quick Start

Create a new open contribution on your Cogni knowledge hub branch and begin by adding an atomic finding that cites a parent.

Frequently Asked Questions about contribute-knowledge-to-cogni

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

FAQPage Schema
How do I automate knowledge contribution to prevent context loss across autonomous agent sessions?▼

Automating knowledge contribution routes durable findings into a centralized hub using atomic, citable entries. This enforces provenance rules and edge-citation patterns, preventing context fragmentation across ephemeral sessions.

What is the best way to manage branches when contributing knowledge entries to a hub?▼

The best way to manage branches is enforcing a single-open-branch workflow. One principal holds an open contribution branch, and every write appends to it, preventing knowledge fragmentation and ensuring a coherent knowledge DAG.

How does routing by content shape work for knowledge contributions?▼

Routing by content shape directs entries to specialized sub-skills based on their format. Falsifiable predictions route to edo-loop, human-readable visuals to dolt-human-visuals, and AI-readable text goes to direct knowledge storage.

Can I recall and refine existing knowledge entries to avoid duplication?▼

Yes, you can recall and refine existing entries. The contribution workflow automatically recalls prior entries, cites parent nodes, and refines the content to avoid duplication and build a coherent knowledge DAG.

When do I need to use edge-citation patterns for knowledge entries?▼

You need edge-citation patterns when adding atomic findings to the knowledge hub. Citing parent entries ensures provenance, linking new data points to existing knowledge nodes to maintain a structured and traceable knowledge graph.

Does this knowledge contribution method support visual data formats?▼

Yes, the method supports visual data formats. Content shaped as human-readable visuals routes automatically to the dolt-human-visuals sub-skill, ensuring graphical findings are preserved with correct provenance alongside text entries.