Install
$ agentstack add skill-shioki-cursor-knowledge-management-system-pattern-library ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
パターンライブラリ
プロジェクトで使用する実装パターン、設計パターン、テストパターンを管理・適用するスキルです。
When to Use
- 新機能の実装前に既存パターンを確認したいとき
- 実装方法のベストプラクティスを知りたいとき
- 新しい実装パターンを登録したいとき
- リファクタリング時にパターンの統一を図りたいとき
Instructions
1. 既存パターンの確認
まず references/PATTERNS_TEMPLATE.md を読み込み、登録済みパターンを確認してください。
2. パターンの分類
パターンは以下のカテゴリで管理します:
- アーキテクチャパターン: MVC/MVP/MVVM, Repository, Factory, Observer 等
- 実装パターン: API呼び出し、エラーハンドリング、ログ出力、バリデーション等
- テストパターン: 単体テスト、統合テスト、E2Eテスト、モック活用等
3. パターンの記録テンプレート
新しいパターンを登録する場合は以下の形式で記録してください:
## パターン名: [具体的な名前]
### 目的
- **解決する問題**:
- **適用場面**:
- **期待効果**:
### 実装例
\```[言語]
// コード例
\```
### 使用上の注意
- **制約事項**:
- **パフォーマンス影響**:
- **メンテナンス性**:
### 関連パターン
- **組み合わせ可能**:
- **代替パターン**:
4. パターンの追加
パターンを追加するには scripts/add-pattern.sh を実行できます:
bash .cursor/skills/pattern-library/scripts/add-pattern.sh "パターン名"
5. コマンドとの連携
ユーザーがパターンを登録したい場合は、/add-pattern コマンドの利用を案内してください。
6. パターン適用フロー
- 要件分析: 実装したい機能の要件を整理
- パターン検索: PATTERNS_TEMPLATE.md で類似パターンを検索
- パターン選択: 最適なパターンを選択・カスタマイズ
- 実装・テスト: パターンに基づいて実装
- フィードバック: パターンの改善点を記録
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: shioki
- Source: shioki/Cursor-Knowledge-Management-System
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.