unchained-ai

Document unchained-ai pipeline primitives, provider registry, and model metadata.

3|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/yankeeinlondon/rusty-biscuit --skill unchained-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unchained-ai
Source: https://github.com/yankeeinlondon/rusty-biscuit/tree/main/.claude/skills/unchained-ai
Command: npx skills add https://github.com/yankeeinlondon/rusty-biscuit --skill unchained-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Expert knowledge for the unchained-ai LLM pipeline library including pipeline primitives, provider registry, model catalogs, rig-core integration, code generation, and agent status monitoring. Use when working in unchained-ai/, building LLM pipelines, adding providers/models, implementing pipeline steps, running the model generator, or querying agentic platform limits.

Core Features & Use Cases

  • Documentation and guidance on the unchained-ai architecture, including primitive traits, provider models, model metadata, and rig-core tooling.
  • Examples and references for extending pipelines, integrating new providers, and monitoring agent status within the monorepo.
  • Real-world use cases for building end-to-end LLM workflows and ensuring scalable, auditable tooling.

Quick Start

Review the repository structure and core modules to understand how to extend or use unchained-ai in your projects.

Frequently Asked Questions about unchained-ai

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build LLM pipelines using pipeline primitives?

To build LLM pipelines, you use unchained-ai's pipeline primitives to define sequential execution steps. You implement these primitive traits within the monorepo to create scalable, auditable end-to-end LLM workflows.

What is a provider registry and how do I add new models to it?

A provider registry catalogs available LLM providers and their models. You add new models by extending provider interfaces and running the model generator to automatically generate the required model metadata for integration.

How do I monitor agent status in an LLM workflow?

Monitoring agent status involves querying the agentic platform limits and using unchained-ai's built-in status monitoring tooling. This ensures your LLM workflow maintains operational visibility throughout pipeline execution.

Can I integrate rig-core tooling with custom LLM pipelines?

Yes, rig-core tooling integrates with unchained-ai LLM pipelines to support core interfaces and usage patterns. This integration allows you to extend pipeline components and generate model metadata within your workflow architecture.

When do I need to run the model generator for provider models?

You run the model generator when adding new providers or models to the provider registry. It generates the necessary model metadata to ensure proper pipeline integration and accurate model cataloging across the monorepo.