search

Scan codebases to generate search{id}.md context summaries of files and dependencies.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/lucasbenevinuto/Social-Data --skill search-lucasbenevinuto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: search
Source: https://github.com/lucasbenevinuto/Social-Data/tree/main/.claude/skills/search
Command: npx skills add https://github.com/lucasbenevinuto/Social-Data --skill search-lucasbenevinuto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams quickly gather raw context from a codebase before implementing changes, reducing guesswork and miscommunication.

Core Features & Use Cases

  • Context capture: scans files, architecture, and documentation to assemble a holistic project snapshot.
  • Affected scope analysis: identifies files likely to change and related components for targeted edits.
  • Use Case: before starting a feature or bugfix, generate a search{ID}.md that summarizes relevant files, tech stacks, and dependencies.

Quick Start

Run the search skill to generate the next available search file with raw context for the target project.

Frequently Asked Questions about search

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

FAQPage Schema
How do I gather codebase context before starting a feature or bugfix?

Gather codebase context by scanning files, architecture, and documentation to assemble a holistic project snapshot into a machine-friendly search{id}.md entry. This summary identifies relevant files, tech stacks, and dependencies to reduce guesswork before implementation.

How do I identify affected files and dependencies for targeted code edits?

Identify affected files and dependencies by analyzing the codebase scope to find components likely to change during maintenance. The analysis captures architectural patterns and related dependencies, producing a summary for targeted edits across multiple languages.

What is the best way to generate a project snapshot for implementation tasks?

The best way to generate a project snapshot is running a context search that scans repository contents for architectural patterns and documentation. It produces a machine-friendly search{id}.md file capturing the technology stack and relevant files for faster decisions.

Do I need repository access to analyze codebase architecture and documentation?

Yes, you need repository access to analyze codebase architecture and documentation. The context gathering process must run in environments with access to repository contents to accurately identify files, patterns, and dependencies across multiple technologies.

Can I use codebase context analysis across multiple programming languages and technologies?

Yes, you can use codebase context analysis across multiple programming languages and technologies. The search process focuses on identifying affected files, architectural patterns, and dependencies regardless of the specific tech stack before generating the summary entry.

Why does codebase exploration reduce miscommunication during software maintenance?

Codebase exploration reduces miscommunication by providing teams with a raw context snapshot before implementing changes. Identifying relevant files, documentation, and dependencies ensures everyone works from the same architectural understanding captured in the search{id}.md entry.