skill-gen-4-enterprise-doc

Convert SOP documents into executable SKILL.md skills via skills.import_local.

2.5k|422|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/openJiuwen-ai/jiuwenswarm --skill skill-gen-4-enterprise-doc-openjiuwen-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-gen-4-enterprise-doc
Source: https://github.com/openJiuwen-ai/jiuwenswarm/tree/main/jiuwenswarm/resources/agent/workspace/skills/skill-gen-4-enterprise-doc
Command: npx skills add https://github.com/openJiuwen-ai/jiuwenswarm --skill skill-gen-4-enterprise-doc-openjiuwen-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill turns SOPs, URLs, or pasted workflow intent into an executable installed skill package, so your agent can follow the extracted process instead of relying on vague summaries.

Core Features & Use Cases

  • Document ingestion (local / URL / paste): Fetch SOP text from a file path, extract page text from HTTP(S), or use pasted text as the source body.
  • Structured SOP extraction: Convert SOP text into a structured SOPStructure (steps, rules, sections, decisions, exceptions, references) using the built-in extraction pipeline.
  • Instant draft → same-turn installation: Write a generated SKILL.md under skills-draft and promote it immediately into the runtime skills directory via skills.import_local.

Quick Start

Ask the assistant: Turn this SOP link into an installed skill for the agent to execute the workflow.

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 convert an SOP document into an executable agent workflow?

To convert an SOP document into an executable agent workflow, the Skill extracts structured steps, rules, and decisions from local files, URLs, or pasted text, then drafts and installs a SKILL.md package directly into the runtime environment.

Can I generate an installable skill from a URL link?

Yes, you can generate an installable skill from a URL link. The Skill extracts page text from HTTP(S) links, parses the content into a structured SOP representation, and immediately promotes the drafted instructions into the runtime skills directory.

What is structured SOP extraction for agent instructions?

Structured SOP extraction is the process of parsing raw operational text into a defined SOPStructure containing steps, rules, sections, decisions, exceptions, and references, enabling an agent to execute enterprise workflows accurately instead of relying on vague summaries.

Does this approach support local files and pasted text for workflow generation?

Yes, this approach supports local files and pasted text for workflow generation. It ingests SOP content from file paths or directly pasted text strings, applies the extraction pipeline, and installs the generated skill package in the same workflow.

How do I handle fallback logic and exceptions when parsing enterprise SOPs?

To handle fallback logic and exceptions when parsing enterprise SOPs, the extraction pipeline identifies decisions, exceptions, and references within the text, structuring them into the SOP representation so the generated agent skill can manage operational edge cases.

What is the best way to draft and install agent skills from operational descriptions?

The best way to draft and install agent skills from operational descriptions is to use a pipeline that writes a drafted SKILL.md under a skills-draft directory and promotes it via local import, ensuring the agent can execute the workflow immediately within the same turn.