multi-agent-system-pattern: Skill for Cursor

.cursor/skills/setup-vpeetla-skills/SKILL.md

setup-vpeetla-skills is a skill for Cursor from vpeetla-ai/multi-agent-system-pattern. It costs 58 tokens per session (356 once invoked), scanned A, original, MIT.

A repository setup workflow for vpeetla-ai organization skills, including issue tracking, labels, documentation paths, and agent context files.

In plain words
What is it for?
Installing skills, adding or merging AGENTS.md and CONTEXT.md, choosing an issue tracker and documentation folder, and checking the repository setup.
Why use it?
It gives a newly cloned or onboarded repository the files and settings needed for the organization’s agent workflow.

Skill for Cursor

Written for Cursor: installed under .cursor/. Also seen: mentions AGENTS.md; mentions Codex.

This is vpeetla-ai/multi-agent-system-pattern's own configuration. It tells Cursor how to work on multi-agent-system-pattern itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything multi-agent-system-pattern configures →

Reuse

Borrowing it

Nothing to install: this file belongs to vpeetla-ai/multi-agent-system-pattern. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/vpeetla-ai/multi-agent-system-pattern/main/.cursor/skills/setup-vpeetla-skills/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/vpeetla-ai/multi-agent-system-pattern

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 setup-vpeetla-skills

README.md
[![agentmods](https://agentmods.dev/badge/skills/vpeetla-ai/multi-agent-system-pattern/setup-vpeetla-skills/github.svg)](https://agentmods.dev/skills/vpeetla-ai/multi-agent-system-pattern/setup-vpeetla-skills)
Your own site
<a href="https://agentmods.dev/skills/vpeetla-ai/multi-agent-system-pattern/setup-vpeetla-skills"><img src="https://agentmods.dev/badge/skills/vpeetla-ai/multi-agent-system-pattern/setup-vpeetla-skills/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 setup-vpeetla-skills

Your own site · 80×15
<a href="https://agentmods.dev/skills/vpeetla-ai/multi-agent-system-pattern/setup-vpeetla-skills"><img src="https://agentmods.dev/badge/skills/vpeetla-ai/multi-agent-system-pattern/setup-vpeetla-skills.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 356 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.00058 $0.00356
Opus 5 $0.00029 $0.00178
Sonnet 5 $0.00012 $0.00071
Haiku 4.5 $0.00006 $0.00036

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

Security

Grade A, and why

setup-vpeetla-skills 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.cursor/skills/setup-vpeetla-skills/SKILL.md · 43 lines

What it actually says

Setup vpeetla-ai Skills

Run once per repository.

Checklist

  1. Confirm repo is in vpeetla-ai org
  2. Install skills: ./scripts/install.sh --cursor --project . from vpeetla-ai-skills
  3. Copy CONTEXT.md if missing (or symlink from skills repo)
  4. Add AGENTS.md (Codex) — merge, do not overwrite custom sections
  5. Identify stack layer (see governed-ai-stack skill)

Ask the user

  • Issue tracker: GitHub Issues / Linear / local docs/issues/
  • Triage labels: e.g. agent-task, hitl-required, loopforge
  • Docs path: docs/ (default) or adr/

Write .vpeetla-skills.json in repo root

{
  "issue_tracker": "github",
  "docs_path": "docs",
  "stack_layer": "self-improvement",
  "gateway_required": false
}

Verify

  • pytest -q or npm test passes (if applicable)
  • README has honest implementation status table
  • docs/ECOSYSTEM.md or link to ai-architecture-portfolio exists for platform repos
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 · 43 lines · 58 tokens per session scan A 944bd3875645

Subscribe to this mod's changes

setup-vpeetla-skills is a skill published in the GitHub repository vpeetla-ai/multi-agent-system-pattern (2 stars, last pushed 5d ago), licensed MIT. It adds 58 tokens to every session and 356 once invoked, about $0.0003 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.