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.
curl -O https://raw.githubusercontent.com/vpeetla-ai/multi-agent-system-pattern/main/.cursor/skills/portfolio-adr/SKILL.mdgit clone --depth 1 https://github.com/vpeetla-ai/multi-agent-system-patternWrote 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.
[](https://agentmods.dev/skills/vpeetla-ai/multi-agent-system-pattern/portfolio-adr)<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.
<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>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.
| Model | Per session | Once 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 |
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.
Copies of this mod
1 near-identical copy found in the catalogue:
- portfolio-adr — 100% identical, 0 lines differ
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
- Problem (1 paragraph)
- Architecture diagram (mermaid or link)
- Key decisions (3–5 bullets with ADR links)
- Live demo URL (must work)
- 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.tsif layer changed
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.
- 9d ago First seen · 61 lines · 46 tokens per session scan A 0459387285ab
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.
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.
yfinance
Skill "yfinance" from HKUDS/Vibe-Trading, covering yfinance, deep yahoo interfaces (references/), quick start, ticker format conversion and supported data types.
finance-summary
Summarize finance notes, risks, and questions without making trading decisions.
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…
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…
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.