agentsclimarketplace

Project setup

Skill shioki/Cursor-Knowledge-Management-System/templates/.cursor/skills/project-setup

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 project-setup

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

新しいプロジェクトにCursor Knowledge Management Systemを導入する際に使用。初期セットアップ、構造検証、カスタマイズガイドを提供する。

SKILL.md

2.8 KB, as published. Nobody here has run it

プロジェクトセットアップ

新しいプロジェクトに Cursor Knowledge Management System を導入するためのスキルです。

When to Use

  • 新しいプロジェクトに知識管理システムを導入したいとき
  • 既存プロジェクトにスキルとコマンドを追加したいとき
  • セットアップの正しさを検証したいとき

Instructions

1. 初期セットアップ

以下のスクリプトでスキルとコマンドを一括コピーできます。init.sh は Mac/Linux 用です。Windows では手動で Copy-Item を実行するか、Git Bash で init.sh を実行するか、init.ps1(同 scripts/ に用意されている場合)を使用してください。

bash path/to/cursor-knowledge-management-system/templates/.cursor/skills/project-setup/scripts/init.sh /path/to/target-project

または手動でコピー:

# Mac/Linux
cp -r templates/.cursor/skills /path/to/your-project/.cursor/skills
cp -r templates/.cursor/commands /path/to/your-project/.cursor/commands
cp templates/.cursorignore /path/to/your-project/.cursorignore
# Windows (PowerShell)
Copy-Item -Path "templates\.cursor\skills" -Destination ".cursor\skills" -Recurse
Copy-Item -Path "templates\.cursor\commands" -Destination ".cursor\commands" -Recurse
Copy-Item -Path "templates\.cursorignore" -Destination ".cursorignore"

2. 構造の検証

セットアップ後、以下のスクリプトで構造を検証できます。Windows の場合は Git Bashbash .cursor/skills/project-setup/scripts/validate.sh を実行してください。

bash .cursor/skills/project-setup/scripts/validate.sh

3. 初期カスタマイズ(推奨順序)

セットアップ後、以下の順序でカスタマイズを進めてください:

最小限の更新(10分)

  1. /update-context コマンドでプロジェクト基本情報を記入
  2. /record-decision コマンドで最初の技術判断を記録

推奨更新(20分)

上記に加えて: 3. /add-pattern コマンドで初期パターンを登録 4. team-standards スキルの SKILL.md をプロジェクトの規約に更新

フル活用(30分)

上記すべてに加えて: 5. debug-workflow のテンプレートを確認 6. improvement-tracking の目標を設定

4. 動作確認

  • Cursor Settings > Rules でスキルが検出されることを確認
  • チャットで / を入力してコマンドが表示されることを確認
  • エージェントとの対話でスキルが自動適用されることを確認

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.