agentsclimarketplace

Knowledge management

Skill shioki/Cursor-Knowledge-Management-System/templates/.agents/skills/knowledge-management

Cursor / Claude Code / Codex 向けの知識管理テンプレート。Agent Skills 7 種とカスタムコマンド 7 種。v5.0.0 で .agents/skills 正規化、Cursor Plugin・gh skill・Microsoft APM・AGENTS.md に対応。

Install
npx -y skills add shioki/Cursor-Knowledge-Management-System --skill knowledge-management

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

技術判断の記録・参照、過去の設計決定の検索、技術的知見の蓄積を行う際に使用。「なぜこの技術を選んだ?」等の質問時にも活用する。

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

1.8 KB, as published. Nobody here has run it

知識管理

プロジェクトにおける技術的判断、設計決定、学習記録を体系的に管理するスキルです。

When to Use

  • 技術的な判断や設計決定を記録したいとき
  • 過去の技術判断を参照・検索したいとき
  • 「なぜこの技術を選んだのか?」といった質問に答えるとき
  • アーキテクチャ決定記録(ADR)を管理するとき

Instructions

1. 知識の参照

まず references/KNOWLEDGE_TEMPLATE.md を読み込み、既存の技術判断記録を確認してください。

2. 技術判断の記録

新しい技術判断を記録する場合は、以下のテンプレートに従ってください:

### YYYY-MM-DD - 判断タイトル

#### 判断内容
具体的な選択内容

#### 検討した選択肢
1. **選択肢A**
   - メリット:
   - デメリット:
2. **選択肢B**
   - メリット:
   - デメリット:

#### 決定と理由
**決定**: 選択した内容
**理由**: 判断の根拠と背景

#### 影響範囲
- 影響を受けるコンポーネント

3. 記録の自動化

記録を追加するには scripts/add-entry.sh を実行できます:

bash .agents/skills/knowledge-management/scripts/add-entry.sh "判断タイトル"
# (.claude/skills / .cursor/skills も検出対象)

4. コマンドとの連携

ユーザーが技術判断を記録したい場合は、/record-decision コマンドの利用を案内してください。

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.