# Knowledge Management

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

- **Type:** Skill
- **Install:** `agentstack add skill-shioki-cursor-knowledge-management-system-knowledge-management`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [shioki](https://agentstack.voostack.com/s/shioki)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [shioki](https://github.com/shioki)
- **Source:** https://github.com/shioki/Cursor-Knowledge-Management-System/tree/main/templates/.cursor/skills/knowledge-management

## Install

```sh
agentstack add skill-shioki-cursor-knowledge-management-system-knowledge-management
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# 知識管理

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

## When to Use

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

## Instructions

### 1. 知識の参照

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

### 2. 技術判断の記録

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

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

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

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

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

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

### 3. 記録の自動化

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

```bash
bash .cursor/skills/knowledge-management/scripts/add-entry.sh "判断タイトル"
```

### 4. コマンドとの連携

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

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [shioki](https://github.com/shioki)
- **Source:** [shioki/Cursor-Knowledge-Management-System](https://github.com/shioki/Cursor-Knowledge-Management-System)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-shioki-cursor-knowledge-management-system-knowledge-management
- Seller: https://agentstack.voostack.com/s/shioki
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
