konoka copilot-instructions.md

konoka copilot-instructions.md is an instructions file for GitHub Copilot from ncaq/konoka. It costs 1,357 tokens per session, scanned A, original, Apache-2.0.

Repository instructions for Konoka, a marketplace for plugins used by AI coding assistants. They define its TypeScript, Node.js, Rust, Nix, npm, formatting, build, language, and repository-linking conventions.

In plain words
What is it for?
Use them when developing Konoka, formatting or building it, changing its marketplace metadata, or editing TypeScript, Node.js, Rust, or Nix code.
Why use it?
They keep code, generated checks, package management, and instructions for different coding assistants aligned across the repository.

Instructions file for GitHub Copilot

Install

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.

agentmods
npx agentmods add instructions/ncaq/konoka/copilot-instructions
Clone the repo
git clone --depth 1 https://github.com/ncaq/konoka

Made for: GitHub Copilot.

Wrote 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.

agentmods badge for konoka copilot-instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/ncaq/konoka/copilot-instructions.svg)](https://agentmods.dev/instructions/ncaq/konoka/copilot-instructions)
Your own site
<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>
Per session 1,357 This file is loaded in full into every session.
When invoked 1,357 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 3d ago against content hash 115ea8d7c14a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

.github/copilot-instructions.md · 164 lines

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上のコマンドを使用
  • yarn
  • pnpm
  • pnpx

重要コマンド

フォーマット

基本的にファイルはツールで自動フォーマットしています。

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.jsonmetadata.version。 マーケットプレイス全体のリリースバージョン。
  • プラグインバージョン: 各plugins/*/.claude-plugin/plugin.jsonversion。 個々のプラグインのバージョン。

プラグインバージョン

プラグインに変更を加えるPRでは、そのプラグインのplugin.jsonversionを適切に更新してください。

マーケットプレイスバージョン

プラグインの追加・修正PRではmarketplace.jsonmetadata.versionを変更しません。 リリースはmetadata.versionのみを更新する専用のリリースPRで行います。

バージョンポリシー

SemVerを使用します。 プラグインバージョンにもマーケットプレイスバージョンにも同じ基準でSemVerを使用します。

前提

ユーザにとっての互換性を考えます。

このプロジェクトではプログラムがライブラリなどのように使われることは想定しません。

内部の支援プログラムが直接使われることも想定しません。

内部構造の変更などはユーザにとって関係がないならば、 バージョンには影響しません。

バージョンの変動基準

ユーザにとって機能が消滅したり、 手動で設定を変更しないといけないような変更は破壊的変更として、 メジャーバージョンを上げる必要があります。

ユーザにとっての機能が追加された更新は、 マイナーバージョンを上げる必要があります。

Read the full file on GitHub · 164 lines

Changes

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.

  1. 3d ago First seen · 164 lines · 1,357 tokens per session scan A 115ea8d7c14a

Subscribe to this mod's changes

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.

Related

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.

massimodeluisa/recursive-decomposition-skill · 321 tokens

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.

PBNZ/pbnz-skills · 1,273 tokens

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).

microsoft/vscode · 6,785 tokens

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.

github/spec-kit · 7,104 tokens

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.

openai/codex · 5,182 tokens

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.

langchain-ai/langchain · 4,345 tokens