hapo:inspect

Locate files and gather context within a codebase using parallel agents.

54|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/haposoft/cafekit --skill hapo-inspect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hapo:inspect
Source: https://github.com/haposoft/cafekit/tree/main/packages/spec/src/claude/skills/inspect
Command: npx skills add https://github.com/haposoft/cafekit --skill hapo-inspect

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Gemini CLI, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of finding files and understanding the context within a codebase, allowing users to locate specific files quickly and gather necessary context.

Core Features & Use Cases

  • Parallel File Discovery: Use parallel agents for fast file discovery.
  • Search and Context Gathering: Quickly locate files and gather relevant context.
  • Use Case: Before starting work on a new feature in a large codebase, use this Skill to quickly find related files and understand the current project structure.

Quick Start

Run 'hapo:inspect src/' to find files and gather context within the 'src/' directory.

Frequently Asked Questions about hapo:inspect

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

FAQPage Schema
How do I locate files and gather context in a large codebase?

To locate files and gather context in a large codebase, you can use parallel agents designed for code discovery. This approach quickly finds specific files and maps the current project structure before starting new feature work.

What is the best way to navigate a codebase before starting a new feature?

The best way to navigate a codebase for new features is running parallel search operations within a clear scope. This quickly discovers related files and gathers the necessary context to understand the surrounding project architecture.

Does codebase navigation with parallel search require specific dependencies?

Yes, codebase navigation using parallel search requires the Gemini CLI dependency. This tool facilitates external searches and is necessary to execute parallel agents for fast file discovery and context gathering within large scopes.

Can I use parallel agents for code discovery in a specific directory?

Yes, you can use parallel agents for code discovery in a specific directory by defining a clear scope. Running an inspect command on a target directory like 'src/' quickly locates files and gathers relevant context within that boundary.

What are the limitations of using parallel search for file location?

A limitation of using parallel search for file location is the requirement for a clear scope and applicable tools like Gemini CLI. Without defined boundaries or external search tools, the parallel agents cannot effectively gather context.