Borrowing it
Nothing to install: this file belongs to plurigrid/asi. 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/plurigrid/asi/main/.claude/skills/asi-transient-agenda/SKILL.mdgit clone --depth 1 https://github.com/plurigrid/asiWrote 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/plurigrid/asi/asi-transient-agenda)<a href="https://agentmods.dev/skills/plurigrid/asi/asi-transient-agenda"><img src="https://agentmods.dev/badge/skills/plurigrid/asi/asi-transient-agenda/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/plurigrid/asi/asi-transient-agenda"><img src="https://agentmods.dev/badge/skills/plurigrid/asi/asi-transient-agenda.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 2 findings, up to high
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- high YARA Match · line 29 YARA rule matched a hack tool or exploit indicator (offensive tools, reconnaissance, privilege escalation, or exploit frameworks).Fix: Remove offensive tool references and exploit code. Legitimate agent skills should not contain penetration testing tools, exploit frameworks, or reconnaissance utilities.
- medium MCP Rug Pull · line 44 npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.Fix: Pin the version: npx @scope/[email protected]
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.00029 | $0.01235 |
| Opus 5 | $0.00015 | $0.00617 |
| Sonnet 5 | $0.00006 | $0.00247 |
| Haiku 4.5 | $0.00003 | $0.00123 |
Grade A, and why
asi-transient-agenda scanned grade A with 1 finding 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.
Runs shell commandslowCapability
Expected in a hook, worth knowing in a rule or an instructions file.
(:require ["child_process" :as cp])) How it starts
The opening of the file, as written. The whole thing — 136 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ASI Transient Agenda
Trit: +1 (PLUS - synthesis of views) Stack: nbb (Node Babashka) + squint-cljs + Emacs transient/hydra Bridge: emacsclient eval ↔ nbb REPL ↔ plurigrid repo state
Overview
Org-agenda-style transient dispatcher for navigating 400+ plurigrid repositories, active ASI skills (616+), and running MCP server state. Renders as Emacs transient menus (hydra-compatible) with data computed by nbb/squint.
Architecture
nbb/squint (ClojureScript)
├── repo-index.cljs — gh API → repo metadata → DuckDB
├── skill-scanner.cljs — skill directory → status/trit/triad
└── agenda-render.cljs — transient menu s-expressions → emacsclient
│
▼
Emacs (transient.el / hydra.el)
├── asi-agenda-hydra — top-level dispatcher
├── asi-repo-view — repo browser with category filters
└── asi-skill-view — skill status dashboard
Quick Start
# Generate agenda data
nbb asi-transient-agenda/repo-index.cljs
# Push transient menu to Emacs
nbb asi-transient-agenda/agenda-render.cljs | emacsclient --eval -
# Or use squint for lightweight JS output
npx squint-cljs compile asi-transient-agenda/agenda-render.cljs
node asi-transient-agenda/agenda-render.mjs
Emacs Hydra Definition
(defhydra asi-agenda (:color blue :hint nil)
"
ASI Agenda: %(asi-agenda--repo-count) repos | %(asi-agenda--skill-count) skills
─────────────────────────────────────────────
_r_ repos _s_ skills _m_ MCP servers
_t_ triads _g_ GF(3) _d_ DuckDB query
_j_ Julia _z_ Zig _c_ Clojure
_q_ quit
"
("r" asi-agenda-repos)
("s" asi-agenda-skills)
("m" asi-agenda-mcp)
("t" asi-agenda-triads)
("g" asi-agenda-gf3)
("d" asi-agenda-duckdb)
("j" asi-agenda-julia)
("z" asi-agenda-zig)
("c" asi-agenda-clojure)
("q" nil))
nbb Repo Index
(ns asi-transient-agenda.repo-index
(:require ["child_process" :as cp]))
(defn gh-repos []
(-> (cp/execSync "gh repo list plurigrid --limit 400 --json name,description,primaryLanguage,updatedAt"
#js {:encoding "utf-8"})
js/JSON.parse
(js->clj :keywordize-keys true)))
(defn by-language [repos]
(group-by #(get-in % [:primaryLanguage :name] "none") repos))
(defn agenda-sexp [repos]
(let [grouped (by-language repos)]
(str "(asi-agenda--set-data '"
(pr-str (into {} (map (fn [[k v]] [k (count v)]) grouped)))
")")))
(println (agenda-sexp (gh-repos)))
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.
- 10d ago First seen · 136 lines · 29 tokens per session scan A 7fdbe53c4f3d
asi-transient-agenda is a skill published in the GitHub repository plurigrid/asi (62 stars, last pushed 2mo ago), licensed MIT. It adds 29 tokens to every session and 1,235 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (runs shell commands). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-01.
Other skills, from other repositories
orbit-notion
Open Orbit briefing skill — selected by the Orbit pipeline when Notion is the user's only connected connector, or when the user explicitly scopes their daily digest to Notion. Pulls the past 24 hours of document edits, comments, mentions, and database row changes from the user's authenticated Notion connection and…
Cortex
Operate Cortex, the LifeOS memory system — the typed Knowledge Archive (People, Companies, Ideas, Research with typed related: links) plus recall of prior work sessions, ISAs, and conversations. Search, add, harvest, develop, ingest, distill, graph-navigate, recall. USE WHEN cortex, knowledge, knowledge base, search…
pinchtab-mcp
Use this skill when a task requires browser automation through PinchTab's MCP server connected to a remote browser instance. Covers navigation, element interaction, data extraction, form filling, multi-step flows, and session management via MCP tools.
feishu
Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.
peekaboo
Capture and automate macOS UI with the Peekaboo CLI.
mochi-remind
Handle due reminders — notify the user with natural language and mark them done.