blueprinter

yofine's agent skills

Instalación
CLI
npx skills add https://github.com/yofine/skills --skill blueprinter

Instala esta habilidad con la CLI y comienza a usar el flujo de trabajo SKILL.md en tu espacio de trabajo.

Última actualización 4/22/2026

Skills

My personal collection of AI agent skills.

Overview

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.

Project Structure

skills/
├── blueprinter/      # Technical diagram generation skill
└── README.md

Available Skills

Skill Description
blueprinter Generate technical diagrams in Flat Engineering Blueprint style using HTML/CSS

Example: Blueprinter Output

Claude Code Architecture Blueprint

Skill Structure

Each skill contains:

skill-name/
└── SKILL.md    # Skill definition with instructions for the agent

SKILL.md Format

---
name: skill-name
description: When and how to use this skill
---

# Skill content and instructions...

License

MIT

Star History

Star History Chart