skill-creator

Create AgentSkills with Python scripts, references, and assets.

1|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/kk580kk/Investment-analysis-reports --skill skill-creator-kk580kk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/kk580kk/Investment-analysis-reports/tree/main/skills/skill-creator
Command: npx skills add https://github.com/kk580kk/Investment-analysis-reports --skill skill-creator-kk580kk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires init_skill.py, package_skill.py, quick_validate.py, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill simplifies the creation and management of AgentSkills, providing a framework for packaging specialized knowledge, workflows, and tools.

Core Features & Use Cases

  • Skill Design: Offers guidance for designing effective skills with clear instructions and structure.
  • Script Integration: Supports scripting for deterministic tasks, ensuring reliability and efficiency.
  • Reference Management: Facilitates the organization and access of domain-specific documentation.
  • Asset Storage: Enables the inclusion of necessary files like templates and icons.
  • Use Case: For a developer looking to create a new skill that helps with analyzing financial reports, the skill creator could help with setting up the correct directory structure, providing scripts for parsing the reports, and storing relevant documentation.

Quick Start

To create a new skill, run the command: init_skill.py <skill-name> --path <output-directory>

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 an AgentSkill with Python scripts and reference documentation?

You can create an AgentSkill by running `init_skill.py <skill-name> --path <output-directory>` to set up the directory structure, then integrate Python scripts, references, and assets for packaging specialized knowledge.

What is the best way to structure domain-specific documentation and assets for Codex integration?

The best way to structure domain-specific documentation for Codex integration is to organize files into dedicated references and assets folders, ensuring procedural knowledge and output templates are easily accessible during skill execution.

Does this skill creation framework support deterministic scripting for automated workflows?

Yes, the skill creation framework supports deterministic scripting by allowing you to include Python scripts in the scripts directory, ensuring reliable and efficient execution of automated tasks within the AgentSkill.

Can I use init_skill.py to set up a directory structure for analyzing financial reports?

Yes, you can use `init_skill.py` to set up a directory structure for analyzing financial reports, providing a framework to add parsing scripts, store relevant documentation in references, and include necessary templates in assets.

How do I validate a newly created skill before packaging it for deployment?

You can validate a newly created skill by running `quick_validate.py` to check the structure and integrity of your scripts, references, and assets before finalizing the packaging process.

When should I not use this approach for skill creation and asset packaging?

You should not use this approach if your task requires non-Python scripting languages or lacks deterministic execution needs, as the framework relies on Python scripts and structured procedural knowledge for Codex integration.