📦 deps(thirdparty): update snapshots

This commit is contained in:
ci[bot]
2026-07-10 16:04:20 +00:00
parent 2bb0dc8c1d
commit 92c0c3f687
594 changed files with 55224 additions and 19038 deletions
@@ -7,6 +7,9 @@ date_added: "2026-06-16"
---
# Bash / Shell: Idiomatic Efficiency Reference
## When to Use
- Use this skill when the task matches this description: Language-specific super-code guidelines for bash.
## Table of Contents
1. [Quoting & Word Splitting](#quoting)
2. [Conditionals & Tests](#conditionals)
@@ -7,6 +7,9 @@ date_added: "2026-06-16"
---
# C: Idiomatic Efficiency Reference
## When to Use
- Use this skill when the task matches this description: Language-specific super-code guidelines for c.
## Table of Contents
1. [Memory Management](#memory)
2. [Pointers & Arrays](#pointers)
@@ -7,6 +7,9 @@ date_added: "2026-06-16"
---
# C++: Idiomatic Efficiency Reference
## When to Use
- Use this skill when the task matches this description: Language-specific super-code guidelines for cpp.
## Table of Contents
1. [Memory & Ownership](#memory)
2. [Modern Types & Containers](#types)
@@ -7,6 +7,9 @@ date_added: "2026-06-16"
---
# C#: Idiomatic Efficiency Reference
## When to Use
- Use this skill when the task matches this description: Language-specific super-code guidelines for csharp.
## Table of Contents
1. [LINQ & Collections](#linq)
2. [Null Handling](#nulls)
@@ -7,6 +7,9 @@ date_added: "2026-06-16"
---
# Dart: Idiomatic Efficiency Reference
## When to Use
- Use this skill when the task matches this description: Language-specific super-code guidelines for dart.
## Table of Contents
1. [Null Safety](#nulls)
2. [Collections & Iteration](#collections)
@@ -7,6 +7,9 @@ date_added: "2026-06-16"
---
# Elixir / Erlang: Idiomatic Efficiency Reference
## When to Use
- Use this skill when the task matches this description: Language-specific super-code guidelines for elixir.
## Table of Contents
1. [Pattern Matching & Guards](#patterns)
2. [Pipe Operator & Transforms](#pipes)
@@ -7,6 +7,9 @@ date_added: "2026-06-16"
---
# Go: Idiomatic Efficiency Reference
## When to Use
- Use this skill when the task matches this description: Language-specific super-code guidelines for go.
## Table of Contents
1. [Error Handling](#errors)
2. [Slices & Maps](#slices)
@@ -7,6 +7,9 @@ date_added: "2026-06-16"
---
# Java: Idiomatic Efficiency Reference
## When to Use
- Use this skill when the task matches this description: Language-specific super-code guidelines for java.
## Table of Contents
1. [Streams & Collections](#streams)
2. [Optional](#optional)
@@ -7,6 +7,9 @@ date_added: "2026-06-16"
---
# Kotlin + Compose: Idiomatic Efficiency Reference
## When to Use
- Use this skill when the task matches this description: Language-specific super-code guidelines for kotlin.
## Table of Contents
1. [Collections & Data Transformation](#collections)
2. [Null Safety](#null-safety)
@@ -7,6 +7,9 @@ date_added: "2026-06-16"
---
# PHP: Idiomatic Efficiency Reference
## When to Use
- Use this skill when the task matches this description: Language-specific super-code guidelines for php.
## Table of Contents
1. [Arrays & Collections](#arrays)
2. [Type Safety](#types)
@@ -7,6 +7,9 @@ date_added: "2026-06-16"
---
# Python: Idiomatic Efficiency Reference
## When to Use
- Use this skill when the task matches this description: Language-specific super-code guidelines for python.
## Table of Contents
1. [Comprehensions & Generators](#comprehensions)
2. [Unpacking & Destructuring](#unpacking)
@@ -7,6 +7,9 @@ date_added: "2026-06-16"
---
# Ruby: Idiomatic Efficiency Reference
## When to Use
- Use this skill when the task matches this description: Language-specific super-code guidelines for ruby.
## Table of Contents
1. [Enumerable & Collections](#enumerable)
2. [Blocks, Procs & Lambdas](#blocks)
@@ -7,6 +7,9 @@ date_added: "2026-06-16"
---
# Rust: Idiomatic Efficiency Reference
## When to Use
- Use this skill when the task matches this description: Language-specific super-code guidelines for rust.
## Table of Contents
1. [Ownership & Borrowing](#ownership)
2. [Error Handling](#errors)
@@ -7,6 +7,9 @@ date_added: "2026-06-16"
---
# Scala: Idiomatic Efficiency Reference
## When to Use
- Use this skill when the task matches this description: Language-specific super-code guidelines for scala.
## Table of Contents
1. [Collections & Functional Transforms](#collections)
2. [Pattern Matching](#patterns)
@@ -7,6 +7,9 @@ date_added: "2026-06-16"
---
# Swift: Idiomatic Efficiency Reference
## When to Use
- Use this skill when the task matches this description: Language-specific super-code guidelines for swift.
## Table of Contents
1. [Optionals](#optionals)
2. [Collections & Functional Transforms](#collections)
@@ -7,6 +7,9 @@ date_added: "2026-06-16"
---
# TypeScript / JavaScript: Idiomatic Efficiency Reference
## When to Use
- Use this skill when the task matches this description: Language-specific super-code guidelines for typescript.
## Table of Contents
1. [Array & Object Operations](#arrays)
2. [Destructuring & Spread](#destructuring)