<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Claudio Ceballos Paz</title>
    <description>The latest articles on DEV Community by Claudio Ceballos Paz (@claudio_ceballospaz_97d5).</description>
    <link>https://dev.to/claudio_ceballospaz_97d5</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3727151%2Fe8227108-eb2e-4bb4-b32c-dbe7f51e974e.jpg</url>
      <title>DEV Community: Claudio Ceballos Paz</title>
      <link>https://dev.to/claudio_ceballospaz_97d5</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/claudio_ceballospaz_97d5"/>
    <language>en</language>
    <item>
      <title>Introducing an AI Skill for Vite + React Best Practices</title>
      <dc:creator>Claudio Ceballos Paz</dc:creator>
      <pubDate>Thu, 22 Jan 2026 22:22:31 +0000</pubDate>
      <link>https://dev.to/claudio_ceballospaz_97d5/introducing-an-ai-skill-for-vite-react-best-practices-9l3</link>
      <guid>https://dev.to/claudio_ceballospaz_97d5/introducing-an-ai-skill-for-vite-react-best-practices-9l3</guid>
      <description>&lt;p&gt;Modern tools like Vite + React make starting a frontend project incredibly fast. What’s harder is maintaining a consistent, scalable structure as the codebase grows — especially when AI coding assistants become part of the workflow.&lt;/p&gt;

&lt;p&gt;Inspired by Vercel’s React Best Practices, I built an AI-ready skill that encodes a production-oriented set of conventions for Vite + React projects, designed to be shared, installed, and applied consistently.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/claudiocebpaz/vite-react-best-practices" rel="noopener noreferrer"&gt;https://github.com/claudiocebpaz/vite-react-best-practices&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Why an AI Skill?
&lt;/h2&gt;

&lt;p&gt;Best practices break down when they live only in documentation or tribal knowledge.&lt;/p&gt;

&lt;p&gt;This project treats best practices as a skill:&lt;br&gt;
    • Explicit, machine-readable conventions&lt;br&gt;
    • Predictable project structure&lt;br&gt;
    • Easy to apply during code generation and refactors&lt;br&gt;
    • Consistent for humans and AI agents&lt;/p&gt;

&lt;p&gt;As AI tools take a more active role in writing and modifying code, having a shared baseline becomes essential.&lt;/p&gt;
&lt;h2&gt;
  
  
  What problem does this solve?
&lt;/h2&gt;

&lt;p&gt;Many Vite + React projects run into the same issues:&lt;br&gt;
    • Inconsistent structure across teams&lt;br&gt;
    • Implicit rules that are hard to enforce&lt;br&gt;
    • Early decisions that don’t scale&lt;br&gt;
    • AI-generated code that doesn’t match project conventions&lt;/p&gt;

&lt;p&gt;This skill provides a single source of truth for how a project should be structured and extended.&lt;/p&gt;
&lt;h2&gt;
  
  
  What’s included
&lt;/h2&gt;

&lt;p&gt;The repository defines a high-leverage baseline, including:&lt;br&gt;
    • 📁 A Vercel-inspired folder structure&lt;br&gt;
    • 🧩 Clear separation of concerns (UI, hooks, domain logic)&lt;br&gt;
    • 🧠 High-impact conventions applied early&lt;br&gt;
    • ⚙️ Patterns designed for long-term scalability&lt;br&gt;
    • ✨ Minimal rules with real payoff&lt;/p&gt;

&lt;p&gt;The focus is on preventing structural problems before they appear.&lt;/p&gt;
&lt;h2&gt;
  
  
  Installing the skill
&lt;/h2&gt;

&lt;p&gt;The skill can be installed directly into your AI coding environment using the skills CLI:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;npx skills add claudiocebpaz/vite-react-best-practices

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;This installs the skill for all supported AI agents detected on your system, such as:&lt;br&gt;
    • Gemini CLI&lt;br&gt;
    • Claude Code&lt;br&gt;
    • OpenCode&lt;br&gt;
    • Other compatible AI coding assistants&lt;/p&gt;

&lt;p&gt;Once installed, AI agents can follow the same conventions when generating or refactoring code in Vite + React projects.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to use it
&lt;/h2&gt;

&lt;p&gt;You can adopt the skill in multiple ways:&lt;br&gt;
    1.  As a baseline for new projects&lt;br&gt;
    2.  As a reference during code reviews&lt;br&gt;
    3.  As a constraint for AI-assisted coding workflows&lt;/p&gt;

&lt;p&gt;The goal is not automation — it’s alignment.&lt;/p&gt;

&lt;h2&gt;
  
  
  Feedback &amp;amp; contributions
&lt;/h2&gt;

&lt;p&gt;Best practices evolve with ecosystems and tooling.&lt;br&gt;
Feedback, ideas, and contributions are welcome.&lt;/p&gt;

&lt;p&gt;⭐ If this skill is useful, a star helps others discover it.&lt;br&gt;
Thanks for reading 🚀&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
