Agent skill
project-context
プロジェクト固有の技術スタック、アーキテクチャ、実装ルールを提供。プロジェクト構成確認時に使用。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/project-context
SKILL.md
プロジェクトコンテキスト
基本設定
プロジェクトの性質
- プロジェクト形態: Claude Code専用TypeScriptプロジェクトテンプレート
- 利用範囲: プロジェクトの要件に応じて設定可能
- 実装方針: LLM主導実装、品質重視、YAGNI原則徹底
技術スタック
- 基盤技術: TypeScript、Node.js
- テストフレームワーク: Vitest
- 品質管理: Biome、TypeScript strict mode
実装原則
実装方針の特徴
- LLM主導実装: Claude Codeが主要な実装者として機能
- 品質重視: 速度より品質を優先する文化
- YAGNI原則: 必要になるまで実装しない
- 体系的な設計: ADR/Design Doc/作業計画書による設計プロセス
カスタマイズガイド
新しいプロジェクトでこのテンプレートを使用する場合:
-
プロジェクト固有情報の追加
- ターゲットユーザー特性
- ビジネス要件と制約
- 技術的制約事項
-
アーキテクチャの選択
- アーキテクチャスキルから適切なパターンを選択
-
環境設定
- プロジェクトに適した環境変数管理方法の実装
- プロジェクト固有の設定ファイル追加
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?