extension-guide-v3
Sindri V3 Extension Development Guide
V3 extensions are YAML-driven, declarative configurations for the modern Rust-based Sindri CLI platform.
V3 Paths and Resources
| Resource | Path |
|---|---|
| Extensions Directory | v3/extensions/ |
| Registry | v3/registry.yaml |
| Schema | v3/schemas/extension.schema.json |
| Compatibility Matrix | v3/compatibility-matrix.yaml |
| Extension Docs | Generated on-demand via sindri extension docs <name> |
| Catalog | v3/docs/EXTENSIONS.md |
V3 Categories
More from pacphi/sindri
sindri-extension-guide
Guide users through creating Sindri extensions. Use when creating new extensions, understanding extension.yaml structure, validating extensions against schemas, or learning about extension installation methods (mise, apt, binary, npm, script, hybrid). Includes NEW capabilities system for project-init, authentication (multi-method API key + CLI auth), lifecycle hooks, and MCP integration. Helps with extension development, registry updates, and category assignment.
37extension-guide
Guide users through creating Sindri extensions. Use when creating new extensions, understanding extension.yaml structure, or learning about the extension system. Asks user to choose V2 or V3 before delegating to specialized version-specific skills.
21extension-guide-v2
Create Sindri V2 extensions for the Bash/Docker platform. Use when creating V2 extensions, understanding V2 extension.yaml structure, validating against V2 schema, or working with VisionFlow extensions. Covers mise, apt, binary, npm, script, hybrid install methods and the capabilities system.
19