{"id":15094035,"url":"https://github.com/udecode/dotai","last_synced_at":"2025-10-18T01:10:33.974Z","repository":{"id":255682390,"uuid":"853061186","full_name":"udecode/dotai","owner":"udecode","description":"Ultimate AI development stack: Claude Code + Task Master + Cursor","archived":false,"fork":false,"pushed_at":"2025-08-10T21:45:25.000Z","size":176,"stargazers_count":990,"open_issues_count":6,"forks_count":77,"subscribers_count":18,"default_branch":"main","last_synced_at":"2025-08-10T23:36:07.082Z","etag":null,"topics":["ai","claude-code","cursor","task-manager"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/udecode.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}},"created_at":"2024-09-05T23:16:54.000Z","updated_at":"2025-08-10T21:45:29.000Z","dependencies_parsed_at":"2025-07-01T18:41:34.489Z","dependency_job_id":null,"html_url":"https://github.com/udecode/dotai","commit_stats":null,"previous_names":["udecode/dotai"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/udecode/dotai","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udecode%2Fdotai","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udecode%2Fdotai/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udecode%2Fdotai/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udecode%2Fdotai/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/udecode","download_url":"https://codeload.github.com/udecode/dotai/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udecode%2Fdotai/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002341,"owners_count":26083340,"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":"2025-10-09T02:00:07.460Z","response_time":59,"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":["ai","claude-code","cursor","task-manager"],"created_at":"2024-09-25T12:01:30.051Z","updated_at":"2025-10-18T01:10:33.968Z","avatar_url":"https://github.com/udecode.png","language":"Shell","readme":"```\n██████╗  ██████╗ ████████╗ █████╗ ██╗\n██╔══██╗██╔═══██╗╚══██╔══╝██╔══██╗██║\n██║  ██║██║   ██║   ██║   ███████║██║\n██║  ██║██║   ██║   ██║   ██╔══██║██║\n██████╔╝╚██████╔╝   ██║   ██║  ██║██║\n╚═════╝  ╚═════╝    ╚═╝   ╚═╝  ╚═╝╚═╝\n```\n\n## Quick Start\n\n### Fastest Setup\n\n```bash\nnpx shadcn@latest add https://raw.githubusercontent.com/udecode/dotai/main/registry/all.json\n```\n\nThen, restart `claude`.\n\nThis installs all project files and configures Claude Code to auto-install the marketplace and plugins.\n\n### Manual Setup\n\nAdd marketplace and plugins (interactive):\n\n```bash\n/plugin marketplace add udecode/dotai\n```\n\nRestart Claude Code, then install all plugin files:\n\n```bash\n/dotai:install-all\n```\n\n### Configure Context Management\n\nAdd this to your `package.json`:\n\n```json\n{\n  \"scripts\": {\n    \"ctx\": \"tsx .claude/scripts/generate-agents.ts\"\n  }\n}\n```\n\n## Available Plugins\n\n### 🛠️ dotai\n\nComplete development toolkit - documentation, PRDs, debugging, PR workflows, and planning.\n\n**Installation:**\n\n```bash\n/plugin install dotai@dotai\n# restart claude\n/dotai:install\n```\n\n**Features:**\n\n- **PRD Workflows** - Create and parse Product Requirements Documents\n- **Documentation** - Generate and maintain app design and tech stack docs\n- **Debugging** - Systematic bug investigation with logging\n- **PR Management** - Full PR creation with reviews and draft mode\n- **Planning** - Implementation planning and log monitoring\n\n**Key Commands:**\n\n```bash\n/dotai:create-prd-interactive  # Create PRD with AI questions\n/dotai:create-app-design       # Generate design documentation\n/dotai:debug                   # Start debugging workflow\n/dotai:pr                      # Create PR with review\n/dotai:how                     # Plan before coding\n```\n\n[Full Plugin Documentation →](./.claude-plugin/plugins/dotai/README.md)\n\n### 🎯 ctx\n\nContext manager for Claude Code and Codex. Prevent context bloat by loading only relevant docs for your task.\n\n**Installation:**\n\n```bash\n/plugin install ctx@dotai\n# restart claude\n/ctx:install\n```\n\n**Features:**\n\n- **AI-Powered** - `/ctx` in Claude Code analyzes your task and chooses preset\n- **Manual Control** - `pnpm ctx \u003cpreset\u003e` for direct preset selection\n- **Quality Impact** - Focused presets vs diluted all-presets\n- **Single Source of Truth** - For both Claude Code and Codex\n\n**Quick Start:**\n\n```bash\n# AI chooses for you (Claude Code)\n/ctx \"Build a modal component\"\n\n# Manual selection\npnpm ctx frontend  # UI work\npnpm ctx backend   # API work\npnpm ctx app       # Full-stack\n```\n\n[Full Plugin Documentation →](./.claude-plugin/plugins/ctx/README.md)\n\n### 🧠 fb\n\nSession memory and continuity for Claude Code.\n\n**Installation:**\n\n```bash\n/plugin install fb@dotai\n# restart claude\n/fb:install\n```\n\n**Features:**\n\n- **Session Continuity** - Restore context from previous sessions\n- **Working Plan** - Track development priorities across sessions\n- **Project Memory** - Store important learnings\n- **Auto-Archiving** - Organized session history\n\n**Key Commands:**\n\n```bash\n/fb:session-start   # Restore previous context\n/fb:save-session    # Save session summary\n/fb:remember        # Store important info\n```\n\n[Full Plugin Documentation →](./.claude-plugin/plugins/fb/README.md)\n\n### 🔔 notification\n\nmacOS notifications for Claude Code events.\n\n**Installation:**\n\n```bash\n/plugin install notification@dotai\n# restart claude\n```\n\n**Features:**\n\n- Get notified when Claude finishes responding\n- Ping on compact events\n\n[Full Plugin Documentation →](./.claude-plugin/plugins/notification/README.md)\n\n### 🎵 media\n\nAuto-play/pause media on prompt submit/stop.\n\n**Installation:**\n\n```bash\nbrew install media-control  # Required\n/plugin install media@dotai\n# restart claude\n```\n\n**Features:**\n\n- Auto-play media when submitting prompts\n- Auto-pause media when stopping responses\n- Works with Spotify, Apple Music, YouTube, etc.\n\n**Configuration:**\n\n```json\n{\n  \"env\": {\n    \"CLAUDE_MEDIA_AUTO_PAUSE\": \"false\" // Disable auto-pause\n  }\n}\n```\n\n[Full Plugin Documentation →](./.claude-plugin/plugins/media/README.md)\n\n## Workflows\n\n### 1. Initial Setup\n\nAfter Quick Start, create foundational docs:\n\n```bash\n# Generate initial context\npnpm ctx --init\n\n# Create foundational docs\n/dotai:create-app-design\n/dotai:create-tech-stack\n```\n\n### 2. Daily Workflow\n\n```bash\n# Start session with context\n/fb:session-start\n\n# Plan work\n/dotai:how\n\n# Load specific context\npnpm ctx frontend api\n\n# Start monitoring\n/dotai:c\n\n# Work on features...\n\n# Debug if needed\n/dotai:debug\n\n# Fix errors\n/dotai:fix\n\n# Create PR\n/dotai:pr\n\n# Save session\n/fb:save-session\n```\n\n### 3. Context Switching\n\n```bash\n# Generate new context for task\npnpm ctx backend\n\n# Reload Claude Code\n/clear\n```\n\n## Choosing Your AI Tool\n\ndotai works with multiple AI development tools. Choose based on your workflow:\n\n| Tool            | Best For                                    | Limitations                                    |\n| --------------- | ------------------------------------------- | ---------------------------------------------- |\n| **Claude Code** | Quick iterations, UI, general coding        | Requires `/clear` after context updates        |\n| **Codex**       | Long-running tasks, backend, deep debugging | Worst CLI UX, no hooks, manual session saves   |\n| **Cursor**      | Manual code review with visual diffs        | Most expensive, slower with long conversations |\n\n### Multi-CLI Workflow\n\nUse both Claude Code and Codex in parallel:\n\n```bash\n# Terminal 1: Claude Code (Sonnet 4.5)\nclaude\n\n# Terminal 2: Codex\ncodex\n```\n\n**Work distribution:**\n\n- Claude Code: Quick iterations, UI work, continuous dev\n- Codex: Long-running tasks, backend, deep debugging\n\n**Context switching:**\n\n```bash\n# 1. Generate new context for a task\npnpm ctx frontend  # or: backend, app, custom rules\n\n# 2. Reload both CLIs\n# Claude Code: /clear\n# Codex: /new\n```\n\n## Recommended Plans\n\n### [Claude Max](https://www.claude.com/pricing/max)\n\n- **Max 5x** ($100/month) - Best value for continuous development\n\n### [Codex](https://developers.openai.com/codex/pricing) (ChatGPT)\n\n- **Plus** ($20/month)\n- **Pro** ($200/month)\n\n### [Cursor](https://cursor.com/pricing)\n\n- **Pro** ($20/month) - Manual coding with [Tab](https://cursor.com/docs/tab/overview)\n\n## Development\n\nSee [CONTRIBUTING.md](./CONTRIBUTING.md).\n\n## License\n\nMIT\n","funding_links":[],"categories":["Others","Claude Code Ecosystem","开发工具与实用程序","HarmonyOS","SDKs \u0026 Development Kits","Tools"],"sub_categories":["Frameworks \u0026 Platforms","Windows Manager","Development Tools"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fudecode%2Fdotai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fudecode%2Fdotai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fudecode%2Fdotai/lists"}