frappe-hrms

frappe-hrms is a command for Claude Code, Cursor from Dkm0315/frappe-agent. It costs 0 tokens per session (62 once invoked), scanned A, original, MIT.

A task guide for Frappe HRMS, the human-resources part of the Frappe business software platform. It covers employee records and processes such as attendance, leave, payroll, recruitment, and appraisals.

In plain words
What is it for?
Use it to handle attendance, leave, shifts, payroll, expense claims, recruitment, onboarding, performance reviews, and HR reports.
Why use it?
It helps protect sensitive employee information and makes jurisdiction-specific payroll assumptions explicit.

Command for Claude CodeCursor

Written for Claude Code and Cursor: shipped in a Claude Code plugin, but also installed under .cursor/.

Part of the frappe-agent plugin — 18 skills, 18 commands shipped together

Good fit Use it to handle attendance, leave, shifts, payroll, expense claims, recruitment, onboarding, performance reviews, and HR reports.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/dkm0315/frappe-agent/frappe-hrms
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/Dkm0315/frappe-agent

Made for: Claude Code, Cursor.

Or install frappe-agent, the plugin that ships this one along with the rest of its 18 skills, 18 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for frappe-hrms

README.md
[![agentmods](https://agentmods.dev/badge/commands/dkm0315/frappe-agent/frappe-hrms/github.svg)](https://agentmods.dev/commands/dkm0315/frappe-agent/frappe-hrms)
Your own site
<a href="https://agentmods.dev/commands/dkm0315/frappe-agent/frappe-hrms"><img src="https://agentmods.dev/badge/commands/dkm0315/frappe-agent/frappe-hrms/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for frappe-hrms

Your own site · 80×15
<a href="https://agentmods.dev/commands/dkm0315/frappe-agent/frappe-hrms"><img src="https://agentmods.dev/badge/commands/dkm0315/frappe-agent/frappe-hrms.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 62 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00062
Opus 5 $0.00000 $0.00031
Sonnet 5 $0.00000 $0.00012
Haiku 4.5 $0.00000 $0.00006

Measured 10d ago against content hash 784421e3be9e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

frappe-hrms scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.cursor/commands/frappe-hrms.md · 8 lines

What it actually says

Frappe HRMS

Treat the task as Frappe HRMS work.

  • Identify attendance, leave, payroll, shifts, claims, recruitment, onboarding, appraisals, and HR reports.
  • Protect salary, personal, attendance, and performance data.
  • Call out jurisdiction-specific payroll assumptions.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 8 lines · 0 tokens per session scan A 784421e3be9e

Subscribe to this mod's changes

frappe-hrms is a command published in the GitHub repository Dkm0315/frappe-agent (24 stars, last pushed 4d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 62 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other commands, from other repositories

setup

Interactive auth setup wizard. Choose provider, configure OAuth, email, generate schema, create UI components — all in one command.

ShipWithAI/shipwithai-plugins · 25 tokens

api-runtime-verify

Verify an implemented backend HTTP surface at runtime: per route, record the request actually made, the HTTP status, the response content-type, and the observed body shape, assert each response against the slice's acceptance behavior, classify the findings, and decide a PASS/FAIL/BLOCKED runtime gate. The probe's real…

Mozurok/fhorja.dev · 216 tokens

api-contract-review

Review an API contract (endpoints, request/response shapes, error codes, auth model) BEFORE implementation for naming consistency, versioning, pagination, idempotency, and alignment with existing endpoints. Distinct from review-hard (post-implementation risk) and repo-consistency-sweep (pattern matching on written…

Mozurok/fhorja.dev · 100 tokens

backend-system-design

Produce a staff-grade backend system-design RFC for the active task: a 12-section design document (problem, requirements, architecture, data model and storage, API contract, caching, scaling and bottlenecks, reliability and SLOs, security, observability, rollout and migration, trade-offs) for a new service, endpoint…

Mozurok/fhorja.dev · 191 tokens

graphql-contract-review

Review a GraphQL schema and a Backend-for-Frontend (BFF) contract BEFORE implementation, against a GraphQL-specific checklist: schema shape and nullability (null-bubbling), errors-as-data unions, N+1 and DataLoader, query cost and depth limits, cursor-connection pagination, federation entity ownership, breaking-change…

Mozurok/fhorja.dev · 192 tokens

doctor

Health check for existing auth setups. Diagnoses missing env vars, broken routes, dangerous code patterns, middleware issues, OAuth misconfig, and database connectivity.

ShipWithAI/shipwithai-plugins · 31 tokens