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
- Identify all tools/skills mentioned in the file (typically in bullet lists or numbered lists)
- Replace
**Tool Name**with<a href="/skills/?tag=Tool+Name" class="cv-skill-tag" data-skill="Tool Name"> Tool Name </a> - 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.
