skills-generate-skill-template

Generate bilingual skill directory structures and markdown templates via Python script.

2|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/RyoMurakami1983/skills_repository --skill skills-generate-skill-template
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skills-generate-skill-template
Source: https://github.com/RyoMurakami1983/skills_repository/tree/main/archive/phase3-deprecated/skills-generate-skill-template
Command: npx skills add https://github.com/RyoMurakami1983/skills_repository --skill skills-generate-skill-template

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation of a new skill's directory structure and boilerplate files, ensuring a correct and bilingual foundation from the start.

Core Features & Use Cases

  • Automated Scaffolding: Generates the necessary SKILL.md, references/SKILL.ja.md, and directory structure.
  • Bilingual Support: Creates templates for both English and Japanese documentation.
  • Use Case: When starting a new Copilot Skill, use this to quickly generate a well-structured, ready-to-fill template that adheres to best practices.

Quick Start

Generate a new skill skeleton named 'git-commit-message-generator' with a description and tags.

Frequently Asked Questions about skills-generate-skill-template

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

FAQPage Schema
How do I scaffold a new Copilot Skill with bilingual documentation?▼

You can scaffold a new Copilot Skill with bilingual documentation by running this Python script to generate a directory structure with English and Japanese markdown boilerplate files.

What is the best way to automate skill generation and ensure naming conventions are followed?▼

Automating skill generation with this scaffolding script enforces naming conventions and bilingual requirements by creating a ready-to-fill template structure based on your provided metadata.

Do I need to manually create the SKILL.md and references directory when starting a new skill?▼

You do not need to manually create the SKILL.md or references directory; this scaffolding tool generates the required directory structure and bilingual markdown boilerplate automatically.

Can I use this skill generation template for languages other than Japanese?▼

This skill generation template currently provides built-in bilingual support for English and Japanese, creating a Japanese markdown file in the references directory to ensure bilingual documentation.

What limitations exist when using a Python script for skill scaffolding?▼

A limitation of using this Python script for skill scaffolding is its basic implementation depth; it generates a unit skeleton that still requires you to manually fill in the actual skill logic and content.