your-skill-name

Standardize custom PDLC skill definitions with a reusable SKILL.md template.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/pdlc-os/pdlc --skill your-skill-name-pdlc-os
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: your-skill-name
Source: https://github.com/pdlc-os/pdlc/tree/main/skills/custom-template
Command: npx skills add https://github.com/pdlc-os/pdlc --skill your-skill-name-pdlc-os

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This template provides a repeatable, self-contained blueprint for adding new skills to PDLC, reducing setup time and ensuring consistency across projects.

Core Features & Use Cases

  • A ready-to-fill SKILL.md frontmatter with required fields (name and description) and a structured body for PDLC execution.
  • A guided layout that accelerates creating project-specific skills with clear steps, user prompts, and output guidelines.
  • Use Case: Teams can rapidly prototype new capabilities by copying this template and customizing the sections for their domain.

Quick Start

Create a new skill by copying this folder to .pdlc/skills/[your-skill-name]/SKILL.md and filling in the sections.

Frequently Asked Questions about your-skill-name

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

FAQPage Schema
How do I create a custom skill for PDLC workflows?

To create a custom PDLC skill, copy the provided SKILL.md template into your project's `.pdlc/skills/` directory. This standardizes domain-specific skill definitions with consistent YAML frontmatter and a structured Markdown body.

What format is required for PDLC custom skill definitions?

PDLC custom skill definitions require a Markdown file containing YAML frontmatter with `name` and `description` fields, followed by a well-structured Markdown body. This format ensures the skill loads correctly into the PDLC context.

How does a markdown template standardize development workflows?

A markdown template standardizes development workflows by providing a repeatable, self-contained blueprint with required fields and guided sections. This reduces setup time and ensures consistency across project-specific skill definitions.

Can I rapidly prototype new capabilities using a skill template?

Yes, you can rapidly prototype new capabilities by copying the skill template folder and customizing the sections for your domain. The guided layout accelerates creation with clear steps, user prompts, and output guidelines.

Do I need any dependencies to deploy a custom PDLC skill?

No dependencies are required to deploy a custom PDLC skill. You only need to copy the template, fill in the YAML frontmatter fields, and structure the Markdown body to load it into your PDLC context.

What is the best way to structure a SKILL.md file for PDLC execution?

The best way to structure a SKILL.md file is to start with YAML frontmatter containing the `name` and `description`, followed by a clearly structured Markdown body. This ensures proper parsing and execution within the PDLC context.