Skip to content

feat: add new skills, agent personas, and LLM integration checklist#254

Open
rickrapozo wants to merge 3 commits into
addyosmani:mainfrom
rickrapozo:feat/new-skills-personas-references
Open

feat: add new skills, agent personas, and LLM integration checklist#254
rickrapozo wants to merge 3 commits into
addyosmani:mainfrom
rickrapozo:feat/new-skills-personas-references

Conversation

@rickrapozo

Copy link
Copy Markdown

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 scripts

New Personas

  • a11y-auditor -- Accessibility Engineer persona for WCAG 2.1 AA audits
    • db-architect -- Database Architect persona for schema review, migration safety, and query optimization

New Reference

  • references/llm-integration-checklist.md -- Quick-reference checklist for safe, resilient LLM integrations

Validation

  • node scripts/validate-skills.js -> 27 skills, 0 errors, 0 warnings - PASSED
    • bash hooks/session-start-test.sh -> session-start JSON payload OK
      All new content follows the skill-anatomy.md format and agents/README.md guidelines.

…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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant