dashboard-home

Rules for the main dashboard page that lists applications and supports searching, filtering, sorting, bulk actions, status changes, and loading more results.

In plain words
What is it for?
Use them when changing the dashboard application list, its search and filters, sort order, pagination, bulk operations, or session-related state.
Why use it?
They keep all application-list behavior in one place and define the available API filters and statuses. They also prevent the removed dashboard history page from being recreated.

Cursor rule for Claude Code

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.

agentmods
npx agentmods add rules/eliornl/rolemule/dashboard-home
Clone the repo
git clone --depth 1 https://github.com/eliornl/rolemule

Made for: Claude Code.

Per session 0 Nothing until a file matches its globs; then the whole rule loads.
When invoked 7,760 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00000 $0.07760
Opus 5 $0.00000 $0.03880
Sonnet 5 $0.00000 $0.01552
Haiku 4.5 $0.00000 $0.00776

Measured yesterday against content hash 1ca876eb274c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

dashboard-home 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 yesterday.

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.

.claude/rules/dashboard-home.mdc · 455 lines

How it starts

The opening of the file, as written. The whole thing — 455 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Dashboard Home (/dashboard)

ui/dashboard/index.html + ui/src/pages/dashboard-home.ts

The dashboard home is the only application list page. /dashboard/history was permanently removed — do not re-add it. All filtering, sorting, searching, and bulk operations live here.


API — GET /api/v1/applications/

Param Type Notes
search str (max 200) Case-insensitive LIKE across job_title AND company_name (OR). Takes priority over company.
status_filter str Case-insensitive status match. Values: PROCESSING, COMPLETED, APPLIED, INTERVIEW, REJECTED, ACCEPTED.
days int (1–365) Filter by last N days (based on created_at).
sort str created_desc (default) | created_asc | updated_desc | company_asc | title_asc
page int (≥1) Page number (1-indexed).
per_page int (1–100) Results per page (default 20).
company str (max 200) Legacy company-name filter; ignored when search is also present.

The backend uses func.lower().contains() (parameterised — no SQL injection risk). Unknown sort values silently fall back to created_desc.

List + stats visibility (_dashboard_application_visibility_filter)

GET /api/v1/applications/ and GET /api/v1/applications/stats/overview outerjoin workflow_sessions on job_applications.session_id and exclude rows where workflow_sessions.workflow_status = 'failed' (in addition to deleted_at IS NULL and job_applications.status != 'failed').

Why: job_applications can remain processing for a short window after the workflow session is already failed, while _format_application_response() maps that pair to a failed badge for the API consumer — which used to show a phantom FAILED card. Filtering on workflow status keeps failed analyses off the list and aligns counts with the empty state. See rolemule-core.mdc (workflow failure — no partial client data).

Read the full file on GitHub · 455 lines

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. yesterday First seen · 455 lines · 0 tokens per session scan A 1ca876eb274c

Subscribe to this mod's changes

dashboard-home is a cursor rule published in the GitHub repository eliornl/rolemule (37 stars, last pushed 2d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 7,760 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 cursor rules, from other repositories

cursorrules

Agent2 is a framework for building production AI agents with typed HTTP APIs. PydanticAI handles the agent loop. Agent2 handles everything else: API, auth, pause/resume, approvals, provider routing, knowledge search.

Artesiana/agent2 · 399 tokens

product-manager

Holistic product leader who owns the full product lifecycle — from discovery and strategy through roadmap, stakeholder alignment, go-to-market, and outcome measurement. Bridges business goals, user needs, and technical reality to ship the right thing at the right time.

Treevu-ai/cli-market-world · 5,350 tokens

api-tester

Expert API testing specialist focused on comprehensive API validation, performance testing, and quality assurance across all systems and third-party integrations.

Treevu-ai/cli-market-world · 23 tokens

developer-advocate

Expert developer advocate specializing in building developer communities, creating compelling technical content, optimizing developer experience (DX), and driving platform adoption through authentic engineering engagement. Bridges product and engineering teams with external developers.

Treevu-ai/cli-market-world · 38 tokens

architectural-and-structural-rules

The project follows a layered architecture with clear separation of concerns.

mrharishkumar/fastapi-cursor-boilerplate · 559 tokens

angular-20

This rule provides comprehensive best practices and coding standards for Angular development, focusing on modern TypeScript, standalone components, signals, and performance optimizations.

angular/angular · 0 tokens