context

Creates, updates and synchronizes domain-specific knowledge bases from codebases, documents and Git history.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/rnqhstmd/oh-my-rnqhstmd --skill context-rnqhstmd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context
Source: https://github.com/rnqhstmd/oh-my-rnqhstmd/tree/main/.claude/skills/context
Command: npx skills add https://github.com/rnqhstmd/oh-my-rnqhstmd --skill context-rnqhstmd

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the management of domain-specific knowledge for AI agents, ensuring consistent and accurate context is available for development tasks.

Core Features & Use Cases

  • Context Creation: Automatically generates domain context from codebases or Q&A.
  • Document Integration: Ingests information from documents (PDF, TXT, MD) to build context.
  • Context Synchronization: Updates context based on Git history to reflect development progress.
  • Use Case: When starting a new feature, use this Skill to analyze the existing codebase and generate a comprehensive context/ directory, ensuring the AI has all necessary domain knowledge before development begins.

Quick Start

Create a new domain context for 'user-authentication' by analyzing the current codebase.

Frequently Asked Questions about context

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

FAQPage Schema
How do I generate domain knowledge context for an AI assistant from an existing codebase?

Generate domain knowledge context for an AI assistant by analyzing your existing codebase to automatically create a structured context directory. This includes README.md, PROJECTS.md, glossary.md, architecture.md, and status.md files for consistent development context.

Can I build codebase context from existing PDF and TXT documents?

Yes, you can build codebase context from existing documents. Use the `--from` flag to ingest information from PDF, TXT, and MD files, automatically structuring the ingested domain knowledge into your project's `context/` directory.

What is the best way to synchronize domain context with recent Git history?

The best way to synchronize domain context with recent Git history is using the `--sync` flag. This updates your existing domain knowledge base files to reflect development progress and codebase changes automatically.

How do I structure domain knowledge for AI agents before starting a new feature?

Structure domain knowledge for AI agents by creating a `context/` directory containing specific markdown files: README.md, PROJECTS.md, glossary.md, architecture.md, and status.md. This ensures the AI has all necessary domain knowledge before development begins.

Does this domain context management tool work without external dependencies?

Yes, this domain context management tool operates entirely without external dependencies. It uses internal scripts to manage domain context through codebase analysis, Q&A-driven creation, and Git history synchronization.

Can I create domain context through Q&A instead of codebase analysis?

Yes, you can create domain context through Q&A-driven creation as an alternative to automated codebase analysis. This allows you to manually define and structure domain-specific knowledge bases for your AI assistant.