This one's for anyone integrating Bootstrap 5 components into Angular projects using ng-bootstrap. It covers the full setup from installation through angular.json configuration, then walks through the major components like modals, dropdowns, accordions, datepickers, and typeaheads. The skill emphasizes standalone component usage, which is good since that's the modern Angular approach. What's genuinely helpful here is seeing the actual import statements and template syntax for each component, especially the newer control flow syntax with @for blocks. It targets ng-bootstrap 17.x specifically, so you're getting patterns that work with current Angular versions rather than outdated module-heavy approaches.
npx skills add https://github.com/oguzhan18/angular-ecosystem-skills --skill angular-bootstrap