Skip to content

Commit bde5868

Browse files
feat: Add YAML frontmatter to all commands and rename ai-workflow commands
- Add name and description YAML frontmatter to all 17 command files - Rename ai-workflow commands with workflow- prefix for consistency: - plan-phases -> workflow-plan-phases - implement-phases -> workflow-implement-phases - preflight -> workflow-preflight - Bump all plugin versions (patch release) - Update marketplace version to 1.6.1
1 parent 171a020 commit bde5868

27 files changed

Lines changed: 111 additions & 21 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
},
77
"metadata": {
88
"description": "A curated list of custom Claude Code plugins, agents, and skills for developers.",
9-
"version": "1.6.0",
9+
"version": "1.6.1",
1010
"pluginRoot": "./plugins"
1111
},
1212
"plugins": [
1313
{
1414
"name": "ai-ado",
1515
"source": "./plugins/ai-ado",
1616
"description": "AI-powered Azure DevOps integration with skills - Intelligent work item management, configuration, and automation for Azure DevOps workflows with MCP integration",
17-
"version": "1.2.2",
17+
"version": "1.2.3",
1818
"keywords": [
1919
"ai",
2020
"azure-devops",
@@ -36,7 +36,7 @@
3636
"name": "ai-accessibility",
3737
"source": "./plugins/ai-accessibility",
3838
"description": "AI-powered accessibility analysis - Interactive accessibility audit skill and automated agent with comprehensive WCAG compliance detection and reporting",
39-
"version": "1.2.0",
39+
"version": "1.2.1",
4040
"keywords": [
4141
"ai",
4242
"accessibility",
@@ -57,7 +57,7 @@
5757
"name": "ai-git",
5858
"source": "./plugins/ai-git",
5959
"description": "AI-powered git automation - Intelligent git commands and agents that streamline version control workflows with .gitignore generation",
60-
"version": "1.1.1",
60+
"version": "1.1.2",
6161
"keywords": [
6262
"ai",
6363
"git",
@@ -78,7 +78,7 @@
7878
"name": "ai-performance",
7979
"source": "./plugins/ai-performance",
8080
"description": "AI-powered performance optimization - Interactive performance audit skill and automated agent with comprehensive bottleneck detection and optimization",
81-
"version": "1.1.2",
81+
"version": "1.1.3",
8282
"keywords": [
8383
"ai",
8484
"performance",
@@ -98,7 +98,7 @@
9898
"name": "ai-plugins",
9999
"source": "./plugins/ai-plugins",
100100
"description": "AI-powered plugin and skill development - Intelligent plugin and skill scaffolding and generation tools for Claude Code",
101-
"version": "1.2.2",
101+
"version": "1.2.3",
102102
"keywords": [
103103
"ai",
104104
"plugins",
@@ -119,7 +119,7 @@
119119
"name": "ai-security",
120120
"source": "./plugins/ai-security",
121121
"description": "AI-powered security auditing with interactive skill, automated agents, and web dependency scanning for comprehensive vulnerability detection and reporting",
122-
"version": "1.3.2",
122+
"version": "1.3.3",
123123
"keywords": [
124124
"ai",
125125
"security",
@@ -142,7 +142,7 @@
142142
"name": "ai-workflow",
143143
"source": "./plugins/ai-workflow",
144144
"description": "AI-powered development workflow automation - Phase-based planning, implementation orchestration, and preflight code quality checks for efficient sub-agent execution",
145-
"version": "1.0.0",
145+
"version": "1.0.1",
146146
"keywords": [
147147
"ai",
148148
"workflow",

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.6.1] - 2025-12-10
11+
12+
### Changed
13+
14+
#### All Plugins
15+
16+
- **Added YAML frontmatter to all command files** with `name` and `description` attributes
17+
- Standardizes command metadata across all 17 commands in 7 plugins
18+
- Enables better command discovery and documentation
19+
- Follows the pattern established by ai-workflow plugin
20+
21+
#### AI-Workflow Plugin (v1.0.1)
22+
23+
- **Renamed commands to use `workflow-` prefix** for consistency with other plugins
24+
- `/plan-phases``/workflow-plan-phases`
25+
- `/implement-phases``/workflow-implement-phases`
26+
- `/preflight``/workflow-preflight`
27+
1028
## [1.6.0] - 2025-12-10
1129

1230
### Added
@@ -371,7 +389,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
371389

372390
- README.md, CLAUDE.md, individual plugin READMEs, and MIT license
373391

374-
[Unreleased]: https://github.com/charlesjones-dev/claude-code-plugins-dev/compare/v1.6.0...HEAD
392+
[Unreleased]: https://github.com/charlesjones-dev/claude-code-plugins-dev/compare/v1.6.1...HEAD
393+
[1.6.1]: https://github.com/charlesjones-dev/claude-code-plugins-dev/compare/v1.6.0...v1.6.1
375394
[1.6.0]: https://github.com/charlesjones-dev/claude-code-plugins-dev/compare/v1.5.4...v1.6.0
376395
[1.5.4]: https://github.com/charlesjones-dev/claude-code-plugins-dev/compare/v1.5.3...v1.5.4
377396
[1.5.3]: https://github.com/charlesjones-dev/claude-code-plugins-dev/compare/v1.5.2...v1.5.3

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Claude Code Plugins for Developers
22

3-
[![Version](https://img.shields.io/badge/version-1.6.0-blue.svg)](https://github.com/charlesjones-dev/claude-code-plugins-dev/releases)
3+
[![Version](https://img.shields.io/badge/version-1.6.1-blue.svg)](https://github.com/charlesjones-dev/claude-code-plugins-dev/releases)
44
[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
55
[![GitHub Issues](https://img.shields.io/github/issues/charlesjones-dev/claude-code-plugins-dev.svg)](https://github.com/charlesjones-dev/claude-code-plugins-dev/issues)
66
[![GitHub Stars](https://img.shields.io/github/stars/charlesjones-dev/claude-code-plugins-dev.svg)](https://github.com/charlesjones-dev/claude-code-plugins-dev/stargazers)
@@ -24,7 +24,7 @@ This Claude Code plugin marketplace provides plugins that extend Claude Code's c
2424
| [ai-performance](plugins/ai-performance/) | AI-powered performance optimization and bottleneck detection | `/performance-audit` | `performance-auditor` | `performance-auditing` |
2525
| [ai-plugins](plugins/ai-plugins/) | AI-powered plugin and skill scaffolding and generation tools | `/plugins-scaffold` | - | `skills-scaffold`, `plugins-scaffold` |
2626
| [ai-security](plugins/ai-security/) | AI-powered security auditing with reproducible reports | `/security-init`, `/security-audit`, `/security-scan-dependencies` | `security-auditor`, `security-dependency-scanner` | `security-auditing`, `security-dependency-scanning` |
27-
| [ai-workflow](plugins/ai-workflow/) | AI-powered development workflow automation | `/plan-phases`, `/implement-phases`, `/preflight` | - | `plan-phases`, `implement-phases`, `preflight-checks` |
27+
| [ai-workflow](plugins/ai-workflow/) | AI-powered development workflow automation | `/workflow-plan-phases`, `/workflow-implement-phases`, `/workflow-preflight` | - | `plan-phases`, `implement-phases`, `preflight-checks` |
2828

2929
> **📝 Note on Audit Plugins:** The `ai-accessibility`, `ai-security`, and `ai-performance` plugins are developer-focused analysis tools designed to identify issues during development. They perform static code analysis, with `ai-accessibility` and `ai-security` also offering URL scanning capabilities (`/accessibility-audit` with Playwright MCP and `/security-scan-dependencies` respectively). These plugins are meant to **complement** (not replace) runtime testing tools, professional services, and manual testing. Use these plugins to catch issues early in the development phase, then validate with specialized testing tools and services appropriate to your domain.
3030

plugins/ai-accessibility/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ai-accessibility",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "AI-powered accessibility analysis - Interactive accessibility audit skill and automated agent with comprehensive WCAG compliance detection and reporting",
55
"author": {
66
"name": "Charles Jones",

plugins/ai-accessibility/commands/accessibility-audit.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
name: accessibility-audit
3+
description: "Comprehensive accessibility audit to identify WCAG compliance issues and barriers to inclusive design."
4+
---
5+
16
# Accessibility Audit
27

38
You are a comprehensive accessibility auditor with deep expertise in WCAG guidelines, inclusive design, assistive technologies, and accessible development practices.

plugins/ai-ado/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ai-ado",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "AI-powered Azure DevOps integration with skills - Intelligent work item management, configuration, and automation for Azure DevOps workflows with MCP integration",
55
"author": {
66
"name": "Charles Jones",

plugins/ai-ado/commands/ado-create-feature.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
name: ado-create-feature
3+
description: "Interactively create a new Feature work item in Azure DevOps using configured conventions."
4+
---
5+
16
# Create Azure DevOps Feature
27

38
Interactively create a new Feature work item in Azure DevOps using the organization's configured conventions and guidelines.

plugins/ai-ado/commands/ado-create-story.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
name: ado-create-story
3+
description: "Interactively create a new User Story work item as a child of an existing Feature in Azure DevOps."
4+
---
5+
16
# Create Azure DevOps User Story
27

38
Interactively create a new User Story work item as a child of an existing Feature in Azure DevOps using the organization's configured conventions and guidelines.

plugins/ai-ado/commands/ado-create-task.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
name: ado-create-task
3+
description: "Interactively create a new Task work item as a child of an existing User Story in Azure DevOps."
4+
---
5+
16
# Create Azure DevOps Task
27

38
Interactively create a new Task work item as a child of an existing User Story in Azure DevOps using the organization's configured conventions and guidelines.

plugins/ai-ado/commands/ado-init.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
name: ado-init
3+
description: "Initialize Azure DevOps configuration in CLAUDE.md with organization, project, and team settings."
4+
---
5+
16
# Azure DevOps Init
27

38
Initialize Azure DevOps configuration by creating or updating `CLAUDE.md` with your organization, project, and team settings, and optionally configuring the Azure DevOps MCP server.

0 commit comments

Comments
 (0)