Skip to content

yofine/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
├── brief/            # Brief site template and report publishing skill
└── README.md

Available Skills

Skill Description
blueprinter Generate technical diagrams in Flat Engineering Blueprint style using HTML/CSS
brief Initialize a Brief React/Vite report site, generate analysis reports, and publish them into the site

Example: Blueprinter Output

Claude Code Architecture Blueprint

Brief

Use the brief skill to create and operate a professional research brief site. It can initialize a new Brief site, turn source material into standalone Brief-style analysis reports, publish those reports into the site, and start the local preview server.

Live example

Brief site preview

Example requests:

  • "Use the brief skill to initialize a new site and start it locally."
  • "Use brief to analyze this article, generate a report, and publish it to my Brief site."
  • "Use brief to add this codebase analysis as a new report and make it the featured report."
  • "Use brief to build the site and tell me where the production output is."

License

MIT

Star History

Star History Chart


About

yofine's agent skills

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors