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