Aai Core
Aai Core from bradtaylorsf/alphaagent-team.
Skills in this plugin
8- ▌ Push · bradtaylorsfIntelligent workflow orchestrator that commits, pushes, and creates/updates PRs automatically. Use when user wants to save their work or create a PR.
- ▌ Pr Review · bradtaylorsfConduct comprehensive pull request reviews with security, architecture, and quality checks. Use when user wants to review a PR.
- ▌ API Patterns · bradtaylorsfREST API best practices including request validation, error handling, authentication, rate limiting, and documentation. Use when building backend APIs.
- ▌ Commit Helper · bradtaylorsfPatterns for creating conventional commits with proper formatting and validation. Used by git-pr-manager agent.
- ▌ Branch Workflow · bradtaylorsfPatterns for branch naming, validation, and lifecycle management. Used by git-pr-manager agent.
- ▌ Stack Detection · bradtaylorsfDetect project technology stack from package.json, config files, and code patterns. Use this skill FIRST before writing any technology-specific code to prevent hallucinations.
- ▌ Security Analysis · bradtaylorsfSecurity vulnerability scanning and OWASP Top 10 compliance checking. Use when reviewing code for security issues, validating authentication/authorization, or ensuring security best practices.
- ▌ Defensive API Handling · bradtaylorsfSafely handles API responses to prevent crashes from malformed JSON, HTML error pages, or unexpected response types. Use any time calling API endpoints.