PulseGatePost-LLM software, agents & workflows market (since 2022)
Coverage
166,640

Apps indexed

 

Freshness
19 min ago

Last update

 

Cadence
1,435/day

7-day average

Indexed today: 524

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. neoskills/
  3. Alternatives

neoskills Alternatives

neoskills is an open-source tool for managing modular skills in AI coding agents. It enables developers to organize, transfer, and integrate skills across agent frameworks, supporting extensible agent development. Below are 8 autonomous agents & workflows apps with similar functionality to neoskills, matched by what each product actually does — not ranked or scored. Explore each to find the closest fit for your use case.

  • skillboard
    pypi.org

    skillboard is an open source command-line utility that helps developers manage and organize skills for AI coding agents. It provides a lightweight, terminal-based interface for skill management and is designed for integration with agent frameworks. Ideal for developers building or maintaining AI agents.

  • one-skills-manager
    github.com

    Manage and sync AI agent skills across Claude Code, Cursor, Windsurf, and Codex

  • skillnet-ai
    openkg.cn

    skillnet-ai is an open-source Python SDK that allows developers to create, evaluate, and connect modular AI skills using the SkillNet framework. It is designed for AI researchers and developers seeking to build and integrate AI capabilities in a flexible, modular way.

  • Skillpod
    github.com

    Project-scoped, reproducible skill dependency manager for AI coding agents.

  • skill-mgr
    pypi.org

    skill-mgr is an open-source Python CLI tool designed to help developers manage and organize skills or modular capabilities within their projects. It streamlines the process of tracking and updating skill sets in codebases.

  • skillgen-ai
    github.com

    Analyze any codebase and auto-generate AI agent skill files for Claude Code, Cursor, and other AI tools

  • sync-skills
    github.com

    sync-skills is a command-line tool for managing the lifecycle of AI coding agent skills, leveraging git and symlinks for efficient version control and deployment. It is aimed at developers building or maintaining AI agent frameworks that require modular skill management.

  • 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