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.
npx skills add majiayu000/claude-skill-registry --skill digest --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# /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: ```javascript 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 sa
- Quick Start
- What It Does
- Content Types
- Examples
- Digest Code
- Digest a Conversation
- Digest a Document
- Implementation
- Output
- See Also
What does the digest skill do?
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.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill digest --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
