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.
npx agentmods add skills/pymc-labs/decision-hub/servernpx skills add pymc-labs/decision-hub --skill servergit clone --depth 1 https://github.com/pymc-labs/decision-hubWrote 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/pymc-labs/decision-hub/server)<a href="https://agentmods.dev/skills/pymc-labs/decision-hub/server"><img src="https://agentmods.dev/badge/skills/pymc-labs/decision-hub/server.svg" alt="Measured on agentmods" 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.00006 | $0.00032 |
| Opus 5 | $0.00003 | $0.00016 |
| Sonnet 5 | $0.00001 | $0.00006 |
| Haiku 4.5 | $0.00001 | $0.00003 |
Grade A, and why
my-skill 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 6d 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.
This is a copy
100% identical to my-skill — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
What it actually says
my-skill
Describe what this skill does and how the agent should use it.
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- .env.example 1.5 KB
- docs/gauntlet-false-positives-2026-03.md 6.4 KB
- gauntlet_backfill_dev.csv 332 B
- LICENSE 1.1 KB
- migrations/001_initial.sql 1.6 KB
- migrations/002_eval_audit_logs.sql 709 B
- migrations/003_migrate_eval_status_grades.sql 261 B
- migrations/004_add_quarantine_s3_key.sql 160 B
- migrations/005_eval_reports.sql 678 B
- migrations/006_add_download_count.sql 87 B
- migrations/007_fix_schema_drift.sql 274 B
- migrations/008_add_semver_int_columns.sql 801 B
- migrations/009_add_search_logs.sql 597 B
- migrations/010_enable_rls_all_tables.sql 907 B
- migrations/011_create_eval_runs_and_add_is_personal.sql 1.4 KB
- migrations/20260211_120000_add_private_skills.sql 1005 B
- migrations/20260211_150000_add_skill_trackers.sql 614 B
- migrations/20260211_160000_add_org_email.sql 134 B
- migrations/20260211_220000_add_eval_run_indexes.sql 721 B
- migrations/20260211_230000_add_skill_category.sql 157 B
- migrations/20260212_030000_add_timestamps.sql 3.5 KB
- migrations/20260212_040000_add_org_github_metadata.sql 402 B
- migrations/20260212_120000_add_skill_source_repo_url.sql 146 B
- migrations/20260212_120001_add_skill_trackers_due_index.sql 314 B
- migrations/20260212_130000_add_fts_and_embeddings.sql 1.9 KB
- migrations/20260212_183819_add_grants_grantee_org_idx.sql 241 B
- migrations/20260212_192744_denormalize_latest_version.sql 1.3 KB
- migrations/20260212_215636_enable_rls_new_tables.sql 343 B
- migrations/20260219_230810_add_next_check_at.sql 859 B
- migrations/20260220_140222_create_tracker_metrics.sql 1022 B
- migrations/20260220_165900_add_source_repo_removed.sql 281 B
- migrations/20260220_180808_add_github_repo_metadata.sql 236 B
- migrations/20260220_185239_cleanup_orphaned_tracker_on_skill_delete.sql 883 B
- migrations/20260220_200221_fix_cleanup_orphaned_tracker_scope_to_org.sql 1000 B
- migrations/20260220_221811_add_github_stars_to_skills.sql 212 B
- migrations/20260226_095941_add_gauntlet_summary.sql 398 B
- migrations/20260226_151940_revoke_anon_grants_and_idle_timeout.sql 1.9 KB
- migrations/20260226_163218_recreate_eval_audit_logs.sql 750 B
- migrations/20260227_094019_add_homepage_perf_indexes.sql 332 B
- migrations/20260227_134829_add_manifest_path.sql 325 B
- migrations/20260301_211812_pin_search_path_on_trigger_functions.sql 1.8 KB
- migrations/20260306_093301_add_consecutive_permanent_failures.sql 307 B
- migrations/20260307_235321_add_trackers_disabled_metric.sql 242 B
- migrations/20260308_115156_add_audit_log_checksum.sql 600 B
- migrations/20260313_173012_create_scan_tables.sql 3.8 KB
- modal_app.py 14 KB runs code
- pyproject.toml 1.3 KB
- scripts/backfill_categories.py 4.7 KB runs code
- scripts/backfill_gauntlet.py 18 KB runs code
- scripts/backfill_manifest_paths.py 5.9 KB runs code
- scripts/backfill_trackers.py 3.8 KB runs code
- scripts/gauntlet_comparison.py 13 KB runs code
- src/decision_hub/__init__.py 0 B runs code
- src/decision_hub/api/__init__.py 0 B runs code
- src/decision_hub/api/app.py 13 KB runs code
- src/decision_hub/api/auth_routes.py 6.7 KB runs code
- src/decision_hub/api/deps.py 4.6 KB runs code
- src/decision_hub/api/keys_routes.py 3.6 KB runs code
- src/decision_hub/api/org_routes.py 8.4 KB runs code
- src/decision_hub/api/rate_limit.py 5.3 KB runs code
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.
- 6d ago First seen · 9 lines · 6 tokens per session scan A bfef498e46f7
my-skill is a skill published in the GitHub repository pymc-labs/decision-hub (98 stars, last pushed 23d ago), licensed MIT. It adds 6 tokens to every session and 32 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to my-skill, differing in 0 lines, and is treated as a copy.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
next-cache-components-optimizer
Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…
next-partial-prefetching-adoption
Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…
chronicle
Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…