make-skill-template
✓Create new Agent Skills for GitHub Copilot from prompts or by duplicating this template. Use when asked to "create a skill", "make a new skill", "scaffold a skill", or when building specialized AI capabilities with bundled resources. Generates SKILL.md files with proper frontmatter, directory structure, and optional scripts/references/assets folders.
Installation
SKILL.md
| name | Yes | 1-64 chars, lowercase letters/numbers/hyphens only, must match folder name | | description | Yes | 1-1024 chars, must describe WHAT it does AND WHEN to use it | | license | No | License name or reference to bundled LICENSE.txt | | compatibility | No | 1-500 chars, environment requirements if needed |
| metadata | No | Key-value pairs for additional properties | | allowed-tools | No | Space-delimited list of pre-approved tools (experimental) |
CRITICAL: The description is the PRIMARY mechanism for automatic skill discovery. Include:
Create new Agent Skills for GitHub Copilot from prompts or by duplicating this template. Use when asked to "create a skill", "make a new skill", "scaffold a skill", or when building specialized AI capabilities with bundled resources. Generates SKILL.md files with proper frontmatter, directory structure, and optional scripts/references/assets folders. Source: equinor/fusion-framework.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/equinor/fusion-framework --skill make-skill-template- Source
- equinor/fusion-framework
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is make-skill-template?
Create new Agent Skills for GitHub Copilot from prompts or by duplicating this template. Use when asked to "create a skill", "make a new skill", "scaffold a skill", or when building specialized AI capabilities with bundled resources. Generates SKILL.md files with proper frontmatter, directory structure, and optional scripts/references/assets folders. Source: equinor/fusion-framework.
How do I install make-skill-template?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/equinor/fusion-framework --skill make-skill-template Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/equinor/fusion-framework
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01