ctx-inspiration

Enrich inspiration file frontmatter and update library index and theme syntheses.

4|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/simonconway1979/os-intelligence --skill ctx-inspiration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ctx-inspiration
Source: https://github.com/simonconway1979/os-intelligence/tree/main/.claude/skills/ctx-inspiration
Command: npx skills add https://github.com/simonconway1979/os-intelligence --skill ctx-inspiration

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ctx-inspiration prevents stale or inconsistent inspiration sources by enriching new raw files, keeping the library index accurate, and updating or rebuilding theme syntheses so product ideas start from a high-signal, current reference state.

Core Features & Use Cases

  • Frontmatter completion & enrichment: Reads new raw files and fills required metadata fields (title, channel, host/guest, summary, themes, topics, tone, format, audience, and project relevance) and stamps them as enriched.
  • INDEX.md maintenance: Ensures every processed file is discoverable by adding or updating rows in the correct section (Transcripts, Articles, Social) and updating total-files.
  • Theme synthesis management: For each theme, either appends in an incremental workflow or triggers full synthesis when evaluation signals indicate quality or structural drift risk (thresholds, gap closure issues, and contradiction detection).
  • Evaluation & outcome logging: Produces synthesis evaluation results, records what happened in an eval-log, and calibrates future thresholds based on real usage.

Quick Start

Add a new file under context-library/inspiration/raw/, then run /ctx-inspiration to enrich it, update INDEX.md, and append or rewrite the relevant theme synthesis.

Frequently Asked Questions about ctx-inspiration

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

FAQPage Schema
How do I enrich missing metadata in raw inspiration files?

To enrich missing metadata in raw inspiration files, the skill scans unprocessed items under context-library/inspiration/raw/ and fills required frontmatter fields like title, channel, summary, themes, and tone. It then stamps the files as enriched for downstream synthesis.

How do I maintain a library index for inspiration sources?

Maintaining a library index for inspiration sources is handled by updating INDEX.md. The skill adds or updates rows in the correct section for processed transcripts, articles, and social files, and updates the total-files count to ensure every item remains discoverable.

When do I need a full rewrite of theme synthesis?

A full rewrite of theme synthesis is needed when evaluation signals indicate quality or structural drift risk. The skill triggers a full synthesis instead of an incremental append when it detects threshold breaches, gap closure issues, or contradictions in the content.

Can I use this skill to process social sources and transcripts together?

Yes, you can process social sources and transcripts together. The skill explicitly handles transcript, article, and social source files under the context-library/inspiration/raw/ directory, enriching their metadata and updating the library index in their respective sections.

How does gap detection work during theme synthesis evaluation?

Gap detection during theme synthesis evaluation identifies missing information or unresolved structural gaps in the content. When gap closure issues are detected, the skill triggers a full synthesis mode rather than an incremental append to ensure the final theme output remains consistent.

What are the limitations of incremental appends for content synthesis?

Incremental appends for content synthesis are limited by evaluation signals; they should not be used when quality thresholds are breached or structural drift is detected. In these cases, the skill enforces a full synthesis rewrite to maintain reference state integrity.