skill-creator

Creates and updates Codex skills with SKILL.md files using Python scripts.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/kingkillery/pk-qmd --skill skill-creator-kingkillery
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/kingkillery/pk-qmd/tree/main/.agents/skills/.system/skill-creator
Command: npx skills add https://github.com/kingkillery/pk-qmd --skill skill-creator-kingkillery

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the challenge of creating and updating effective skills for Codex, providing a comprehensive guide and best practices for skill development.

Core Features & Use Cases

  • Skill Creation Guide: Offers step-by-step instructions for creating new skills, including understanding the skill, planning resources, and initializing the skill.
  • Best Practices: Provides guidelines on writing concise and effective SKILL.md files, structuring skills, and managing resources.
  • Use Case: For developers looking to extend Codex's capabilities with specialized knowledge, workflows, or tool integrations, this Skill serves as a foundational guide.

Quick Start

To create a new skill, use the init_skill.py script with the desired skill name and path.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create a new AI agent skill for Codex?

To create a new AI agent skill for Codex, use the provided init_skill.py script with your desired skill name and path to initialize the structure. This process establishes the foundational files needed for your custom workflow.

What are the best practices for writing a SKILL.md file?

Best practices for writing a SKILL.md file involve keeping the instructions concise, structuring the skill logically, and managing resources effectively. This ensures the AI agent can accurately parse and execute the specialized knowledge or tool integrations.

Do I need Python to develop and update skills for Codex?

Yes, you need Python installed to execute the initialization scripts and manage resources when developing skills for Codex. Understanding the skill structure and Python execution environment is required for proper skill creation.

What is the best way to structure resources when building an AI agent skill?

The best way to structure resources is by following a structured guide that separates scripts and references appropriately. Proper resource management ensures your skill remains modular and easy to update during future development.

Can I use this guide to update existing Codex skills instead of just creating new ones?

Yes, you can use this guide to update existing Codex skills as it provides comprehensive best practices for both creating and modifying skill structures. It helps you manage resources and rewrite SKILL.md files effectively.