{"id":32848823,"url":"https://github.com/yulikepython/ai-coding-assistant-instructions-generator","last_synced_at":"2025-11-08T10:02:04.855Z","repository":{"id":323100062,"uuid":"1092119406","full_name":"Yulikepython/ai-coding-assistant-instructions-generator","owner":"Yulikepython","description":"AIコーディングツール向けの動的指示文生成システム。GitHub Copilot、Cursor、Claude Code等に対応したカスタム指示文をWebブラウザで簡単生成。","archived":false,"fork":false,"pushed_at":"2025-11-08T03:50:53.000Z","size":52,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-08T05:32:42.394Z","etag":null,"topics":["ai-tools","claude-code","code-generation","cursor","gemini-cli","github-copilot","template-generator"],"latest_commit_sha":null,"homepage":"https://yulikepython.github.io/ai-coding-assistant-instructions-generator/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Yulikepython.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-08T03:07:02.000Z","updated_at":"2025-11-08T03:50:56.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Yulikepython/ai-coding-assistant-instructions-generator","commit_stats":null,"previous_names":["yulikepython/ai-coding-assistant-instructions-generator"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Yulikepython/ai-coding-assistant-instructions-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yulikepython%2Fai-coding-assistant-instructions-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yulikepython%2Fai-coding-assistant-instructions-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yulikepython%2Fai-coding-assistant-instructions-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yulikepython%2Fai-coding-assistant-instructions-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Yulikepython","download_url":"https://codeload.github.com/Yulikepython/ai-coding-assistant-instructions-generator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yulikepython%2Fai-coding-assistant-instructions-generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":283333707,"owners_count":26818628,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-11-08T02:00:06.281Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-tools","claude-code","code-generation","cursor","gemini-cli","github-copilot","template-generator"],"created_at":"2025-11-08T10:00:49.680Z","updated_at":"2025-11-08T10:02:04.849Z","avatar_url":"https://github.com/Yulikepython.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# AI Coding Assistant Instructions Generator\n\nAIコーディングツール向けの動的指示文生成システム。プロジェクトの特性に合わせてカスタム指示文を生成します。\n\n## 🌟 主要機能\n\n- **🌐 Web生成器**: プロジェクト特性に応じた指示文を動的生成\n- **🧩 モジュラー設計**: 必要な機能のみを組み合わせて最適化\n- **🤖 多ツール対応**: GitHub Copilot、Cursor、Claude Code等に対応\n- **📱 レスポンシブ**: ブラウザさえあれば、どこでも利用可能\n\n## 🚀 使い方\n\n### Web生成器（推奨）\n\n1. **[https://yulikepython.github.io/ai-coding-assistant-instructions-generator/](https://yulikepython.github.io/ai-coding-assistant-instructions-generator/)** にアクセス\n2. プロジェクト情報を入力\n3. 開発環境と言語を選択\n4. 必要な機能をチェック\n5. 指示文を生成してコピー\n6. 使用するAIツールの設定ファイルに貼り付け\n\n### AIツール別設定方法\n\n| ツール | 設定ファイル | 場所 |\n|--------|-------------|------|\n| **GitHub Copilot** | `copilot-instructions.md` | `.github/` ディレクトリ |\n| **Cursor** | `.cursorrules` | プロジェクトルート |\n| **Claude Code** | 設定ファイル | VS Code設定 |\n\n#### GitHub Copilot\n```bash\nmkdir -p .github\n# 生成された指示文をコピー\nnano .github/copilot-instructions.md\n```\n\n#### Cursor  \n```bash\n# 生成された指示文をコピー\nnano .cursorrules\n```\n\n#### Claude Code\n```json\n// .vscode/settings.json\n{\n  \"claude.instructions\": \"[生成された指示文]\"\n}\n```\n\n## 📂 プロジェクト構成\n\n```\nai-coding-assistant-instructions-generator/\n├── docs/                          # Web生成器\n│   ├── index.html                 # メインUI\n│   ├── styles.css                 # スタイル\n│   └── template-generator.js      # 生成エンジン\n└── copilot-instructions-templates/ # テンプレート（単一情報源）\n    ├── core/                       # 基本ガイドライン\n    ├── languages/                  # 言語別アドオン\n    └── project-types/             # プロジェクト種別\n```\n\n## ✨ 対応機能\n\n### 🎯 開発原則\n- **ドメイン駆動設計**: エンティティ・値オブジェクト指導\n- **関心の分離**: UI、ビジネスロジック、データアクセスの分離\n- **文字列ハードコーディング防止**: enum・定数の活用推進\n\n### 🗣️ 対応言語\n- **Python** - Flask, Django, FastAPI等\n- **JavaScript/TypeScript** - Node.js, React, Vue等\n- **Java** - Spring Boot, Maven, Gradle等  \n- **HTML/CSS** - セマンティック、モダンCSS\n- **SCSS** - 変数管理、ミックスイン（JS/TS選択時）\n\n### �️ 対応環境\n- **Linux** (bash)\n- **macOS** (bash/zsh)\n- **Windows** (PowerShell)\n\n## �️ ローカル開発\n\n```bash\n# リポジトリクローン\ngit clone https://github.com/Yulikepython/ai-coding-assistant-instructions-generator.git\ncd ai-coding-assistant-instructions-generator\n\n# ローカルサーバー起動\ncd docs\npython3 -m http.server 8000\n\n# ブラウザでアクセス\n# http://localhost:8000\n```\n\n## 📝 テンプレート編集\n\n1. `copilot-instructions-templates/` 内のMarkdownファイルを編集\n2. ローカルで動作確認\n3. GitHubにプッシュ → 自動的にWeb生成器に反映\n\n### 新機能追加\n- **言語追加**: `languages/` にアドオンファイル作成\n- **プロジェクト種別**: `project-types/` にテンプレート作成\n- **UI拡張**: `docs/template-generator.js` に生成ロジック追加\n\n## 🎯 使用例\n\n### Web開発プロジェクト\n```\n✅ 共通ガイドライン\n✅ JavaScript/TypeScript\n✅ SCSS（オプション）\n✅ Webアプリケーション\n→ 生成された指示文を .cursorrules にコピー\n```\n\n### データ分析プロジェクト  \n```\n✅ 共通ガイドライン\n✅ Python  \n✅ データ分析\n→ 生成された指示文を .github/copilot-instructions.md にコピー\n```\n\n## 📄 ライセンス\n\nMIT License - 自由にご利用ください\n\n## 🤝 コントリビューション\n\n新機能追加や改善は歓迎です！\n\n1. リポジトリをフォーク\n2. 機能追加・改善実装\n3. プルリクエスト作成\n\n---\n\n**💡 効率的な使い方**:\n- 簡単な設定から開始し、プロジェクト成長に合わせて機能追加\n- 複数AIツールで同じ指示文を試用可能\n- 定期的に最新版を確認して指示文更新\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyulikepython%2Fai-coding-assistant-instructions-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyulikepython%2Fai-coding-assistant-instructions-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyulikepython%2Fai-coding-assistant-instructions-generator/lists"}