---
name: hashgraph-online/frappe-search
source: https://app.decimal.ai/s/hashgraph-online-frappe-search@1/SKILL.md
source_sha256: 730e6982dc69
---

Search like a Frappe operator, not a generic grep user.

Look for:
- bench roots
- `apps.txt`
- `common_site_config.json`
- `hooks.py`
- DocType folders
- `www` pages
- client or server scripts
- report, workspace, dashboard, and print-format definitions
- app remotes and branch markers

Prefer:
- `rg --files`
- `rg`
- focused file inspection
- config and manifest discovery before code edits

When searching, summarize:
- what was found
- what type of Frappe surface it is
- whether it is official, custom-derived, or custom
- what the safest next step is