skill-name-here

Create Claude Skills with a canonical SKILL.md template structure.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Eddale/powerhouse-lab --skill skill-name-here
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-name-here
Source: https://github.com/Eddale/powerhouse-lab/tree/main/_templates/skill-template
Command: npx skills add https://github.com/Eddale/powerhouse-lab --skill skill-name-here

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill template provides a canonical skeleton for creating Claude Skills, ensuring consistent frontmatter, structure, and onboarding across tools.

Core Features & Use Cases

  • Canonical frontmatter: Defines name, description, and allowed-tools to standardize activation.
  • Skeleton structure: Includes expected sections like Instructions, Examples, Guidelines, and Version History to keep skills maintainable.
  • Cross-tool readiness: Ready-to-wire for Claude Code, GitHub Copilot, OpenAI Codex, and Antigravity with simple wiring.

Quick Start

Copy this template to a new folder under skills/, fill in the name and description in SKILL.md, and run the repository's skill wiring script to expose your new skill to all platforms.