feat: add new skills, agent personas, and LLM integration checklist#254
Open
rickrapozo wants to merge 3 commits into
Open
feat: add new skills, agent personas, and LLM integration checklist#254rickrapozo wants to merge 3 commits into
rickrapozo wants to merge 3 commits into
Conversation
…g-and-remediation, database-migrations-and-schema-design) Adds production-grade workflows for: - Integrating LLM APIs with prompt safety, structured output, and retry logic - Systematic accessibility testing and WCAG 2.1 AA remediation - Database schema design with zero-downtime migrations
Adds two new specialist personas: - a11y-auditor: WCAG 2.1 AA compliance auditor with keyboard and screen reader focus - db-architect: Schema review, migration safety, and query optimization specialist Updates agents/README.md table to include both new personas.
Covers prompt safety, structured output, resilience, token management, and testing anti-patterns. Referenced by the llm-api-integration skill.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds three new skills, two agent personas, and one reference checklist to expand the project's coverage of common engineering workflows.
New Skills
llm-api-integration-- Structured process for integrating LLM APIs (prompt safety, JSON schema output, exponential backoff, mock-based testing)accessibility-testing-and-remediation-- End-to-end a11y audit workflow (automated checks, keyboard audit, screen reader validation, regression testing)database-migrations-and-schema-design-- Schema design with constraints, strategic indexing, zero-downtime migrations (Expand-Contract pattern), and rollback scriptsNew Personas
a11y-auditor-- Accessibility Engineer persona for WCAG 2.1 AA auditsdb-architect-- Database Architect persona for schema review, migration safety, and query optimizationNew Reference
references/llm-integration-checklist.md-- Quick-reference checklist for safe, resilient LLM integrationsValidation
node scripts/validate-skills.js-> 27 skills, 0 errors, 0 warnings - PASSEDbash hooks/session-start-test.sh-> session-start JSON payload OKAll new content follows the skill-anatomy.md format and agents/README.md guidelines.