agents

agents is a cursor rule for Cursor from VoTruongDanh/Skills-Agent. It costs 1,810 tokens per session, scanned A, original, MIT.

An agent-routing system that chooses a specialist based on the request’s subject and keywords. It covers areas such as debugging, backend and API work, frontend and UI work, and other development tasks.

In plain words
What is it for?
Use it to route bug fixes, backend tasks, frontend work, and other coding requests to the appropriate agent and supporting instructions.
Why use it?
It directs a request to relevant specialist guidance instead of treating every task the same way. It can also coordinate more than one specialist for requests spanning multiple areas.

Cursor rule for Cursor

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/votruongdanh/skills-agent/agents
Clone the repo
git clone --depth 1 https://github.com/VoTruongDanh/Skills-Agent

Made for: Cursor.

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 agents

README.md
[![agentmods](https://agentmods.dev/badge/rules/votruongdanh/skills-agent/agents.svg)](https://agentmods.dev/rules/votruongdanh/skills-agent/agents)
Your own site
<a href="https://agentmods.dev/rules/votruongdanh/skills-agent/agents"><img src="https://agentmods.dev/badge/rules/votruongdanh/skills-agent/agents.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,810 This file is loaded in full into every session.
When invoked 1,810 The same file — it is already loaded in full.
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.01810 $0.01810
Opus 5 $0.00905 $0.00905
Sonnet 5 $0.00362 $0.00362
Haiku 4.5 $0.00181 $0.00181

Measured 4d ago against content hash 81d4f5b7740a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

agents 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 4d 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/rules/agents.mdc · 88 lines

How it starts

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

Purpose

This is the master agent routing skill. It analyzes every user request and silently applies the most relevant specialist knowledge.

Memory Protocol

START: Read .ai-memory.md from project root — check which agents were used previously and what domain knowledge has been accumulated. END: Update .ai-memory.md using Memory Compaction Rules with which agent was applied and why.

Agent Selection Matrix

Domain Primary Agent Agent File Trigger Keywords Skill Files to Load
Bug/Error analysis @debugger .kiro/skills/agents/agents/debugger.md debug, lỗi, error, bug, crash, 500, exception, fail, fix, sửa, hỏng, lỗi rồi .kiro/skills/debug/SKILL.md, .kiro/skills/test/SKILL.md
API/Backend @backend-specialist .kiro/skills/agents/agents/backend-specialist.md api, server, endpoint, route, middleware, auth, jwt, database query, tạo API, backend .kiro/skills/create/SKILL.md, .kiro/skills/deploy/SKILL.md
UI/Frontend @frontend-specialist .kiro/skills/agents/agents/frontend-specialist.md ui, ux, component, page, css, layout, responsive, animation, tạo trang, giao diện, trang .kiro/skills/create/SKILL.md, .kiro/skills/ui-ux-pro-max/SKILL.md
Database @database-architect .kiro/skills/agents/agents/database-architect.md database, schema, migration, query, sql, prisma, orm, model, cơ sở dữ liệu .kiro/skills/create/SKILL.md, .kiro/skills/deploy/SKILL.md
Security @security-auditor .kiro/skills/agents/agents/security-auditor.md security, vulnerability, xss, csrf, injection, auth, encrypt, ssl, bảo mật .kiro/skills/debug/SKILL.md, .kiro/skills/test/SKILL.md
DevOps/Deploy @devops-engineer .kiro/skills/agents/agents/devops-engineer.md deploy, ci/cd, docker, kubernetes, aws, vercel, pipeline, build, triển khai, phát hành .kiro/skills/deploy/SKILL.md
Testing @test-engineer .kiro/skills/agents/agents/test-engineer.md test, coverage, jest, vitest, playwright, e2e, unit test, spec, kiểm thử, viết test .kiro/skills/test/SKILL.md
Performance @performance-optimizer .kiro/skills/agents/agents/performance-optimizer.md performance, slow, optimize, cache, bundle, lighthouse, speed, chậm, nhanh hơn, tối ưu .kiro/skills/enhance/SKILL.md
Documentation @documentation-writer .kiro/skills/agents/agents/documentation-writer.md docs, readme, api docs, changelog, comment, jsdoc, tài liệu .kiro/skills/create/SKILL.md
Code Explanation @documentation-writer .kiro/skills/agents/agents/documentation-writer.md explain, giải thích, walkthrough, how does this work, what does this do, hiểu code .kiro/skills/explain/SKILL.md
Planning/Multi-domain @orchestrator .kiro/skills/agents/agents/orchestrator.md orchestrate, coordinate, full-stack, multi-step, complex, tổng hợp .kiro/skills/orchestrate/SKILL.md, .kiro/skills/plan/SKILL.md
Project planning @project-planner .kiro/skills/agents/agents/project-planner.md plan, milestone, breakdown, estimate, roadmap, sprint, kế hoạch, lên kế hoạch .kiro/skills/plan/SKILL.md, .kiro/skills/brainstorm/SKILL.md

Read the full file on GitHub · 88 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. 4d ago First seen · 88 lines · 1,810 tokens per session scan A 81d4f5b7740a

Subscribe to this mod's changes

agents is a cursor rule published in the GitHub repository VoTruongDanh/Skills-Agent (2 stars, last pushed 4mo ago), licensed MIT. It adds 1,810 tokens to every session, about $0.0090 per session on Opus 5. 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-31.