ctx

Create feature-specific context documents with bidirectional links to feature files.

4|Updated Mar 23, 2025
One-click install
npx skills add https://github.com/matochu/pythia --skill ctx-matochu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ctx
Source: https://github.com/matochu/pythia/tree/main/.agents/skills/ctx
Command: npx skills add https://github.com/matochu/pythia --skill ctx-matochu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create context documents for specific features to store in the feature directory and link to the feature document for planning, review, or implementation work.

Core Features & Use Cases

  • Create contextual documents for individual features to capture analysis, decisions, and knowledge.
  • Link context files to the corresponding feature document and organize multiple contexts per feature.
  • Maintain a standardized file structure in feat-XXX/contexts/{topic}.context.md for easy retrieval and updates.

Quick Start

Use /ctx {topic} to generate a context file for a feature.

Frequently Asked Questions about ctx

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

FAQPage Schema
How do I create feature-specific context documents for architecture planning?

Feature context documents are saved in a standardized directory structure at feat-XXX/contexts/{topic}.context.md, ensuring consistent organization and retrieval for later planning, review, or implementation work.

What is the best way to organize feature documentation and context files?

Yes, you can maintain multiple context files per feature by organizing them within the feat-XXX/contexts/ directory. Each file captures specific analysis, decisions, or knowledge and links bidirectionally to the corresponding feature document for consistent organization.

How do I link context files to a corresponding feature document?

Yes, you can use this for implementation planning by creating contextual documents that capture analysis and decisions. The generated context files link to the corresponding feature document and organize multiple contexts per feature for easy retrieval and updates.

Does this approach support storing research notes and analysis per feature?

To start generating context files, use the /ctx {topic} command for a specific feature. This creates a context document saved under the feature contexts directory, capturing analysis, decisions, and knowledge with bidirectional linking to the feature document.