Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

selector_schema_codegen

selector_schema_codegen에는 vypivshiy에서 수집한 skills 3개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
3
Stars
3
업데이트
2026-05-25
Forks
0
직업 범위
직업 카테고리 1개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

sscgen-dsl
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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