search

Search functional and code graphs to answer system questions in Breeze projects.

2|2|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/accionlabs/breezeai-claude-plugin --skill search-accionlabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: search
Source: https://github.com/accionlabs/breezeai-claude-plugin/tree/main/skills/search
Command: npx skills add https://github.com/accionlabs/breezeai-claude-plugin --skill search-accionlabs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It enables users to query the functional and code graphs to quickly obtain answers about system behavior, responsibilities, and implementation details, eliminating manual digging through documentation or code.

Core Features & Use Cases

  • Multi‑Perspective Search: Retrieves both user‑focused and system‑focused information for complete process understanding.
  • Persona‑Based Drill‑Down: Automatically traverses personas, outcomes, scenarios, and steps to build coherent narratives.
  • Context‑Aware Prioritization: Chooses functional, code, or document searches based on the query intent and available data.
  • Use Cases: Find where a feature is implemented in code, discover who is responsible for a business capability, or trace the end‑to‑end flow of a transaction.

Quick Start

Run /breeze:search <your query> to get an immediate answer from the system.

Frequently Asked Questions about search

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

FAQPage Schema
How do I search a code graph to find where a feature is implemented?

To search a code graph for feature implementation, query the Breeze backend with your system question. The graph search retrieves exact code locations and implementation details, eliminating manual digging through repositories.

What is functional graph search for impact analysis?

Functional graph search for impact analysis queries system behavior and responsibilities to trace transaction flows. It traverses personas, outcomes, scenarios, and steps to build coherent narratives about cross-cutting system changes.

Do I need a Breeze workspace and API key to query the functional graph?

Yes, querying the functional graph requires a configured Breeze workspace with a valid API key and project UUID. These credentials authenticate requests to the Breeze MCP backend to retrieve system insights.

Can I discover role responsibilities and business capabilities using graph search?

Graph search discovers role responsibilities by traversing functional graph nodes for personas and outcomes. It retrieves user-focused information to identify who is responsible for specific business capabilities within the project.

What's the best way to trace end-to-end transaction flows in a Breeze project?

The best way to trace transaction flows is running a context-aware graph search query. It prioritizes functional, code, or document searches based on query intent to map the complete end-to-end process.

Why does graph search return incomplete results for cross-cutting code queries?

Graph search may return incomplete results when the Breeze workspace lacks fully indexed code or functional graphs. Context-aware prioritization depends on available data, so missing graph nodes limit cross-cutting search coverage.