Skip to main content
AI/MLplurigrid

external

External skill interface for integration with external systems

Stars
23
Source
plurigrid/asi
Updated
2026-04-26
Slug
plurigrid--asi--external
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/plurigrid/asi/HEAD/ies/music-topos/.agents/skills/external/SKILL.md -o .claude/skills/external.md

Drops the SKILL.md into .claude/skills/external.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

External Skill

Status: Placeholder Version: 1.0.0

Overview

This skill provides an interface for external system integration and is used to manage connections to external resources that are not part of the core music-topos system.

Purpose

  • Facilitate integration with external systems
  • Manage external resource references
  • Provide extensibility points for custom integrations

Usage

This is a framework skill for extension purposes. Specific external integrations should be built on top of this base skill.

Status

🔄 In Development - Framework ready for integration implementations