Pioneers

Building open-source tools that help developers work with AI.

Our Tools

Three open-source CLIs that understand your code, track what's changing, and automate the rest.

autoskill

beta

AI that teaches itself to use any software.

A generalist skill framework where LLMs autonomously learn to operate applications — browsers, terminals, and anything you can plug in. Give it a task in plain language, and autoskill figures out the interface, executes the steps, and remembers what worked. The next run is faster because the AI already knows how.

  • BrowserSkill — AI navigates websites, logs in, extracts data. No selectors, no per-site config.
  • TerminalSkill — generates and executes shell commands from natural language with adaptive safety.
  • Universal memory — learns from every run. First execution explores, second execution flies.
  • Destructive command blocker — keyword + LLM two-layer safety gate for terminal operations.
  • Adaptive trust — new tools start in sandbox mode, graduate to live execution after 3 successes.
  • Plugin system — add custom skill backends in under 50 lines of Python.
  • Unified CLI — auto-detects whether a task needs a browser or terminal.
  • Streaming execution — watch the AI work in real-time, intervene when needed.
  • Checkpoint recovery — save and restore execution state on failure.
  • Self-evolution — skills learn from failures and improve autonomously.
Python Automation
pip install autoskill

code-adapt

active

Never miss an upstream change again.

A CLI that brings structure to tracking upstream repositories. Observe commits, PRs, and releases across GitHub, GitLab, Gitea, gitcode.com, and Codeberg. Classify changes automatically, assess relevance against your project, generate adaptation plans with risk scoring, and contribute improvements back — all from the terminal.

  • Multi-provider — GitHub, GitLab, Gitea, gitcode.com, Codeberg, and self-hosted instances.
  • Structured lifecycle — observed, analyzed, assessed, planned, implemented, validated, contributed.
  • Auto-classification — security fixes, bugfixes, refactors, and features sorted by regex + heuristics.
  • Relevance scoring — risk assessment against your project's modules and policies.
  • Adaptation plans — concrete strategies with implementation branches and draft PRs.
  • Git-tracked state — all data lives in .adapt/ as YAML and JSON. No database, no server.
  • Dual output — rich terminal tables for humans, --json for scripts and CI.
  • Xinchuang compliance scoring — check stack compatibility against approved technology lists.
Python CLI Tools
pip install code-adapt

code-explore

active

Your codebase, searchable in seconds.

A developer knowledge base that scans hundreds of git repositories, analyzes languages and patterns, generates AI summaries with local Ollama, and lets you find anything with hybrid search. Fulltext for exact matches, semantic for meaning, pattern-based for architecture — fused with Reciprocal Rank Fusion into one ranked result.

  • One command scan — discovers repos, detects 70+ languages, maps dependencies and patterns.
  • AI summaries — local Ollama generates descriptions and tags for every project.
  • Three-engine hybrid search — SQLite FTS5 + LanceDB vectors + pattern matching, fused with RRF.
  • Confidence scoring — every result tells you how reliable it is.
  • Smart chunking — title-aware paragraphs with TF-IDF scoring and sliding context windows.
  • Heuristic reranker — keyword density, freshness boost, and code quality signals.
  • Plugin system — extend scanning and analysis with custom plugins.
  • Works offline — AI features use local models. Degrades gracefully without Ollama.
  • Incremental indexing — only re-processes projects that changed since last scan.
Python CLI Tools
pip install code-explore

spec-intelligence

beta

Turn feature descriptions into structured specs, plans, and tasks — visually.

A visual interface for spec-driven development. Write a feature description in plain text, and spec-intelligence generates a structured specification, clarifies ambiguities interactively, produces an implementation plan, and breaks it into tasks on a kanban board. Works as a web app or desktop app — your specs stay as Markdown files, fully compatible with CLI workflows.

  • Spec authoring — create structured specifications from plain-text feature descriptions with a rich hybrid editor.
  • Pipeline visualization — see the full lifecycle (specify → clarify → plan → tasks → implement) for every feature at a glance.
  • Kanban task board — drag-and-drop task management with phase grouping, dependency arrows, and parallel-execution markers.
  • Interactive clarification — resolve [NEEDS CLARIFICATION] markers through guided dialogs with suggested options.
  • Plan generation — produce implementation plans with architecture decisions, data models, and interface contracts via local LLM.
  • Extension system — browse, install, and manage extensions and presets from configurable catalogs.
  • Desktop + web — runs as a Tauri desktop app for local use or a self-hosted web app for team collaboration.
  • File-first — all specs live as Markdown in your repo. Full CLI compatibility, git-tracked, no database.
  • Cross-artifact analysis — detect orphaned requirements, missing coverage, and constitution violations across all project specs.
  • GitHub issue export — preview and push tasks as GitHub issues with labels, dependencies, and bidirectional linking.
TypeScript Developer Tools
npm install spec-intelligence

Get Started

Install from PyPI and start in seconds.

code-explore

Scan hundreds of repos. Find anything in seconds.

pip install code-explore
cex scan ~/Projects
cex search "JWT auth middleware"
cex ask "how does the payment service work?"

code-adapt

Track upstream changes across GitHub, GitLab, Gitea, and more.

pip install code-adapt
cadp observe my-upstream --since 7d
cadp assess pr-451 --against my-project

autoskill

Give it a task. The AI figures out the rest.

pip install autoskill
autoskill run "check stock on supplier.com"
autoskill run --skill terminal "list docker containers"

Open Source. Premium Power.

Every tool works standalone, free, forever. The platform adds team collaboration when you're ready.

Open Source

Community

Free

Everything you need to get started with AI-driven automation.

  • code-explore — scan, search, and ask across all your projects
  • code-adapt — track upstream changes across 5+ providers
  • autoskill — browser + terminal AI automation with memory
  • Plugin systems for all three tools
  • Offline-first with local AI via Ollama
  • Community support via GitHub
Get Started Free
Premium

Professional

Custom Pricing

Team collaboration, cloud AI, and enterprise security on the same open-source core.

  • Shared skill memory across your team
  • Team analytics with health scoring and dependency tracking
  • AI Q&A over your codebase via cloud LLM
  • Workflow orchestration with DAG execution
  • Plugin marketplace — publish and install community skills
  • SAML SSO, audit logging, and compliance scoring
  • 24 built-in procurement scenarios
  • Priority support, SLA & dedicated onboarding
Contact Sales

Every premium feature is built on the same open-source core. No lock-in, no black boxes — just more power when you need it.

Why Go Premium?

The open-source tools solve individual problems. The platform connects them for teams.

Team Collaboration

Shared skill memory, team analytics, and project health scoring. Your whole team benefits from every automation run.

AI Q&A

Ask questions about your codebase in natural language. The cloud LLM reads your indexed projects and gives answers with file references.

Workflow Engine

Orchestrate multi-step workflows as directed graphs. Chain skills, add conditions, loop over portals — all with visual DAG execution.

Enterprise Security

SAML SSO for team authentication. Audit logging for every mutation. Compliance scoring against approved technology lists.