explaingit

milanvrskovy/mvsd-ai-skills

13Audience · generalComplexity · 1/5ActiveLicenseSetup · easy

TLDR

Small collection of SKILL.md files for Claude assistants; the only skill so far is priority-check, which rates the current task against personal priority tiers.

Mindmap

mindmap
  root((mvsd-ai-skills))
    Inputs
      SKILL.md files
      User priority tiers
    Outputs
      Loaded Claude skill
      Priority rating
    Use Cases
      Grounding ADHD focus
      Filter low-value work
      Reuse a workflow
    Tech Stack
      Markdown
      Claude.ai
      Claude Code
      gh CLI

Things people build with this

USE CASE 1

Install priority-check into Claude.ai by uploading the SKILL.md from the settings panel

USE CASE 2

Install priority-check into Claude Code via gh skill install with agent and scope flags

USE CASE 3

Drop a SKILL.md into ~/.claude/skills by hand and restart the session

USE CASE 4

Use the priority-check skill to rate the current chat against your own priority tiers

Tech stack

MarkdownClaudegh

Getting it running

Difficulty · easy Time to first run · 5min

One copy-paste install per environment; restart Claude Code afterward.

MIT license: free to use, adapt, and share with attribution.

In plain English

This repository is a small collection of AI skills aimed at Claude and other AI assistants that follow the SKILL.md format. A skill in this context is a single Markdown file that an AI assistant can load to gain a focused, repeatable workflow. The author describes each skill as minimal and purposeful, built around one specific problem worth solving more than once. At the time of the README being written there is just one skill available, called priority-check. According to the description it rates your current chat or project against your personal priority tiers. The README frames it as a grounding signal for people with ADHD, FOMO, or a tendency to over-invest in low-value work. It is listed as compatible with both Claude.ai, which is the web and desktop version, and Claude Code, the terminal-based assistant. The README explains how to install a skill in two environments. For Claude.ai users, you navigate to the skill folder in the repository, open the SKILL.md file, save its raw contents to your computer, and then upload it from the Skills section of Customize inside Claude.ai settings. For Claude Code, there is a one-line install command using gh skill install with the repository name, the skill name, and flags for agent and scope. If you prefer to do it by hand, the README also shows how to create a folder under ~/.claude/skills and download the SKILL.md file with curl. After installing, you restart your Claude Code session for the new skill to be picked up. The project is released under the MIT license, which the README sums up as free to use, adapt, and share. The repository structure itself is simple: a top-level skills folder with one subfolder per skill, and each subfolder containing the SKILL.md that the assistant loads. The README does not document any other tooling, tests, or contribution process.

Copy-paste prompts

Prompt 1
Install the priority-check skill from mvsd-ai-skills into my Claude Code setup and restart the session
Prompt 2
Read the priority-check SKILL.md and tell me exactly which prompts trigger it
Prompt 3
Write a new SKILL.md in the same style as priority-check for filtering low-value PR review work
Prompt 4
Compare how priority-check loads in Claude.ai versus Claude Code and explain the practical differences
Prompt 5
Convert the priority-check skill into a slash command I can call from Cursor
Open on GitHub → Explain another repo

Generated 2026-05-22 · Model: sonnet-4-6 · Verify against the repo before relying on details.