project-context

Fetch cross-project context from the hub registry and present it as a searchable summary.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/haingt-dev/agent --skill project-context-haingt-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-context
Source: https://github.com/haingt-dev/agent/tree/main/global/skills/project-context
Command: npx skills add https://github.com/haingt-dev/agent --skill project-context-haingt-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cross-project context retrieval by querying the agent hub registry to expose project identities, goals, and current focus.

Core Features & Use Cases

  • List all projects from registry with columns: Project, Type, Summary; results sorted alphabetically.
  • Fetch a specific project by fuzzy name match to view its identity, goals, and current focus (up to three files).
  • Optional: surface additional architecture and tech notes if present in the project's memory-bank.

Quick Start

Invoke this skill without arguments to list all projects, or supply a project-name to fetch its details.

Frequently Asked Questions about project-context

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

FAQPage Schema
How do I retrieve cross-project context from a central registry?

To retrieve cross-project context, fetch data from a central registry.json file that stores project identities, goals, and focus. The system reads this registry and returns a searchable summary of all available projects.

How do I list all available projects from a hub registry?

To list all projects from the hub registry, invoke the skill without arguments. It reads registry.json and outputs a searchable summary sorted alphabetically with columns for Project, Type, and Summary.

Can I fetch a specific project's identity and goals using a partial name match?

Yes, you can fetch a specific project's identity and goals by supplying a partial name. The skill uses fuzzy matching against the registry to find the correct project and reads up to three project files for details.

What is the best way to access architecture and tech notes stored in project memory-banks?

The best way to access architecture and tech notes is to fetch the specific project from the registry. The skill automatically surfaces optional architecture and tech documentation if present in the project's memory-bank.

What are the limitations when fetching project files from the registry?

A limitation when fetching project files is that the skill reads a maximum of three project files per request. Additional architecture and tech docs are only surfaced if explicitly present in the project's memory-bank.