My Skills banner
runkids runkids

My Skills

AI community

Description

My AI agent skills — managed with skillshare

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

my-skills

My personal AI agent skills — managed and synced with [**skillshare**](https://github.com/runkids/skillshare).

Install

[skillshare](https://github.com/runkids/skillshare)

One source of truth. Sync everywhere with one command.

# Install skillshare
curl -fsSL https://raw.githubusercontent.com/runkids/skillshare/main/install.sh | sh

# Install all skills from this repo
skillshare install runkids/my-skills
skillshare sync

# Or pick a specific skill
skillshare install runkids/my-skills -s vue-best-practices
skillshare sync

How It Works

Folder Organization

Skills are organized into category folders for easy browsing. On `skillshare sync`, nested paths **auto-flatten** into each target — no manual mapping needed.

~/.config/skillshare/skills/
├── frontend/
│   ├── frontend-design/
│   ├── ui-skills/
│   ├── react/
│   │   ├── react-best-practices/
│   │   └── react-doctor/
│   └── vue/
│       ├── vue-best-practices/
│       ├── vue-debug-guides/
│       └── ...
├── devops/
│   └── docker-expert/
├── web-dev/
│   ├── accessibility/
│   ├── core-web-vitals/
│   ├── performance/
│   └── ...
└── utils/
    ├── ascii-box-check/
    ├── remotion/
    └── skill-creator/

         ↓ skillshare sync

├→ Claude Code   (~/.claude/skills/)
├→ Cursor        (~/.cursor/skills/)
├→ Codex         (~/.codex/skills/)
├→ OpenCode      (~/.config/opencode/skills/)
└→ 45+ more targets...

.skillignore

Like `.gitignore`, but for skills. Exclude folders from sync without removing them from the repo.

# .skillignore
skillshare       # meta tools — not a skill
feature-radar    # WIP, not ready to share

Sync Modes

skillshare supports per-target sync modes:

Mode Behavior
symlink Link to source (default on macOS/Linux)
copy Real files in target
merge Preserve target's local skills, add shared ones

Security Audit

Every `skillshare install` runs a built-i