- Add .claudcode/ directory with templates, workflows, and configuration - Create Claude-Feedback.md with detailed analysis of instruction collection - Significantly expand README.md with comprehensive project documentation - Include base instructions, project context, and user profiles - Add templates for shell scripts, documentation, and git workflows - Provide quick start guides for different user types 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
35 lines
1.4 KiB
Markdown
35 lines
1.4 KiB
Markdown
# .claudcode Directory
|
|
|
|
This directory contains Claude Code configuration and templates for consistent AI interactions.
|
|
|
|
## Structure
|
|
- **settings.json**: Claude Code behavior configuration
|
|
- **base-instructions.md**: Core behavioral guidelines
|
|
- **project-context.md**: Project-specific context and requirements
|
|
- **templates/**: Reusable instruction templates
|
|
- **workflows/**: Step-by-step processes for common tasks
|
|
- **profiles/**: User and team preference profiles
|
|
|
|
## Usage
|
|
1. Customize `project-context.md` for your specific project
|
|
2. Modify `settings.json` to match your preferences
|
|
3. Use templates for consistent outputs
|
|
4. Follow workflows for complex processes
|
|
5. Update profiles as needed
|
|
|
|
## Templates Available
|
|
- **shell-script.md**: Shell script generation standards
|
|
- **documentation.md**: Documentation creation guidelines
|
|
- **code-review.md**: Code review process (template)
|
|
- **technical-spec.md**: Technical specification format (template)
|
|
|
|
## Workflows Available
|
|
- **git-commit.md**: Git commit message standards
|
|
- **code-review.md**: Code review process (template)
|
|
- **debugging.md**: Debugging methodology (template)
|
|
|
|
## Customization
|
|
Each file can be customized to match your team's standards and preferences. The structure is designed to be flexible while maintaining consistency.
|
|
|
|
## Integration
|
|
Claude Code will automatically read these files to understand your preferences and provide consistent, high-quality assistance. |