<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Workflow on FDUCAT Notebook</title><link>https://notes.ducatillon.net/fr/tags/workflow/</link><description>Recent content in Workflow on FDUCAT Notebook</description><generator>Hugo</generator><language>fr-FR</language><lastBuildDate>Tue, 05 May 2026 22:45:44 +0200</lastBuildDate><atom:link href="https://notes.ducatillon.net/fr/tags/workflow/index.xml" rel="self" type="application/rss+xml"/><item><title>Comment créer une custom skill</title><link>https://notes.ducatillon.net/fr/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/fr/posts/2026-05-05-how-to-create-a-custom-skill-from-scratch/</guid><description>&lt;p&gt;J’ai créé la skill &lt;code&gt;article-writing&lt;/code&gt; pour transformer des conversations CLI en articles markdown publiables.
La V1 était surtout orientée Codex, puis j’ai itéré : extraction plus générique, livrables plus propres, et 4 tones/voices.&lt;/p&gt;
&lt;p&gt;Voici une méthode reproductible pour créer une custom skill.&lt;/p&gt;
&lt;h2 id="prérequis"&gt;Prérequis&lt;a class="anchor" href="#pr%c3%a9requis"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Avoir un outil CLI comme claude code, copilot, codex ou autres et un fichier &lt;code&gt;SKILL.md&lt;/code&gt; pour décrire votre 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;Exemple :&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-définir-le-scope"&gt;1) Définir le scope&lt;a class="anchor" href="#1-d%c3%a9finir-le-scope"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;Définir le comportement de la skill en une phrase complète :&lt;/p&gt;</description></item></channel></rss>