JonathanAquino

install-jona-skill

0
0
# Install this skill:
npx skills add JonathanAquino/ai-skills --skill "install-jona-skill"

Install specific skill from multi-skill repository

# Description

Install a personal skill by symlinking it to ~/.claude/skills/

# SKILL.md


name: install-jona-skill
description: Install a personal skill by symlinking it to ~/.claude/skills/


  1. List directories in ~/projects/ai-skills/skills/ (excluding this skill)
  2. Check which are already symlinked in ~/.claude/skills/ and mark them as "(installed)"
  3. Ask user to choose one to install
  4. Create symlink: ln -s ~/projects/ai-skills/skills/<skill> ~/.claude/skills/

# Supported AI Coding Agents

This skill is compatible with the SKILL.md standard and works with all major AI coding agents:

Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.