π―
angular-best-practices
π―Skillfrom boise-state-development/agentcore-public-stack
What it does
Provides automated code quality checks and recommendations for Angular project structure, coding standards, and performance optimization.
angular-best-practices
Installation
Install skill:
npx skills add https://github.com/boise-state-development/agentcore-public-stack --skill angular-best-practices3
AddedJan 27, 2026
Skill Details
SKILL.md
Overview
Local Development
Run the application locally with Docker Compose:
```bash
# 1. Clone repository
git clone https://github.com/Boise-State-Development/agentcore-public-stack.git
cd agentcore-public-stack
# 2. Setup dependencies
./setup.sh
# 3. Configure AWS credentials
cp backend/src/.env.example backend/src/.env
# Edit .env with your AWS credentials and region
# 4. Start all services
./start.sh
```