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 instructions/ncaq/konoka/copilot-instructionsgit clone --depth 1 https://github.com/ncaq/konokaWrote 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/instructions/ncaq/konoka/copilot-instructions)<a href="https://agentmods.dev/instructions/ncaq/konoka/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/ncaq/konoka/copilot-instructions.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 | $0.01357 | $0.01357 |
| Opus 5 | $0.00678 | $0.00678 |
| Sonnet 5 | $0.00271 | $0.00271 |
| Haiku 4.5 | $0.00136 | $0.00136 |
Grade A, and why
konoka copilot-instructions.md 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 3d 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 — 164 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Project
konoka
AIコーディングアシスタント(Claude Code等)のプラグインのマーケットプレイスを管理するリポジトリ。
技術スタック
開発ツール
- Nix
octokit.jsを使う場合
- TypeScript
- Node.js
高速に動作するプログラムを書く場合
- Rust
出力設定
言語
AIは人間に話すときは日本語を使ってください。
しかし既存のコードのコメントなどが日本語ではない場合は、 コメント等は既存の言語に合わせてください。
記号
ASCIIに対応する全角形(Fullwidth Forms)は使用禁止。
具体的には以下のような文字:
- 全角括弧
()→ 半角() - 全角コロン
:→ 半角: - 全角カンマ
,→ 半角, - 全角数字
0-9→ 半角0-9
TypeScript
パッケージマネージャ
npmを使用します。
以下のコマンドは禁止です:
npx: 代わりにPATH上のコマンドを使用yarnpnpmpnpx
重要コマンド
フォーマット
基本的にファイルはツールで自動フォーマットしています。
nix fmt
以下のコマンドでフォーマット出来ます。
nix fmt
nix-tasukeプラグインにより、
Claudeの応答完了時にStopフックでnix fmtが自動実行されます。
ファイルの差分が出ることがあります。
統合チェック
nix-fast-buildコマンドで統合チェックを実行できます。
nix-fast-build --option eval-cache false --no-link --skip-cached --no-nom
リポジトリ構成
Codex向けのAGENTS.mdとClaude Code向けのCLAUDE.mdは以下のように、
.github/copilot-instructions.mdのシンボリックリンクになっています。
AGENTS.md -> .github/copilot-instructions.md
CLAUDE.md -> .github/copilot-instructions.md
これにより各種LLM向けのドキュメントを一元管理しています。
ワークフロー
バージョン管理
このリポジトリには2種類のバージョンがあります。混同しないでください。
- マーケットプレイスバージョン:
.claude-plugin/marketplace.jsonのmetadata.version。 マーケットプレイス全体のリリースバージョン。 - プラグインバージョン:
各
plugins/*/.claude-plugin/plugin.jsonのversion。 個々のプラグインのバージョン。
プラグインバージョン
プラグインに変更を加えるPRでは、そのプラグインのplugin.jsonのversionを適切に更新してください。
マーケットプレイスバージョン
プラグインの追加・修正PRではmarketplace.jsonのmetadata.versionを変更しません。
リリースはmetadata.versionのみを更新する専用のリリースPRで行います。
バージョンポリシー
SemVerを使用します。 プラグインバージョンにもマーケットプレイスバージョンにも同じ基準でSemVerを使用します。
前提
ユーザにとっての互換性を考えます。
このプロジェクトではプログラムがライブラリなどのように使われることは想定しません。
内部の支援プログラムが直接使われることも想定しません。
内部構造の変更などはユーザにとって関係がないならば、 バージョンには影響しません。
バージョンの変動基準
ユーザにとって機能が消滅したり、 手動で設定を変更しないといけないような変更は破壊的変更として、 メジャーバージョンを上げる必要があります。
ユーザにとっての機能が追加された更新は、 マイナーバージョンを上げる必要があります。
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.
- 3d ago First seen · 164 lines · 1,357 tokens per session scan A 115ea8d7c14a
konoka copilot-instructions.md is an instructions file published in the GitHub repository ncaq/konoka (3 stars, last pushed 5d ago), licensed Apache-2.0. It adds 1,357 tokens to every session, about $0.0068 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-31.
Other instructions, from other repositories
recursive-decomposition-skill AGENTS.md
Instructions for massimodeluisa/recursive-decomposition-skill, covering agents: recursive-decomposition skill, read these first (mandatory), language policy, non-negotiables and commands.
pbnz-skills AGENTS.md
AGENTS.md instructions for PBNZ/pbnz-skills, covering agents.md — pbnz-skills, start-here map — where things live and ground rules.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.