claude-code-course-resources
Modern React, Next.js, TypeScript, and web security best practices
All Skills in This Repository (8)
Pure Emerald Level Indicatorsmodern-best-practice-react-components
Guide React component development with modern best practices for state and effects.
bun-first
Configure projects to use Bun for runtime, package management, and task running.
use-modern-browser-apis
Implement lazy loading and UI features with modern browser APIs.
clean-typescript
Enforce explicit typing and modern TypeScript best practices.
modern-best-practice-nextjs
Guide Next.js App Router development with server components and Suspense.
modern-accessible-html-jsx
Generate semantic, accessible HTML and JSX code with proper ARIA usage.
web-security
Enforce web security best practices and mitigate XSS and injection vulnerabilities.
modern-tailwind
Apply modern Tailwind CSS best practices for scalable UI development.
Frequently Asked Questions
FAQPage SchemaHow to install claude-code-course-resources?โผ
Run `npx skills add academind/claude-code-course-resources --all -g -y` in your terminal to install all skills globally.
What do these coding skills cover?โผ
They cover clean TypeScript, modern React and Next.js patterns, accessible HTML, Tailwind styling, Bun-first tooling, browser APIs, and web security rules.
How do these skills improve React code?โผ
They steer the agent away from unnecessary useEffect and useState, favoring derived values, server components, and small focused components.
Do these skills work with Cursor and Claude Code?โผ
Yes. All skills follow the universal SKILL.md standard and work in Claude Code, Cursor, OpenClaw, and similar coding environments.
Are these skills useful for beginners?โผ
Yes. They were built as course companions, so they teach best practices while the agent applies them automatically to your project.
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