skill-miner
について
このスキルマイナーは、過去のエージェントセッションデータ、トランスクリプト、ローカルの作業ログを分析し、自動化可能な反復ワークフローを特定します。これらの証拠から再利用可能な技術を抽出し、ドラフト候補スキルを生成することで、実際の使用パターンに基づいて開発者がスキルバックログを構築するのを支援します。手動タスクの繰り返しが疑われる場合や、過去の作業から体系的な自動化の機会を発見したい場合にご利用ください。
クイックインストール
Claude Code
推奨npx skills add hqhq1025/skill-optimizer -a claude-code/plugin add https://github.com/hqhq1025/skill-optimizergit clone https://github.com/hqhq1025/skill-optimizer.git ~/.claude/skills/skill-minerこのコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします
ドキュメント
Skill Miner
Overview
Mine real agent usage for new skill opportunities. The goal is to find repeated workflows, extract the reusable technique, and turn strong candidates into draft skills with evidence.
When To Use
- A user wants to scan past coding-agent sessions for repeated workflows.
- The user suspects they keep asking agents to do similar tasks manually.
- A team wants a backlog of candidate skills based on actual work rather than brainstorming.
- Existing memories, session logs, or project notes contain recurring procedures that have not been packaged.
Do not use to tune an existing skill; use skill-personalizer. Do not use to publish a private skill publicly; use skill-generalizer.
Workflow
- Locate real evidence: session JSONL, memory summaries, repo notes, repeated scripts, and recent project folders.
- Run
scripts/scan_sessions.pyfor a first-pass sanitized cluster report when local session files or exported transcripts are available. - Cluster repeated work by intent, trigger phrasing, tools used, files touched, and verification pattern.
- Filter out one-off tasks, ordinary coding knowledge, and project-specific instructions better suited for
AGENTS.md. - Score candidates by recurrence, friction, risk, portability, and future value.
- For each strong candidate, draft a concise skill name, trigger description, workflow outline, bundled-resource needs, and validation prompts.
- Recommend whether each candidate should stay personal, become a public skill via
skill-generalizer, or be skipped. - If the user asks to proceed, create the selected skill folders and verify frontmatter/layout.
Evidence Rules
- Quote or summarize enough source evidence to justify each candidate.
- Do not expose sensitive transcript content unless the user explicitly asks for raw evidence.
- Avoid turning every repeated task into a skill; prefer workflows where guidance changes future behavior.
- Treat broad intent clusters as navigation hints, not skill drafts.
- Check sampled positives and near misses before trusting a regex-based workflow candidate.
- If session access is incomplete, label findings as partial and list what was scanned.
References
Read discovery-rubric.md before doing a full session-history scan or creating candidate skill drafts.
Use scripts/scan_sessions.py --help for the deterministic scanner. It supports native Codex/Claude/Gemini-style local evidence, --export inputs for other agents, and --patterns for personalized workflow definitions. Treat its output as evidence for review, not as an automatic decision to create skills.
GitHub リポジトリ
関連スキル
content-collections
メタこのスキルは、Content Collections(Markdown/MDXファイルを型安全なデータコレクションに変換するTypeScriptファーストのツール)の本番環境でテストされた設定を提供します。Zodバリデーションによる型安全性を実現し、ブログ、ドキュメントサイト、コンテンツ重視のVite + Reactアプリケーション構築時にご利用ください。Viteプラグインの設定、MDXコンパイルから、デプロイ最適化、スキーマバリデーションまで、すべてを網羅しています。
polymarket
メタこのスキルは、開発者がPolymarket予測市場プラットフォームを活用したアプリケーション構築を可能にします。API統合による取引や市場データの取得に加え、WebSocketを介したリアルタイムデータストリーミングにより、ライブ取引や市場活動を監視できます。取引戦略の実装や、ライブ市場更新を処理するツールの作成にご利用ください。
creating-opencode-plugins
メタこのスキルは、開発者がコマンド、ファイル、LSP操作など25種類以上のイベントタイプにフックするOpenCodeプラグインを作成することを支援します。JavaScript/TypeScriptモジュール向けに、プラグイン構造、イベントAPI仕様、および実装パターンを提供します。カスタムイベント駆動ロジックでOpenCode AIアシスタントのライフサイクルをインターセプト、監視、または拡張する必要がある場合にご利用ください。
sglang
メタSGLangは、高性能なLLMサービングフレームワークであり、RadixAttentionプレフィックスキャッシュを活用したJSON、正規表現、エージェントワークフロー向けの高速で構造化された生成を特長とします。特にプレフィックスが繰り返されるタスクにおいて、大幅に高速な推論を実現し、複雑な構造化出力やマルチターン対話に最適です。制約付きデコードが必要な場合や、広範なプレフィックス共有を伴うアプリケーションを構築する場合は、vLLMなどの代替案ではなくSGLangを選択してください。
