skill-gen-4-enterprise-doc

Convert SOPs and documents into installable JiuwenClaw skills with SKILL.md frontmatter.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/R3n3gade-ai/canvasclaw --skill skill-gen-4-enterprise-doc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-gen-4-enterprise-doc
Source: https://github.com/R3n3gade-ai/canvasclaw/tree/main/jiuwenclaw/resources/agent/jiuwenclaw_workspace/skills/skill-gen-4-enterprise-doc
Command: npx skills add https://github.com/R3n3gade-ai/canvasclaw --skill skill-gen-4-enterprise-doc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Turn SOPs, URLs, or stated intents into an installable skill package for JiuwenClaw, enabling rapid, repeatable packaging of documents and workflows into executable agent capabilities.

Core Features & Use Cases

  • Draft a production-ready SKILL.md and a drafts package from SOPs, URLs, or stated intents.
  • Follow the SOP structure pipeline guidelines (SOPStructure) and generator-worker-spec prompts to produce a ready-to-load skill.
  • Promote the drafted skill into the runtime skills directory in the same turn using the canonical operator playbook flow.

Quick Start

Provide an SOP or document and the system will generate a draft SKILL.md and promote it into the runtime skills directory in the same session.

Frequently Asked Questions about skill-gen-4-enterprise-doc

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

FAQPage Schema
How do I turn an SOP document into an installable skill?

You can convert SOPs into installable skills by providing the document or stated intent. The system drafts an SKILL.md frontmatter and package, then promotes it directly into the runtime skills directory using skills.import_local.

Can I package URLs and stated intents into executable agent capabilities?

Yes, URLs and stated intents can be packaged into executable agent capabilities. The system uses the SOPStructure pipeline and generator-worker-spec guidelines to draft a ready-to-load skill and promote it into the runtime directory.

What is the best way to generate a draft SKILL.md from a workflow document?

The best way to generate a draft SKILL.md is using the SOP structure extraction pipeline. It parses the document, drafts frontmatter following generator-worker-spec guidelines, and prepares the package for runtime promotion.

Do I need an absolute path to promote a drafted skill into the runtime directory?

Yes, an absolute path to the draft package is required to promote a drafted skill into the runtime directory. The canonical operator playbook flow executes promotion via skills.import_local using this absolute path.

Does the skill generation workflow support on-disk resources like scripts?

Yes, the skill generation workflow supports on-disk resources. You can include reference and scripts directories within the draft package before promoting it into the runtime skills directory.

Are there limitations when using SOP structure extraction for skill generation?

A limitation of SOP structure extraction is the reliance on parse_sop_file or parse_sop_raw_text inputs. Unstructured intents may require manual refinement before the generator-worker-spec produces a ready-to-load skill package.