Project context
Skill shioki/Cursor-Knowledge-Management-System/templates/.agents/skills/project-context
Cursor / Claude Code / Codex 向けの知識管理テンプレート。Agent Skills 7 種とカスタムコマンド 7 種。v5.0.0 で .agents/skills 正規化、Cursor Plugin・gh skill・Microsoft APM・AGENTS.md に対応。
npx -y skills add shioki/Cursor-Knowledge-Management-System --skill project-contextAssembled 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
- プロジェクトの技術スタックに関する質問があったとき
- 新機能の設計・実装方針を提案するとき
- プロジェクトの制約条件を踏まえた判断が必要なとき
- アーキテクチャに関する議論や質問があったとき
Instructions
1. コンテキスト情報の確認
まず references/CONTEXT_TEMPLATE.md を読み込み、プロジェクトの基本情報を把握してください。
2. 提案・回答の方針
- プロジェクトの技術スタックに沿った提案を行う
- 制約条件(パフォーマンス、セキュリティ、スケーラビリティ等)を考慮する
- 既存のアーキテクチャと整合性のある設計を提案する
- 外部連携・依存関係の影響を踏まえる
3. コンテキスト更新の推奨
以下の場合、ユーザーにコンテキスト情報の更新を推奨してください:
- 新しい技術スタックの採用時
- アーキテクチャの大きな変更時
- チーム体制の変更時
- 新しい制約条件の追加時
コンテキストの更新には /update-context コマンドの利用を案内してください。