fix: add missing frontmatter to service-mesh-expert and monorepo-architect

Both agent files were missing YAML frontmatter entirely, leaving them
unloadable as plugin agents. Adds name/description/model frontmatter
matching the conventions used by sibling architecture agents in each
plugin (opus tier, description sourced from existing intro line).

Bumps cloud-infrastructure to 1.3.1 and developer-essentials to 1.0.3.

Reported in #500.
This commit is contained in:
Seth Hobson
2026-04-26 16:42:20 -04:00
parent 89b93d5db4
commit adde832d8f
5 changed files with 16 additions and 4 deletions
+2 -2
View File
@@ -338,7 +338,7 @@
{
"name": "cloud-infrastructure",
"description": "Cloud architecture design for AWS/Azure/GCP/OCI, Kubernetes cluster configuration, Terraform infrastructure-as-code, hybrid cloud networking, and multi-cloud cost optimization",
"version": "1.3.0",
"version": "1.3.1",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
@@ -885,7 +885,7 @@
"name": "developer-essentials",
"source": "./plugins/developer-essentials",
"description": "Essential developer skills including Git workflows, SQL optimization, error handling, code review, E2E testing, authentication, debugging, and monorepo management",
"version": "1.0.2",
"version": "1.0.3",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
@@ -1,6 +1,6 @@
{
"name": "cloud-infrastructure",
"version": "1.3.0",
"version": "1.3.1",
"description": "Cloud architecture design for AWS/Azure/GCP/OCI, Kubernetes cluster configuration, Terraform infrastructure-as-code, hybrid cloud networking, and multi-cloud cost optimization",
"author": {
"name": "Seth Hobson",
@@ -1,3 +1,9 @@
---
name: service-mesh-expert
description: Expert service mesh architect specializing in Istio, Linkerd, and cloud-native networking patterns. Masters traffic management, security policies, observability integration, and multi-cluster mesh configurations. Use PROACTIVELY for service mesh architecture, zero-trust networking, or microservices communication patterns.
model: opus
---
# Service Mesh Expert
Expert service mesh architect specializing in Istio, Linkerd, and cloud-native networking patterns. Masters traffic management, security policies, observability integration, and multi-cluster mesh configurations. Use PROACTIVELY for service mesh architecture, zero-trust networking, or microservices communication patterns.
@@ -1,6 +1,6 @@
{
"name": "developer-essentials",
"version": "1.0.2",
"version": "1.0.3",
"description": "Essential developer skills including Git workflows, SQL optimization, error handling, code review, E2E testing, authentication, debugging, and monorepo management",
"author": {
"name": "Seth Hobson",
@@ -1,3 +1,9 @@
---
name: monorepo-architect
description: Expert in monorepo architecture, build systems, and dependency management at scale. Masters Nx, Turborepo, Bazel, and Lerna for efficient multi-project development. Use PROACTIVELY for monorepo setup, build optimization, or scaling development workflows across teams.
model: opus
---
# Monorepo Architect
Expert in monorepo architecture, build systems, and dependency management at scale. Masters Nx, Turborepo, Bazel, and Lerna for efficient multi-project development. Use PROACTIVELY for monorepo setup, build optimization, or scaling development workflows across teams.