AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Pattern Library

skill-shioki-cursor-knowledge-management-system-pattern-library · by shioki

新機能の実装時に既存パターンの検索・適用、または新しい実装パターンの登録を行う場合に使用。アーキテクチャパターン、実装パターン、テストパターンを管理する。

No reviews yet
0 installs
36 views
0.0% view→install

Install

$ agentstack add skill-shioki-cursor-knowledge-management-system-pattern-library

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-shioki-cursor-knowledge-management-system-pattern-library)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
5mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Pattern Library? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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. パターン適用フロー

  1. 要件分析: 実装したい機能の要件を整理
  2. パターン検索: PATTERNS_TEMPLATE.md で類似パターンを検索
  3. パターン選択: 最適なパターンを選択・カスタマイズ
  4. 実装・テスト: パターンに基づいて実装
  5. フィードバック: パターンの改善点を記録

Source & license

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

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

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.