context

Loads domain-specific context from .md files based on Git diffs and graph traversal.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the challenge of providing relevant domain-specific context to the AI, ensuring more accurate and informed responses by dynamically loading information based on user-specified domains or code changes.

Core Features & Use Cases

  • Explicit Domain Loading: Manually specify domains to load context for (e.g., auth, sessions, payments).
  • Git Diff Context: Automatically load context based on changed files in your Git repository.
  • Graph Traversal: Expands context by traversing related domains up to a configurable depth.
  • Use Case: When working on the authentication module, you can run /skill-graph:context auth to load all relevant documentation and code style guides related to authentication, ensuring your code adheres to established patterns.

Quick Start

Run the context skill to load domain information for 'payments' and 'users'.

Frequently Asked Questions about context

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

FAQPage Schema
How do I inject domain knowledge into AI context for code generation?

To inject domain knowledge into AI context, you can manually specify domains like auth or payments, or automatically load context based on Git diffs to ensure accurate, domain-aware code generation and analysis.

Can I automatically load AI context based on my Git diff?

Yes, you can automatically load AI context based on Git diffs. The system detects changed files in your repository and dynamically loads relevant domain-specific information into working memory.

How do I expand AI context to include related domain knowledge?

You can expand AI context to include related domain knowledge by using the graph traversal feature, which automatically traverses related domains up to a configurable depth from your initial domain selection.

What file format does domain context loading read from the directory structure?

Domain context loading reads `.md` files from a predefined directory structure to load specific documentation, code style guides, and domain knowledge into the AI's working memory.

How do I load specific domain documentation for my authentication module?

You load specific domain documentation for an authentication module by running the context command with the domain name, which reads the relevant `.md` files to ensure your code adheres to established patterns.

Does automatic context injection support manual domain selection?

Yes, automatic context injection supports manual domain selection. You can explicitly specify domains to load context for, or rely entirely on automatic injection driven by your repository's Git diff.