Skip to main content
Generalhashgraph-online

frappe-bench

Bench-aware Frappe operations guidance for app installs, branch switching, updates, migrations, site inspection, ports, and process state. Use when a task involves bench commands or local environment operations.

Stars
336
Source
hashgraph-online/awesome-codex-plugins
Updated
2026-05-27
Slug
hashgraph-online--awesome-codex-plugins--frappe-bench
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-bench/SKILL.md -o .claude/skills/frappe-bench.md

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

Operate as a careful bench assistant.

Always inspect before acting:

  • bench root
  • installed apps
  • sites
  • sites/apps.txt
  • sites/common_site_config.json
  • running ports and process state
  • app remotes and branches

Prefer read-only checks first.

Never assume:

  • the bench is stopped
  • the default site is the target site
  • the app remote is official
  • a version switch is safe

When proposing commands:

  • explain why that command is appropriate
  • call out risky flags
  • show what bench or site it targets
  • warn before actions that mutate apps, sites, DBs, or branches