{"id":26391542,"url":"https://github.com/instructa/codetie","last_synced_at":"2025-10-25T16:18:26.967Z","repository":{"id":282606037,"uuid":"949108813","full_name":"instructa/codetie","owner":"instructa","description":"Codetie is a starterkit for building Apps with AI like Cursor ","archived":false,"fork":false,"pushed_at":"2025-03-15T18:54:26.000Z","size":988,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-15T18:54:57.662Z","etag":null,"topics":["ai","boilerplate","cursor","cursor-rules","cursorrules","project-starter","starter","starter-kit"],"latest_commit_sha":null,"homepage":"http://codetie.instructa.ai/","language":"TypeScript","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/instructa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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}},"created_at":"2025-03-15T17:39:50.000Z","updated_at":"2025-03-15T18:54:29.000Z","dependencies_parsed_at":"2025-03-15T19:46:30.673Z","dependency_job_id":null,"html_url":"https://github.com/instructa/codetie","commit_stats":null,"previous_names":["instructa/codetie"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/instructa%2Fcodetie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/instructa%2Fcodetie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/instructa%2Fcodetie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/instructa%2Fcodetie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/instructa","download_url":"https://codeload.github.com/instructa/codetie/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244014113,"owners_count":20383716,"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","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","boilerplate","cursor","cursor-rules","cursorrules","project-starter","starter","starter-kit"],"created_at":"2025-03-17T10:20:27.805Z","updated_at":"2025-10-25T16:18:21.902Z","avatar_url":"https://github.com/instructa.png","language":"TypeScript","readme":"# codetie\n\n\u003cp\u003e\n  \u003cimg src=\"https://img.shields.io/badge/License-MIT-yellow?style=flat\u0026colorA=18181B\u0026colorB=28CF8D\" alt=\"License\"\u003e\n  \u003ca href=\"https://github.com/instructa/codetie/stargazers\"\u003e\u003cimg src=\"https://img.shields.io/github/stars/instructa/codetie.svg?style=flat\u0026colorA=18181B\u0026colorB=28CF8D\" alt=\"Stars\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n**codetie** - A CLI tool for managing AI-powered IDE configurations and rules.\n\n\n**ATTENTION:** This is brand new. untested and under heavy dev! ❗❗❗\n\n\n---\n\n## Features\n\n- 🤖 **Multi-IDE Support** - Works with popular AI-powered code editors\n- 🎯 **Standardized Rules** - Consistent AI behavior across different editors\n- 🔄 **Easy Migration** - Switch between IDEs while keeping your AI configurations\n- 📦 **Pre-configured Templates** - Best practices for each supported IDE\n- 🛠️ **Customizable** - Extend and modify rules for your needs\n- 🚀 **Quick Setup** - Initialize IDE configurations with a single command\n\n## Supported IDEs\n\n- **Cursor** - Uses `.cursor/rules` for AI assistance configuration\n- **Windsurf** - Uses `.windsurfrules` for code generation settings\n- **Cline** - Custom instructions for the Cline AI assistant\n- **GitHub Copilot** - `.github/copilot-instructions.md` for personalized suggestions\n\n## Quick Start\n\n1. Initialize configuration for your preferred IDE:\n```bash\n# Use default IDE (cursor)\nnpx codetie@latest init\n\n# Or specify an IDE\nnpx codetie@latest init --ide \u003cide-name\u003e\n\n# Available IDE options: cursor, windsurf, cline, copilot\n```\n\n2. The tool will:\n   - Create the appropriate configuration directory\n   - Add recommended AI rules and settings\n   - Preserve existing configurations (with --force option to override)\n\n## IDE-Specific Setup\n\n### Cursor\n```bash\nnpx codetie@latest init --ide cursor\n```\nCreates `.cursor/rules` with optimized settings for:\n- Code style consistency\n- Project-specific conventions\n- Documentation standards\n- Testing patterns\n\n### Windsurf\n```bash\nnpx codetie@latest init --ide windsurf\n```\nCreates `.windsurfrules` with:\n- Code generation preferences\n- Project structure guidelines\n- Best practices for your stack\n\n### Cline\n```bash\nnpx codetie@latest init --ide cline\n```\nSets up Cline-specific configurations for:\n- Custom AI instructions\n- Code completion preferences\n- Project-specific rules\n\n### GitHub Copilot\n```bash\nnpx codetie@latest init --ide copilot\n```\nCreates `.github/copilot-instructions.md` with:\n- Repository-specific guidelines\n- Code style preferences\n- Documentation requirements\n\n## CLI Options\n\n```bash\nnpx codetie@latest init [options]\n\nOptions:\n  --ide                 IDE to initialize configuration for (cursor, windsurf, cline, copilot)\n                       Default: cursor\n  --force              Override existing files without prompting (default: false)\n  --help, -h           Display help for command\n```\n\n## Configuration Structure\n\nEach IDE's configuration follows its own standard format:\n\n```\nproject/\n├── .cursor/           # Cursor AI configuration\n│   └── rules/\n├── .windsurfrules    # Windsurf configuration\n├── .github/          # GitHub Copilot configuration\n│   └── copilot-instructions.md\n└── ...\n```\n\n## Contributing\n\nContributions are welcome! Feel free to:\n- Add support for new IDEs\n- Improve existing configurations\n- Share best practices\n- Report issues\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n---\n\n## Links\n\n- X/Twitter: [@kregenrek](https://x.com/kregenrek)\n- Bluesky: [@kevinkern.dev](https://bsky.app/profile/kevinkern.dev)\n\n## Related Projects\n\n* [AI Prompts](https://github.com/instructa/ai-prompts) - Curated AI Prompts for various AI-powered IDEs\n* [codefetch](https://github.com/regenrek/codefetch) - Turn code into Markdown for LLMs\n* [aidex](https://github.com/regenrek/aidex) - CLI tool for AI language model information\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finstructa%2Fcodetie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finstructa%2Fcodetie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finstructa%2Fcodetie/lists"}