Agent skill
common
Install this agent skill to your Project
npx add-skill https://github.com/SawanoLab/adaptive-claude-agents/tree/main/skills/common
SKILL.md
Common Skills
汎用的な開発スキル集。すべてのプロジェクトで活用可能。
Attribution
このディレクトリのスキルは claude-code-templates (MIT License) をベースに、本プロジェクト用に調整しています。
Original author: @davila7
Available Skills
| Skill | Description | Recommended Phase |
|---|---|---|
| test-driven-development | TDD実践ガイド | Production必須、MVP推奨 |
| systematic-debugging | 体系的デバッグ手法 | 全フェーズ |
| verification-before-completion | 完了前検証 | MVP/Production必須 |
| git-commit-helper | コミットメッセージ作成 | 全フェーズ |
| writing-plans | 実装計画作成 | MVP/Production推奨 |
Phase Integration
これらのスキルは Phase-Adaptive Review と連携して使用できます:
Prototype Phase (厳格度: 3/10)
├── systematic-debugging(問題発生時)
└── git-commit-helper(コミット時)
MVP Phase (厳格度: 6/10)
├── systematic-debugging(問題発生時)
├── git-commit-helper(コミット時)
├── writing-plans(機能実装前)
└── verification-before-completion(完了前)
Production Phase (厳格度: 10/10)
├── test-driven-development(必須)
├── systematic-debugging(問題発生時)
├── git-commit-helper(コミット時)
├── writing-plans(必須)
└── verification-before-completion(必須)
Usage
Claude Codeで直接参照可能:
このタスクには systematic-debugging スキルを適用してください
または、プロジェクト固有の .claude/skills/ にコピーして使用:
cp skills/common/*.md /path/to/your/project/.claude/skills/
License
These skills are derived from claude-code-templates under the MIT License.
MIT License
Copyright (c) 2024 Daniel Avila
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
skills
adaptive-review
project-analyzer
Analyzes project structure and generates appropriate Claude Code subagents based on detected tech stack
verl-rl-training
Provides guidance for training LLMs with reinforcement learning using verl (Volcano Engine RL). Use when implementing RLHF, GRPO, PPO, or other RL algorithms for LLM post-training at scale with flexible infrastructure backends.
openrlhf-training
High-performance RLHF framework with Ray+vLLM acceleration. Use for PPO, GRPO, RLOO, DPO training of large models (7B-70B+). Built on Ray, vLLM, ZeRO-3. 2× faster than DeepSpeedChat with distributed architecture and GPU resource sharing.
gguf-quantization
GGUF format and llama.cpp quantization for efficient CPU/GPU inference. Use when deploying models on consumer hardware, Apple Silicon, or when needing flexible quantization from 2-8 bit without GPU requirements.
Didn't find tool you were looking for?