skill-creator

Design and package modular AgentSkills for Codex-based assistants.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/Doxee-Product-Development/requirements-automation --skill skill-creator-doxee-product-development
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Doxee-Product-Development/requirements-automation/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/Doxee-Product-Development/requirements-automation --skill skill-creator-doxee-product-development

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yaml, and includes scripts (resource) components.

What problem does it solve?

Guides teams in designing and packaging modular AgentSkills for Codex-based assistants, providing a clear path from concept to packaged capability.

Core Features & Use Cases

  • Clear frontmatter-driven SKILL.md templates and naming conventions to ensure consistent discovery.
  • Structured guidance on organizing resources (scripts, references, assets) to support repeatable skill development.
  • Pattern-based guidance for workflows, including workflow-based, task-based, and reference-style formats, to fit diverse use cases like onboarding and tooling.

Quick Start

Describe your intended skill and run the init_skill.py script to scaffold its structure.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create and package AgentSkills for Codex-based assistants?▼

To create and package AgentSkills, you use the init_skill.py script to scaffold the structure, then organize your scripts, references, and assets before packaging the skill for deployment.

What is the best way to structure SKILL.md frontmatter for skill creation?▼

Structuring SKILL.md frontmatter requires using clear naming conventions and frontmatter-driven templates to ensure consistent discovery and proper packaging of your Codex-based skill.

Do I need yaml to package modular AgentSkills?▼

Yes, yaml is a required dependency for packaging modular AgentSkills, as it is used to manage and parse the frontmatter configuration within your SKILL.md file.

How do I organize resources and scripts when developing a new skill?▼

Organize resources by structuring them into optional resources directories containing your scripts, references, and assets, which supports repeatable skill development and deployment workflows.

Can I use different workflow patterns for task-based and reference-style skills?▼

Yes, pattern-based guidance supports workflow-based, task-based, and reference-style formats to fit diverse use cases like onboarding and tooling when designing your skill.

Why does my skill discovery fail after packaging?▼

Skill discovery fails when SKILL.md frontmatter lacks proper naming conventions or when resources are not organized into the correct optional directories during the packaging process.