{"id":48771081,"url":"https://github.com/nguyenthienthanh/aura-frog-cursor","last_synced_at":"2026-04-13T10:05:48.743Z","repository":{"id":327002431,"uuid":"1107001854","full_name":"nguyenthienthanh/aura-frog-cursor","owner":"nguyenthienthanh","description":"Aura-Frog Cursor provides a structured, command-based workflow for AI-assisted development in Cursor IDE. It replaces ad-hoc prompting with clear workflows, embedded instructions, and guided steps to improve analysis, implementation, and documentation quality.","archived":false,"fork":false,"pushed_at":"2026-02-13T10:51:11.000Z","size":918,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-13T19:25:59.040Z","etag":null,"topics":["ai-assisted-development","command-driven-workflow","context-engineering","cursor-ide","developer-workflows","prompt-engineering","software-engineering","structured-prompts","test-driven-development"],"latest_commit_sha":null,"homepage":"https://ethannguyenlabs.xyz/","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/nguyenthienthanh.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-11-30T11:49:41.000Z","updated_at":"2026-02-13T10:51:15.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/nguyenthienthanh/aura-frog-cursor","commit_stats":null,"previous_names":["nguyenthienthanh/aura-frog-cursor"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nguyenthienthanh/aura-frog-cursor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nguyenthienthanh%2Faura-frog-cursor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nguyenthienthanh%2Faura-frog-cursor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nguyenthienthanh%2Faura-frog-cursor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nguyenthienthanh%2Faura-frog-cursor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nguyenthienthanh","download_url":"https://codeload.github.com/nguyenthienthanh/aura-frog-cursor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nguyenthienthanh%2Faura-frog-cursor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31747282,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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-assisted-development","command-driven-workflow","context-engineering","cursor-ide","developer-workflows","prompt-engineering","software-engineering","structured-prompts","test-driven-development"],"created_at":"2026-04-13T10:05:48.652Z","updated_at":"2026-04-13T10:05:48.718Z","avatar_url":"https://github.com/nguyenthienthanh.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🐸 Aura Frog for Cursor IDE\n\n**MCP-first AI development workflow for Cursor IDE**\n\n\u003e Code with main character energy ✨\n\n## Overview\n\nAura Frog provides a comprehensive AI-powered development workflow with:\n\n- **11 MCP Servers** - 3 core (always enabled) + 8 optional (enable per-project)\n- **20 Specialized Agents** - Auto-detect based on your tech stack\n- **9-Phase TDD Workflow** - Structured development\n- **94 Slash Commands** - All development tasks covered (23 categories)\n- **39 Quality Rules** - 7 always-applied, rest auto-attached by file type\n- **43 Skill Rules** - Auto-invoke, expert \u0026 reference skills\n- **Learning System** - Pattern capture and self-improvement\n\n## What's New in v1.12.0\n\n**Performance Optimization — Context Window Recovery**\n\nMajor optimization to recover ~60-70% of wasted context window tokens:\n\n- **alwaysApply rules: 50+ → 7** — Only essential rules always loaded. Rest auto-attach by file type or agent selection\n- **Always-applied rules compressed to \u003c60 lines each** — Down from 150-470 lines\n- **MCP servers: 9 enabled → 3 core** — Reduced tool token overhead by ~60%\n- **Deleted 9 redundant rules** — LLMs already know modern JS, YAGNI, DRY, etc.\n- **Deleted deprecated `.cursorrules`** — Was causing double context loading\n- **Removed `filesystem` \u0026 `memory` MCP servers** — Redundant with Cursor built-ins\n- **Merged overlapping rules** — Reduced duplication across security, testing, quality\n- **Learning system consolidated** — 3 skills → 1\n- **Added CI validation script** — `scripts/validate-rules.sh`\n\n**Estimated impact:** ~75-85% context window now available for actual code (was ~40-50%)\n\n---\n\n### MCP Servers\n\n| MCP Server | Purpose | Default |\n|------------|---------|---------|\n| context7 | Library docs lookup | ✅ Enabled |\n| playwright | E2E/browser testing | ✅ Enabled |\n| github | Git/GitHub operations | ✅ Enabled |\n| vitest | Unit testing | Disabled* |\n| atlassian | JIRA/Confluence | Disabled* |\n| figma | Design tokens | Disabled* |\n| slack | Team notifications | Disabled* |\n| laravel-boost | Laravel AI (15+ tools) | Disabled* |\n| nodejs-debugger | Node.js runtime debugging | Disabled* |\n| firebase | Firebase official MCP | Disabled* |\n| firebase-community | Firebase community MCP | Disabled* |\n\n*Enable per-project in `.cursor/mcp.json` by setting `\"disabled\": false`\n\n## Quick Start\n\n### 1. Installation\n\n```bash\n# Clone and run setup\ngit clone https://github.com/nguyenthienthanh/aura-frog-cursor.git\n./aura-frog-cursor/setup.sh /path/to/your/project\n```\n\nThe setup script:\n- Copies `.cursor` folder to your project\n- Creates `.envrc` from template\n- Updates `.gitignore`\n\n### 2. Enable Optional MCP Servers\n\nEdit `.envrc` to add your credentials:\n\n```bash\n# GitHub (for PR creation, issue management)\nexport GITHUB_TOKEN=\"ghp_your-token\"\n\n# Atlassian (for JIRA/Confluence)\nexport ATLASSIAN_SITE_URL=\"https://company.atlassian.net\"\nexport ATLASSIAN_USER_EMAIL=\"your-email@company.com\"\nexport ATLASSIAN_API_TOKEN=\"your-token\"\n\n# Figma (for design tokens)\nexport FIGMA_API_KEY=\"figd_your-token\"\n```\n\nThen edit `.cursor/mcp.json` and set `\"disabled\": false` for servers you want.\n\n### 3. Start Coding\n\nOpen your project in Cursor IDE. MCP servers auto-install on first use via `npx`.\n\n```\n# Initialize project context\n/project:init\n\n# Start a workflow\n/workflow:start \"Your task description\"\n```\n\n## MCP Auto-Chaining\n\nMCP tools automatically chain with agents, skills, and workflows:\n\n```\nUser: \"Implement PROJ-1234 using figma.com/file/XYZ\"\n\nAuto-chain:\n1. atlassian MCP → fetch JIRA requirements\n2. figma MCP → fetch design tokens\n3. workflow-orchestrator → start 9-phase workflow\n4. agent-detector → select appropriate agent\n5. Phase 1 + Phase 3 auto-populated\n```\n\n### Trigger Patterns\n\n| Pattern | MCP Used | Agent Activated |\n|---------|----------|-----------------|\n| `PROJ-1234` | atlassian | workflow-orchestrator |\n| `figma.com/file/...` | figma | ui-designer |\n| \"write e2e test\" | playwright | qa-automation |\n| \"run unit tests\" | vitest | qa-automation |\n| \"create PR\" | github | - |\n\n## Key Features\n\n### 🤖 20 Specialized Agents\n\n**Development:**\n- mobile-react-native, mobile-flutter\n- web-angular, web-vuejs, web-reactjs, web-nextjs\n- backend-nodejs, backend-python, backend-go, backend-laravel\n- database-specialist, game-developer\n\n**Quality \u0026 Operations:**\n- security-expert, qa-automation, ui-designer\n- devops-cicd, project-detector, web-seo\n\n**Operations:**\n- pm-operations-orchestrator, voice-operations\n\n### 📋 9-Phase TDD Workflow\n\n```\nPhase 1: Understand      → Requirements analysis\nPhase 2: Design          → Technical planning (APPROVAL GATE)\nPhase 3: UI Breakdown    → Component structure\nPhase 4: Test Planning   → Test strategy\nPhase 5: TDD             → RED → GREEN (APPROVAL GATE) → REFACTOR\nPhase 6: Review          → Code quality check\nPhase 7: Verify          → QA validation\nPhase 8: Document        → Documentation\nPhase 9: Share           → Deployment\n```\n\n### ⚡ Key Commands\n\n```\n/workflow:start \"task\"     # Start workflow\n/workflow:status           # Check progress\n/bugfix:quick \"issue\"      # Quick bug fix\n/test:unit {file}          # Run unit tests\n/quality:check             # Quality scan\n```\n\n## Structure\n\n```\n.cursor/\n├── mcp.json                    # MCP server configuration (11 servers)\n├── rules/\n│   ├── core/                   # 39 quality rules (7 always-applied)\n│   ├── agents/                 # 20 specialized agents\n│   ├── skills/                 # 43 skill rules\n│   │   ├── auto-invoke/        # 17 auto-invoke skills\n│   │   ├── experts/            # 10 expert skills\n│   │   └── reference/          # 16 reference skills\n│   ├── hooks/                  # 4 lifecycle hooks\n│   └── templates/              # 7 template rules\n├── commands/                   # 94 slash commands (23 categories)\n├── workflows/                  # 9-phase workflow system\n├── templates/                  # 9 document templates\n├── scripts/                    # Utility scripts\n└── docs/                       # Documentation\n```\n\n## Statistics\n\n| Category | Count |\n|----------|-------|\n| MCP Servers | 11 (3 core + 8 optional) |\n| Agents | 20 |\n| Commands | 94 (23 categories) |\n| Core Rules | 39 (7 always-applied, 32 auto-attached/agent-selected) |\n| Skill Rules | 43 (17 auto-invoke, 10 expert, 16 reference) |\n| Hook Rules | 4 |\n| Template Rules | 7 |\n| Workflow Phases | 9 |\n\n## CI Validation\n\n```bash\n# Validate all MDC rules, version consistency, and alwaysApply limits\n./scripts/validate-rules.sh\n```\n\n## Documentation\n\n- **[.cursor/GET_STARTED.md](.cursor/GET_STARTED.md)** - Quick start guide\n- **[.cursor/docs/MCP.md](.cursor/docs/MCP.md)** - MCP server guide\n- **[.cursor/docs/LEARNING_SYSTEM.md](.cursor/docs/LEARNING_SYSTEM.md)** - Learning system setup\n- **[.cursor/commands/QUICK_REFERENCE.md](.cursor/commands/QUICK_REFERENCE.md)** - All commands\n\n## License\n\nSame as original Aura Frog plugin. Check the [original repository](https://github.com/nguyenthienthanh/aura-frog) for license details.\n\n---\n\n**Code with main character energy!** 🐸✨\n\n**Version:** 1.12.0\n**Last Updated:** 2026-02-14\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnguyenthienthanh%2Faura-frog-cursor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnguyenthienthanh%2Faura-frog-cursor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnguyenthienthanh%2Faura-frog-cursor/lists"}