[Issue #12] Add YAML frontmatter to all skills for automatic discovery #13

Merged
HugoNijhuis merged 1 commits from issue-12-add-yaml-frontmatter into main 2025-12-31 18:13:15 +00:00
5 changed files with 25 additions and 0 deletions
Showing only changes of commit 9c975c64ea - Show all commits

View File

@@ -1,3 +1,8 @@
---
name: backlog-grooming
description: How to review and improve existing issues for clarity and actionability
---
# Backlog Grooming
How to review and improve existing issues.

View File

@@ -1,3 +1,8 @@
---
name: code-review
description: Guidelines and templates for reviewing code changes in pull requests
---
# Code Review
Guidelines for reviewing code changes in pull requests.

View File

@@ -1,3 +1,8 @@
---
name: gitea
description: Gitea CLI (tea) for issues, pull requests, and repository management
---
# Gitea CLI (tea)
Command-line interface for interacting with Gitea repositories.

View File

@@ -1,3 +1,8 @@
---
name: issue-writing
description: How to write clear, actionable issues with proper structure and acceptance criteria
---
# Issue Writing
How to write clear, actionable issues.

View File

@@ -1,3 +1,8 @@
---
name: roadmap-planning
description: How to plan features and create issues for implementation
---
# Roadmap Planning
How to plan features and create issues for implementation.