Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
Repositorio de GitHub

selector_schema_codegen

selector_schema_codegen contiene 3 skills recopiladas de vypivshiy, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
3
Stars
3
actualizado
2026-05-25
Forks
0
Cobertura ocupacional
1 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

sscgen-dsl
Desarrolladores de software

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

2026-05-25
sscgen-openapi
Desarrolladores de software

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.

2026-05-25
sscgen-rest
Desarrolladores de software

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.

2026-05-25