Read-only mirror of https://github.com/DCC-BS/documentation — Basel-Stadt. Issues & pull requests at the source.
  • TypeScript 66.1%
  • Vue 27.6%
  • CSS 4.3%
  • Shell 2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
renovate[bot] a41f704a7e
Lock file maintenance (#100)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-08-24 02:02:10 +00:00
.github/workflows Update actions/checkout digest to 3d3c42e 2026-07-21 01:40:54 +00:00
.vitepress Docs Update for DCC-BS/common-ui.bs.js #126 (#94) 2026-08-10 15:04:09 +02:00
components Docs Update for DCC-BS/common-ui.bs.js #125 (#91) 2026-07-29 13:40:36 +02:00
composables Docs Update for DCC-BS/common-ui.bs.js #125 (#91) 2026-07-29 13:40:36 +02:00
i18n Restructure docs and add UI component pages 2025-12-18 15:11:30 +01:00
markdown Update doc for new retry logic of backend common llm agent 2026-08-14 18:06:11 +02:00
scripts Potential fix for pull request finding 'CodeQL / Shell command built from environment values' 2026-07-27 13:24:25 +02:00
.gitignore Fixed Nuxt UIs 2025-12-19 15:43:53 +01:00
biome.json Fix ci issue 2026-03-27 12:35:31 +01:00
bun.lock Lock file maintenance (#100) 2026-08-24 02:02:10 +00:00
LICENSE Create LICENSE 2026-02-18 12:48:46 +01:00
package.json Update dependency typescript to v7 (#88) 2026-08-10 17:54:38 +02:00
README.md Add skills functionality 2026-06-29 15:00:29 +02:00
renovate.json Add initial Renovate configuration file 2026-02-26 08:32:51 +01:00
tsconfig.json Fixed Nuxt UIs 2025-12-19 15:43:53 +01:00

Ki Tools Documentation

Official documentation for all the Ki Tools of the Canto Basel Stadt.

Deploy VitePress site to Pages

Tech Stack

Development

# Install dependencies
bun install

# Start dev server
bun run dev

# Build for production
bun run build

AI Coding Agent Skills

This documentation is also published as reusable coding skills/rules for AI assistants (like Claude Code, Antigravity, and Cursor).

  • To install these skills in a project: Run curl -sSL https://dcc-bs.github.io/documentation/install-skills.sh | bash inside the project root.
  • To add/edit skills: Read the AI Assisted Coding Guide.