
from Neta (Agent-first Creative Kit)685
Overview and routing skill that maps user intents to focused Neta sub-skills (creative, space, community, adventure, suggest, character, elementum). Use when yo
Neta is a lightweight routing and capability-index skill that helps an agent decide which focused Neta sub-skill to use for a given user request. Rather than performing creative work directly, this skill explains the capability map (neta-space, neta-creative, neta-adventure, neta-community, neta-suggest, neta-character, neta-elementum) and provides installation hints for environments that support skills add. It is intended as a guide and migration helper for older monolithic Neta integrations.
Use Neta when the user's intent is broad or ambiguous and you need to pick the most appropriate specialized sub-skill. Typical triggers: worldbuilding or 'spaces' queries (neta-space), media/content generation (neta-creative), interactive story campaigns (neta-adventure), feed browsing and interactions (neta-community), keyword/tag research (neta-suggest), character creation (neta-character), or visual-style assets (neta-elementum). Also use it when migrating legacy calls that previously referenced the single neta skill.
This repo targets general-purpose agent runtimes and CLI-based skill managers. It is agnostic to a specific LLM vendor but is most useful for agents that support a skills registry and skills add workflows (CLI/Copilot-like environments).
Neta is a routing/index skill that maps user intents to 7 focused Neta sub-skills (space, creative, adventure, community, suggest, character, elementum). No scripts were present — purely a documentation/routing SKILL.md. Well-structured with clear frontmatter, capability map, and migration notes from the legacy monolithic skill.
No security concerns. Clean SKILL.md with no executable code, credentials, or suspicious references. This is a well-organized index/routing skill that was refactored from a monolith into focused sub-skills.