create-ai-project 1.14.1 → 1.14.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (27) hide show
  1. package/.claude/skills-en/coding-standards/SKILL.md +1 -3
  2. package/.claude/skills-en/documentation-criteria/SKILL.md +1 -3
  3. package/.claude/skills-en/frontend/technical-spec/SKILL.md +1 -3
  4. package/.claude/skills-en/frontend/typescript-rules/SKILL.md +1 -3
  5. package/.claude/skills-en/frontend/typescript-testing/SKILL.md +1 -3
  6. package/.claude/skills-en/implementation-approach/SKILL.md +1 -3
  7. package/.claude/skills-en/integration-e2e-testing/SKILL.md +1 -3
  8. package/.claude/skills-en/project-context/SKILL.md +1 -3
  9. package/.claude/skills-en/subagents-orchestration-guide/SKILL.md +1 -3
  10. package/.claude/skills-en/task-analyzer/SKILL.md +1 -3
  11. package/.claude/skills-en/technical-spec/SKILL.md +1 -3
  12. package/.claude/skills-en/typescript-rules/SKILL.md +1 -3
  13. package/.claude/skills-en/typescript-testing/SKILL.md +1 -3
  14. package/.claude/skills-ja/coding-standards/SKILL.md +1 -3
  15. package/.claude/skills-ja/documentation-criteria/SKILL.md +1 -3
  16. package/.claude/skills-ja/frontend/technical-spec/SKILL.md +1 -3
  17. package/.claude/skills-ja/frontend/typescript-rules/SKILL.md +1 -3
  18. package/.claude/skills-ja/frontend/typescript-testing/SKILL.md +1 -3
  19. package/.claude/skills-ja/implementation-approach/SKILL.md +1 -3
  20. package/.claude/skills-ja/integration-e2e-testing/SKILL.md +1 -3
  21. package/.claude/skills-ja/project-context/SKILL.md +1 -3
  22. package/.claude/skills-ja/subagents-orchestration-guide/SKILL.md +1 -3
  23. package/.claude/skills-ja/task-analyzer/SKILL.md +1 -3
  24. package/.claude/skills-ja/technical-spec/SKILL.md +1 -3
  25. package/.claude/skills-ja/typescript-rules/SKILL.md +1 -3
  26. package/.claude/skills-ja/typescript-testing/SKILL.md +1 -3
  27. package/package.json +1 -1
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: coding-standards
3
- description: >
4
- Detects code smells, anti-patterns, and readability issues. Applies clean code and refactoring principles.
5
- Use when: implementing features, reviewing code, refactoring, or improving quality.
3
+ description: Detects code smells, anti-patterns, and readability issues. Use when implementing features, reviewing code, or refactoring.
6
4
  ---
7
5
 
8
6
  # Universal Coding Standards
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: documentation-criteria
3
- description: >
4
- Guides PRD, ADR, Design Doc, and Work Plan creation with templates and decision matrix.
5
- Use when: planning features, writing specs, creating docs, or deciding which documents are needed.
3
+ description: Guides PRD, ADR, Design Doc, and Work Plan creation with templates and decision matrix.
6
4
  ---
7
5
 
8
6
  # Documentation Creation Criteria
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: frontend/technical-spec
3
- description: >
4
- Defines frontend environment variables, component design, and data flow patterns.
5
- Use when: configuring React environment, designing components, or setting up state management.
3
+ description: Defines frontend environment variables, component design, and data flow patterns. Use when configuring React environment.
6
4
  ---
7
5
 
8
6
  # Technical Design Rules (Frontend)
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: frontend/typescript-rules
3
- description: >
4
- Applies React/TypeScript type safety, component design, and state management rules.
5
- Use when: implementing React components, defining types, designing state, or handling errors.
3
+ description: Applies React/TypeScript type safety, component design, and state management rules. Use when implementing React components.
6
4
  ---
7
5
 
8
6
  # TypeScript Development Rules (Frontend)
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: frontend/typescript-testing
3
- description: >
4
- Designs tests with React Testing Library and MSW. Applies component testing patterns.
5
- Use when: writing component tests, mocking APIs, or reviewing frontend test quality.
3
+ description: Designs tests with React Testing Library and MSW. Applies component testing patterns.
6
4
  ---
7
5
 
8
6
  # TypeScript Testing Rules (Frontend)
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: implementation-approach
3
- description: >
4
- Selects implementation strategy (vertical slice, horizontal, or hybrid) with risk assessment.
5
- Use when: planning how to build a feature, deciding development approach, or defining verification levels.
3
+ description: Selects implementation strategy (vertical slice, horizontal, or hybrid) with risk assessment. Use when planning feature implementation.
6
4
  ---
7
5
 
8
6
  # Implementation Strategy Selection Framework (Meta-cognitive Approach)
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: integration-e2e-testing
3
- description: >
4
- Designs integration and E2E tests with mock boundaries and behavior verification rules.
5
- Use when: writing E2E tests, integration tests, test skeletons, or reviewing test quality.
3
+ description: Designs integration and E2E tests with mock boundaries and behavior verification rules. Use when writing E2E or integration tests.
6
4
  ---
7
5
 
8
6
  # Integration Test & E2E Test Design/Implementation Rules
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: project-context
3
- description: >
4
- Provides project-specific tech stack, architecture, and implementation rules.
5
- Use when: checking project structure, understanding tech stack, or referencing implementation guidelines.
3
+ description: Provides project-specific tech stack, architecture, and implementation rules. Use when checking project structure.
6
4
  ---
7
5
 
8
6
  # Project Context
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: subagents-orchestration-guide
3
- description: >
4
- Coordinates subagent task distribution and collaboration. Controls scale determination and autonomous execution mode.
5
- Use when: splitting large tasks, coordinating multiple agents, or designing workflows.
3
+ description: Coordinates subagent task distribution and collaboration. Controls scale determination and autonomous execution mode.
6
4
  ---
7
5
 
8
6
  # Sub-agents Practical Guide - Orchestration Guidelines for Claude (Me)
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: task-analyzer
3
- description: >
4
- Analyzes task essence and selects appropriate skills. Returns scale estimates and metadata.
5
- Use when: starting tasks, selecting skills, or judging work scope.
3
+ description: Analyzes task essence and selects appropriate skills. Returns scale estimates and metadata. Use when starting tasks or selecting skills.
6
4
  ---
7
5
 
8
6
  # Task Analyzer
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: technical-spec
3
- description: >
4
- Defines environment variables, architecture design, and build/test commands.
5
- Use when: configuring environment, designing architecture, or setting up builds.
3
+ description: Defines environment variables, architecture design, and build/test commands. Use when configuring environment or designing architecture.
6
4
  ---
7
5
 
8
6
  # Technical Design Rules
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: typescript-rules
3
- description: >
4
- Applies type safety and error handling rules. Enforces no-any policy and type guards.
5
- Use when: implementing TypeScript, reviewing types, or designing error handling.
3
+ description: Applies type safety and error handling rules. Enforces no-any policy and type guards. Use when implementing TypeScript or reviewing types.
6
4
  ---
7
5
 
8
6
  # TypeScript Development Rules
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: typescript-testing
3
- description: >
4
- Applies Vitest test design and quality standards. Provides coverage requirements and mock usage guides.
5
- Use when: writing unit tests, using mocks, or reviewing test quality.
3
+ description: Applies Vitest test design and quality standards. Provides coverage requirements and mock usage guides. Use when writing unit tests.
6
4
  ---
7
5
 
8
6
  # TypeScript Testing Rules
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: coding-standards
3
- description: >
4
- コードの品質問題、アンチパターン、可読性を検査。クリーンコードとリファクタリング原則を適用。
5
- Use when: 機能実装、コードレビュー、リファクタリング、品質改善時。
3
+ description: コードの品質問題、アンチパターン、可読性を検査。機能実装、コードレビュー、リファクタリング時に使用。
6
4
  ---
7
5
 
8
6
  # 普遍的コーディング規約
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: documentation-criteria
3
- description: >
4
- PRD、ADR、Design Doc、作業計画書の作成を支援。テンプレートと作成判定マトリクスを提供。
5
- Use when: 機能計画、仕様作成、ドキュメント作成、必要書類の判断時。
3
+ description: PRD、ADR、Design Doc、作業計画書の作成を支援。テンプレートと作成判定マトリクスを提供。
6
4
  ---
7
5
 
8
6
  # ドキュメント作成基準
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: frontend/technical-spec
3
- description: >
4
- フロントエンドの環境変数、コンポーネント設計、データフローを定義。
5
- Use when: React環境設定、コンポーネント設計、状態管理設計時。
3
+ description: フロントエンドの環境変数、コンポーネント設計、データフローを定義。React環境設定時に使用。
6
4
  ---
7
5
 
8
6
  # 技術設計ルール(フロントエンド)
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: frontend/typescript-rules
3
- description: >
4
- React/TypeScriptの型安全性、コンポーネント設計、状態管理ルールを適用。
5
- Use when: Reactコンポーネント実装、型定義、状態管理設計、エラー処理時。
3
+ description: React/TypeScriptの型安全性、コンポーネント設計、状態管理ルールを適用。Reactコンポーネント実装時に使用。
6
4
  ---
7
5
 
8
6
  # TypeScript 開発ルール(フロントエンド)
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: frontend/typescript-testing
3
- description: >
4
- React Testing LibraryとMSWでテストを設計。コンポーネントテストパターンを適用。
5
- Use when: コンポーネントテスト、APIモック作成、フロントエンドテスト品質レビュー時。
3
+ description: React Testing LibraryとMSWでテストを設計。コンポーネントテストパターンを適用。
6
4
  ---
7
5
 
8
6
  # TypeScript テストルール(フロントエンド)
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: implementation-approach
3
- description: >
4
- 実装戦略(垂直スライス、水平、ハイブリッド)をリスク評価で選択。
5
- Use when: 機能の実装計画、開発アプローチ決定、検証レベル定義時。
3
+ description: 実装戦略(垂直スライス、水平、ハイブリッド)をリスク評価で選択。機能の実装計画時に使用。
6
4
  ---
7
5
 
8
6
  # 実装戦略選択フレームワーク(メタ認知的アプローチ)
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: integration-e2e-testing
3
- description: >
4
- 統合テストとE2Eテストを設計。モック境界と振る舞い検証ルールを適用。
5
- Use when: E2Eテスト、統合テスト、テストスケルトン作成、テスト品質レビュー時。
3
+ description: 統合テストとE2Eテストを設計。モック境界と振る舞い検証ルールを適用。E2Eテスト、統合テスト作成時に使用。
6
4
  ---
7
5
 
8
6
  # 統合テスト・E2Eテスト設計・実装ルール
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: project-context
3
- description: >
4
- プロジェクト固有の技術スタック、アーキテクチャ、実装ルールを提供。
5
- Use when: プロジェクト構成確認、技術スタック理解、実装方針参照時。
3
+ description: プロジェクト固有の技術スタック、アーキテクチャ、実装ルールを提供。プロジェクト構成確認時に使用。
6
4
  ---
7
5
 
8
6
  # プロジェクトコンテキスト
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: subagents-orchestration-guide
3
- description: >
4
- サブエージェントのタスク分担と連携を調整。規模判定と自律実行モードを制御。
5
- Use when: 大規模タスク分割、複数エージェント連携、ワークフロー設計時。
3
+ description: サブエージェントのタスク分担と連携を調整。規模判定と自律実行モードを制御。大規模タスク分割時に使用。
6
4
  ---
7
5
 
8
6
  # サブエージェント実践ガイド - オーケストレーション指針
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: task-analyzer
3
- description: >
4
- タスクの本質を分析し適切なスキルを選択。規模見積もりとメタデータを返却。
5
- Use when: タスク開始時、スキル選択、作業規模判断時。
3
+ description: タスクの本質を分析し適切なスキルを選択。規模見積もりとメタデータを返却。タスク開始時、スキル選択時に使用。
6
4
  ---
7
5
 
8
6
  # タスクアナライザー
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: technical-spec
3
- description: >
4
- 環境変数、アーキテクチャ設計、ビルド・テストコマンドを定義。
5
- Use when: 環境設定、アーキテクチャ設計、ビルド設定時。
3
+ description: 環境変数、アーキテクチャ設計、ビルド・テストコマンドを定義。環境設定、アーキテクチャ設計時に使用。
6
4
  ---
7
5
 
8
6
  # 技術設計ルール
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: typescript-rules
3
- description: >
4
- 型安全性とエラーハンドリングルールを適用。any禁止、型ガード必須。
5
- Use when: TypeScript実装、型定義レビュー、エラー処理設計時。
3
+ description: 型安全性とエラーハンドリングルールを適用。any禁止、型ガード必須。TypeScript実装、型定義レビュー時に使用。
6
4
  ---
7
5
 
8
6
  # TypeScript 開発ルール
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: typescript-testing
3
- description: >
4
- Vitestテスト設計と品質基準を適用。カバレッジ要件とモック使用ガイドを提供。
5
- Use when: ユニットテスト作成、モック使用、テスト品質レビュー時。
3
+ description: Vitestテスト設計と品質基準を適用。カバレッジ要件とモック使用ガイドを提供。ユニットテスト作成時に使用。
6
4
  ---
7
5
 
8
6
  # TypeScript テストルール
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-ai-project",
3
- "version": "1.14.1",
3
+ "version": "1.14.2",
4
4
  "packageManager": "npm@10.8.2",
5
5
  "description": "TypeScript boilerplate with skills and sub-agents for Claude Code. Prevents context exhaustion through role-based task splitting.",
6
6
  "keywords": [