Deploy or modify the Cornell AI-DLC knowledge base blueprint - a Bedrock managed knowledge base over an S3 document bucket, plus an optional SharePoint site library, that verifies its own ingestion at deploy time. Use when a builder asks for document search,…
cu-aaii/ai-dlc-workshop
SkillsMP has collected 11 skills from cu-aaii/ai-dlc-workshop. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 11
- GitHub stars
- 4
- GitHub forks
- 3
Skills in this repository
Showing 11 of 11 collected skills.
Add a new blueprint stack (or any new CloudFormation template) to this repo. Use whenever creating a template under blueprints/*/infra/, registering a stack in pipeline/stacks.yml, adding a BlueprintDeploy action, or when a newly added stack deploys nothing.…
Build a server-paginated, filterable admin data table. TRIGGER when user asks to build a list/table page for an entity, add filtering or pagination, or create a browse view with status/date/search filters. DO NOT TRIGGER when building a full CRUD feature from…
Create modern Angular standalone components following v20+ best practices. Use for building UI components with signal-based inputs/outputs, OnPush change detection, host bindings, content projection, and lifecycle hooks. Triggers on component creation,…
Add or configure a database connection using TypeORM 1.0 with PostgreSQL or SQLite. TRIGGER when: user asks to add a database, create entities, run migrations, set up TypeORM, connect to PostgreSQL or SQLite, or asks about the approved DB pattern. DO NOT…
Create or update documentation in this project following the hierarchical index pattern. TRIGGER when: user asks to add a doc, update existing docs, document a new feature or module, or asks how documentation works in this project. DO NOT TRIGGER when: user…
Add a new full-stack feature to a project — a Hono server module paired with Angular admin or public client pages. TRIGGER when: user asks to add a new resource/CRUD section, create an admin page, add a server module, scaffold a new feature, or build a…
Add, modify, or understand routes in this Angular application. TRIGGER when: user asks to add a new page, add a route, make a page appear in a nav menu, or asks how the routing system works. DO NOT TRIGGER when: user is only editing the content of an existing…
Reference the WordPress-migration design tokens and component patterns before building or styling any public-facing page or component in this project. TRIGGER when: building/styling a public page or shared component (hero, masthead, nav, cards, footer,…
Wire a container image build into the pipeline for a blueprint that needs one (Lambda container image, Bedrock AgentCore runtime, any ECR-hosted image). Use when adding a Dockerfile target, adding a Build stage action, or passing an image digest into a…
Diagnose a failed or misleading deployment in this repo — a green PR that produced no stack, an opaque CloudFormation authorization error, a Source stage permissions failure, a GitHub Actions startup_failure with no logs, or cfn-lint passing when it should…