cst-skill-factory

Generates SKILL.md entries from CST Python API documentation.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/DaryLu0v0/MetaClaw --skill cst-skill-factory
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cst-skill-factory
Source: https://github.com/DaryLu0v0/MetaClaw/tree/main/skills/cst-skill-factory
Command: npx skills add https://github.com/DaryLu0v0/MetaClaw --skill cst-skill-factory

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Meta-skill that enables automatic creation of CST operation skills by translating CST Python API documentation into ready-to-use SKILL.md entries.

Core Features & Use Cases

  • Auto-generates new CST operation skills by parsing CST Python API docs (ok-nc/cst_python) and extracting VBA patterns.
  • Persists generated SKILL.md files for future use, reducing manual skill creation.
  • Enables immediate application of the generated skill to extend an active CST workflow for the current user request.

Quick Start

Provide a CST operation not currently covered by pipeline skills, and the factory will generate and save a new SKILL.md ready for future use.

Frequently Asked Questions about cst-skill-factory

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

FAQPage Schema
How do I auto-generate skills from CST Python API documentation?

To auto-generate skills from CST Python API documentation, provide an uncovered CST operation request to trigger the templated SKILL.md generation workflow, which parses API docs and extracts VBA patterns to create ready-to-use skill entries.

What is a meta-skill for CST skill generation?

A meta-skill for CST skill generation automates the creation of new CST operation skills by translating CST Python API documentation into ready-to-use SKILL.md entries, extending active CST workflows without manual skill creation.

Do I need a specific workspace to generate and persist SKILL.md files?

Yes, generating and persisting SKILL.md files requires a workspace to generate Skill metadata and save the newly created SKILL.md entries for immediate application and future use.

Can I use this to create skills for CST operations not covered by pipeline skills?

Yes, you can use this to create skills for CST operations not covered by the five pipeline skills, enabling on-the-fly skill generation and persistence for future use.

How does translating CST API documentation into SKILL.md work?

Translating CST API documentation into SKILL.md works by parsing the CST Python API docs, extracting VBA patterns, and applying a templated SKILL.md generation workflow to output ready-to-use operation skills.