Borrowing it
Nothing to install: this file belongs to philtzjp/live-connector. 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/philtzjp/live-connector/main/.agents/skills/skill-selection/SKILL.mdgit clone --depth 1 https://github.com/philtzjp/live-connectorWrote 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/philtzjp/live-connector/skill-selection)<a href="https://agentmods.dev/skills/philtzjp/live-connector/skill-selection"><img src="https://agentmods.dev/badge/skills/philtzjp/live-connector/skill-selection.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.00152 | $0.01200 |
| Opus 5 | $0.00076 | $0.00600 |
| Sonnet 5 | $0.00030 | $0.00240 |
| Haiku 4.5 | $0.00015 | $0.00120 |
Grade A, and why
skill-selection 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.
What it actually says
スキルの選定
発火タイミング
- 自プロジェクトを新規セットアップしてスキル群を初期導入する
- 上流リポジトリで新規スキルが追加され、自プロジェクトに取り込むか判断する
- プロジェクトの技術スタック・運用方針が変わり、既存スキルの要不要を再評価する
- 不要なスキルを除外する
採用判断
- MUST: 各スキルの frontmatter
description、発火タイミング、本文 MUST/NEVER を読み、自プロジェクトの技術スタック・運用ルール・チーム慣習と照合する - MUST: 採用基準を満たさないスキルは導入しない(unused skill はメンテ対象と矛盾源を増やすので除外する)
- SHOULD: 「いつか必要かもしれない」段階のスキルは導入を保留する; 実際に使う段階で取り込む
- NEVER: 上流から無条件に全スキルを取り込まない
- NEVER: 採用していないスキル名を運用ルール・コードルール・他スキル本文から参照する(参照する場合はそのスキルも採用する)
新規導入
- MUST: 上流リポジトリ
philtzjp/skillsから対象スキル<name>のSKILL.mdを取得する(git show、gh api、上流クローン参照など) - MUST: 自プロジェクトの
.agents/skills/<name>/SKILL.mdとして配置する - MUST:
.claude/skills/<name>を../../.agents/skills/<name>への相対シンボリックリンクとして作成する - MUST:
AGENTS.mdまたはCLAUDE.md(実体ファイル)のスキル表に新規スキル名と発火タイミングの行を追加する - MUST:
refresh-skillsの整合性検査を実行する - NEVER:
.claude/skills/<name>だけ作成して.agents/skills/<name>/SKILL.mdの正本を欠落させる
削除
- MUST:
.agents/skills/<name>/ディレクトリを削除する - MUST:
.claude/skills/<name>のシンボリックリンクを削除する - MUST:
AGENTS.mdまたはCLAUDE.md(実体ファイル)のスキル表から該当行を削除する - MUST: 当該スキル名を参照する他スキル・運用ルール・コードルールを検索し、参照を更新または削除する
- MUST:
refresh-skillsの整合性検査を実行する
AGENTS.md / CLAUDE.md の取り扱い
- MUST: スキル表の正本は実体ファイル側に置く
- IF:
AGENTS.mdが存在しCLAUDE.mdがそのシンボリックリンク; THEN MUST:AGENTS.mdを編集する - IF:
CLAUDE.mdのみ存在する; THEN MUST:CLAUDE.mdを編集する - MUST: スキル表は採用済みスキル(
.agents/skills/<name>/SKILL.mdが存在するもの)と完全一致させる - MUST: 採用しないスキルに依存する記述(コードルール / 運用ルール / パッケージ規約など)は、採用するスキル構成に合わせて書き換える
- NEVER: スキル表に未導入のスキルを記載しない
- NEVER: 採用していないスキルに依存する MUST / NEVER ルールを
AGENTS.md/CLAUDE.mdに残す
関連スキル
refresh-skills: スキル追加・削除後の整合性検査と修復手順skill-escalation: スキル本体の改良提案を上流に起票する手順commit-and-git: 変更内容のコミット手順
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 · 55 lines · 152 tokens per session scan A f1d5c35b9f7a
skill-selection is a skill published in the GitHub repository philtzjp/live-connector (6 stars, last pushed 2mo ago), licensed MIT. It adds 152 tokens to every session and 1,200 once invoked, about $0.0008 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…