context

Read, generate, validate, and query document sections across lifecycle workflows.

133|9|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/lync-cyber/CataForge --skill context-lync-cyber
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context
Source: https://github.com/lync-cyber/CataForge/tree/main/.cataforge/skills/context
Command: npx skills add https://github.com/lync-cyber/CataForge --skill context-lync-cyber

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a single entry point for managing document context across the full document lifecycle, so agents can load only the needed sections, trace dependencies, generate or write content, and run consistency checks without reading entire files.

Core Features & Use Cases

  • Targeted Reading: Load specific document chapters or entities on demand to stay within token budgets and avoid noisy full-file reads.
  • Generation and Writing: Create or update document content through structured authoring and finalize flows, with clear guidance on templates and persistence.
  • Review and Consistency Checks: Validate single documents or cross-document alignment, including structure, contract consistency, and traceability.
  • Traceable Queries: Ask relationship-oriented questions such as dependency chains or upstream/downstream links and receive grounded answers.

Quick Start

Ask the context skill to read the exact document section you need, such as the PRD feature block for a specific requirement.

Frequently Asked Questions about context

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

FAQPage Schema
How do I load specific markdown sections without reading the entire document?

Targeted reading loads specific document chapters or entities on demand to stay within token budgets and avoid noisy full-file reads. You request the exact markdown section needed, such as a specific PRD feature block, and the skill retrieves only that content.

Can I trace dependency chains across multiple documents like PRDs and architecture plans?

Traceable queries support dependency tracing across multi-document workflows including PRD, architecture, UI, and delivery plans. You can ask relationship-oriented questions about upstream and downstream links to receive grounded answers regarding document traceability.

How do I validate consistency between a PRD and architecture documents?

Review and consistency checks validate single documents or cross-document alignment, including structure, contract consistency, and traceability. This ensures your architecture documents align with PRD requirements through structured review gates and consistency checking mechanisms.

What is the best way to generate structured markdown content using templates?

Generation and writing features create or update document content through structured authoring and finalize flows with template registry awareness. The system applies template guidance and routed backend handling for deterministic document operations to ensure properly formatted markdown output.

Does this approach work for multi-document workflows requiring controlled context loading?

Multi-document workflows are the primary use case, providing controlled context loading, authoring, review gates, and dependency analysis. The system manages document lifecycle operations by reading precise sections, generating structured content, and validating consistency across multiple connected documents.