<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Skills on FDUCAT Notebook</title><link>https://notes.ducatillon.net/tags/skills/</link><description>Recent content in Skills on FDUCAT Notebook</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Tue, 05 May 2026 22:45:44 +0200</lastBuildDate><atom:link href="https://notes.ducatillon.net/tags/skills/index.xml" rel="self" type="application/rss+xml"/><item><title>How to Create a Custom Skill</title><link>https://notes.ducatillon.net/posts/2026-05-05-how-to-create-a-custom-skill-from-scratch/</link><pubDate>Tue, 05 May 2026 00:00:00 +0000</pubDate><guid>https://notes.ducatillon.net/posts/2026-05-05-how-to-create-a-custom-skill-from-scratch/</guid><description>&lt;p&gt;I built the &lt;code&gt;article-writing&lt;/code&gt; skill to turn CLI conversations into publishable markdown articles.
V1 was mostly Codex-oriented, then I iterated: more generic extraction, cleaner deliverables, and 4 tones/voices.&lt;/p&gt;
&lt;p&gt;Here is a reproducible method to create a custom skill.&lt;/p&gt;
&lt;h2 id="preconditions"&gt;Preconditions&lt;a class="anchor" href="#preconditions"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Having a CLI tool like claude code, copilot, codex or any other with a &lt;code&gt;SKILL.md&lt;/code&gt; file to host your custom skill.&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-text" data-lang="text"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;SKILLS/&amp;lt;skill-name&amp;gt;/SKILL.md&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Example:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-text" data-lang="text"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;SKILLS/article-writing/SKILL.md&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id="how-to"&gt;How-to&lt;a class="anchor" href="#how-to"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;h3 id="1-define-the-scope"&gt;1) Define the scope&lt;a class="anchor" href="#1-define-the-scope"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;Define the skill behavior in one complete sentence:&lt;/p&gt;</description></item></channel></rss>