live-connector: Skill for Claude Code

.agents/skills/skill-selection/SKILL.md

skill-selection is a skill for Claude Code, Codex from philtzjp/live-connector. It costs 152 tokens per session (1,200 once invoked), scanned A, original, MIT.

A guide for deciding which coding-assistant skills a project should install and keep. It checks each skill against the project's technology, working rules, and team habits.

In plain words
What is it for?
Selecting skills from an upstream repository, adding their files and links, updating project documentation, removing skills that are no longer needed, and checking the setup for mismatches.
Why use it?
It prevents projects from accumulating unused or conflicting instructions and keeps the skill list consistent with the files that are actually installed.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: reads .claude/ paths; mentions CLAUDE.md; installed under .agents/ (shared by several agents).

This is philtzjp/live-connector's own configuration. It tells Claude Code and Codex how to work on live-connector itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything live-connector configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/philtzjp/live-connector/main/.agents/skills/skill-selection/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/philtzjp/live-connector

Made for: Claude Code, Codex.

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 skill-selection

README.md
[![agentmods](https://agentmods.dev/badge/skills/philtzjp/live-connector/skill-selection.svg)](https://agentmods.dev/skills/philtzjp/live-connector/skill-selection)
Your own site
<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>
Per session 152 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,200 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00152 $0.01200
Opus 5 $0.00076 $0.00600
Sonnet 5 $0.00030 $0.00240
Haiku 4.5 $0.00015 $0.00120

Measured 7d ago against content hash f1d5c35b9f7a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

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.

.agents/skills/skill-selection/SKILL.md · 55 lines

What it actually says

スキルの選定

発火タイミング

  1. 自プロジェクトを新規セットアップしてスキル群を初期導入する
  2. 上流リポジトリで新規スキルが追加され、自プロジェクトに取り込むか判断する
  3. プロジェクトの技術スタック・運用方針が変わり、既存スキルの要不要を再評価する
  4. 不要なスキルを除外する

採用判断

  1. MUST: 各スキルの frontmatter description、発火タイミング、本文 MUST/NEVER を読み、自プロジェクトの技術スタック・運用ルール・チーム慣習と照合する
  2. MUST: 採用基準を満たさないスキルは導入しない(unused skill はメンテ対象と矛盾源を増やすので除外する)
  3. SHOULD: 「いつか必要かもしれない」段階のスキルは導入を保留する; 実際に使う段階で取り込む
  4. NEVER: 上流から無条件に全スキルを取り込まない
  5. NEVER: 採用していないスキル名を運用ルール・コードルール・他スキル本文から参照する(参照する場合はそのスキルも採用する)

新規導入

  1. MUST: 上流リポジトリ philtzjp/skills から対象スキル <name>SKILL.md を取得する(git showgh api、上流クローン参照など)
  2. MUST: 自プロジェクトの .agents/skills/<name>/SKILL.md として配置する
  3. MUST: .claude/skills/<name>../../.agents/skills/<name> への相対シンボリックリンクとして作成する
  4. MUST: AGENTS.md または CLAUDE.md(実体ファイル)のスキル表に新規スキル名と発火タイミングの行を追加する
  5. MUST: refresh-skills の整合性検査を実行する
  6. NEVER: .claude/skills/<name> だけ作成して .agents/skills/<name>/SKILL.md の正本を欠落させる

削除

  1. MUST: .agents/skills/<name>/ ディレクトリを削除する
  2. MUST: .claude/skills/<name> のシンボリックリンクを削除する
  3. MUST: AGENTS.md または CLAUDE.md(実体ファイル)のスキル表から該当行を削除する
  4. MUST: 当該スキル名を参照する他スキル・運用ルール・コードルールを検索し、参照を更新または削除する
  5. MUST: refresh-skills の整合性検査を実行する

AGENTS.md / CLAUDE.md の取り扱い

  1. MUST: スキル表の正本は実体ファイル側に置く
  2. IF: AGENTS.md が存在し CLAUDE.md がそのシンボリックリンク; THEN MUST: AGENTS.md を編集する
  3. IF: CLAUDE.md のみ存在する; THEN MUST: CLAUDE.md を編集する
  4. MUST: スキル表は採用済みスキル(.agents/skills/<name>/SKILL.md が存在するもの)と完全一致させる
  5. MUST: 採用しないスキルに依存する記述(コードルール / 運用ルール / パッケージ規約など)は、採用するスキル構成に合わせて書き換える
  6. NEVER: スキル表に未導入のスキルを記載しない
  7. NEVER: 採用していないスキルに依存する MUST / NEVER ルールを AGENTS.md / CLAUDE.md に残す

関連スキル

  • refresh-skills: スキル追加・削除後の整合性検査と修復手順
  • skill-escalation: スキル本体の改良提案を上流に起票する手順
  • commit-and-git: 変更内容のコミット手順
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. 7d ago First seen · 55 lines · 152 tokens per session scan A f1d5c35b9f7a

Subscribe to this mod's changes

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.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

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…

microsoft/ai-agents-for-beginners · 200 tokens

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…

vercel/next.js · 95 tokens

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…

vercel/next.js · 103 tokens

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…

microsoft/vscode · 72 tokens

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…

openai/codex · 114 tokens