Skills Core banner
LevelCapCoJapanTools LevelCapCoJapanTools

Skills Core

AI community

Description

SSOT(Single Source of Truth)における汎用スキル実装を提供する中核リポジトリ。本リポジトリは、複数の案件で再利用可能な操作単位(Skill)を定義し、AIエージェント(Copilot / Claude / GeminiCLI / Cursor / Codex)が実行する具体的な処理を標準化する。ssot-schemaで定義された型とssot-policiesで定義された制約に従い、環境非依存かつ決定論的に動作するスキル群を提供する。

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 を自然に組み込んだ開発フローを試せる実践的なテンプレートです。