install
source · Clone the upstream repo
git clone https://github.com/plurigrid/asi
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/plurigrid/asi "$T" && mkdir -p ~/.claude/skills && cp -r "$T/ies/music-topos/.agents/skills/external" ~/.claude/skills/plurigrid-asi-external && rm -rf "$T"
manifest:
ies/music-topos/.agents/skills/external/SKILL.mdsource content
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