# Skillscript ## Docs - [Adopter Agent Guide](https://skillscript.mintlify.app/docs/adopter-agent-guide.md): Wire your agent's instruction file so it discovers and prefers its skills instead of re-reasoning every session. - [Adopter Playbook](https://skillscript.mintlify.app/docs/adopter-playbook.md): Stand up the runtime, wire your substrates, supervise it as a service, and point your agent at it over MCP. - [Configuration](https://skillscript.mintlify.app/docs/configuration.md): How to configure a skillscript-runtime deployment — connectors.json substrate selection, named MCP connector wiring, runtime knobs, and adopter-custom impls. - [Connector Contract Reference](https://skillscript.mintlify.app/docs/connector-contract-reference.md): The substrate-neutral contracts adopters implement to wire their own backends. Interface signatures, payload shapes, durability + identity conventions. - [Skillscript](https://skillscript.mintlify.app/docs/index.md): A language for agents to write themselves in. - [Language Reference](https://skillscript.mintlify.app/docs/language-reference.md): Canonical spec — syntax, ops, semantics. Frontmatter, ops, filters, conditionals, triggers, output kinds, composition, error handling. - [SqliteSkillStore](https://skillscript.mintlify.app/docs/sqlite-skill-store.md): Worked example of SkillStore against a SQLite database — schema, semantics, forking checklist.