Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.mycelium-ai.co/llms.txt

Use this file to discover all available pages before exploring further.

Skills are the executable layer. Each one is a slash command that the agent runs deterministically against the vault. The list below covers the open-source set in ai-brain-starter.

Daily operation

SkillTriggerWhat it does
daily-journal/journalConversational journal entry, floor-tagged, saved as Obsidian note.
meeting-todos/meeting-todosExtract action items from a meeting note; route to canonical to-do lists.
repurpose-talk/repurpose-talkTurn a talk transcript into 10-30 pieces of content.
insights/weekly / /monthlyPattern recognition over journal corpus + advisory panel review.
sunday-review/sunday-reviewOrchestrated weekly meta-review.

Knowledge graph

SkillTriggerWhat it does
graphify/graphifyBuild a knowledge graph from any input corpus.
second-brain-mapping/second-brain-mappingExtract typed metadata, optionally graphify, apply wikilinks.
patterns/patternsDetect recurring patterns in sessions and journals; codify them.
resolver-query/resolver-queryLook up which rule applies to a natural-language question.

Decision-making

SkillTriggerWhat it does
deconstruct/deconstructFirst-principles analyst: assumptions, truths, leverage move.

Ingest

SkillTriggerSource
ingest-slack/ingest-slack <channel> [--days N]Slack
ingest-github/ingest-github <owner/repo> [--days N]GitHub
ingest-notion/ingest-notion <database-or-page> [--depth N]Notion
ingest-linear/ingest-linear <team-or-project> [--days N]Linear
ingest-gmail/ingest-gmail <label-or-query> [--days N]Gmail
ingest-whatsapp/ingest-whatsapp <chat-name> [--days N]WhatsApp

Synthesis

SkillTriggerWhat it does
synth-pr-to-sop/synth-pr-to-sopTurn a merged PR into a workflow SOP entry.
synth-thread-to-sop/synth-thread-to-sopTurn a resolved Slack thread into a typed memory.
extract-rules-from-vault/extract-rulesWalk a corpus, emit draft hookify rules + skills.

Setup and diagnostics

SkillTriggerWhat it does
setup-vault-types/setup-vault-typesConfigure which document types the vault uses.
diagnose/diagnoseSelf-check: install, hooks, MCPs, journal index, freshness.
for-my-team/for-my-teamWalk through what changes for a team install.

Specialty

SkillTriggerWhat it does
humanizer/humanizerRemove signs of AI-generated writing, anchor to author voice.
nano-banana(image tasks)Image generation and composition via Gemini 3 Pro Image.
remotion-best-practices(Remotion projects)Reference for React-based video composition.
security-snapshot/security-snapshotGenerate a passive security report for a prospect domain.
The full skill list is enumerated in the substrate repo at skills/. Skills compose: a /sunday-review invocation calls /weekly then /patterns then a vault-hygiene pass.