Agent skill
digest
Extract patterns, insights, and knowledge from text content. Use when asked to digest, extract, summarize, analyze patterns in code, conversations, documents, or decisions. Stores extracted knowledge for future retrieval.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/digest
SKILL.md
/digest - CYNIC Knowledge Extraction
"Transform chaos into structured knowledge"
Quick Start
/digest <content to analyze>
What It Does
Analyzes content and extracts:
- Patterns: Recurring structures and behaviors
- Insights: Key learnings and observations
- Decisions: Choices made and their rationale
- Knowledge: Facts and relationships
Extracted knowledge is stored in CYNIC's memory for future queries.
Content Types
| Type | Best For |
|---|---|
code |
Source code analysis |
conversation |
Chat/discussion extraction |
document |
Documentation, articles |
decision |
Decision records |
Examples
Digest Code
/digest this module for patterns
Digest a Conversation
/digest our discussion about authentication
Digest a Document
/digest the API documentation
Implementation
Use the brain_cynic_digest MCP tool:
brain_cynic_digest({
content: "<text to digest>",
type: "code|conversation|document|decision",
source: "<origin identifier>"
})
Output
Returns:
- Patterns detected: Recurring structures
- Key insights: Main takeaways
- Knowledge stored: What was saved
- Connections: Links to existing knowledge
See Also
/search- Find digested knowledge/patterns- View detected patterns/judge- Evaluate extracted patterns
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?