Skip to content
Skillv1.0.0

instituteos-start

START — Scalable, Tailored Active-inference Research & Training. An AI-powered system for creating personalized Active Inference and FEP curricula. Pipeline: research (Perplexity) → curriculum generat

by ActiveInferenceInstitute(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from ActiveInferenceInstitute/Start (.aii/SKILL.md). Install upstream with npx skills add ActiveInferenceInstitute/Start --skill .aii. Copyright stays with the author.

START — Active Inference Curriculum Generator

Overview

START generates professional-grade Active Inference curricula using:

  • Perplexity API for real-time domain/entity research
  • OpenRouter API for LLM-based content generation and translation
  • Matplotlib/Seaborn for visualization
  • Multilingual output (11+ languages with script mapping)

Quick Start

git clone https://github.com/ActiveInferenceInstitute/Start.git
cd Start

# Install dependencies
uv sync --all-extras --dev

# Run tests
uv run pytest -q

# Run the curriculum generation pipeline (interactive)
uv run python learning/curriculum_creation/generate_custom_curriculum.py

# Or use the browser GUI
uv run python learning/curriculum_creation/generate_curriculum_gui.py

# Or run individual pipeline stages:
uv run python learning/curriculum_creation/1_Research_Domain.py
uv run python learning/curriculum_creation/1_Research_Entity.py
uv run python learning/curriculum_creation/2_Write_Introduction.py
uv run python learning/curriculum_creation/3_Introduction_Visualizations.py
uv run python learning/curriculum_creation/4_Translate_Introductions.py

Architecture

src/common/    — Shared utilities (io, paths, config, prompts, logging)
src/config/    — Language configuration
src/perplexity/— LLM API clients (Perplexity + OpenRouter), domain/entity/curriculum/translation
src/repos/     — Repository cloning for Active Inference ecosystem
src/system/    — Environment setup, dependency checking, reporting
src/terminal/  — Matrix-themed CLI (animations, colors, menu)
src/visualization/ — Curriculum metrics visualization

Pipeline scripts under learning/curriculum_creation/ are thin orchestrators that import from src/ modules.

Configuration

  • data/config/domains.yaml — Domain definitions (keywords, categories, priorities)
  • data/config/entities.yaml — Entity/audience profiles
  • data/config/languages.yaml — Translation targets and script mappings
  • data/prompts/*.md — Prompt templates with {{variable}} substitution

Key Facts

  • Test suite — all tests use real local protocols and temporary data
  • Provider tests — local HTTP completion servers exercise the production client
  • Standalone — not dependent on the template infrastructure
  • Path structure: outputs under data/
  • Documentation: 23+ docs pages, AGENTS.md per subpackage

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/activeinferenceinstitute-start-aii/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

activeinferenceinstitute-start-aii.ocm.jsonjson
{
  "ocm": "1",
  "id": "activeinferenceinstitute-start-aii",
  "kind": "skill",
  "name": "instituteos-start",
  "description": "START — Scalable, Tailored Active-inference Research & Training. An AI-powered system for creating personalized Active Inference and FEP curricula. Pipeline: research (Perplexity) → curriculum generation (OpenRouter) → visualization → translation.",
  "publisher": "ActiveInferenceInstitute",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "active-inference",
      "curriculum-generation",
      "perplexity",
      "openrouter",
      "fep",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "START — Scalable, Tailored Active-inference Research & Training. An AI-powered system for creating personalized Active Inference and FEP curricula. Pipeline: research (Perplexity) → curriculum generation (OpenRouter) → visualization → translation."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/ActiveInferenceInstitute/Start",
      "path": ".aii/SKILL.md",
      "ref": "7614af19dddf4aa1ba1077a927994b63f77e8643",
      "url": "https://github.com/ActiveInferenceInstitute/Start/blob/7614af19dddf4aa1ba1077a927994b63f77e8643/.aii/SKILL.md",
      "key": "ActiveInferenceInstitute/Start/.aii/SKILL.md"
    }
  },
  "instructions": "# START — Active Inference Curriculum Generator\n\n## Overview\n\nSTART generates professional-grade Active Inference curricula using:\n- **Perplexity API** for real-time domain/entity research\n- **OpenRouter API** for LLM-based content generation and translation\n- **Matplotlib/Seaborn** for visualization\n- **Multilingual output** (11+ languages with script mapping)\n\n## Quick Start\n\n```bash\ngit clone https://github.com/ActiveInferenceInstitute/Start.git\ncd Start\n\n# Install dependencies\nuv sync --all-extras --dev\n\n# Run tests\nuv run pytest -q\n\n# Run the curriculum generation pipeline (interactive)\nu",
  "cost": {
    "context_tokens": 600
  }
}

Fetch it by URL: GET /api/v1/registry/activeinferenceinstitute-start-aii/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.