skill-personalizer
について
このスキルは、特定のユーザーの環境、ツール、ワークフローに合わせてエージェントスキルを監査し適応させます。不適切なトリガーの修正、ノイズの削減、個人のディレクトリ構造、習慣、セッション履歴とのスキル調整を目的としています。目標は、公開時の移植性ではなく、個人利用に最適化するためにスキルを最適化することです。
クイックインストール
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-personalizerこのコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします
ドキュメント
Skill Personalizer
Overview
Audit and tune a skill for one user's real environment. The goal is not public portability; it is better triggering, less friction, and stronger fit with the user's actual tools, paths, style, and recurring tasks.
When To Use
- A user installs a skill from GitHub or creates one from scratch and wants it to fit their setup.
- A skill undertriggers, overtriggers, asks unnecessary questions, or misses the user's preferred workflow.
- A user asks whether an existing skill is good, broken, noisy, too long, conflicting, or worth keeping.
- Local paths, aliases, memories, CLIs, MCP tools, or repo conventions should be reflected in the skill.
Do not use when preparing a skill for public release; use skill-generalizer for that.
Workflow
- Inspect the target skill, installed copies, local memories, and real session evidence when available.
- Run the audit checks in audit-rubric.md when quality, trigger fit, or retention is unclear.
- Identify the user's recurring phrasing, expected autonomy level, tools, directories, and verification habits.
- Compare the skill's trigger conditions against real user requests that should or should not load it.
- Edit only the target skill and bundled resources needed for personalization.
- Add concrete local defaults, preferred commands, safety boundaries, and verification steps.
- Preserve useful upstream behavior; document any intentional local divergence.
- Validate with realistic prompts and a frontmatter/layout check.
Personalization Rules
- Personal details are allowed only if they improve this user's future execution.
- Do not add brittle fallbacks that hide broken local setup.
- Prefer real local evidence over generic best practices.
- Keep trigger descriptions broad enough to catch the user's natural phrasing.
- If editing an installed third-party skill, avoid changing upstream attribution or license text.
References
Read audit-rubric.md for the diagnostic pass inherited from the original optimizer.
Read personalization-rubric.md for local defaults, session evidence, and validation scenarios.
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を選択してください。
