Some checks are pending
CI — CoM Config Validation / Validate JSON Configs (push) Waiting to run
CI — CoM Config Validation / Validate YAML Configs (push) Waiting to run
CI — CoM Config Validation / Lint Shell Scripts (push) Waiting to run
CI — CoM Config Validation / Secret Detection (push) Waiting to run
CI — CoM Config Validation / Lint Markdown (push) Waiting to run
CI — CoM Config Validation / Validate CODEOWNERS (push) Waiting to run
Public, sanitized mirror of an AI orchestration command center: agents, skills, MCP servers, slash-command workflows. All infrastructure identifiers, hostnames, mesh IPs/subnets, repo paths, maintainer identity, and hardware fleet specifics scrubbed to <placeholders>; session debug logs and host-specific memory removed. No live credentials. Verified clean by automated leak sweep. See SANITIZATION.md. churchofmalware.org . authorized research only
45 lines
1.7 KiB
Markdown
45 lines
1.7 KiB
Markdown
---
|
|
name: knowledge
|
|
description: Unified knowledge search across Notion, Google Docs, and NotebookLM. Searches all indexed research, condensed pages, and knowledge repositories in one query.
|
|
argument-hint: [search query]
|
|
allowed-tools: Bash, Read, Grep, Glob, Agent, WebFetch, WebSearch
|
|
---
|
|
|
|
# /knowledge — Unified Knowledge Search
|
|
|
|
Search across all CoM Solutions knowledge repositories in one query.
|
|
|
|
Query: **$ARGUMENTS**
|
|
|
|
## Search Protocol (execute all in parallel):
|
|
|
|
### 1. Notion Workspace
|
|
Search the CoM Solutions Notion workspace via Notion MCP:
|
|
- Library of Nerd (2f726ae5-2095-80a7-b906-e4082e6484d1)
|
|
- Lib_CYBR (collection://30526ae5-2095-8030-9541-000bda76f36f)
|
|
- Google Docs Starred Import (collection://87ff6ec1-e984-47f1-a4b1-9434c573de17)
|
|
- Syn_OS Knowledge Hub (32626ae5-2095-8123-b025-e362d3768a07)
|
|
- All condensed research pages
|
|
|
|
### 2. Google Docs (via Notion index)
|
|
Check the Google Docs Starred Import DB for matching documents.
|
|
If found, provide the Google Drive URL for direct access.
|
|
|
|
### 3. Local Knowledge
|
|
Search .claude memory files for relevant context:
|
|
- reference_fev_roadmap.md (version roadmap)
|
|
- reference_synos_repo.md (repo structure)
|
|
- reference_ai_tools.md (AI tool ecosystem)
|
|
- reference_master_archive.md (historical artifacts)
|
|
- project_vision.md (Cognitive Hyper-OS architecture)
|
|
|
|
### 4. Master Archive (GitHub)
|
|
If not found locally, check Diablo_Rain/Master-Archive via:
|
|
`gh api repos/Diablo_Rain/Master-Archive/contents --jq '.[].name'`
|
|
|
|
## Output Format
|
|
Present results as a ranked list:
|
|
1. **Source** (Notion/Docs/Local/Archive) — **Title** — relevance snippet
|
|
2. Provide direct links where available
|
|
3. Suggest cross-references between findings
|