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 skills add Christian-Katzmann/app-it --skill app-it-staticgit clone --depth 1 https://github.com/Christian-Katzmann/app-itWrote 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/christian-katzmann/app-it/app-it-static)<a href="https://agentmods.dev/skills/christian-katzmann/app-it/app-it-static"><img src="https://agentmods.dev/badge/skills/christian-katzmann/app-it/app-it-static/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/christian-katzmann/app-it/app-it-static"><img src="https://agentmods.dev/badge/skills/christian-katzmann/app-it/app-it-static.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 2 findings, up to medium
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 →
- medium Rogue Agent · line 56 Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
- medium Rogue Agent · line 104 Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
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.00089 | $0.01251 |
| Opus 5 | $0.00044 | $0.00626 |
| Sonnet 5 | $0.00018 | $0.00250 |
| Haiku 4.5 | $0.00009 | $0.00125 |
Grade A, and why
app-it-static 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.
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.
app-it-static - Make a finished build launchable from the Dock
app-it-static is the no-dev-server companion to app-it: it builds once,
serves the finished output, installs beside live apps in ~/Applications/App It/,
and keeps the native Swift WebKit window and Dock identity.
Non-Negotiables
- Run
templates/inspect-static.shfirst and read the output before editing. - Confirm before the first project build. It can write files and take time.
- Never run
npm run dev. If the app needs a live dev server, route toapp-itand say why. - Serve a snapshot and say so. Source changes need
desktop:rebuild. - Default to
serve_mode: "server". Usefileonly after proving the build is file:// safe. - Copy shipped templates and customize through
scripts/app-it.config.json. Do not re-derive launcher patterns. - Verify the built output, app bundle, install path, runtime port, server response, quit cleanup, and human-only GUI limits.
Reference Map
Open only the files needed by the inspection result:
references/project-inspection.md- static-servable tests, build/output detection, package managers, monorepos, names, bundle IDs, and tools.references/serve-modes.md- server vs file decisions and the file:// safety checklist.references/generated-files.md- template roster, shared-template rules, allowed target-project files, config JSON, and package scripts.references/verification.md- smoke tests, app-bundle checks, runtime checks, cleanup, and human/deferred buckets.references/report-template.md- exact final report format plus decision history.references/anti-patterns.md- traps that cause broken static launchers.
Templates
Templates live next to this file in templates/. Copy them into the target
project; do not rewrite them. See references/generated-files.md for the full
roster.
Shared templates are byte-identical to app-it and guarded by repo validation:
wrapper.swift, native-run-stub.c, desktop-icons.sh,
desktop-icons-preview.sh, desktop-install.sh, info-plist-template.xml, and
placeholder-icon-gen.sh. If launcher internals change, edit the app-it copy
and re-sync this plugin so marketplace installs stay self-contained.
What ships with it
23 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.
- references/anti-patterns.md 641 B
- references/generated-files.md 1.8 KB
- references/project-inspection.md 2.5 KB
- references/report-template.md 1.6 KB
- references/serve-modes.md 1.1 KB
- references/verification.md 1.4 KB
- templates/app-it.config.example.json 1.9 KB
- templates/desktop-build.sh 9.8 KB runs code
- templates/desktop-icons-preview.sh 28 KB runs code
- templates/desktop-icons.sh 4.6 KB runs code
- templates/desktop-install.sh 5.8 KB runs code
- templates/desktop-launcher.md.template 3.4 KB
- templates/desktop-quit.sh 7.8 KB runs code
- templates/desktop-rebuild.sh 1.6 KB runs code
- templates/info-plist-template.xml 875 B
- templates/inspect-static.sh 7.9 KB runs code
- templates/native-run-stub.c 2.2 KB
- templates/placeholder-icon-gen.sh 10.0 KB runs code
- templates/run-template-static-file.sh 2.2 KB runs code
- templates/run-template-static-server.sh 9.3 KB runs code
- templates/static-server.py 3.0 KB runs code
- templates/wrapper.swift 38 KB
- tests/test_static_server.py 2.7 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.
- 9d ago First seen · 136 lines · 89 tokens per session scan A 07e88b8de655
app-it-static is a skill published in the GitHub repository Christian-Katzmann/app-it (217 stars, last pushed 1mo ago), licensed MIT. It adds 89 tokens to every session and 1,251 once invoked, about $0.0004 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
claudexor
Use the local Claudexor control plane for harness-agnostic coding work across Claude Code, Codex, Cursor, and OpenCode. Use when a task benefits from route-aware harness and account selection, quota-aware account rotation, shared thread context, read-only planning or research, best-of-N execution, or cross-harness…
tfx-hub
A Korean-language skill for managing a TFX message hub, which is a local message bus for communication between coding agents. It supports starting, stopping, checking, and routing work through the hub.
tfx-review
A code-review workflow that asks several command-line AI reviewers to inspect changes independently, then reports issues that at least two reviewers agree on. TDD means test-driven development, where tests are written to guide implementation, but this add-on is for reviewing code rather than defining TDD.
tfx-plan
A workflow for breaking a coding task into an implementation plan. It reviews the proposed work using several planning and critique steps, with a quicker mode when needed.
merge-worktree
A Korean-language workflow for squash-merging a Git worktree branch into a target branch and creating a conventional commit message. A worktree is a separate working directory connected to the same Git repository; squash-merge combines its changes into one commit.
self-improve
The deliberate self-improvement loop for the maintainer — step back from fixing issues and improve Heimdall's OWN capability. Ports karpathy/autoresearch to Heimdall's routing/planning: collect evidence from metrics.jsonl + queue dead/done stats → form testable hypotheses → run a bounded routing experiment → evaluate…