Add CLAUDE.MD development guide for AI assistants - #1
Open
bretthowell714-source wants to merge 2 commits into
Open
Conversation
Created comprehensive CLAUDE.MD file containing: - Repository overview and structure - Development guidelines and conventions - Security considerations - Common tasks and workflows - AI-specific instructions for working with .github repository
Added complete development environment configurations: **Issue & PR Templates:** - Bug report template (YAML format) with structured fields - Feature request template with priority and use cases - PR template with AI-assisted development tracking - Issue template configuration **GitHub Actions Workflows:** - Code quality checks (linting, markdown, security) - Claude PR review helper with automated context generation - Dependency review and security scanning **Development Container:** - Docker-based dev environment with Node.js 20 - Pre-installed Claude Code CLI - Git, GitHub CLI, and common dev tools - VSCode extensions and settings **VSCode Configuration:** - Editor settings with formatting rules - Recommended extensions list - Custom tasks for common operations - Debug configurations for Node.js and Chrome **Code Quality Configs:** - EditorConfig for consistent coding styles - Prettier configuration for code formatting - Markdownlint rules for documentation - Comprehensive .gitignore **Documentation:** - Comprehensive README with quick start guide - Usage instructions for all features - Customization guidelines All configurations are optimized for AI-assisted development and will apply as defaults across all repositories.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Created comprehensive CLAUDE.MD file containing: