{"id":32807129,"url":"https://github.com/tomeraitz/dotclaude-templates","last_synced_at":"2026-06-22T18:31:29.208Z","repository":{"id":321398005,"uuid":"1085653073","full_name":"tomeraitz/dotclaude-templates","owner":"tomeraitz","description":"A collection of .claude templates: custom agents, commands, hooks, and skills for Claude Code","archived":false,"fork":false,"pushed_at":"2026-03-04T09:59:00.000Z","size":1514,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-04T16:18:24.178Z","etag":null,"topics":["cluade","github","opensource"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tomeraitz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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-10-29T10:32:40.000Z","updated_at":"2026-03-04T09:59:04.000Z","dependencies_parsed_at":"2025-10-29T13:27:33.621Z","dependency_job_id":null,"html_url":"https://github.com/tomeraitz/dotclaude-templates","commit_stats":null,"previous_names":["tomeraitz/dotclaude-templates"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tomeraitz/dotclaude-templates","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomeraitz%2Fdotclaude-templates","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomeraitz%2Fdotclaude-templates/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomeraitz%2Fdotclaude-templates/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomeraitz%2Fdotclaude-templates/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tomeraitz","download_url":"https://codeload.github.com/tomeraitz/dotclaude-templates/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomeraitz%2Fdotclaude-templates/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34661702,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-22T02:00:06.391Z","response_time":106,"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":["cluade","github","opensource"],"created_at":"2025-11-06T15:01:24.725Z","updated_at":"2026-06-22T18:31:29.202Z","avatar_url":"https://github.com/tomeraitz.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"\" rel=\"noopener\"\u003e\n \u003cimg width=200px height=200px src=\"https://i.imgur.com/ZG0iECp.png\" alt=\"dotclaude logo\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch3 align=\"center\"\u003edotclaude-templates\u003c/h3\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![Status](https://img.shields.io/badge/status-active-success.svg)]()\n[![GitHub Issues](https://img.shields.io/github/issues/tomeraitz/dotclaude-templates.svg)](https://github.com/tomeraitz/dotclaude-templates/issues)\n[![GitHub Pull Requests](https://img.shields.io/github/issues-pr/tomeraitz/dotclaude-templates.svg)](https://github.com/tomeraitz/dotclaude-templates/pulls)\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](/LICENSE)\n\n\u003c/div\u003e\n\n---\n\n\u003cp align=\"center\"\u003e Production-ready .claude templates for Claude Code: custom agents, commands, hooks, and skills to supercharge your AI-powered development workflow.\n    \u003cbr\u003e\n\u003c/p\u003e\n\n## 🧐 About the Project\n\n**dotclaude-templates** is a production-ready collection of `.claude` templates that extend Claude Code's capabilities through the `.claude/` directory structure. Think of it as your AI development toolkit - reusable, shareable, and designed to supercharge your workflow.\n\nHere's why you should use it:\n\n- **Save Time**: Create production-ready custom agents in 2-5 minutes instead of hours\n- **Consistency**: Share the same standards, patterns, and SOPs across your entire team\n- **Safety**: Built-in constraints prevent common mistakes and security issues\n- **Flexibility**: Works with any tech stack - Backend, Frontend, DevOps, ML, and more\n\nUse this repository as a starting point - fork it, customize it, and make it your own!\n\n## 🏁 Getting Started\n\n### Prerequisites\n\n[Claude Code](https://docs.claude.com/en/docs/claude-code) installed\n\n### Installation\n\n**Step 1: Clone the repository**\n\n```bash\ngit clone https://github.com/tomeraitz/dotclaude-templates.git\ncd dotclaude-templates\n```\n\n**Step 2: Copy `.claude/` to your project**\n\nOn Linux/macOS:\n```bash\ncp -r .claude/ /path/to/your/project/.claude/\n```\n\nOn Windows:\n```cmd\nxcopy .claude /path/to/your/project/.claude/ /E /I\n```\n\n\n## 📚 Documentation\n\n- **[Custom Agent Command Guide](docs/custom-agent.doc.md)** - Complete guide to creating custom agents with the `/custom-agent` command\n- **[Hooks Guide](docs/hooks-guide.md)** - Understanding and configuring hooks in `.claude/settings.json` for automated workflows\n- **[Debugger Skill Guide](docs/debugger-skill.md)** - Verify frontend changes using Playwright MCP\n- **[Create Plan Command](docs/create-plan.md)** - Generate structured implementation plans with multi-agent review\n- **[Run Plan Command](docs/run-plan.md)** - Execute plan files sequentially using background agents with automatic validation\n- **[Beginners Workflows](docs/beginners-workflows.md)** - Beginner-friendly chain of commands taking an idea to working code: `/create-prd` → `/create-design` → `/create-plan` → `/run-plan`\n\n---\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomeraitz%2Fdotclaude-templates","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomeraitz%2Fdotclaude-templates","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomeraitz%2Fdotclaude-templates/lists"}