<?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>Forem: CunhaDaniel</title>
    <description>The latest articles on Forem by CunhaDaniel (@cunhadaniel).</description>
    <link>https://forem.com/cunhadaniel</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%2F210156%2Fe253840b-efe1-4748-bfab-eb1571d7b6ad.jpeg</url>
      <title>Forem: CunhaDaniel</title>
      <link>https://forem.com/cunhadaniel</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/cunhadaniel"/>
    <language>en</language>
    <item>
      <title>how to use skills from Claude Code A.K.A Claudinho.</title>
      <dc:creator>CunhaDaniel</dc:creator>
      <pubDate>Tue, 28 Apr 2026 14:17:30 +0000</pubDate>
      <link>https://forem.com/cunhadaniel/how-to-use-skills-from-claude-code-aka-claudinho-3mpn</link>
      <guid>https://forem.com/cunhadaniel/how-to-use-skills-from-claude-code-aka-claudinho-3mpn</guid>
      <description>&lt;p&gt;As a start to using Claude, I’ve been trying to make the most of its features. While talking with a friend, we started discussing skills.&lt;/p&gt;

&lt;p&gt;In the Claude docs, skills are more personalized agents with a bit more context. For example, before asking the chat to create a new report, you can say: “Act as a nutritionist with a cutting goal and create the best regimen for me.” After that, the agent will be more accurate for this objective.&lt;/p&gt;

&lt;p&gt;But if you want to reuse that context for future tasks, skills are your best option.&lt;/p&gt;

&lt;p&gt;For different objectives, it’s possible to create a single command to reuse the context.&lt;/p&gt;

&lt;p&gt;At work, we have some issues with RuboCop because the project has some legacy code, and it often needs to be refactored to follow RuboCop rules. This is very boring, so I created a skill to handle that for me before we send the code to GitHub.&lt;/p&gt;

&lt;p&gt;So, I added this command to my Claude terminal session to create a skill:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;Create a /review-code skill to review Ruby and JavaScript code.
Read the project&lt;span class="s1"&gt;'s .rubocop.yml and .eslintrc.js files and extract the configured rules. Build the skill with:

Instructions to identify what to review: if no argument is passed, run git diff main...HEAD --name-only and read each relevant file before reviewing
Ruby section with rules grouped by category (Lint, Security, Metrics, Naming, Style, Layout) — separating what blocks merge from what is a warning
JavaScript section with rules grouped (Errors, Warnings, Modern code in app/webpack/, Vue, Legacy code in app/assets/javascripts/)
Report format with: 🔴 Blockers, 🟡 Warnings, 🟢 Good practices observed, 📋 Summary

Be direct and specific: quote the problematic snippet and show how it would look corrected. Do not list rules that were not violated.
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;After that, the command will be available in your Claude project session. You can invoke it by typing &lt;code&gt;/&lt;/code&gt;, as shown below:&lt;/p&gt;

&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%2F4cwzsbblm6w6l1vw3xbb.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%2F4cwzsbblm6w6l1vw3xbb.png" alt=" " width="800" height="122"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>agents</category>
      <category>ai</category>
      <category>claude</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>The great challenge of new programmer </title>
      <dc:creator>CunhaDaniel</dc:creator>
      <pubDate>Thu, 27 Feb 2020 05:16:59 +0000</pubDate>
      <link>https://forem.com/cunhadaniel/the-great-challenge-of-new-programmer-320l</link>
      <guid>https://forem.com/cunhadaniel/the-great-challenge-of-new-programmer-320l</guid>
      <description>&lt;p&gt;Why I decided to write the post ... You will discover soon. &lt;/p&gt;

&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;p&gt;The most of programmer thinks that the great challenge is learning the newest language launched, but the biggest challenge of any programmer is self-promotion, what it means, it's very difficult for the professional to sell the solution that solves the problem.&lt;/p&gt;

&lt;p&gt;The real value of you job inst be in the code but in the solution that you can design for you client's problem so to convincing you should show to him the real benefits of your solution to the problem, in the most of cases lower the price inst the better way for the situation,  because you will work more for much less money in the most of cases.&lt;/p&gt;

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