flowai-skill-engineer-skill

Create, document, and validate Agent Skills with SKILL.md frontmatter.

1|1|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/korchasa/foxcode --skill flowai-skill-engineer-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flowai-skill-engineer-skill
Source: https://github.com/korchasa/foxcode/tree/main/.claude/skills/flowai-skill-engineer-skill
Command: npx skills add https://github.com/korchasa/foxcode --skill flowai-skill-engineer-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Helps teams create, document, and validate Skill Units (SKILL.md packages) by outlining structure, best practices, and cross-IDE compatibility.

Core Features & Use Cases

  • Provides a standardized template for SKILL.md
  • Outlines the required frontmatter and optional resources
  • Useful when creating new skills, authoring SKILL.md, or answering skill-structure questions

Quick Start

Begin by creating or selecting the flowai-skill-engineer-skill directory under .claude/skills and fill in the SKILL.md frontmatter with a clear name and description.

Frequently Asked Questions about flowai-skill-engineer-skill

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

FAQPage Schema
How do I create a SKILL.md file for an Agent Skill?

To create a SKILL.md file, populate the required frontmatter fields (name and description) and include optional resources like scripts, references, or assets to support modular skill packaging. Place the directory under .claude/skills.

What is the required frontmatter for packaging Agent Skills?

The required frontmatter for packaging Agent Skills includes a clear name and description. Optional resources such as scripts, references, and assets can be added to enhance the skill's functionality and ensure reliable activation.

Can I use Agent Skills across different IDEs?

Yes, Agent Skills are designed for cross-IDE compatibility. Following best practices for concise descriptions and proper file structuring ensures your SKILL.md packages remain discoverable and reliably activate across different development environments.

How do I validate an Agent Skill package before deployment?

You validate an Agent Skill package by checking its SKILL.md frontmatter for required fields and verifying that optional resources (scripts, references, assets) are properly structured to ensure repeatable, modular skill packaging and reliable activation.

What is the best way to structure directories for skill creation?

The best way to structure directories for skill creation is to create a dedicated skill directory under .claude/skills, add a SKILL.md file with required frontmatter, and organize supporting scripts, references, and assets modularly.

Why are my Agent Skills not activating correctly in my workflow?

Agent Skills may fail to activate correctly if the SKILL.md frontmatter lacks required fields, descriptions are vague, or file structures are improperly organized, preventing the IDE from discovering and reliably triggering the skill.