一键导入
selector_schema_codegen
selector_schema_codegen 收录了来自 vypivshiy 的 3 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
Generate KDL Schema DSL (v2.1) scraper configs for **HTML scraping** from HTML pages and skill instructions. Covers struct types (item) / (list) / (flat) / (table) / (dict), css selectors, extract / string / regex / array / cast pipelines, defines, transforms, jsonify, and the iterative linter loop. Use this skill whenever the user wants to: generate a .kdl schema file for HTML scraping, write KDL DSL for data extraction from HTML, work with css/css-all/ text/attr/raw pipelines, fix linter errors in an HTML-scraping .kdl, or iterate on a KDL schema based on linter feedback. Trigger on mentions of "kdl", "KDL schema", "scraper schema", "DSL для скрапинга", "распарсить страницу", "вытащить из HTML", or whenever the user provides an HTML page + extraction task. **Do NOT use this skill for REST/JSON HTTP API clients (`(rest)struct`, `@request`, `@error`, typed placeholders for HTTP) — use the sibling skill `sscgen-rest` instead.** The two skills share the same DSL surface but solve different problems and should n
Convert OpenAPI 3.x / Swagger 2.x specifications (YAML or JSON) into valid KDL Schema DSL files (`(rest)struct` + `json` schemas). Use this skill whenever the user provides an OpenAPI/Swagger spec and wants a `.kdl` REST API client, or asks to convert `swagger.yaml` / `openapi.json` to KDL DSL. Trigger on: "openapi", "swagger", "open api spec", "convert openapi", "swagger to kdl", "api spec to schema", "openapi to kdl", "конвертировать openapi", "swagger в kdl", "спецификация api". Do NOT use for: HTML scraping (use `sscgen-dsl`), ad-hoc REST schema design from prose descriptions (use `sscgen-rest`), non-OpenAPI API descriptions.
Generate KDL Schema DSL configs for REST/JSON HTTP APIs ((rest)struct). Use this skill whenever the user wants to: design a `.kdl` schema for an HTTP/JSON API client, write `@request` blocks targeting REST endpoints, declare `json` schemas for typed responses, define `@error <status>` mappings, work with typed placeholders (`{{id:int}}`, `{{tags:str[]?|csv}}`), or fix linter errors in a REST-style `.kdl`. Trigger on: "rest api", "rest schema", "(rest)struct", "@request", "@error", "сгенерировать api клиент", "клиент для api", "json placeholder/dummyjson/reqres"-like tasks. For HTML scraping (css/css-all/text/attr pipelines, (item)/(list)/(table)/ (flat)/(dict)struct) use the sibling skill `sscgen-dsl` instead — this skill is REST-only.