{"id":41989235,"url":"https://github.com/cpritchett/ai-tools","last_synced_at":"2026-01-26T00:29:28.625Z","repository":{"id":309481644,"uuid":"1036428488","full_name":"cpritchett/ai-tools","owner":"cpritchett","description":"Scripts and utilities for managing AI-powered development workflows. ","archived":false,"fork":false,"pushed_at":"2025-08-20T21:32:41.000Z","size":72,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-20T23:33:56.715Z","etag":null,"topics":["agents-md","ai-assistants","ai-integration","ai-tools","coding-workflows","developer-experience","development-tools","llms","setup-scripts"],"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/cpritchett.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,"zenodo":null}},"created_at":"2025-08-12T04:20:59.000Z","updated_at":"2025-08-20T21:32:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"d0929c44-4413-4001-be3e-26065d87b6c6","html_url":"https://github.com/cpritchett/ai-tools","commit_stats":null,"previous_names":["cpritchett/ai-tools"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cpritchett/ai-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpritchett%2Fai-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpritchett%2Fai-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpritchett%2Fai-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpritchett%2Fai-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cpritchett","download_url":"https://codeload.github.com/cpritchett/ai-tools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpritchett%2Fai-tools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28762513,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T23:06:19.311Z","status":"ssl_error","status_checked_at":"2026-01-25T23:03:50.555Z","response_time":113,"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":["agents-md","ai-assistants","ai-integration","ai-tools","coding-workflows","developer-experience","development-tools","llms","setup-scripts"],"created_at":"2026-01-26T00:29:27.830Z","updated_at":"2026-01-26T00:29:28.609Z","avatar_url":"https://github.com/cpritchett.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# AI Tools\n\nA collection of scripts and utilities for standardizing AI coding assistant configurations and workflows across repositories.\n\n## 🎯 Purpose\n\nThis repository provides tools to:\n\n- Standardize AI assistant configurations using industry standards\n- Automate setup and migration of AI tool configurations\n- Reduce maintenance overhead across multiple repositories\n- Improve consistency in AI-assisted development workflows\n\n## 📁 Repository Structure\n\n```text\nai-tools/\n├── README.md              # This file\n├── tools/                 # AI development tools\n│   ├── agent-setup/       # AGENT.md specification tools\n│   │   ├── README.md      # Documentation\n│   │   └── setup-agent-md.sh  # Setup script\n│   ├── workflow-automation/    # Workflow automation tools\n│   └── configuration-management/  # Configuration management tools\n├── docs/                  # Documentation and guides\n└── examples/              # Example configurations and usage\n```\n\n## 🛠️ Tools\n\n### Agent Setup Tools\n\n#### setup-agent-md.sh\n\nImplements the [AGENT.md specification](https://ampcode.com/AGENT.md) in any repository, creating a universal configuration file that all AI coding assistants can read.\n\n**Quick Start:**\n\n```bash\n# Interactive setup\n./tools/agent-setup/setup-agent-md.sh\n\n# Enable all AI tools\n./tools/agent-setup/setup-agent-md.sh --all\n\n# Specific tools only\n./tools/agent-setup/setup-agent-md.sh --claude --copilot --cursor\n```\n\n**Features:**\n\n- Supports 8+ major AI coding assistants\n- Backs up existing configurations safely\n- Generates LLM integration prompts for intelligent content merging\n- Creates symbolic links for multi-tool compatibility\n- Follows official AGENT.md specification\n\n[**Full Documentation →**](tools/agent-setup/README.md)\n\n## 🚀 Getting Started\n\n1. **Clone the repository:**\n\n   ```bash\n   git clone \u003crepository-url\u003e\n   cd ai-tools\n   ```\n\n2. **Make tools executable:**\n\n   ```bash\n   chmod +x tools/**/*.sh\n   ```\n\n3. **Run a tool:**\n\n   ```bash\n   # Navigate to your target repository\n   cd /path/to/your/repository\n\n   # Run the AGENT.md setup tool\n   /path/to/ai-tools/tools/agent-setup/setup-agent-md.sh --all\n   ```\n\n## 📖 Supported AI Tools\n\n| Tool           | Configuration File                | Status |\n| -------------- | --------------------------------- | ------ |\n| Claude Code    | `CLAUDE.md`                       | ✅     |\n| GitHub Copilot | `.github/copilot-instructions.md` | ✅     |\n| Kiro AI        | `.kiro/steering/project.md`       | ✅     |\n| Cursor         | `.cursorrules`                    | ✅     |\n| Windsurf       | `.windsurfrules`                  | ✅     |\n| Continue       | `.continuerc.json`                | ✅     |\n| Roo            | `.roorc`                          | ✅     |\n| Cline          | `.clinerc`                        | ✅     |\n\n## 🎨 Philosophy\n\n### Single Source of Truth\n\nRather than maintaining separate configuration files for each AI tool, we advocate for a unified approach where all AI assistants read from the same configuration source.\n\n### Standards-Based\n\nWe follow emerging industry standards like the [AGENT.md specification](https://ampcode.com/AGENT.md) to ensure future compatibility and interoperability.\n\n### Safe Migration\n\nOur tools prioritize safety by backing up existing configurations before making changes, and providing intelligent merging capabilities.\n\n### Developer Experience\n\nWe focus on reducing friction and maintenance overhead while improving the consistency and quality of AI-assisted development.\n\n## 🔮 Future Tools\n\nThis repository is designed to house additional AI development tools:\n\n### Workflow Automation\n\n- **CI/CD integration tools**\n- **Automated code review helpers**\n- **Development pipeline optimizers**\n\n### Configuration Management\n\n- **Configuration validation tools**\n- **Cross-tool compatibility helpers**\n- **Environment standardization utilities**\n\n### Additional Categories\n\n- **AI prompt management utilities**\n- **Performance monitoring tools**\n- **Integration testing frameworks**\n\n## 🤝 Contributing\n\nContributions are welcome! Please:\n\n1. Follow the existing code structure and documentation style\n2. Add comprehensive documentation for new tools\n3. Include usage examples and test cases\n4. Ensure tools are safe and non-destructive\n5. Follow conventional commit message format\n6. Place tools in appropriate subdirectories\n\n## 🆘 Support\n\n- **Issues**: Report bugs or request features via GitHub issues\n- **Documentation**: Check tool-specific README files in respective directories\n- **Examples**: See the `examples/` directory for usage patterns\n\n---\n\n_Built to standardize and streamline AI-assisted development workflows._\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcpritchett%2Fai-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcpritchett%2Fai-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcpritchett%2Fai-tools/lists"}