We provide a command-line interface (CLI) tool that copies the @db-ux documentation to your repository, making it available to AI agents.
Use this command in your repository:
npx @db-ux/agent-cliOr with pnpm:
pnpm i @db-ux/agent-cli --save-dev
pnpm exec agent-cliThe DB UX Design System documentation will be added to (or replaced in subsequent runs, e.g. after a DB UX Design System update) in the file .github/copilot-instructions.md (if this file does not yet exist in your codebase, it will be created).
Note: The tool works with all package managers (npm, yarn, pnpm) and correctly handles symlinked packages in pnpm's node_modules structure.
You can also change the root path where the tool should check for node_modules:
npx @db-ux/agent-cli packages/frontendThis is useful in monorepo setups where your DB UX packages might be installed in a specific workspace directory.
- Scans your project's node_modules for installed
@db-uxpackages - Extracts relevant documentation based on your installed versions
- Creates or updates
.github/copilot-instructions.mdwith component documentation - Provides AI agents with context about available components and their usage patterns
We've had the best experience with GitHub Copilot and Amazon Q when using the following settings:
- Agent mode works best for code generation and may also offer the best developer experience.
- Regarding the provided models, GPT-4o seemed to strike the best balance between "used tokens" and performance, although "Claude Sonnet 4" is still better. However, you run out of tokens quite quickly with this model.
- If you're primarily interested in testing this functionality at the moment, we have quite a bit of experience using a prompt that is both equal and non-trivial, but rather complex, such as "Can you create a new page with a dashboard? It should contain selections for KPIs. Each KPI is a card containing information and buttons."
As we'd like to perfectly support our users and customers on their digital journey, the usage of Deutsche Bahn brand and trademarks are bound of clear guidelines and restrictions even if being used with the code that we're providing with this product; Deutsche Bahn fully reserves all rights regarding the Deutsche Bahn brand, even though that we're providing the code of DB UX Design System products free to use and release it under the Apache 2.0 license. Please have a look at our brand portal at https://marketingportal.extranet.deutschebahn.com/ for any further questions and whom to contact on any brand issues.
For any usage outside of Deutsche Bahn websites and applications you aren't allowed to use any Deutsche Bahn brand and design assets as well as protected characteristics and trademarks, that for not including the DB Theme.
Contributions are very welcome, please refer to the contribution guide.
We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone – have a look at our Contributor Covenant Code of Conduct.
This project is licensed under Apache-2.0.