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/puritysb/agentdeck/agentdeck-workflowsnpx skills add puritysb/AgentDeck --skill agentdeck-workflowsgit clone --depth 1 https://github.com/puritysb/AgentDeckWhat 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 | $0.00044 | $0.00332 |
| Opus 5 | $0.00022 | $0.00166 |
| Sonnet 5 | $0.00009 | $0.00066 |
| Haiku 4.5 | $0.00004 | $0.00033 |
Grade A, and why
agentdeck-workflows 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 2d 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.
What it actually says
AgentDeck Workflows
Use this skill when the user asks to build, run dev mode, link/package the Stream Deck plugin, build Android, or debug an Apple/Xcode reproduction.
Required Context
- Read
CLAUDE.mdbefore running workflow commands. - Read the top of
DEVELOPMENT_LOG.md, then search it for the subsystem you are touching instead of loading the full file. - Preserve App Store invariants from
CLAUDE.mdandAGENTS.mdwhen touching Apple UI, daemon, setup, or diagnostics.
Workflow Map
- Android release APK: read
.agents/workflows/build-android.md. - Stream Deck plugin build/link: read
.agents/workflows/build-plugin.md. - Dev watch mode: read
.agents/workflows/start-dev.md. - Apple/Xcode diagnostics: read
.agents/workflows/apple-xcode-debug.md.
Execution Rules
- Treat the workflow file as the canonical command sequence for that task.
- If a command requires network, GUI access, device access, or writes outside the workspace, request the scoped approval required by the current Codex sandbox.
- For Apple/Xcode diagnostics, capture repository-side diagnostics before editing code when the issue was reproduced from Xcode.
- Keep generated diagnostics under
diagnostics/; do not commit them. - Report which workflow file was used and the verification result.
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.
- 2d ago First seen · 30 lines · 44 tokens per session scan A 252fd089997a
agentdeck-workflows is a skill published in the GitHub repository puritysb/AgentDeck (212 stars, last pushed 2d ago), licensed MIT. It adds 44 tokens to every session and 332 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-30.
Other skills, from other repositories
SKILL
This document provides a comprehensive technical reference for KSensor, a Kotlin Multiplatform (KMP) library designed for observing device sensors and system states on Android and iOS.
find-release
A skill to find the lowest Dart and Flutter release containing a given commit. Use this skill whenever users ask about when a commit landed in Flutter or Dart releases, inquire about release versions for specific SHAs, or want to know if a commit is included in stable, beta, or dev channels for Flutter/Dart projects.
speckit-specify
Create or update the feature specification from a natural language feature description.
speckit-analyze
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
docs-build
Build, preview, and validate the Uno documentation website (DocFX) locally — surface real content errors vs expected noise, drive rendered pages with Playwright, and validate external-doc commit bumps in importexternaldocs.ps1 before a PR. Use when working under doc/, editing articles/ markdown, bumping an external…
add-sample
Create a SamplesApp sample page with correct theming and attributes. Use when adding UI samples for controls.