_template

Scaffold a new skill project skeleton with scripts, tests, and SKILL.md manifest.

15|4|Updated Dec 24, 2025
One-click install
npx skills add https://github.com/tao3k/omni-dev-fusion --skill template-tao3k
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: _template
Source: https://github.com/tao3k/omni-dev-fusion/tree/main/assets/skills/_template
Command: npx skills add https://github.com/tao3k/omni-dev-fusion --skill template-tao3k

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires omni, and includes scripts (resource) and references (resource) and tests (resource) components.

What problem does it solve?

Scaffolds a new skill by providing a complete, ready-to-use project skeleton that follows Trinity Architecture patterns.

Core Features & Use Cases

  • Complete skeleton with scripts/commands.py for skill commands, tests/ for zero-config validation, references/ for workflow docs, and a minimal SKILL.md manifest.
  • Rapid cloning: copy the template to a new skill and customize placeholders to fit your domain.
  • Quality-first workflow: predefined structure encourages consistent testing, docs, and context loading.

Quick Start

Copy this template to start a new skill and customize it for your project.

Frequently Asked Questions about _template

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a new skill project following Trinity Architecture patterns?

To scaffold a new skill project following Trinity Architecture patterns, you can copy this template to generate a complete skeleton with scripts, tests, references, and a SKILL.md manifest, then customize placeholders for your domain.

What is the best way to structure a modular skill for hot-reload readiness?

The best way to structure a modular skill for hot-reload readiness is using a clean project skeleton with predefined directories for commands, tests, and references, ensuring scalable and production-grade development.

How do I set up zero-config validation tests for a new software-engineering skill?

You set up zero-config validation tests by cloning a template that includes a predefined tests/ directory, allowing software-engineering teams to encourage consistent testing without manual configuration.

Can I use a sidecar pattern for heavy dependencies when building modular capabilities?

Yes, you can use a sidecar pattern for heavy dependencies. The template emphasizes this approach to ensure scalable, production-grade skill development by isolating heavy dependencies from core commands.

Do I need the omni dependency to use this skill template?

Yes, the omni dependency is required. You need the omni environment configured before scaffolding the new skill to ensure the template's scripts, commands, and validation tests execute correctly.

Why does my new skill need a SKILL.md manifest file?

Your new skill needs a SKILL.md manifest file because it serves as the LLM-facing manifest for context loading. It provides the LLM with workflow documentation and command execution instructions.