con un clic
kiira
kiira contiene 5 skills recopiladas de AlemTuzlak, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.
Skills en este repositorio
Write Markdown/MDX code fences that type-check, and debug ones that fail when they look correct. Load when authoring doc examples or fixing Kiira errors. Covers fence metadata (`ignore`, `validate`, `fixture`, `name`, `group`, `package`), grouping multi-fence walkthroughs and `defaultGroup: "file"`, fixtures for needed scope, `ts`->`tsx` mistags, unused-symbols and relative imports ignored by default, and never silencing a valid error with `ignore`.
Gate CI on Markdown doc errors and keep examples current. Load when wiring `kiira check` into CI, choosing a reporter, or interpreting exit codes. Covers exit codes (0 clean, 1 doc errors, 2 config/runtime failure), the `github`/`json`/`pretty` reporters, the `AlemTuzlak/kiira@v1` composite action, plain exit-code-gated steps for any runner, `--entry` overriding `include`, and `--static`/`--raw` for clean log capture.
Use Kiira's live type-checking in VS Code. Load when setting up the editor experience, configuring extension settings, or debugging why diagnostics don't update. Covers on-change/on-save diagnostics mapped to the fence line, the four commands (Check Current File, Check Workspace, Open Virtual File For Snippet, Restart Kiira Server), settings (enable, configPath, debounceMs, checkOnChange, checkOnSave, showGeneratedDiagnostics), quick fixes, and that the extension reads the same kiira.config.ts as the CLI.
Set up Kiira on a project's docs. Load when installing kiira, running the first `kiira check`, scaffolding with `kiira init`, or deciding whether a `kiira.config.ts` is needed. Covers installing where the API types resolve, the only required option (`include`), the ts/tsx/js/jsx fence format in .md/.mdx, and the automatic `tsconfig.docs.json` preference.
Make Kiira resolve the real API in monorepos and multi-framework docs. Load when docs import internal `@scope/*` workspace packages, when fences use Solid/Preact/Vue JSX, or when seeing TS7026 / unresolved workspace imports. Covers `packageMode` workspace vs packed, why hand-written tsconfig `paths` are unnecessary, per-glob `overrides` (last match wins), and `jsxImportSource` plus `kiira check --fix` writing the override.