Skills Domain banner
LevelCapCoJapanTools LevelCapCoJapanTools

Skills Domain

AI community

Description

SSOT(Single Source of Truth)におけるドメイン固有スキルを提供するリポジトリ。本リポジトリは、特定のアプリケーションや業務要件に依存する操作を定義し、AIエージェント(Copilot / Claude / GeminiCLI / Cursor / Codex)がビジネスロジックを正確に実行できるようにする。skills-coreおよびskills-providerで定義された基盤の上に構築され、再利用性を損なわない形でドメイン知識を分離管理する。

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

![GitHub last commit](https://img.shields.io/github/last-commit/LevelCapTech/use-copilot-agent-template) ![GitHub repo file or directory count](https://img.shields.io/github/directory-file-count/LevelCapTech/use-copilot-agent-template) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/LevelCapTech/use-copilot-agent-template) ![GitHub Repo stars](https://img.shields.io/github/stars/LevelCapTech/use-copilot-agent-template)

use-copilot-agent-template

日本語環境で GitHub Copilot と Copilot Agent を活用しながらコーディングするためのリポジトリテンプレート。VS Code の推奨設定やプロンプト例、Agent 活用手順、リファクタリングやテスト生成の実例、ドキュメント整備の流れなどをまとめ、日常的な実装作業から大規模開発まで幅広い用途で活用できる構成にしています。既存プロジェクトへの取り込みやチーム標準化にも応用しやすく、誰でもすぐに AI を自然に組み込んだ開発フローを試せる実践的なテンプレートです。