·extension-guide
</>

extension-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.

16Installs·1Trend·@pacphi

Installation

$npx skills add https://github.com/pacphi/sindri --skill extension-guide

How to Install extension-guide

Quickly install extension-guide AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/pacphi/sindri --skill extension-guide
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: pacphi/sindri.

SKILL.md

View raw

Sindri supports extensions for both V2 (Bash/Docker) and V3 (Rust CLI) platforms. Before proceeding with extension creation, you need to choose which platform you're targeting.

| Implementation | Bash (52K lines) | Rust (11.2K lines) | | Extension Directory | v2/docker/lib/extensions/ | v3/extensions/ | | Schema Location | v2/docker/lib/schemas/extension.schema.json | v3/schemas/extension.schema.json | | CLI | ./v2/cli/extension-manager | sindri extension |

| Install Methods | 6 (mise, apt, binary, npm, script, hybrid) | 7 (adds npm-global) | | Categories | 11 | 12 (different set) | | VisionFlow | Supported | Not available |

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. Source: pacphi/sindri.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/pacphi/sindri --skill extension-guide
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from pacphi/sindri

Quick answers

What is extension-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. Source: pacphi/sindri.

How do I install extension-guide?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/pacphi/sindri --skill extension-guide Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/pacphi/sindri

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-25