@alistigo/artifact-manager-skill
v0.1.9
Published
Alistigo artifact-manager agent skill (agentskills.io)
Maintainers
Readme
@alistigo/artifact-manager-skill
AI agent skill for @alistigo/artifact-manager — teaches an LLM to always route through the
manager as the entrypoint for embedding any Alistigo widget in an HTML artifact, instead of
loading individual artifact bundles directly.
SKILL.md is generated
SKILL.md in this package is not written by hand. It's generated from the artifact
registry in @alistigo/artifact-manager (src/registry.ts) plus each registered app's own
skill (e.g. @alistigo/artifact-list-skill), so the routing table and triggers always reflect
what's actually registered. It's gitignored — not committed to git.
Regenerate it with:
nx run alistigo-artifact-manager-skill:generate-skill
# or, equivalently:
nx run alistigo-artifact-manager-skill:buildUsage
This package is consumed as an Agent Skill — installed (or symlinked
into .agents/skills/), an AI agent picks up SKILL.md automatically to learn to always load
@alistigo/artifact-manager as the entrypoint for embedding Alistigo widgets.
See @alistigo/artifact-manager for the full API reference — config schema, programmatic usage, and error handling.
