Skip to main content
Frontend Developmenthashgraph-online

frappe-search

Frappe-specific search and discovery guidance for finding benches, apps, remotes, sites, ports, hooks, DocTypes, builder DocTypes, and frontend surfaces quickly. Use when the task starts with locating or classifying Frappe context.

Stars
336
Source
hashgraph-online/awesome-codex-plugins
Updated
2026-05-27
Slug
hashgraph-online--awesome-codex-plugins--frappe-search
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/hashgraph-online/awesome-codex-plugins/HEAD/plugins/Dkm0315/frappe-agent/skills/frappe-search/SKILL.md -o .claude/skills/frappe-search.md

Drops the SKILL.md into .claude/skills/frappe-search.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

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