📦 aihowtoskills.com/custom

2 skills

Custom-built skills hosted directly on AIHowToSkills.com. These skills are curated and maintained by the AIHowToSkills team for specific use cases and workflows.

Updated: 2026-07-02

📋 Installation

Install any skill from this repository using one of the following commands:

macOS / Linux

mkdir -p ./skills && curl -sfL https://raw.githubusercontent.com/aihowtoskills.com/custom/main/skills/<skill-name>/SKILL.md -o ./skills/<skill-name>/SKILL.md

Windows (PowerShell)

New-Item -ItemType Directory -Force .\skills | Out-Null; Invoke-WebRequest -Uri 'https://raw.githubusercontent.com/aihowtoskills.com/custom/main/skills/<skill-name>/SKILL.md' -OutFile '.\skills\<skill-name>\SKILL.md'

Replace <skill-name> with the slug of the skill you want to install. The skill will be downloaded to a ./skills/<skill-name>/SKILL.md directory in your current working directory.

📋 All 2 Skills from aihowtoskills.com/custom