EduSquad Skill Creator

Generate EduSquad SKILL.md files with YAML frontmatter and Markdown instructions.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/Estudio-Site-Ltda/edusquad --skill edusquad-skill-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: EduSquad Skill Creator
Source: https://github.com/Estudio-Site-Ltda/edusquad/tree/main/skills/edusquad-skill-creator
Command: npx skills add https://github.com/Estudio-Site-Ltda/edusquad --skill edusquad-skill-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating new, custom skills for the EduSquad framework, ensuring consistency and adherence to best practices.

Core Features & Use Cases

  • Automated Skill File Generation: Generates the complete SKILL.md file, including YAML frontmatter and Markdown body, based on user-provided information.
  • Directory Structure Creation: Creates necessary subdirectories like scripts/ if the skill type requires them.
  • Use Case: A user wants to build a new skill to summarize research papers. They use this skill creator, providing details like the skill name ("paper-summarizer"), description, type ("prompt"), and categories. The creator then generates the basic SKILL.md and any required script files.

Quick Start

Use the EduSquad Skill Creator to generate a new skill named 'image-generator' with the type 'prompt' and categories 'creative, generation'.

Frequently Asked Questions about EduSquad Skill Creator

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

FAQPage Schema
How do I create a new skill for the EduSquad framework?

To create a new EduSquad skill, provide the skill name, type (prompt, script, mcp, or hybrid), description, and categories. The creator generates the complete SKILL.md file with YAML frontmatter and Markdown instructions, along with any required script files and directory structures.

What types of skills can I generate with automated skill creation?

Automated skill creation supports prompt, script, mcp, and hybrid skill types. It generates the corresponding SKILL.md file with proper YAML frontmatter and creates necessary subdirectories like scripts/ if the chosen skill type requires associated script files and configurations.

Does EduSquad skill generation create the required directory structure?

Yes, EduSquad skill generation creates necessary subdirectories like scripts/ automatically. When generating a script or hybrid skill, it creates the required folder structure alongside the SKILL.md file to ensure proper framework integration.

How do I ensure my generated SKILL.md file follows the correct skill format?

The generated SKILL.md file automatically adheres to the defined EduSquad skill format by including the required YAML frontmatter and Markdown body. You simply provide the skill details, and the creator handles the formatting for proper integration.

Can I generate a prompt skill without creating any script files?

Yes, generating a prompt skill does not create script files. The creator builds only the SKILL.md file with YAML frontmatter and Markdown instructions, bypassing the scripts/ directory creation required only for script or hybrid skill types.

What information do I need to provide to generate a new EduSquad skill?

You need to provide the skill name, description, type (prompt, script, mcp, or hybrid), and categories. This information populates the YAML frontmatter and Markdown body of the generated SKILL.md file for the EduSquad framework.