Shared AI-tool skills for the STRV frontend team. Works with Claude Code, Codex CLI, and Cursor — distributed as plain SKILL.md files via the open Agent Skills spec.
Spike repo. Validates the distribution flow. Target end-state lives at
strvcom/frontend-toolbox.
Pick the agent(s) you use:
# All three tools, project-local
npx skills add haidave/frontend-toolbox -a claude-code -a codex -a cursor
# Single tool, single skill, global (across all your projects)
npx skills add haidave/frontend-toolbox -a claude-code --skill frontend-design -gnpx skills writes to .agents/skills/<name>/ (the universal location for Codex / Cursor / others) and symlinks .claude/skills/<name>/ for Claude Code. Default is symlink; pass --copy for files.
npx skills update # refresh all installed skills
npx skills update <skill-name> # refresh oneSkills track the latest commit on main — there's no version pinning yet. Breaking changes get announced in the team Slack channel and tagged as a GitHub Release. See CONTRIBUTING.md for the full update protocol.
| Skill | What it does | Owner |
|---|---|---|
frontend-design |
Distinctive, production-grade frontend UIs that avoid generic AI aesthetics. Vendored from anthropics/skills. | @haidave |
fixing-accessibility |
Fix a11y issues (ARIA, keyboard, focus, contrast, forms) with priority-ranked rules. Plays well with shadcn/Radix/Base UI primitives. Vendored from ibelick/ui-skills. | @haidave |
More skills land as domain owners are recruited. See CODEOWNERS.
See CONTRIBUTING.md for how to add a skill (vendor or author), commit conventions, breaking-change protocol, and review flow.