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/chrisbanes/skills/implementnpx skills add chrisbanes/skills --skill implementgit clone --depth 1 https://github.com/chrisbanes/skillsWhat 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.00014 | $0.00044 |
| Opus 5 | $0.00007 | $0.00022 |
| Sonnet 5 | $0.00003 | $0.00009 |
| Haiku 4.5 | $0.00001 | $0.00004 |
Grade A, and why
implement 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
Implement
Implement only the supplied work item, validate it, and return the committed result or an actionable blocker.
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 · 10 lines · 14 tokens per session scan A 34e547563526
implement is a skill published in the GitHub repository chrisbanes/skills (1,003 stars, last pushed 5d ago), licensed Apache-2.0. It adds 14 tokens to every session and 44 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
kotlin-compiler-plugin-dev
Kotlin Compiler Plugin の開発・レビュー、および複数 Kotlin バージョン対応 (compat module layer / source set separation) の追加・削除を支援するスキル。 30+ の既存プラグインの調査データ (Extension Point、設計パターン、ソースコード URL) を参照し、 やりたいことに最適な Extension Point の選択、設計パターンの提案、前例のソースコード参照を行う。 サポート Kotlin バージョンの追加・削除では compat module の delegation pattern / capability flag /…
intellij-plugin-dev
IntelliJ Platform / Android Studio 向けプラグインを、人手を最小化してエージェント主導で 開発するためのツーリング・進め方リファレンス。「実装↔動作確認の自走フィードバックループ」を 6 チャネルに分解し、正しさ = ヘッドレス機能テスト (Kotlin Analysis API)、見た目 = headless PNG 自己目視 (renderComposeScene + standalone Jewel) の 2 本を主軸に据える。tool window (Jewel/Compose)、 gutter line marker、エディタ追従、ノード→ソースのナビ、PSI 挿入…
kmp-snapshot-testing-setup
Sets up snapshot testing infrastructure for Kotlin Multiplatform + Compose projects. Creates build-logic convention plugins (convention-kmp-test, convention-kmp-snapshot-testing, SnapshotReportTask), a core testing module with Kotest PBT base classes (StateHolderSnapshotPbtSpec, LogicSnapshotPbtSpec…
kotlin-tuple
Generates type-safe Tuple utilities for Kotlin and Kotlin Multiplatform projects. Creates Tuple data classes, tupleOf factories, toList conversion, KSerializer for kotlinx.serialization, type-safe awaitAll, a Result-returning awaitAllCatching, and allNotNullOrNull in one go. Use when requested: "add Tuple", "generate…
kotlin-compiler-plugin-setup
Sets up a Kotlin Compiler Plugin project with multi-module Gradle structure. Creates buildSrc convention plugins (kotlin-jvm), compiler-plugin module with AutoService + KSP for plugin registration, Gradle plugin wrapper (KotlinCompilerPluginSupportPlugin), runtime API module (Kotlin Multiplatform), unit tests with…
ksp-plugin-setup
KSP plugin (Symbol Processor) プロジェクトを cream.kt 由来の構成で一式セットアップする。 runtime (KMP 全ターゲット、アノテーション宣言のみ) / ksp (JVM only, processor) / test (KMP 統合テスト) の 3 モジュール、feature / core / options / util の 4 層 + ProcessContext + context parameters による processor 設計、kctfork による e2e コンパイルテスト・facet 形式の Markdown golden・generator 駆動の…