{"id":46300591,"url":"https://github.com/chokmah-me/claude-code-playbook","last_synced_at":"2026-03-04T11:06:29.161Z","repository":{"id":332209655,"uuid":"1129097069","full_name":"chokmah-me/claude-code-playbook","owner":"chokmah-me","description":"Practitioner's Playbook for Claude Code: Configuration for Token-Efficient AI Engineering","archived":false,"fork":false,"pushed_at":"2026-01-06T16:19:38.000Z","size":149,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-13T01:51:56.766Z","etag":null,"topics":["ai-development","claude-ai","developer-tools","refactoring","token-optimization","typescript","workflows"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/chokmah-me.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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":"2026-01-06T15:48:17.000Z","updated_at":"2026-01-06T16:19:42.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/chokmah-me/claude-code-playbook","commit_stats":null,"previous_names":["chokmah-me/claude-code-playbook"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/chokmah-me/claude-code-playbook","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chokmah-me%2Fclaude-code-playbook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chokmah-me%2Fclaude-code-playbook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chokmah-me%2Fclaude-code-playbook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chokmah-me%2Fclaude-code-playbook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chokmah-me","download_url":"https://codeload.github.com/chokmah-me/claude-code-playbook/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chokmah-me%2Fclaude-code-playbook/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30078505,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T08:01:56.766Z","status":"ssl_error","status_checked_at":"2026-03-04T08:00:42.919Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["ai-development","claude-ai","developer-tools","refactoring","token-optimization","typescript","workflows"],"created_at":"2026-03-04T11:06:28.363Z","updated_at":"2026-03-04T11:06:29.107Z","avatar_url":"https://github.com/chokmah-me.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🤖 Claude Code Playbook\n\n**Version**: 4.1.3 | **License**: MIT | **Repository**: https://github.com/chokmah-me/claude-code-playbook\n\nA token-efficient AI engineering system that reduces conversation turns through specialized workflows.\n\n**✨ New in v4.1.3**: Major documentation restructure with focused guides, enhanced PowerShell support, and improved cross-platform compatibility.\n\n---\n\n## 🚀 Quick Start\n\nGet productive in **15 minutes**:\n\n```bash\n# 1. Clone\ngit clone https://github.com/chokmah-me/claude-code-playbook.git\ncd claude-code-playbook\n\n# 2. Setup\ncp templates/CLAUDE.md.template /path/to/project/CLAUDE.md\ncp templates/.cursorrules.template /path/to/project/.cursorrules\n\n# 3. Test\nclaude skills refactoring qnew\n```\n\n**Windows PowerShell:**\n```powershell\n# Quick setup\n. scripts/powershell/setup_powershell_profile.ps1\nccnew  # Start session\n```\n\n**✅ Success indicators:**\n- Workflows execute without errors\n- Token usage stays under 25K per session  \n- Context resets work smoothly\n- You're productive within 30 minutes\n\n**📖 [Complete 15-Minute Setup Guide →](docs/GETTING_STARTED.md)**\n\n---\n\n## 🎯 What You Get\n\n**Core Features:**\n- **🖥️ Cross-Platform** - Windows (PowerShell), Mac, Linux\n- **⚡ 26+ Aliases** - Save 8+ minutes/day (`ccnew`, `cctriage`, `cchealth`)\n- **📊 Token Efficient** - Stay under 25K tokens/session\n- **🎓 7 Workflows** - triage, extract, modernize, qnew, qplan, qcode, catchup\n\n**Proven Results:**\n- 67% fewer conversation turns\n- 100% test pass rate maintained  \n- 40% better maintainability\n- 75% faster setup (15 min vs 60+ min)\n\n---\n\n## 🛠️ Essential Commands\n\n```bash\n# Daily workflow\ncctriage    # Find issues (~2K tokens)\nccplan      # Create plan (~3K tokens)  \ncccode      # Implement (~8-12K tokens)\ncccost      # Check usage\n```\n\n**💰 Budget**: Stay under 25K tokens/session for Claude Pro efficiency.\n\n---\n\n## 📚 Documentation\n\n| Guide | What You'll Learn | Time |\n|-------|-------------------|------|\n| **[🚀 Getting Started](docs/GETTING_STARTED.md)** | Complete setup \u0026 first workflow | 5 min |\n| **[⚙️ Configuration](docs/CONFIGURATION.md)** | Best practices \u0026 optimization | 8 min |\n| **[💡 Shell Aliases](docs/ALIASES.md)** | All 26+ shortcuts (Bash \u0026 PowerShell) | 6 min |\n| **[📊 Token Economics](docs/TOKEN_ECONOMICS.md)** | Optimize token usage | 7 min |\n| **[🏆 Success Guide](docs/SUCCESS_GUIDE.md)** | Learning path \u0026 metrics | 10 min |\n\n**Platform-Specific:**\n- **[Windows PowerShell](docs/windows/WINDOWS_QUICKSTART.md)** - PowerShell setup guide\n- **[Implementation Details](docs/PLAYBOOK_IMPLEMENTATION.md)** - Technical reference\n\n---\n\n## 📂 Project Structure\n\n```\n├── 📁 docs/                 # Complete documentation\n├── 📁 scripts/              # Health checks \u0026 utilities\n├── 📁 skills/               # Available skills \u0026 workflows  \n├── 📁 templates/            # Ready-to-use configurations\n└── 📄 README.md             # This file\n```\n\n**Templates include:** CLAUDE.md, .cursorrules, settings, MCP configs, aliases, and more.\n\n---\n\n## 🔧 Platform Support\n\n### Linux/Mac\n```bash\n# Setup aliases\ncat templates/.bash_aliases.template \u003e\u003e ~/.bashrc\nsource ~/.bashrc\n\n# Use shortcuts  \ncctriage  # Analyze code\ncccost    # Check tokens\nc chealth  # Health check\n```\n\n### Windows (PowerShell)\n```powershell\n# Setup\n. scripts/powershell/setup_powershell_profile.ps1\n\n# Use shortcuts\ncctriage  # Analyze code\ncccost    # Check tokens\nc chealth  # Health check\n```\n\n**Note**: May require: `Set-ExecutionPolicy RemoteSigned -Scope CurrentUser`\n\n---\n\n## 🤝 Contributing\n\nWe welcome contributions! See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.\n\n**Help needed:** Additional languages, templates, tutorials, translations.\n\n---\n\n## 📞 Support\n\n- **📖 Documentation**: [Complete docs](docs/)\n- **🐛 Issues**: [GitHub Issues](https://github.com/chokmah-me/claude-code-playbook/issues)\n- **💬 Discussions**: [GitHub Discussions](https://github.com/chokmah-me/claude-code-playbook/discussions)\n- **📚 Claude Code Docs**: https://docs.anthropic.com/claude-code\n\n---\n\n**Version**: 4.1.3 | **Date**: December 25, 2025 | **Status**: ✅ Production Ready\n\n---\n\n*Ready? [Start here →](docs/GETTING_STARTED.md)*","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchokmah-me%2Fclaude-code-playbook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchokmah-me%2Fclaude-code-playbook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchokmah-me%2Fclaude-code-playbook/lists"}