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/vanillagreencom/kendex/app-deploynpx skills add vanillagreencom/kendex --skill app-deploygit clone --depth 1 https://github.com/vanillagreencom/kendexWhat 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.00019 | $0.00415 |
| Opus 5 | $0.00010 | $0.00208 |
| Sonnet 5 | $0.00004 | $0.00083 |
| Haiku 4.5 | $0.00002 | $0.00042 |
Grade A, and why
app-deploy 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 today.
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
Release kendex
- Bump the workspace
versioninCargo.tomland the version incrates/app/tauri.conf.json— both must equal the tag minus thev, or the update feed no-ops or loops. - Run
.agents/skills/growth-guards/scripts/changelog-entries --collateto fold thechangelog.dfragments intoCHANGELOG.md'sUnreleased. A nonzero exit halts the release: read its message, fix the fragment orCHANGELOG.md, run it again. Then move those entries under a new## [<version>] - <date>heading, leaving an empty## [Unreleased]above it; confirm every breaking change carries its Breaking call-out and migration note. - Commit with
GROWTH_GUARDS_CHANGELOG_COLLATE=1— that declaration is what makesCHANGELOG.mdcount as the entry this commit owes for the version bump undercrates/, whose fragments the collator just deleted, and thecommit-msglane refuses the commit without it. Then tagv<version>and push the tag. CI builds each target and publishes a draft GitHub Release with CLI binaries, app bundles, andfeed.json(details:docs/RELEASING.md). - Review the draft, then publish it — publishing is what makes the version "latest" for self-update.
Distro packaging (Arch, Fedora, Ubuntu…) would hook in after the draft exists; no such pipelines are built yet.
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.
- today Changed · +1 lines e4c63a5d38ea
- 3d ago First seen · 30 lines · 19 tokens per session scan A c370b9afa702
app-deploy is a skill published in the GitHub repository vanillagreencom/kendex (65 stars, last pushed today), licensed MIT. It adds 19 tokens to every session and 415 once invoked, about $0.0001 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
surf
Control Chrome browser via CLI for testing, automation, and debugging. Use when the user needs browser automation, screenshots, form filling, page inspection, network/CPU emulation, DevTools streaming, or AI queries via ChatGPT/Gemini/Perplexity/Grok/AI Studio.
prose-review
Review prose written for others -- user-facing docs, prompts for other LLMs, inline comments, docstrings, and other-facing messages -- for local jargon leakage, orphaned references, missing grounding, and audience or genre misfit.
text-search
Search indexed text corpora with qmd. For indexed content, prefer qmd over grep.
repoprompt-tool-guidance-refresh
Refresh RepoPrompt tool guidance when the CLI/MCP surface changes. Tracks RepoPrompt CE (rpce-cli, the maintained target) across versions, and can diff the frozen Classic CLI (rp-cli) against CE. Uses /.pi/agent/skills/repoprompt-tool-guidance-refresh/scripts/track-rp-version.sh to capture/diff --help and -l (tool…
pi-commandcode-release
Use when preparing, validating, publishing, or documenting a pi-commandcode-provider release/deployment, including version bumps, changelog entries, npm publish, GitHub releases, tags, and release follow-up comments.
xcodebuildmcp
Build/test Xcode projects via the XcodeBuildMCP MCP server using a local CLI wrapper for pi (no MCP support). Use when the user mentions Xcode, xcodebuild, iOS builds/tests, or XcodeBuildMCP.