·github-issue-from-templates
</>

github-issue-from-templates

Create GitHub issues using data-driven templates. Supports any issue type via configurable template configs. Use when the user asks to create a GitHub ticket, issue, or support ticket, or when they want to add a new issue template.

9Installs·1Trend·@dfitchett

Installation

$npx skills add https://github.com/dfitchett/agent-skills --skill github-issue-from-templates

How to Install github-issue-from-templates

Quickly install github-issue-from-templates AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/dfitchett/agent-skills --skill github-issue-from-templates
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: dfitchett/agent-skills.

SKILL.md

View raw

This skill creates GitHub issues by dynamically fetching field definitions from GitHub issue templates at runtime. Template metadata (triggers, labels, defaults, formatting rules) is stored in per-template JSON config files. Configs can be stored locally or in a GitHub repository for cross-machine and team sharing. The skill itself contains no hardcoded field definitions.

Why a separate directory? The skill installation directory (/.claude/skills/...) is replaced on npx skills update. Storing template configs in /.claude/configs/github-issue-from-templates/.local/ (local mode) or a GitHub repo (GitHub mode) keeps them safe across updates. The settings.json file always lives locally since it tells the skill where to find configs.

Before starting the workflow, determine which GitHub tool is available:

Create GitHub issues using data-driven templates. Supports any issue type via configurable template configs. Use when the user asks to create a GitHub ticket, issue, or support ticket, or when they want to add a new issue template. Source: dfitchett/agent-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/dfitchett/agent-skills --skill github-issue-from-templates
Category
</>Dev Tools
Verified
First Seen
2026-02-19
Updated
2026-03-10

Browse more skills from dfitchett/agent-skills

Quick answers

What is github-issue-from-templates?

Create GitHub issues using data-driven templates. Supports any issue type via configurable template configs. Use when the user asks to create a GitHub ticket, issue, or support ticket, or when they want to add a new issue template. Source: dfitchett/agent-skills.

How do I install github-issue-from-templates?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/dfitchett/agent-skills --skill github-issue-from-templates Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/dfitchett/agent-skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-19

Related Skills

None