context

Construct a context pack from a project's DeepWiki/code-map for focused source reading.

3|Updated Jun 10, 2026
One-click install
npx skills add https://github.com/cwijayasundara/claude_harness_eng_v5 --skill context-cwijayasundara
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context
Source: https://github.com/cwijayasundara/claude_harness_eng_v5/tree/main/.claude/skills/context
Command: npx skills add https://github.com/cwijayasundara/claude_harness_eng_v5 --skill context-cwijayasundara

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you build a bounded context pack from your project's DeepWiki/code-map, enabling efficient source reading and reducing the need for large file reads in brownfield lanes.

Core Features & Use Cases

  • Context Pack Creation: Generate a context pack from your code-map for targeted source reading.
  • Use Case: Before diving into source code, use the /context command to get a pack of exact files and line ranges, helping you quickly understand the relevant parts of the codebase.

Quick Start

Use the /context command to create a context pack for your project, e.g., /context "question" --budget 1600.

Frequently Asked Questions about context

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

FAQPage Schema
How do I create a context pack for focused source reading in a brownfield codebase?

To create a context pack for source reading, use the /context command with a query and token budget. It traverses your project's code-map to generate a pack of exact files and line ranges for targeted orientation.

What is a context pack and how does it help with brownfield development?

A context pack is a bounded collection of files and line ranges extracted from your code-map. It reduces large file reads by providing precise source orientation for developers working in unfamiliar brownfield codebases.

Can I limit the size of the context pack generated from my code-map?

Yes, you can limit the context pack size by specifying a token budget. Using the --budget flag, the tool applies token budgeting during graph traversal to constrain the output to your desired length.

Do I need a DeepWiki code-map to use the context generation tool?

Yes, a DeepWiki or code-map of your project is required. The tool constructs the context pack by performing graph traversal on this existing map to identify relevant files and line ranges.

What is the best way to orient myself before reading source code in a large project?

The best way to orient yourself is by generating a context pack before diving into source code. This approach uses graph traversal to pinpoint exact files and line ranges, minimizing unnecessary large file reads.

Are there limitations to using context packs for code analysis?

Context packs are limited by the underlying code-map structure and the specified token budget. They are designed for focused source reading and may not capture complex cross-repository dependencies outside the mapped project scope.