template

Generate a Bun Shell skill scaffold with SKILL.md frontmatter and directory structure.

Updated Jun 21, 2021
One-click install
npx skills add https://github.com/mahirocoko/mahirocoko --skill template-mahirocoko
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template
Source: https://github.com/mahirocoko/mahirocoko/tree/main/.agents/skills/_template
Command: npx skills add https://github.com/mahirocoko/mahirocoko --skill template-mahirocoko

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bun, and includes scripts (resource) components.

What problem does it solve?

This template provides a ready-to-use scaffold for creating Bun Shell powered skills, reducing boilerplate and ensuring consistency across new skills.

Core Features & Use Cases

  • Predefined frontmatter and file structure to standardize metadata and script execution.
  • Clear usage pattern and Bun Shell integration demonstrated by the template.
  • Quick scaffolding for new skills by duplicating this folder and updating SKILL.md.

Quick Start

Copy this folder to create a new skill and update SKILL.md with your own name and description.

Frequently Asked Questions about template

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a new Bun Shell skill from a reusable template?

To create a Bun Shell skill, duplicate the template folder, rename the skill, and update the SKILL.md frontmatter with your name and description, then implement your logic in the main.ts script.

What is the best way to scaffold a Bun Shell project with predefined frontmatter?

Scaffolding a Bun Shell project is done by copying this template, which provides a predefined file structure and standardized metadata to reduce boilerplate and ensure consistency across new skills.

Do I need Bun installed to use this skill scaffolding template?

Yes, you need Bun installed because this template generates a scaffold powered by Bun Shell, integrating its script execution patterns directly into the predefined file structure.

What files and directories are required when bootstrapping a new skill from this template?

Bootstrapping a new skill requires a SKILL.md file with frontmatter containing the name and description, a main.ts script for execution, and optional directories for scripts, references, and assets.

How does this template standardize metadata for new automation skills?

This template standardizes metadata by requiring SKILL.md frontmatter with name and description fields, ensuring consistent project bootstrapping and clear usage patterns for every new skill.

Are there limitations to using a template for project bootstrapping instead of starting from scratch?

Using this template limits you to the Bun Shell environment and its predefined file structure, meaning you must work within the provided scaffold rather than designing a custom architecture from scratch.