New Extension — Development skill for Claude Code
Create a new extension with proper directory structure, manifest entry, and API v2.0 compliance.
How to install New Extension
Installs to ~/.claude/commands/pacphi-sindri-legacy-new-extension.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/pacphi/sindri-legacy/HEAD/.claude/commands/new-extension.md -o ~/.claude/commands/pacphi-sindri-legacy-new-extension.md Restart Claude Code, or start a new session, for it to be picked up.
What New Extension does
description: Create a new extension with proper directory structure, manifest entry, and API v2.0 compliance
Create a new extension named "{{args}}" following Sindri's Extension API v2.0 standards:
- Gather Requirements:
- Extension name and description
- Tool/package to be installed
- Dependencies on other extensions (especially mise-config if using mise)
- Whether this is a mise-powered extension
- Installation method (apt, mise, curl, etc.)
- Key commands to v
Alternatives in Development
- Agent.Extras.Workdir Structure — File structure of working directory {{folder}} 19k ★
- Privacy Policy — Draft privacy policies with GDPR compliance considerations 7.8k ★
- Structure — Skills Directory Structure 5.3k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Validate Manifest
Validate the extension manifest for dependency order, protected extensions, and consistency
Job
Create a new JoobQ job class with proper structure and registration
Go New
Create a new Go project with proper structure
Close Review
Month-end close / GL compliance check — invokes accounting-reviewer to produce TM-accounting-{slug}.md with do
TYPO3 Conformance Skill
Evaluate TYPO3 extension quality and standards compliance
Review Claims
Analyze patent claims for 35 USC 112(b) compliance - antecedent basis, definiteness, and claim structure
Related Agents
Codebase Navigator
Codebase navigation specialist. Scans directory structure, identifies architectural layers, detects framework
Extension Architect
Expert extension architect specializing in Sindri extension design, API compliance, mise integration, and depe
Audit Structure
Audits plugin directory layout and file compliance against Claude Code plugin spec. Dispatched by /hone during