<?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: vigneshwar</title>
    <description>The latest articles on DEV Community by vigneshwar (@apples_one_cd174284bffb).</description>
    <link>https://dev.to/apples_one_cd174284bffb</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%2F3935700%2F6e993d38-e7ea-457a-a1f2-58f418c63695.png</url>
      <title>DEV Community: vigneshwar</title>
      <link>https://dev.to/apples_one_cd174284bffb</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/apples_one_cd174284bffb"/>
    <language>en</language>
    <item>
      <title>I Stayed Up Until 3 AM to Build a Better Claude Code Guide Than the One With 52,000 Stars — Here's What I Found</title>
      <dc:creator>vigneshwar</dc:creator>
      <pubDate>Sun, 17 May 2026 04:43:57 +0000</pubDate>
      <link>https://dev.to/apples_one_cd174284bffb/i-stayed-up-until-3-am-to-build-a-better-claude-code-guide-than-the-one-with-52000-stars-heres-15cg</link>
      <guid>https://dev.to/apples_one_cd174284bffb/i-stayed-up-until-3-am-to-build-a-better-claude-code-guide-than-the-one-with-52000-stars-heres-15cg</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnpwxargjr56rnp675s0u.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnpwxargjr56rnp675s0u.png" alt=" " width="800" height="336"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  One night. One obsession. One repo that changed how I think about AI-assisted engineering.
&lt;/h2&gt;

&lt;p&gt;It started the way most dangerous ideas do — quietly, at night, when the world had gone to sleep and the only sound was the hum of my monitors and the distant pulse of a city that never really stops.&lt;/p&gt;

&lt;p&gt;I was tired. Not the kind of tired that sleep fixes. The kind that builds up when you've been consuming other people's work for so long that you start to forget you're capable of creating something yourself. I'd been scrolling GitHub for weeks — studying repositories, reading READMEs, bookmarking things I told myself I'd "come back to." I was good at bookmarking. Not so good at building.&lt;/p&gt;

&lt;p&gt;Then I found it.&lt;/p&gt;

&lt;p&gt;A GitHub repository about Claude Code best practices. 52,800 stars. 5,300 forks. Trending number one globally. The kind of numbers that make you feel small just looking at them. I read through it — and it was good. Really good. Community-built, battle-tested, full of real workflows from real teams. The kind of thing that takes months and dozens of contributors to produce.&lt;/p&gt;

&lt;p&gt;I closed my laptop.&lt;/p&gt;

&lt;p&gt;Then I opened it again.&lt;/p&gt;

&lt;p&gt;Because something wouldn't let me go. Not jealousy — something quieter than that. A question. What would happen if I tried to understand this so deeply that I could build something better? Not to compete. Not to steal their stars. Just to find out if I had it in me.&lt;/p&gt;

&lt;p&gt;It was 11 PM. I made coffee I didn't need. I pulled up the repository again, opened a blank terminal, and typed git clone &lt;a href="https://github.com/vignesh2027/claude-best-practice.git" rel="noopener noreferrer"&gt;https://github.com/vignesh2027/claude-best-practice.git&lt;/a&gt; into an empty folder. The cursor blinked at me. Waiting.&lt;/p&gt;

&lt;p&gt;I started writing.&lt;/p&gt;

&lt;p&gt;I want to be honest about what those hours felt like — because most people only share the highlight reel. The clean commits. The polished README. The final product. They don't talk about the 1 AM moment when you've been writing for two hours and you're not sure if what you're making is actually good or if you're just too tired to tell the difference. They don't talk about reading the original repo again at 1:30 AM, feeling like maybe you should just close the laptop and accept that 52,000 people already found what they needed.&lt;/p&gt;

&lt;p&gt;I kept going anyway.&lt;/p&gt;

&lt;p&gt;I wrote about context management — the thing nobody explains properly, the thing that silently kills your Claude Code sessions while you wonder why the output is getting worse. I wrote about verification loops — Boris Cherny's single most impactful insight, that running tests automatically after every edit improves output quality by 2–3x. I wrote about plan mode and why skipping it is like starting a road trip without checking the map. I documented hooks with real, copy-paste-ready shell scripts. I built out 9 skill types from Thariq at Anthropic — a framework so clean it made me angry that I'd never seen it laid out this clearly before.&lt;/p&gt;

&lt;p&gt;I studied how Superpowers ships with Claude Code. How BMAD turns a vague idea into a production feature through a structured sequence of phases. How the gstack team runs a 14-stage process where every stage is a command, not a meeting. How the creator of Claude Code himself runs 5 local sessions and 5 cloud sessions simultaneously, codes primarily by voice, and says the single best thing you can do is give Claude a way to verify its own work.&lt;/p&gt;

&lt;p&gt;By 2 AM I had written more than I'd written in the previous month combined.&lt;/p&gt;

&lt;p&gt;By 2:47 AM — the clock you can see in the cover image, the real clock, the one I photographed because I wanted to remember this night — I had something I was genuinely proud of. Not because it was perfect. Because it was mine. Built from obsession, not obligation. From curiosity, not a content calendar.&lt;/p&gt;

&lt;p&gt;Here is what I learned that night — and I don't mean about Claude Code.&lt;/p&gt;

&lt;p&gt;I learned that the gap between consuming and creating is smaller than you think, and larger than it feels. It's smaller because you already know more than you give yourself credit for. It's larger because actually sitting down and making something — not planning to make it, not bookmarking it, not talking about making it — requires a different kind of commitment than most people are willing to give at 11 PM on a Tuesday.&lt;/p&gt;

&lt;p&gt;I learned that the 52,000-star repo isn't your competition — your own hesitation is. The community that built that repository didn't sit down one night and produce 52,000 stars. They started somewhere. With something. Probably something smaller and rougher than what I built in one session.&lt;/p&gt;

&lt;p&gt;I learned that depth beats breadth every time. The original repo has volume — hundreds of community contributions, tips from dozens of engineers. What I built has something different: a thread. A single person's attempt to understand something completely, from first principles, all the way through. That's a different kind of value. Not better or worse — different. And different is worth making.&lt;/p&gt;

&lt;p&gt;I learned that the work you do at 2:47 AM, when nobody is watching and nothing is guaranteed, is the most honest work you'll ever do. It's not for likes. It's not for followers. It's for the version of yourself that gets up the next morning and looks in the mirror and knows: I actually did it.&lt;/p&gt;

&lt;p&gt;The repository has everything I wish existed when I started learning Claude Code seriously:&lt;/p&gt;

&lt;p&gt;10 deep-dive best practice guides — context management, hooks, subagents, MCP servers, CLAUDE.md mastery, prompting, model selection&lt;br&gt;
5 advanced pattern guides — multi-agent teams, cross-model routing, automated pipelines, security hardening, enterprise deployment&lt;br&gt;
Ready-to-use hook scripts — copy, paste, and run. Verification loops, auto-formatting, secrets protection, audit logging&lt;br&gt;
Boris Cherny's creator workflow — how the actual creator of Claude Code uses his own tool, in detail&lt;br&gt;
Thariq's 9 skill types framework — the most systematic approach to building Claude Code skills I've ever seen&lt;br&gt;
Real-world team patterns — Superpowers, BMAD, gstack 14-stage, Spec Kit, Debugging War Room&lt;br&gt;
70 tips from the creators themselves — distilled, organized, with a top-10 synthesis&lt;br&gt;
Batch migration scripts — parallelize 100-file migrations across worktrees&lt;br&gt;
PR babysitter automation — /loop 5m /babysit-prs handles your PR queue while you sleep&lt;br&gt;
It is, genuinely, the most comprehensive Claude Code resource I know of. I say that not to brag — I say it because I spent a full night making sure it was true.&lt;/p&gt;

&lt;p&gt;The city is still glowing outside my window.&lt;/p&gt;

&lt;p&gt;The clock has moved past 3 AM.&lt;/p&gt;

&lt;p&gt;My coffee is cold and I haven't noticed until right now.&lt;/p&gt;

&lt;p&gt;And I have something I didn't have yesterday — a repository that represents the outer edge of what I understand, pushed to its limit, built past the point where most people stop.&lt;/p&gt;

&lt;p&gt;If you're reading this and you've been bookmarking things without building them — I see you. I was you. The only thing that changed was one decision, one night, one refusal to close the laptop.&lt;/p&gt;

&lt;p&gt;Dream it. Build it. Break limits.&lt;/p&gt;

&lt;p&gt;⭐ The repository is live. Everything is free. No newsletter. No paywall. Just the work.&lt;/p&gt;

&lt;p&gt;Github :(&lt;a href="https://github.com/vignesh2027/claude-best-practice.git" rel="noopener noreferrer"&gt;https://github.com/vignesh2027/claude-best-practice.git&lt;/a&gt;).   &lt;/p&gt;

&lt;p&gt;If this helped you, a star means more than you know. And if you build something with it — tell me. That's the only reward that matters.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>programming</category>
      <category>claude</category>
    </item>
    <item>
      <title>I watched AI destroy 3 weeks of work in 4 minutes. So I built something 😭</title>
      <dc:creator>vigneshwar</dc:creator>
      <pubDate>Sun, 17 May 2026 03:03:35 +0000</pubDate>
      <link>https://dev.to/apples_one_cd174284bffb/i-watched-ai-destroy-3-weeks-of-work-in-4-minutes-so-i-built-something-24d3</link>
      <guid>https://dev.to/apples_one_cd174284bffb/i-watched-ai-destroy-3-weeks-of-work-in-4-minutes-so-i-built-something-24d3</guid>
      <description>&lt;p&gt;I still remember the exact moment.&lt;/p&gt;

&lt;p&gt;It was 11pm. My team had been sprinting for 3 weeks building &lt;br&gt;
a new payments feature. Deadline tomorrow. I handed the final &lt;br&gt;
implementation task to our AI coding agent and said:&lt;/p&gt;

&lt;p&gt;"Finish this up. Make it production ready."&lt;/p&gt;

&lt;p&gt;I went to make coffee.&lt;/p&gt;

&lt;p&gt;I came back to a deployed codebase with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;No input validation on the payment amount field&lt;/li&gt;
&lt;li&gt;The API key hardcoded directly in the source file&lt;/li&gt;
&lt;li&gt;Zero tests&lt;/li&gt;
&lt;li&gt;No rollback procedure&lt;/li&gt;
&lt;li&gt;User card numbers being logged to the console&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;-In 4 minutes, the AI had built something that would have &lt;br&gt;
destroyed us if it had reached real users.&lt;/p&gt;

&lt;p&gt;The worst part? The code &lt;em&gt;looked&lt;/em&gt; fine. Clean functions. &lt;br&gt;
Good variable names. It even had comments.&lt;/p&gt;

&lt;p&gt;It just had none of the things that actually matter in production.&lt;/p&gt;




&lt;h2&gt;
  
  
  The thing nobody talks about
&lt;/h2&gt;

&lt;p&gt;We spend so much time talking about what AI agents &lt;em&gt;can&lt;/em&gt; do.&lt;/p&gt;

&lt;p&gt;We don't talk enough about what they &lt;em&gt;skip&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;Here's what I've watched AI coding agents skip — over and over — &lt;br&gt;
across my own projects and teams I've talked to:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;They skip writing specs.&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;"The task is obvious."&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;They skip writing tests.&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;"I'll add them later."&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;They skip security checks.&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;"It's an internal API."&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;They deploy without a rollback plan.&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;"It's a small change."&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;They ship ML models without safety evaluation.&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;"The eval numbers look good."&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;They build data pipelines without quality gates.&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;"The source data is reliable."&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;And the worst part is — they sound &lt;em&gt;confident&lt;/em&gt; while doing it.&lt;/p&gt;

&lt;p&gt;No hesitation. No "are you sure?" Just fast, clean, wrong.&lt;/p&gt;




&lt;h2&gt;
  
  
  What I realized
&lt;/h2&gt;

&lt;p&gt;The problem isn't that AI agents are bad at writing code.&lt;/p&gt;

&lt;p&gt;They're genuinely incredible at writing code.&lt;/p&gt;

&lt;p&gt;The problem is they have no &lt;strong&gt;discipline&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;A senior engineer doesn't just know &lt;em&gt;how&lt;/em&gt; to write code.&lt;br&gt;
They know &lt;em&gt;when to stop and write a spec first&lt;/em&gt;.&lt;br&gt;
They know &lt;em&gt;which shortcuts will cost you three weeks of debugging&lt;/em&gt;.&lt;br&gt;
They know &lt;em&gt;that "I'll add tests later" never happens&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;That discipline — built from years of being burned — &lt;br&gt;
is exactly what AI agents are missing.&lt;/p&gt;

&lt;p&gt;You can't just tell an agent "be a senior engineer."&lt;/p&gt;

&lt;p&gt;You have to show them the &lt;em&gt;exact steps&lt;/em&gt; a senior engineer takes.&lt;br&gt;
The &lt;em&gt;exact things&lt;/em&gt; they verify before calling something done.&lt;br&gt;
The &lt;em&gt;exact excuses&lt;/em&gt; they refuse to accept from themselves.&lt;/p&gt;




&lt;h2&gt;
  
  
  So I built something
&lt;/h2&gt;

&lt;p&gt;After that 11pm incident, I spent the next month building &lt;br&gt;
&lt;strong&gt;AI Agent Skills&lt;/strong&gt; — an open source framework of 40+ structured &lt;br&gt;
workflow files that AI coding agents load before doing work.&lt;/p&gt;

&lt;p&gt;Not prompts. Not vague instructions.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Structured skills&lt;/strong&gt; — each one encoding exactly how a senior &lt;br&gt;
engineer approaches a specific task:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What to do first&lt;/li&gt;
&lt;li&gt;What to verify at each step&lt;/li&gt;
&lt;li&gt;What evidence to produce before calling it done&lt;/li&gt;
&lt;li&gt;What excuses to refuse&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And — this is the part I'm most proud of — each skill has an &lt;br&gt;
&lt;strong&gt;anti-rationalization section&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;These are the exact shortcuts agents try to take, written out &lt;br&gt;
explicitly, with a direct rebuttal for each one.&lt;/p&gt;

&lt;p&gt;For example, the spec-driven-development skill includes:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;"This feature is obvious — I don't need to write it down"&lt;/strong&gt;&lt;br&gt;
If it's obvious, the spec takes 10 minutes. If it's not obvious,&lt;br&gt;
the spec saves days. Either way: write it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;"We'll iterate quickly — the spec will be wrong anyway"&lt;/strong&gt;&lt;br&gt;
Iterating on code without a spec means iterating in circles.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The agent sees these. It can't pretend the shortcut is reasonable.&lt;/p&gt;




&lt;h2&gt;
  
  
  What's covered
&lt;/h2&gt;

&lt;p&gt;I wanted this to be the most complete skill framework ever built &lt;br&gt;
for AI coding agents. So I went far beyond what others cover:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Standard engineering:&lt;/strong&gt;&lt;br&gt;
Spec writing · Planning · TDD · API design · Code review · &lt;br&gt;
Security · Performance · Git workflow · CI/CD · Documentation&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;AI/ML Engineering&lt;/strong&gt; &lt;em&gt;(nobody else covers this)&lt;/em&gt;&lt;br&gt;
Training pipelines · Evaluation harnesses · Safety evaluation · &lt;br&gt;
Prompt injection testing · RAG system design · LLM evaluation · &lt;br&gt;
Agent orchestration · Distribution shift monitoring&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Data Engineering&lt;/strong&gt; &lt;em&gt;(nobody else covers this)&lt;/em&gt;&lt;br&gt;
Data contracts · Pipeline quality gates · Lineage tracking · &lt;br&gt;
Late-arriving data · Dead letter queues · GDPR compliance&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Mobile Development&lt;/strong&gt; &lt;em&gt;(nobody else covers this)&lt;/em&gt;&lt;br&gt;
Offline-first design · Main thread discipline · Battery efficiency · &lt;br&gt;
Crash rate targets · App store compliance&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Incident Response&lt;/strong&gt; &lt;em&gt;(nobody else covers this)&lt;/em&gt;&lt;br&gt;
5-phase structured response · Blameless post-mortems · &lt;br&gt;
Status page communication · Rollback-first philosophy&lt;/p&gt;

&lt;p&gt;Plus &lt;strong&gt;8 specialist agent personas&lt;/strong&gt; — dedicated agents for:&lt;br&gt;
Code Review · Security Auditing · Test Engineering · &lt;br&gt;
Performance · ML Engineering · Data Engineering · &lt;br&gt;
DevOps · Technical Writing&lt;/p&gt;




&lt;h2&gt;
  
  
  The moment it clicked for me
&lt;/h2&gt;

&lt;p&gt;The first time I ran the framework on a real project, I gave &lt;br&gt;
the agent a task and said &lt;code&gt;/spec&lt;/code&gt; first.&lt;/p&gt;

&lt;p&gt;It stopped.&lt;/p&gt;

&lt;p&gt;It wrote a spec.&lt;/p&gt;

&lt;p&gt;It listed functional requirements. It identified open questions.&lt;br&gt;
It asked me to confirm before writing a single line of code.&lt;/p&gt;

&lt;p&gt;I sat there staring at the screen thinking:&lt;/p&gt;

&lt;p&gt;-This is what I actually wanted the whole time.*&lt;/p&gt;

&lt;p&gt;Not faster code. &lt;strong&gt;Smarter code.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Code written by an agent that behaves like it's been burned before.&lt;br&gt;
Like it has something to lose.&lt;/p&gt;




&lt;h2&gt;
  
  
  It's free. It's open source. It's yours.
&lt;/h2&gt;

&lt;p&gt;I built this because I needed it. I'm sharing it because &lt;br&gt;
I know I'm not the only one who's had the 11pm moment.&lt;/p&gt;

&lt;h1&gt;
  
  
  GitHub:&lt;a href="https://github.com/vignesh2027/AI-AGENT-SKILLS" rel="noopener noreferrer"&gt;&lt;/a&gt;
&lt;/h1&gt;

&lt;p&gt;Works with Claude Code, Cursor, Gemini CLI, GitHub Copilot, &lt;br&gt;
Windsurf, Kiro, OpenCode — and any agent that reads instructions.&lt;/p&gt;

&lt;p&gt;MIT license. No strings.&lt;/p&gt;




&lt;h2&gt;
  
  
  One ask
&lt;/h2&gt;

&lt;p&gt;If this resonates with you — if you've had your own version &lt;br&gt;
of my 11pm moment — &lt;strong&gt;share this article&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;There are millions of developers right now trusting AI agents &lt;br&gt;
with production code. Most of them haven't been burned yet.&lt;/p&gt;

&lt;p&gt;This framework is for the ones who want to learn from my mistake &lt;br&gt;
instead of making their own.&lt;/p&gt;

&lt;p&gt;⭐ Star it if it helps you.&lt;br&gt;
🤝 Contribute if you have a skill to add.&lt;br&gt;
💬 Comment if you've had your own AI disaster story.&lt;/p&gt;

&lt;p&gt;I read every comment.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;— Built at 11pm, after coffee, with lessons learned the hard way.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>claude</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
