{"id":35771467,"url":"https://github.com/coelhoxyz/claude-code-global-config","last_synced_at":"2026-01-07T04:19:06.671Z","repository":{"id":331238467,"uuid":"1125844403","full_name":"coelhoxyz/claude-code-global-config","owner":"coelhoxyz","description":"Production-ready global CLAUDE.md template for Claude Code CLI - Anthropic's AI coding assistant. Clean Architecture, type-safe, workflow-optimized configuration.","archived":false,"fork":false,"pushed_at":"2025-12-31T13:37:23.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-04T21:24:00.511Z","etag":null,"topics":["agentic-coding","ai-coding","anthropic","claude","claude-code","claude-md","clean-architecture","cli-tools","config-template","developer-tools"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coelhoxyz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-31T13:32:05.000Z","updated_at":"2025-12-31T13:37:27.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/coelhoxyz/claude-code-global-config","commit_stats":null,"previous_names":["coelhoxyz/claude-code-global-config"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/coelhoxyz/claude-code-global-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coelhoxyz%2Fclaude-code-global-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coelhoxyz%2Fclaude-code-global-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coelhoxyz%2Fclaude-code-global-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coelhoxyz%2Fclaude-code-global-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coelhoxyz","download_url":"https://codeload.github.com/coelhoxyz/claude-code-global-config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coelhoxyz%2Fclaude-code-global-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28232397,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2026-01-07T02:00:05.975Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agentic-coding","ai-coding","anthropic","claude","claude-code","claude-md","clean-architecture","cli-tools","config-template","developer-tools"],"created_at":"2026-01-07T04:19:05.762Z","updated_at":"2026-01-07T04:19:06.667Z","avatar_url":"https://github.com/coelhoxyz.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Claude Code Global Config Template\n\nA curated, production-ready global `CLAUDE.md` configuration for [Claude Code](https://claude.ai/code) - Anthropic's official AI coding assistant CLI.\n\n## What is CLAUDE.md?\n\n`CLAUDE.md` is a configuration file that Claude Code automatically loads into every conversation. It provides persistent context about your coding standards, workflow preferences, and project conventions.\n\n**Global config location:** `~/.claude/CLAUDE.md`\n\n## Features\n\n- **Clean Architecture \u0026 Clean Code** principles enforced\n- **Type-safe** coding with type hints requirement\n- **Smart workflow** - explore before implementing, plan before coding\n- **Git best practices** - clear commits, no credential leaks\n- **Readability first** - clarity over cleverness\n- **Curated plugins list** - recommended plugins for enhanced productivity\n\n## Quick Start\n\n```bash\n# Clone to your .claude folder\ngit clone https://github.com/coelhoxyz/claude-code-global-config.git ~/.claude\n\n# Or just copy the CLAUDE.md\ncurl -o ~/.claude/CLAUDE.md https://raw.githubusercontent.com/coelhoxyz/claude-code-global-config/main/CLAUDE.md\n```\n\n## Configuration\n\n```markdown\n# Global Coding Standards\n\n## Code Style\n- Always follow Clean Architecture and Clean Code principles\n- Use type hints on all functions\n- Prefer readability over cleverness\n- Destructure imports when possible\n\n## Workflow\n- Explore codebase before implementing changes\n- Plan before coding on complex tasks\n- Run tests after making code changes\n- Prefer single test runs over full suite for performance\n\n## Git Conventions\n- Write clear, concise commit messages\n- Never commit sensitive data (API keys, credentials)\n\n## Communication\n- Ask clarifying questions before architectural changes\n- Explain reasoning for non-obvious decisions\n```\n\n## Recommended Plugins\n\nCheck out [PLUGINS.md](PLUGINS.md) for a curated list of plugins:\n\n| Plugin | Description |\n|--------|-------------|\n| `playwright` | Browser automation and testing |\n| `frontend-design` | Frontend design assistance |\n| `security-guidance` | Security best practices |\n| `vercel` | Vercel deployment integration |\n| `figma` | Figma design integration |\n\n```bash\n# Example: Install playwright plugin\nclaude plugin install playwright@claude-plugins-official\n```\n\n## Customization\n\nFeel free to fork and customize for your needs:\n\n- Add language-specific conventions\n- Include team standards\n- Add project-specific commands\n- Use `@~/.claude/filename.md` to split into modules\n\n## Resources\n\n- [Claude Code Best Practices - Anthropic](https://www.anthropic.com/engineering/claude-code-best-practices)\n- [Using CLAUDE.MD Files - Official Guide](https://claude.com/blog/using-claude-md-files)\n- [Claude Code Documentation](https://docs.anthropic.com/claude-code)\n\n## License\n\nMIT - Use freely, customize endlessly.\n\n---\n\n**Keywords:** claude code, claude.md, claude code config, anthropic claude, ai coding assistant, claude code template, global config, claude code setup, agentic coding, claude cli\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoelhoxyz%2Fclaude-code-global-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoelhoxyz%2Fclaude-code-global-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoelhoxyz%2Fclaude-code-global-config/lists"}