Skip to content

haidave/frontend-toolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

frontend-toolbox

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.

Install

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 -g

npx 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.

Updates

npx skills update                  # refresh all installed skills
npx skills update <skill-name>     # refresh one

Skills 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.

Available skills

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.

Contributing

See CONTRIBUTING.md for how to add a skill (vendor or author), commit conventions, breaking-change protocol, and review flow.

License

Apache 2.0 — see LICENSE and NOTICE.

About

Shared AI-tool skills (SKILL.md) for STRV frontend — Claude Code, Codex CLI, Cursor

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors