Borrowing it
Nothing to install: this file belongs to aoki-collabo/simple-hono-mcp-server. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/aoki-collabo/simple-hono-mcp-server/main/.claude/skills/steering/SKILL.mdgit clone --depth 1 https://github.com/aoki-collabo/simple-hono-mcp-serverWrote 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/skills/aoki-collabo/simple-hono-mcp-server/steering)<a href="https://agentmods.dev/skills/aoki-collabo/simple-hono-mcp-server/steering"><img src="https://agentmods.dev/badge/skills/aoki-collabo/simple-hono-mcp-server/steering.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.1 | $0.00064 | $0.03978 |
| Opus 5 | $0.00032 | $0.01989 |
| Sonnet 5 | $0.00013 | $0.00796 |
| Haiku 4.5 | $0.00006 | $0.00398 |
Grade A, and why
steering 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 7d 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- steering — 100% identical, 0 lines differ
How it starts
The opening of the file, as written. The whole thing — 387 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Steering スキル
ステアリングファイル(.steering/)に基づいた実装を支援し、tasklist.mdの進捗管理を確実に行うスキルです。
スキルの目的
- ステアリングファイル(requirements.md, design.md, tasklist.md)の作成支援
- tasklist.mdに基づいた段階的な実装管理
- 進捗の自動追跡とtasklist.md更新の強制
- 実装完了後の振り返り記録
使用タイミング
このスキルは以下のタイミングで使用してください:
- 作業計画時: ステアリングファイルを作成する時
- 実装時: tasklist.mdに従って実装する時
- 検証時: 実装完了後の振り返りを記録する時
モード1: ステアリングファイル作成
目的
新しい機能や変更のためのステアリングファイルを作成します。
手順
-
ステアリングディレクトリの確認
現在の日付を取得し、`.steering/[YYYYMMDD]-[機能名]/` の形式でディレクトリを作成 -
永続ドキュメントの確認
docs/product-requirements.mddocs/functional-design.mddocs/architecture.mddocs/repository-structure.mddocs/development-guidelines.md
これらを読んで、プロジェクトの方針を理解する
-
テンプレートからファイル作成
以下のテンプレートを読み込み、プレースホルダーを具体的な内容に置き換えてファイルを作成:
.claude/skills/steering/templates/requirements.md→.steering/[日付]-[機能名]/requirements.md.claude/skills/steering/templates/design.md→.steering/[日付]-[機能名]/design.md.claude/skills/steering/templates/tasklist.md→.steering/[日付]-[機能名]/tasklist.md
-
tasklist.mdの詳細化
requirements.mdとdesign.mdに基づいて、tasklist.mdを詳細化:
- 各フェーズのタスクを具体的に記述
- サブタスクも明確に
- 実装の順序を明記
モード2: 実装(最重要)
目的
tasklist.mdに従って実装を進め、進捗を確実にドキュメントに記録します。
🚨 重要な原則
MUST(必須):
- tasklist.mdを常に開いた状態で実装
- タスク開始時に必ずEditツールで
[ ]→[x]に更新 - タスク完了時に必ずEditツールで完了を記録
- tasklist.mdの全タスクが完了するまで作業を継続する
- NEVER: tasklist.mdを更新せずに次のタスクに進まない
NEVER(禁止):
- tasklist.mdを見ずに実装を進める
- TodoWriteツールだけで進捗管理する(TodoWriteは補助、tasklist.mdが正式)
- 複数タスクをまとめて更新する(リアルタイムに更新する)
- 「時間の都合により」「別タスクとして実施予定」などの理由でタスクをスキップする
- 未完了タスク(
[ ])を残したまま作業を終了する
🚨 タスク完全完了の原則
絶対に守るべきルール:
-
tasklist.mdの全タスクが完了するまで作業を継続すること
- 全てのタスクが
[x]になるまで実装を継続 - 「時間がかかりすぎる」「難しい」などの理由でスキップしない
- 未完了タスクがある状態で振り返りを書かない
- 全てのタスクが
-
タスクスキップは原則禁止
- 「時間の都合により別タスクとして実施予定」は禁止
- 「実装が複雑すぎるため後回し」は禁止
- 「難しいから後で」「テストが面倒」などの理由は禁止
- スキップが許可されるのは技術的な理由のみ(下記参照)
-
タスクが大きすぎる場合の対処法
- タスクを小さなサブタスクに分割する
- 分割したサブタスクをtasklist.mdに追加
- サブタスクを1つずつ完了させる
What ships with it
3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 7d ago First seen · 387 lines · 64 tokens per session scan A 68b00d9b7cea
steering is a skill published in the GitHub repository aoki-collabo/simple-hono-mcp-server (1 stars, last pushed 7mo ago), licensed MIT. It adds 64 tokens to every session and 3,978 once invoked, about $0.0003 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 skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
next-partial-prefetching-adoption
Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…
chronicle
Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…
babysit-pr
Babysit a GitHub pull request after creation by continuously polling review comments, CI checks/workflow runs, and mergeability state until the PR is merged/closed or user help is required. Diagnose failures, retry likely flaky failures up to 3 times, auto-fix/push branch-related issues when appropriate, and keep…