skill-creation
Skill Creation Guide
Skill Directory Structure
skill-name/
├── SKILL.md # Required: frontmatter + instructions
├── scripts/ # Optional: executable code (Python, Bash, JS)
├── references/ # Optional: documentation loaded on demand
└── assets/ # Optional: templates, images, data files for output
SKILL.md Format
Two parts: YAML frontmatter (metadata) + Markdown body (instructions).
More from totophe/skills
sequelize-7
Comprehensive reference for Sequelize v7 (alpha), the TypeScript-first Node.js ORM supporting PostgreSQL, MySQL, MariaDB, SQLite, MSSQL, DB2, and Snowflake. Use when working with @sequelize/core package: defining models with decorators, writing database queries (CRUD, associations, raw SQL), managing transactions, hooks, connection pools, setting up associations, or migrating from Sequelize v6 to v7.
13umzug
Reference for Umzug v3, the framework-agnostic migration tool for Node.js, adapted for Sequelize v7 (@sequelize/core). Use when writing database migrations, setting up a migration runner, configuring migration storage (SequelizeStorage, JSON, MongoDB, custom), running or reverting migrations programmatically or via CLI, creating migration files with queryInterface, or managing migration ordering and templates.
7excel-reader
Read and inspect Excel workbooks (.xlsx). List sheets with dimensions, extract headers, read specific rows or row ranges, extract columns by name or index. Handles large files (50k+ rows, 100MB+) via streaming. Use when the user wants to explore, preview, or extract data from spreadsheets, when building import or ETL scripts from Excel sources, or when analyzing spreadsheet structure and content.
2astro-static-site
Scaffold and configure static websites with Astro, React, TypeScript, and TailwindCSS, deployed to GitHub Pages via GitHub Actions. Use when creating a new static site, initializing an Astro project, setting up GitHub Pages deployment, adding SEO/social meta tags, configuring dev containers with dc-toolbelt, or when the user mentions building a static website, landing page, or marketing site.
2