multi-agent-system-pattern: Skill for Cursor

.cursor/skills/portfolio-adr/SKILL.md

portfolio-adr is a skill for Cursor from vpeetla-ai/multi-agent-system-pattern. It costs 46 tokens per session (324 once invoked), scanned A, original, MIT.

A writing workflow for documenting software architecture decisions, case studies, and portfolio projects. An ADR, or architecture decision record, explains a technical choice, its context, and its consequences.

In plain words
What is it for?
Use it to write ADRs, case studies, ecosystem pages, and GitHub profile updates. It also separates implemented work from planned or demo-only work and checks demo links.
Why use it?
It keeps portfolio and project documentation honest, consistent, and connected to working demos and repositories.

Skill for Cursor

Written for Cursor: installed under .cursor/.

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/portfolio-adr/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 portfolio-adr

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/vpeetla-ai/multi-agent-system-pattern/portfolio-adr"><img src="https://agentmods.dev/badge/skills/vpeetla-ai/multi-agent-system-pattern/portfolio-adr.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 324 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.00046 $0.00324
Opus 5 $0.00023 $0.00162
Sonnet 5 $0.00009 $0.00065
Haiku 4.5 $0.00005 $0.00032

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

Security

Grade A, and why

portfolio-adr 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 9d 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/portfolio-adr/SKILL.md · 61 lines

What it actually says

Portfolio & ADR Writing

ADR template

# ADR-NNN: Title

## Status
Proposed | Accepted | Superseded

## Context
What problem and constraints?

## Decision
What we chose.

## Consequences
Trade-offs, what we gave up.

## Links
Live demo, repo, related ADR

Case study structure

  1. Problem (1 paragraph)
  2. Architecture diagram (mermaid or link)
  3. Key decisions (3–5 bullets with ADR links)
  4. Live demo URL (must work)
  5. What we'd do differently

Honesty rules

  • Implemented vs Planned vs Demo-only — separate columns in README tables
  • No fake metrics; cite eval gates and test counts instead

Sync targets

Artifact Repo
ADRs, case studies ai-architecture-portfolio
venkat-ai.com pages venkat-ai-portfolio
GitHub profile vpeetla-ai/README.md

Essay anchor

from-multi-agent-os-to-agent-governance — link from profile + portfolio

After writing

  • Verify all demo URLs return 200
  • Update stack map in ecosystem.ts if layer changed
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. 9d ago First seen · 61 lines · 46 tokens per session scan A 0459387285ab

Subscribe to this mod's changes

portfolio-adr is a skill published in the GitHub repository vpeetla-ai/multi-agent-system-pattern (2 stars, last pushed 4d ago), licensed MIT. It adds 46 tokens to every session and 324 once invoked, about $0.0002 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.

Related

Other skills, from other repositories

vnpy-export

Export a Vibe-Trading backtest strategy to a runnable vnpy CtaTemplate Python class — supports A-share equities, futures, and crypto via BarGenerator + ArrayManager.

HKUDS/Vibe-Trading · 40 tokens

yfinance

Skill "yfinance" from HKUDS/Vibe-Trading, covering yfinance, deep yahoo interfaces (references/), quick start, ticker format conversion and supported data types.

HKUDS/Vibe-Trading · 41 tokens

finance-summary

Summarize finance notes, risks, and questions without making trading decisions.

spyrae/kronos-agent-os · 18 tokens

remember

Review the current conversation and capture valuable knowledge — best practices, coding conventions, architecture decisions, workflows, and user feedback — into persistent memory (AGENTS.md) or reusable skills. Use when the user says: (1) remember this, (2) save what we learned, (3) update memory, (4) capture…

langchain-ai/deepagents · 71 tokens

deepagents-thread-inspector

Inspect and explain conversations in the local Deep Agents Code SQLite session store. Use as a fallback when LangSmith trace tooling is unavailable, for offline or untraced sessions, or when asked to identify or summarize a local dcode thread, inspect checkpoint metadata, list recent local threads, or parse…

langchain-ai/deepagents · 82 tokens

query-writing

Writes and executes SQL queries from simple SELECTs to complex multi-table JOINs, aggregations, and subqueries. Use when the user asks to query a database, write SQL, run a SELECT statement, retrieve data, filter records, or generate reports from database tables.

langchain-ai/deepagents · 57 tokens