PulseGatePost-LLM software, agents & workflows market (since 2022)
Coverage
168,647

Apps indexed

 

Freshness
5 min ago

Last update

 

Cadence
1,510/day

7-day average

Indexed today: 1,064

PulseGate

Market catalog for public software products, models, infra, and workflow tools.

Software is shipping faster than ever, and a growing share of it lives outside the official app stores. PulseGate is a free public catalog — built for builders, analysts, and everyday users.

Platform

  • All Apps
  • Categories
  • Industry Updates
  • Data Sources
  • Coverage Rules
  • Glossary
  • Embed Widget

Support

  • Help Center
  • Submit a Project
  • Report an Issue

Company

  • About
  • Press & Data
  • Contact
  • Platform Status

Legal

  • Privacy
  • Terms
  • Disclaimer

© 2026 PulseGate. Operated by Dymaxio s.r.o., Prague, Czech Republic.·

All systems operational
  1. Home/
  2. AgentSync VCS/
  3. Alternatives

AgentSync VCS Alternatives

Universal Version Control System for AI Agent behaviors Below are 18 version control & devops apps with similar functionality to AgentSync VCS, matched by what each product actually does — not ranked or scored. Explore each to find the closest fit for your use case.

  • agentcfg
    github.com

    CLI tool for deploying and managing AI coding agent configurations (MCP servers, skills, instructions) across multiple providers.

  • agent-clifs
    github.com

    A CLI-driven virtual filesystem for AI agents

  • agents-smith
    github.com

    Clone AI agent configurations into any project

  • agentscore-cli
    pypi.org

    Lighthouse for AI agent development environments

  • Agent Brain CLI
    github.com

    Agent Brain CLI - Command-line interface for managing AI agent memory and knowledge retrieval

  • agent-zoo
    github.com

    Security harness for AI coding agents (Claude Code, Codex CLI, etc.) — mitmproxy payload inspection + TOML policy control.

  • ait-vcs
    github.com

    Run Claude Code, Codex, Aider, Gemini CLI, and Cursor as isolated, reviewable attempts with repo-local memory, agent handoff, and apply/recover. MIT, no SaaS.

  • agent-synchronizer
    github.com

    agent-synchronizer is an open-source CLI tool that helps developers synchronize agent files across different providers. It streamlines file management for multi-provider agent deployments, ensuring consistency and reducing manual effort.

  • agent-cli
    pypi.org

    A suite of AI-powered command-line tools for text correction, audio transcription, and voice assistance.

  • Agent-CoreX
    github.com

    Thin CLI + MCP client for Agent-CoreX — execute any task with a single query

  • agentsview
    github.com

    Local web viewer for AI agent sessions

  • agentbeacon
    github.com

    Multi-agent orchestrator for AI coding tools

  • psi-agent
    pypi.org

    A microkernel-style agent framework

  • ai-agent-rules
    github.com

    Manage user-level AI agent configurations

  • agsec
    github.com

    AI Agent Action Firewall core SDK

  • agentic-comms
    pypi.org

    CLI message board for AI agents — coordinate between sessions, projects, and machines

  • AgentX
    github.com

    AgentX - Native compiled Python agent framework

  • agent-skills
    pypi.org

    <!-- ~ Copyright (c) 2025-2026 Datalayer, Inc. ~ ~ BSD 3-Clause License --> [![Datalayer](https://assets.datalayer.tech/datalayer-25.svg)](https://datalayer.io) [![Become a Sponsor](https://img.shields.io/static/v1?label=Become%20a%20Sponsor&message=%E2%9D%A4&logo=GitHub&style=flat&color=1ABC9C)](https://github.com/sponsors/datalayer) # 🧰 Agent Skills [![PyPI - Version](https://img.shields.io/pypi/v/agent-skills)](https://pypi.org/project/agent-skills) **Reusable Agent Skills**: Create, manage, and execute reusable code-based tool compositions for AI agents. For more information, see the [Agent Skills community website](https://agentskills.io), the [specification](https://agentskills.io/specification), and the [integration guide](https://agentskills.io/integrate-skills). ## Overview Agent Skills provides a simple and powerful way for AI agents to build their own toolbox. Skills are Python files that compose MCP tools and other skills to accomplish specific tasks. Agent Codemode consumes skills from this package. If you are using agent-codemode, import skill utilities from `agent_skills`. ### How It Works 1. **Skills are code files**: Python files in a `skills/` directory with asyn