Skip to content

Commit 4dd8648

Browse files
committed
fix: Add name and description fields to all Rust and engineering skill files
- Add name/description to pyo3-performance-gil-parallel.md - Add name/description to pyo3-packaging-distribution.md - Add name/description to pyo3-cli-tools.md - Add name/description to pyo3-web-frameworks.md - Add name/description to pyo3-data-science.md - Add name/description to pyo3-async-embedded-wasm.md - Add name/description to dependency-management.md These fields are required by CI frontmatter validation.
1 parent c9ad5c1 commit 4dd8648

7 files changed

Lines changed: 12 additions & 0 deletions

skills/engineering/dependency-management.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
---
2+
name: engineering-dependency-management
3+
description: Strategic approach to managing external libraries, frameworks, and packages throughout the software development lifecycle
24
skill_id: engineering.dependency-management
35
version: 1.0.0
46
category: engineering

skills/rust/pyo3-async-embedded-wasm.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
name: pyo3-async-embedded-wasm
23
description: "Master async Python integration with Tokio, embedded Python interpreters, and WASM compilation with PyO3. Build async extensions, embed Python in Rust applications, and compile for browser/WASI environments."
34
globs: ["**/*.rs", "**/*.py", "**/Cargo.toml", "**/*.wasm"]
45
---

skills/rust/pyo3-cli-tools.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
---
2+
name: pyo3-cli-tools
3+
description: PyO3 for CLI tools and embedding including pyo3-ffi, dynamic plugin loading, multi-interpreter applications
24
skill_id: rust-pyo3-cli-tools
35
title: PyO3 CLI Tools Development
46
category: rust

skills/rust/pyo3-data-science.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
---
2+
name: pyo3-data-science
3+
description: PyO3 for data science and ML including numpy integration, Polars DataFrames, Arrow/Parquet streaming, ONNX Runtime
24
skill_id: rust-pyo3-data-science
35
title: PyO3 Data Science Integration
46
category: rust

skills/rust/pyo3-packaging-distribution.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
---
2+
name: pyo3-packaging-distribution
3+
description: PyO3 packaging and distribution using maturin, setuptools-rust, wheel building, cross-compilation
24
skill_id: rust-pyo3-packaging-distribution
35
title: PyO3 Packaging and Distribution
46
category: rust

skills/rust/pyo3-performance-gil-parallel.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
name: pyo3-performance-gil-parallel
23
description: "Master PyO3 performance optimization through GIL management, parallel execution, sub-interpreters, and lock-free data structures. Learn to build high-performance Python extensions that leverage multi-core systems while maintaining safety and correctness."
34
globs: ["**/*.rs", "**/*.py", "**/Cargo.toml"]
45
---

skills/rust/pyo3-web-frameworks.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
---
2+
name: pyo3-web-frameworks
3+
description: PyO3 for web services and system integration including systemd, IPC, gRPC, HTTP clients/servers
24
skill_id: rust-pyo3-web-frameworks
35
title: PyO3 Web Framework Integration
46
category: rust

0 commit comments

Comments
 (0)