From cb6178c90d54df93762beec2bbf0456700e07d55 Mon Sep 17 00:00:00 2001 From: claude Date: Wed, 27 May 2026 15:43:58 +0300 Subject: [PATCH] docs: add YAML frontmatter to general-dev-workflow skill Required by the Claude skill upload dialog for name/description discovery. Co-Authored-By: Claude Sonnet 4.6 --- docs/skills/general-dev-workflow.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/skills/general-dev-workflow.md b/docs/skills/general-dev-workflow.md index 39d8419..16bfc24 100644 --- a/docs/skills/general-dev-workflow.md +++ b/docs/skills/general-dev-workflow.md @@ -1,3 +1,9 @@ +--- +name: general-dev-workflow +description: Structured development workflow for any project. Guides you through Plan → Issue → Implement → Test → PR with checkpoints at each stage to ensure code quality, thorough testing, and well-documented PRs before merge. Use this whenever starting a new feature, bug fix, or change — regardless of tech stack or platform (GitHub, GitLab, Gitea, etc.). Works locally or with remote repositories. +compatibility: Git, GitHub/GitLab/Gitea (auto-detected) +--- + # General Development Workflow This skill guides you through a structured, repeatable development workflow that works across any tech stack and version control platform. The goal is to ensure consistent, high-quality code while reducing context-switching and providing clear checkpoints.