markdown-templates

Community

Standardize Markdown with ready templates.

AuthorZeliper
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides a library of formal Markdown templates to speed content creation and ensure consistency across task docs, test plans, and outputs.

Core Features & Use Cases

  • Template library: Access templates for task skeletons, test cases, agent results, and step status.
  • Variables & substitution: Understand the {{TIMESTAMP}} and {{STATUS}} style placeholders used by templates.
  • Quick Start: Read a template, substitute variables, and write the final document.

Quick Start

Read .claude/templates/task-template.md, replace the placeholder variables (e.g., {{TASK_ID}}, {{TITLE}}) with real values, and write the resulting task file to the appropriate path.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: markdown-templates
Download link: https://github.com/Zeliper/z-coder/archive/main.zip#markdown-templates

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository