Agent skill · Code Review & Quality

best-practices-curation

ベストプラクティスの収集・評価・統合・更新を体系化するスキル。 情報源の信頼性評価、品質スコアリング、統合パターンを用いて知識ベースを改善する。 Anchors: • The Pragmatic Programmer / 適用: 実践的改善 / 目的: 継続的な品質向上 • Evidence-Based Management / 適用: 評価基準 / 目的: 判断の一貫性を担保 • Knowledge Management (Nonaka) / 適用: 知識統合 / 目的: 暗黙知の体系化 Trigger: Use when collecting best practices, assessing source credibility, scoring quality, integrating guidance, or updating knowledge bases.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill best-practices-curation --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Allowed tools: -bash-node
Path: skills/analysis/best-practices-curation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Best Practices Curation ## 概要 ベストプラクティスの収集から統合・更新までを一貫して整理する。 詳細は `references/` に外部化し、必要時に参照する。 - 評価チェックリスト: `assets/evaluation-checklist.md` ## ワークフロー ### Phase 1: スコープと情報源整理 **目的**: 収集対象と情報源の優先度を決める **アクション**: 1. `references/Level1_basics.md` で基礎方針を確認 2. `references/information-source-evaluation.md` で情報源を分類 3. 対象テーマと採用基準を整理 **Task**: `agents/analyze-curation-scope.md` ### Phase 2: 評価とスコアリング **目的**: 信頼性と品質を評価する **アクション**: 1. `references/quality-scoring.md` を参照 2. `assets/evaluation-checklist.md` で採点 3. 補完が必要な情報を整理 **Task**: `agents/evaluate-source-quality.md` ### Phase 3: 統合と更新 **目的**: ベストプラクティスを統合し更新する **アクション**: 1. `references/integration-strategies.md` で統合パターンを選択 2. 重複排除と一貫性チェックを実施 3. 更新内容を整理 **Task**: `agents/integrate-best-practice.md` ### Phase 4: 検証と記録 **目的**: 更新内容の妥当性を検証し記録する **アクション**: 1. `references/Level4_expert.md` の監査観点を確認 2. `scripts/validate-skill.mjs` で構造検証 3. `scripts/log_usage.mjs` で記録 **Task**: `agents/validate-curation-update.md` ## Task仕様ナビ | Task | 役割 | 入力 | 出力 | 参照先 | 実行タイミング | | ------------ | ---------------- | ------------ | ------------ | -------------------------------------- | -------------- | | スコープ整理 | 収集対象の定義 | テーマ/目的 | スコープメモ | `references/Level1

What's inside
Steps it walks through
  1. 概要
  2. ワークフロー
  3. Phase 1: スコープと情報源整理
  4. Phase 2: 評価とスコアリング
  5. Phase 3: 統合と更新
  6. Phase 4: 検証と記録
  7. Task仕様ナビ
  8. ベストプラクティス
  9. すべきこと
  10. 避けるべきこと
  11. リソース参照
  12. 参照資料
  13. スクリプト
  14. テンプレート
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the best-practices-curation skill do?

ベストプラクティスの収集・評価・統合・更新を体系化するスキル。 情報源の信頼性評価、品質スコアリング、統合パターンを用いて知識ベースを改善する。 Anchors: • The Pragmatic Programmer / 適用: 実践的改善 / 目的: 継続的な品質向上 • Evidence-Based Management / 適用: 評価基準 / 目的: 判断の一貫性を担保 • Knowledge Management (Nonaka) / 適用: 知識統合 / 目的: 暗黙知の体系化 Trigger: Use when collecting best practices, assessing source credibility, scoring quality, integrating guidance, or updating knowledge bases.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill best-practices-curation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going