# Cross Project Search

> >

- **Type:** Skill
- **Install:** `agentstack add skill-ao92265-claude-code-playbook-cross-project-search`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [ao92265](https://agentstack.voostack.com/s/ao92265)
- **Installs:** 0
- **Category:** [Search](https://agentstack.voostack.com/c/search)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [ao92265](https://github.com/ao92265)
- **Source:** https://github.com/ao92265/claude-code-playbook/tree/main/skills/cross-project-search

## Install

```sh
agentstack add skill-ao92265-claude-code-playbook-cross-project-search
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

Search across all projects in /path/to/repos/ for:

$ARGUMENTS

## Instructions

1. Run `scripts/search.sh` with the search pattern (and another-projectnal file glob) to search across all repos
   - Example: `scripts/search.sh "ZohoClient" "*.ts"`
   - The script excludes `node_modules/`, `.git/`, `dist/`, `build/`, lock files, and generated directories
   - Results are automatically grouped by project/repository
2. For each match, read enough context to understand how it's used

## Output Format

### Search Results

For each project with matches:

#### [Project Name]
- `path/to/file.ts:42` — brief description of how the pattern is used here
- `path/to/other.ts:17` — brief description

### Summary
- Total matches: N across M projects
- Most relevant implementation: point to the best/most complete example
- Patterns observed: note any differences in how projects implement this

## Important
- Search broadly first, then narrow down to the most relevant results
- Include enough context to understand each match without reading the full file
- If searching for an API or integration, note which projects use it and how
- Limit results to the top 20 most relevant matches
- Skip matches in lock files, generated code, and vendor directories

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [ao92265](https://github.com/ao92265)
- **Source:** [ao92265/claude-code-playbook](https://github.com/ao92265/claude-code-playbook)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-ao92265-claude-code-playbook-cross-project-search
- Seller: https://agentstack.voostack.com/s/ao92265
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
