Fix skill frontmatter validation

This commit is contained in:
BruceChen 2026-03-28 23:17:08 +08:00
parent 5270aed315
commit 2d677e0f0d
5 changed files with 0 additions and 8 deletions

View file

@ -3,7 +3,6 @@ name: csharp-best-practices
description: > description: >
C# 14 / .NET 10 coding conventions, idiomatic patterns, and performance best practices C# 14 / .NET 10 coding conventions, idiomatic patterns, and performance best practices
for the Minecraft Console Client codebase. Use when writing, reviewing, or modifying C# code. for the Minecraft Console Client codebase. Use when writing, reviewing, or modifying C# code.
version: 0.4.0
--- ---
# C# 14 / .NET 10 Best Practices # C# 14 / .NET 10 Best Practices

View file

@ -31,7 +31,6 @@ metadata:
- slow - slow
- hang - hang
- deadlock - deadlock
version: 0.2.0
--- ---
# C#/.NET CLI Optimization # C#/.NET CLI Optimization

View file

@ -7,7 +7,6 @@ metadata:
category: technique category: technique
triggers: performance, allocations, GC, hot path, latency, throughput, triggers: performance, allocations, GC, hot path, latency, throughput,
memory pressure, optimize, slow, freeze, lag spike, packet processing speed memory pressure, optimize, slow, freeze, lag spike, packet processing speed
version: 0.2.0
--- ---
# C# Performance Optimization for MCC # C# Performance Optimization for MCC

View file

@ -1,6 +1,5 @@
--- ---
name: humanizer name: humanizer
version: 2.1.1
description: | description: |
Remove signs of AI-generated writing from text. Use when editing or reviewing Remove signs of AI-generated writing from text. Use when editing or reviewing
text to make it sound more natural and human-written. Based on Wikipedia's text to make it sound more natural and human-written. Based on Wikipedia's

View file

@ -1,10 +1,6 @@
--- ---
name: writing-skills name: writing-skills
description: "Use when creating, updating, or improving agent skills." description: "Use when creating, updating, or improving agent skills."
category: meta
risk: unknown
source: community
date_added: "2026-02-27"
--- ---
# Writing Skills (Excellence) # Writing Skills (Excellence)