Portable Personal AI Assistant core. USE WHEN designing substrate-neutral assistant identity, memory, ISA, skills, learning, or adapters for Codex, Pi.dev, Claude Code, Cursor, or Grok.
Imported from the-metafactory/soma (skill/SKILL.md). Install upstream with npx skills add the-metafactory/soma --skill skill. Copyright stays with the author.
Soma
Soma is the substrate-portable Personal AI Assistant core.
Use this skill when work concerns:
portable assistant identity
personal memory layout
Ideal State Artifacts
substrate adapters
translating PAI concepts into a substrate-neutral form
Workflows
Workflows/DesignAssistantCore.md — design or revise the portable assistant core.
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/the-metafactory-soma-skill/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.
the-metafactory-soma-skill.ocm.jsonjson
{
"ocm": "1",
"id": "the-metafactory-soma-skill",
"kind": "skill",
"name": "Soma",
"description": "Portable Personal AI Assistant core. USE WHEN designing substrate-neutral assistant identity, memory, ISA, skills, learning, or adapters for Codex, Pi.dev, Claude Code, Cursor, or Grok.",
"publisher": "the-metafactory",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Portable Personal AI Assistant core. USE WHEN designing substrate-neutral assistant identity, memory, ISA, skills, learning, or adapters for Codex, Pi.dev, Claude Code, Cursor, or Grok."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/the-metafactory/soma",
"path": "skill/SKILL.md",
"ref": "58cd37035ebc948a206f27fbe1945d6e511ea979",
"url": "https://github.com/the-metafactory/soma/blob/58cd37035ebc948a206f27fbe1945d6e511ea979/skill/SKILL.md",
"key": "the-metafactory/soma/skill/SKILL.md"
}
},
"instructions": "# Soma\n\nSoma is the substrate-portable Personal AI Assistant core.\n\nUse this skill when work concerns:\n\n- portable assistant identity\n- personal memory layout\n- Ideal State Artifacts\n- substrate adapters\n- translating PAI concepts into a substrate-neutral form\n\n## Workflows\n\n- `Workflows/DesignAssistantCore.md` — design or revise the portable assistant core.",
"cost": {
"context_tokens": 90
}
}
Fetch it by URL: GET /api/v1/registry/the-metafactory-soma-skill/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.