ase-sync-export

Solid

Export the SpecBook-based specification (SPEC) into ready-to-consume renderings like HTML, PDF, normalized Markdown, or JSON. Use when the user wants to "export", "render", or "materialize" the specification.

Data & Documents 52 stars 5 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 82/100

Stars 20%
57
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

@${CLAUDE_SKILL_DIR}/../../meta/ase-control.md @${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md @${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md <purpose name="ase-sync-export"> Export Specification into Rendered Files </purpose> <expand name="getopt" arg1="ase-sync-export" arg2="--output|-o="> $ARGUMENTS </expand> <objective> *Export* the `SPEC` artifact set -- the SpecBook-based specification -- into the requested output files, by validating the specification and rendering it through the SpecBook export. </objective> @${CLAUDE_SKILL_DIR}/../../meta/ase-format-meta.md Procedure --------- <flow> 1. <step id="STEP 1: Determine Outputs"> 1. Parse <getopt-option-output/> as the comma-separated <outputs/> list of `[<format>:]<file>` entries, with <format/> one of `json`, `json5`, `yaml`, `toon`, `html`, `pdf`, or `md`, and <file/> a project-relative output file path. Trim every parsed entry. Do not output anything. 2. <if condition="<outputs/> is empty"> Determine the default output by calling the `ase_artifact_name(filename: "index.html", kind: "spec")` tool of the `ase` MCP server and set <outputs/> to the single entry of its returned `name`. Do not output anything. </if> 3. If any entry in <outputs/> is `-` (the standard output sentinel), only output the following <template/> and then immediately *STOP* processing the entire current skill: <template...

Details

Author
rse
Repository
rse/ase
Created
5 months ago
Last Updated
today
Language
TypeScript
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category