One-click install
npx skills add https://github.com/simonconway1979/os-intelligence --skill ctx-doc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ctx-doc
Source: https://github.com/simonconway1979/os-intelligence/tree/main/.claude/skills/ctx-doc
Command: npx skills add https://github.com/simonconway1979/os-intelligence --skill ctx-doc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It removes the manual, error-prone work of adding new calls or documents into a project’s context by automatically updating the right context and people records.

Core Features & Use Cases

  • Adds documents to project context: Processes raw files by enriching them with the right metadata and linking them to specific context targets.
  • Updates synthesised context and people registries: Ensures extracted facts, decisions, risks, and participant information flow into context/* and people/* files.
  • Supports efficient batch processing: Detects unprocessed raw and meeting synthesis items and can run per-file enrichment in parallel for larger drops.
  • Use Case: After you receive a call transcript and a brief from stakeholders for a product project, run this skill to enrich both documents and refresh current-state.md-style context so your next session starts with the latest thread.

Quick Start

Run ctx-doc to process newly added documents in your project so their insights are reflected in the project’s context and people files.

Frequently Asked Questions about ctx-doc

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

FAQPage Schema
How do I automatically update project context from new documents?

To update project context from new documents, you ingest raw files like meeting notes and transcripts so their factual and stakeholder intelligence flows directly into your project's context and people registry files.

Can I batch process multiple meeting transcripts for context enrichment?

Yes, you can batch process multiple meeting transcripts for context enrichment by detecting unprocessed raw items via frontmatter fields and optionally running per-file enrichment in parallel for larger document drops.

How do I keep people registry files updated with stakeholder notes?

To keep people registry files updated with stakeholder notes, process raw documents to automatically extract participant information and update targeted context and people files idempotently.

Does document ingestion work with meeting synthesis outputs?

Yes, document ingestion works with meeting synthesis outputs, call transcripts, and briefs, ensuring extracted facts, decisions, and risks flow into your current state context files.

How does document enrichment mark processed raw files?

Document enrichment marks processed raw files idempotently using frontmatter fields, ensuring each raw item is flagged as enriched with informs links to prevent duplicate processing on subsequent runs.