yofine's agent skills
npx skills add https://github.com/yofine/skills --skill blueprinterقم بتثبيت هذه المهارة باستخدام واجهة سطر الأوامر (CLI) وابدأ في استخدام سير عمل SKILL.md في مساحة عملك.
My personal collection of AI agent skills.
This repository contains reusable skills that extend AI agent capabilities. Each skill is a self-contained module that teaches an agent how to perform specific tasks.
skills/
├── blueprinter/ # Technical diagram generation skill
└── README.md
| Skill | Description |
|---|---|
| blueprinter | Generate technical diagrams in Flat Engineering Blueprint style using HTML/CSS |

Each skill contains:
skill-name/
└── SKILL.md # Skill definition with instructions for the agent
---
name: skill-name
description: When and how to use this skill
---
# Skill content and instructions...
MIT