Thanks to visit codestin.com
Credit goes to github.com

Skip to content

trieloff/ai-ecoverse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 

Repository files navigation

AI Ecoverse: Tools for AI-Assisted Development

A comprehensive ecosystem of tools designed to enhance the AI-assisted development experience, improve transparency, and ensure proper attribution in AI-human collaborative coding.

πŸ€– Core AI Agent Tools

YOLO - AI CLI Wrapper with Worktree Isolation

AI CLI tool wrapper with worktree support. Launches AI coding assistants (Claude, Codex, Cursor, Gemini, etc.) with appropriate bypass flags and optional isolated git worktrees for safe experimentation. Supports multi-agent mode with parallel execution and automatic cleanup.

AI-Aligned-Git

Git wrapper that enforces safe practices for AI coding agents. Prevents dangerous operations like git add ., ensures proper AI attribution, enforces commit hooks, and maintains human sign-off on all AI-generated commits.

AI-Aligned-GH

Transparent GitHub CLI wrapper that automatically detects AI tool usage and ensures proper bot attribution. Uses device flow to exchange user tokens for bot tokens, so actions appear as "as-a-bot[bot] on behalf of @user" rather than appearing to come directly from the user.

GitHub App token broker running on Cloudflare Workers. Provides user-to-server GitHub tokens via device flow for ai-aligned-gh, ensuring actions show proper user attribution with app badges rather than appearing as bot-only actions.

πŸ› οΈ Developer Productivity Tools

GH Workflow Peek

GitHub CLI extension that intelligently filters and highlights errors in GitHub Actions workflow logs by severity. Auto-detects failed PR checks, prioritizes errors (fatal β†’ error β†’ warn β†’ fail), and shows context around matches. Perfect for developers and AI agents working with limited context windows.

Upskill – Install Agent Skills

Quickly install Claude/Agent skills from other repositories. Works standalone or as a GitHub CLI extension. Copies skills, creates discovery scripts, and updates AGENTS.md with clear markers for idempotent updates.

πŸ“Š Transparency & Analytics

Vibe Coded Badge Action

GitHub Action that analyzes repository git history to determine what percentage of commits were made by AI tools. Generates dynamic badges showing AI contribution levels with smart logo selection based on the dominant AI tool (Claude, Cursor, Gemini, Copilot, etc.).

πŸ“š Libraries

am-i-ai

Lightweight shell library for detecting AI coding agents. Provides robust two-phase detection (environment variables + process tree) to identify when code is running under AI control. Powers the AI detection in ai-aligned-git and ai-aligned-gh.

🎯 Use Cases

  • Safe Experimentation: Use YOLO with worktree mode to test AI-generated changes in isolation
  • Proper Attribution: Ensure all AI contributions are clearly marked in git history and GitHub
  • Efficient Debugging: Quickly find critical errors in CI/CD logs with gh-workflow-peek
  • Skill Sharing: Share and install AI agent skills across projects with upskill
  • Transparency: Track and visualize AI contributions with vibe-coded-badge-action

πŸš€ Getting Started

Each tool can be installed independently. Visit the individual repository links above for detailed installation instructions and usage examples.

Most tools offer one-line installation:

# YOLO
curl -fsSL https://raw.githubusercontent.com/trieloff/yolo/main/install.sh | sh

# ai-aligned-git
curl -fsSL https://raw.githubusercontent.com/trieloff/ai-aligned-git/main/install.sh | sh

# ai-aligned-gh
curl -fsSL https://raw.githubusercontent.com/trieloff/ai-aligned-gh/main/install.sh | sh

# upskill
curl -fsSL https://raw.githubusercontent.com/trieloff/upskill/main/install.sh | bash

# gh extensions
gh extension install trieloff/gh-workflow-peek
gh extension install trieloff/upskill

# am-i-ai (detection library, used by ai-aligned-git/gh)
curl -fsSL https://raw.githubusercontent.com/trieloff/am-i-ai/main/install.sh | sh

🌟 Philosophy

These tools embrace vibe coding - a new AI-assisted software development paradigm where developers guide AI tools through natural language to build software. The ecosystem ensures:

  1. Transparency: All AI contributions are clearly attributed
  2. Safety: Dangerous operations are prevented or clearly flagged
  3. Accountability: Human developers maintain oversight and sign-off
  4. Efficiency: Tools reduce friction in AI-human collaboration
  5. Visibility: Analytics show the real impact of AI on codebases

πŸ“„ License

All projects are open source under Apache 2.0 or MIT licenses. See individual repositories for details.

🀝 Contributing

Contributions are welcome across all projects! Please visit individual repositories to submit issues or pull requests.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •