mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
Fix skill frontmatter validation
This commit is contained in:
parent
5270aed315
commit
2d677e0f0d
5 changed files with 0 additions and 8 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,6 @@ metadata:
|
||||||
- slow
|
- slow
|
||||||
- hang
|
- hang
|
||||||
- deadlock
|
- deadlock
|
||||||
version: 0.2.0
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# C#/.NET CLI Optimization
|
# C#/.NET CLI Optimization
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue