command

A set of rules for running shell commands in a coding project. It recommends safer alternatives for reading, searching, deleting files, and creating commits.

In plain words
What is it for?
Use it when running Bash commands to inspect files, search code, remove files safely, or prepare changes for commit.
Why use it?
It helps avoid confusing command output, unsafe deletion, and bypassing the project’s normal commit process.

Skill for Claude CodeCodex

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 skills/ncaq/konoka/command
Any agent
npx skills add ncaq/konoka --skill command
Clone the repo
git clone --depth 1 https://github.com/ncaq/konoka

Made for: Claude Code, Codex.

Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 443 The whole file, excluding the scripts and references it only reads on demand.
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.00044 $0.00443
Opus 5 $0.00022 $0.00221
Sonnet 5 $0.00009 $0.00089
Haiku 4.5 $0.00004 $0.00044

Measured yesterday against content hash 2513a7c258cb, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

command 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 yesterday.

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.

plugins/programming-tasuke/skills/command/SKILL.md · 37 lines

What it actually says

コマンドのガイドライン

非推奨

  • cat: 代わりにReadツールでファイルを読み込んでください。

  • find: 代わりにGlobツールかfdコマンドを使ってください。

  • grep: 検索にはGrepツールかrgコマンドを使ってください。パイプのフィルタリングはなるべくせずに出力内容を全部読んでください。

  • head: Readツールで全部読んでください。

  • tail: Readツールで全部読んでください。

禁止

  • rm: 代わりにtrashコマンドを使ってください。

別プラグインの、 rm-to-trash@konokaを併用している場合、 ある程度のrmコマンドは自動的にtrashへ書き換えます。 リトライ削減のための補助動作なので、 依存しないでください。 rm-to-trashは複雑なコマンドは置き換えられません。 なので最初からtrashで書いてください。

コミット

git commitの作成はcommit:commitスキルに任せてください。 このスキルではコミットメッセージの生成や実行を扱いません。

commit:commitを経由しない直接のgit commitコマンドであっても、 コミットメッセージのスタイルはcommit:commit-styleスキルに従ってください。

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. yesterday First seen · 37 lines · 44 tokens per session scan A 2513a7c258cb

Subscribe to this mod's changes

command is a skill published in the GitHub repository ncaq/konoka (3 stars, last pushed 3d ago), licensed Apache-2.0. It adds 44 tokens to every session and 443 once invoked, about $0.0002 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 skills, from other repositories

ast-grep

Guide for writing ast-grep rules to perform structural code search and analysis. Use when users need to search codebases using Abstract Syntax Tree (AST) patterns, find specific code structures, or perform complex code queries that go beyond simple text search. This skill should be used when users ask to search for…

JanDeDobbeleer/oh-my-posh · 80 tokens

plano-agent-orchestration

Improve multi-agent orchestration in Plano. Use for agent registration, agent listener wiring, and capability-focused agent descriptions for accurate routing.

katanemo/plano · 33 tokens

plano-filter-guardrails

Harden Plano filter chains and guardrails. Use for MCP filter setup, prompt guard responses, and safe filter ordering.

katanemo/plano · 31 tokens

veo-3.2-prompter

Expert prompt engineering for Google Veo 3.2 (Artemis engine). Use when the user wants to generate a video with Veo 3.2, needs help crafting cinematic prompts, or mentions Veo, Google video generation, or Artemis engine.

pexoai/pexo-skills · 63 tokens

ads-linkedin

Audit LinkedIn Ads measurement, Insight Tag and conversions, professional audiences, lead generation, ABM, creative, bidding, budgets, pacing, automation, and policy. Use for LinkedIn Ads, Campaign Manager, Insight Tag, Lead Gen Forms, Thought Leader Ads, ABM campaigns, or B2B paid media.

AgriciDaniel/claude-ads · 68 tokens

military-commander

上将军·运筹帷幄 - 以兵法之道统筹全局,运筹帷幄之中,决胜千里之外,集中优势兵力打歼灭战.

linkerlin/PUAX · 52 tokens