agent-skills
Frontend, Rails, security, and testing best practices
All Skills in This Repository (11)
Pure Emerald Level Indicatorsfrontend-async-best-practices
Eliminate request waterfalls and maximize parallelism in asynchronous JavaScript code.
frontend-react-router-best-practices
Optimize React Router applications with data loading, form handling, and route organization guidelines.
frontend-js-best-practices
Review JavaScript and TypeScript code for performance bottlenecks and best practices.
owasp-security-check
Audit web applications and REST APIs for OWASP Top 10 vulnerabilities.
frontend-accessibility-best-practices
Apply WCAG accessibility best practices to React components.
skill-writing-best-practices
Define directory structure and SKILL.md content guidelines for AI agent skills.
frontend-internationalization-best-practices
Configure remix-i18next middleware for locale detection and resource serving in React Router applications.
ruby-on-rails-best-practices
Apply Basecamp's Ruby on Rails architectural patterns and coding conventions.
frontend-tailwind-best-practices
Enforce Tailwind CSS best practices for layout, colors, and responsive design.
frontend-testing-best-practices
Guide frontend testing with E2E tests over unit tests and minimal mocking.
frontend-react-best-practices
Review React components for performance best practices and bundle optimization.
Frequently Asked Questions
FAQPage SchemaHow to install agent-skills?βΌ
Run `npx skills add sergiodxa/agent-skills --all -g -y` in your terminal to install all skills globally, or pick individual ones during setup.
What coding standards does this cover?βΌ
It covers React performance, React Router data loading, JavaScript optimization, Tailwind styling, accessibility, internationalization, testing strategy, and Ruby on Rails architecture patterns from Basecamp.
Can it check my code for security issues?βΌ
Yes. The OWASP security check skill audits your code for injection attacks, broken access control, weak cryptography, misconfigured headers, and other common vulnerabilities with concrete fixes.
Does it work with Claude Code and Cursor?βΌ
Yes. Every skill follows the standard SKILL.md format, so it loads automatically in Claude Code, Cursor, Codex, and other compatible coding environments.
Do I need to configure anything after installing?βΌ
No. Each skill triggers automatically based on the task, such as writing loaders, reviewing security, or refactoring components, with no manual setup required.
Related Repositories in Software Engineering
View All in Software Engineeringβopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core