Prompt: Convert Tools to Skill Include Labels

Prompt: Convert Tools to Skill Include Labels

Convert all technical skills/tools in a markdown post to use the skill include label format and remove bold formatting.

Before/After

Before:

- **Tool Name** - Description of the tool...

After:

- <a href="/skills/?tag=Tool+Name" 
   class="cv-skill-tag" 
   data-skill="Tool Name">
  Tool Name
</a>
 - Description of the tool...

Steps

  1. Identify all tools/skills mentioned in the file (typically in bullet lists or numbered lists)
  2. Replace **Tool Name** with <a href="/skills/?tag=Tool+Name" class="cv-skill-tag" data-skill="Tool Name"> Tool Name </a>
  3. Ensure no ** asterisks remain around the skill include tags

Note

The skill include renders as a clickable tag linking to /skills/?tag=toolname. Located at _includes/skill.html.