Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

wlframe

wlframe 收录了来自 zzxyb 的 11 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
11
Stars
25
更新
2026-07-08
Forks
2
职业覆盖
1 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

c
软件开发工程师

Use this skill when writing or reviewing C code for simple, readable, cross-platform systems libraries. Best for allocation failure handling, ownership, cleanup paths, Linux-kernel-inspired C clarity, low-macro design, avoiding typedef struct aliases, and maintainable API-oriented C code.

2026-07-08
bmp-format
软件开发工程师

Use this skill when implementing, integrating, or reviewing BMP read/write C code in wlframe, especially bitmap parsing and generation in image, buffer, or related modules. Best for BMP header validation, row padding and orientation handling, palette and bit-depth parsing, and wlframe-style ownership and cleanup review.

2026-04-14
jpeg-format
软件开发工程师

Use this skill when implementing, integrating, or reviewing JPEG read/write C code in wlframe, especially libjpeg-based parsing and generation in image, buffer, or related modules. Best for JPEG marker and colorspace handling, libjpeg lifecycle and error paths, scanline-based I/O, and wlframe-style ownership and cleanup review.

2026-04-14
pixman
软件开发工程师

Use this skill when working on pixman broadly: image creation, compositing operators, regions, transforms, trapezoids, glyphs, gradients, clipping, damage tracking, pixel formats, endianness, software rasterization, and raw buffer integration. Best for full pixman implementation and code review, with wlframe-specific integration as a secondary concern.

2026-04-14
png-format
软件开发工程师

Use this skill when implementing, integrating, or reviewing PNG read/write C code in wlframe, especially libpng-based parsing and generation in image, buffer, or related modules. Best for PNG format handling, libpng lifecycle and error paths, row-based I/O, and wlframe-style memory ownership review.

2026-04-14
ppm-format
软件开发工程师

Use this skill when implementing, integrating, or reviewing PPM read/write C code in wlframe, especially portable pixmap parsing and generation in image, buffer, or related modules. Best for P3/P6 header parsing, max-value validation, ASCII and binary pixel decoding, and wlframe-style ownership and cleanup review.

2026-04-14
struct-layout
软件开发工程师

Use this skill when designing or reviewing C struct layout, field ordering, alignment, cache locality, hot-path access, intrusive list nodes, implementation pointers, signal/listener grouping, and ABI-sensitive object layout. Best for deciding where fields like impl, link, events, and listeners should live and why.

2026-04-14
vulkan
软件开发工程师

Use this skill when working on Vulkan broadly: instance and device setup, queues, swapchains, render passes, pipelines, descriptor sets, synchronization, memory allocation, command recording, extensions, validation layers, and Vulkan portability concerns. Best for full Vulkan implementation and code review, with wlframe-specific integration as a secondary concern.

2026-04-14
wayland
软件开发工程师

Use this skill when working on Wayland protocols, client or server integration, wl_display lifecycle, wl_registry binding, globals, surfaces, buffers, seats, outputs, xdg-shell, layer-shell, buffer-sharing extensions, shared memory, event loops, and protocol version negotiation. Best for broad Wayland implementation and code review, with wlframe-specific integration as a secondary concern.

2026-04-14
webp-format
软件开发工程师

Use this skill when implementing, integrating, or reviewing WebP read/write C code in wlframe, especially libwebp-based parsing and generation in image, buffer, or related modules. Best for RIFF/WebP container handling, lossy and lossless decode or encode flows, alpha and extended feature handling, and wlframe-style ownership and cleanup review.

2026-04-14
wlframe
软件开发工程师

Use this skill when implementing, refactoring, or reviewing wlframe C code, headers, Meson files, or documentation. Best for code review, bug fixing, API changes, memory-safety work, rigorous systems-style C review standards, and review-ready patches.

2026-04-14