Welcome to AI Instruction Kits
Efficiently manage and provide structured instructions to AI
🎯 What is AI Instruction Kits?
AI Instruction Kits is a system that structurally manages instruction sets for AI development tools (Claude, ChatGPT, Gemini, etc.).
By centralizing management of scattered AI instructions, it achieves:
- Consistency: Unified instructions across projects
- Efficiency: No need to recreate instructions each time
- Flexibility: Easy customization and extension
- Multilingual: Japanese and English support
🚀 Key Features
1. One-command Setup
bash scripts/setup-project.sh
Just run this command to complete the setup. Choose from 3 integration modes to match your project.
2. Rich Instruction Categories
- System Management: Basic instructions to control AI behavior
- Coding: Instructions specialized for programming tasks
- Writing: For document and content creation
- Analysis: For data analysis and research tasks
- Creative: Support for creative tasks
- Agent-based: Instructions to behave as specific experts
3. Checkpoint System
Automatically track work progress, enabling smooth task handover and continuity:
[2024-01-05 10:00:00][TASK-abc123][START] Implement user authentication API
[2024-01-05 10:30:00][TASK-abc123][COMPLETE] Result: Created 3 API endpoints, 15 tests
💡 Use Cases
Typical Usage Scenarios
- Development Project Standardization
- Apply consistent coding standards across the team
- Unified test writing methods
- Common documentation format
- Onboarding New Team Members
- Quickly share project-specific rules
- Understanding AI tool usage
- Reduced learning curve
- Improving Work Efficiency
- Skip repetitive instruction creation
- Quickly apply optimal instructions for the task
- Track and visualize progress
📝 How to Use
- Initial Setup
git clone https://github.com/dobachi/AI_Instruction_Kits.git cd your-project bash path/to/AI_Instruction_Kits/scripts/setup-project.sh
- Give Instructions to AI
claude "Refer to CLAUDE.md and implement user authentication API"
- Customize
Edit
instructions/PROJECT.md
to add project-specific settings
🌟 Why Choose AI Instruction Kits?
- Open Source: Apache-2.0 license, free to use
- Flexible: Easily add custom instructions
- Proven: Used in actual development projects
- Community: Growing ecosystem
🚀 Get Started Now
Set up AI Instruction Kits in just 5 minutes and improve your AI development efficiency!