Skip to main content
teddyjfpender
GitHub 제작자 프로필

teddyjfpender

2개 GitHub 저장소에서 수집된 71개 skills를 저장소 단위로 보여줍니다.

수집된 skills
71
저장소
2
업데이트
2026년 8월 2일
저장소 탐색

저장소와 대표 skills

cairo-quirks
소프트웨어 개발자

Document Cairo language quirks, gotchas, and idiomatic workarounds; use when encountering unexpected compilation errors or behaviors in Cairo that differ from Rust.

2026년 1월 27일
cairo-numeric-types
소프트웨어 개발자

Guide implementing custom numeric types in Cairo with invariant enforcement, overflow safety, and standard trait implementations; use when implementing fixed-point, signed integers, or other numeric primitives.

2026년 1월 23일
cairo-testing
소프트웨어 품질 보증 분석가·테스터

Explain how to write and run Cairo tests, including `#[test]`, assert macros, `#[should_panic]`, `#[ignore]`, and `#[available_gas]`; use when a request involves writing or running unit tests in Cairo.

2026년 1월 23일
cairo-arrays
소프트웨어 개발자

Explain Cairo Array usage, ArrayTrait methods, array! macro, Span, and array read/write constraints; use when a request involves creating, updating, reading, or passing arrays in Cairo.

2026년 1월 23일
cairo-associated-items
소프트웨어 개발자

Explain Cairo associated items (functions, types, constants, implementations) in traits and impls; use when a request involves associated types, constants, or clarifying trait item placement in Cairo.

2026년 1월 23일
cairo-closures
소프트웨어 개발자

Explain Cairo closures, syntax, capture rules, type inference, and Fn traits; use when a request involves anonymous functions or passing behavior as a parameter in Cairo.

2026년 1월 23일
cairo-comments
소프트웨어 개발자

Explain Cairo comment styles and documentation comments (`//`, `///`, `//!`); use when a request involves commenting code, documenting functions/modules, or generating Cairo API docs.

2026년 1월 23일
cairo-control-flow
소프트웨어 개발자

Explain Cairo control flow with `if`, `else`, `loop`, `while`, `for`, `break`, and `continue`; use when a request involves conditionals, loops, or loop return values in Cairo.

2026년 1월 23일
수집된 skill 63개 중 8개를 표시합니다.
metal-profiling
소프트웨어 개발자

Isolate a Metal kernel and measure real GPU time, pipeline reflection (occupancy limits, execution width, threadgroup memory), and approximate achieved bandwidth via the generic runner; wrap whole commands in Metal System Trace. Use for GPU performance…

2026년 8월 2일
cuda-kernel-engineering
소프트웨어 개발자

Implement and review CUDA prover kernels under exact field, transcript, AOT, ABI, memory-traffic, and occupancy contracts. Use after profiling identifies a dominant CUDA kernel or pass.

2026년 7월 24일
cuda-performance-design
소프트웨어 개발자

Design generic, process-resident CUDA proving architectures from ProofProgram and CudaPlan evidence. Use for runtime ownership, arenas, caching, streams, graphs, AOT modules, pass reduction, proof concurrency, and frontend/backend boundaries.

2026년 7월 24일
cuda-profiling
소프트웨어 개발자

Attribute CUDA prover latency with product stage events, NVTX, Nsight Systems, and Nsight Compute while preserving an uninstrumented verified-request verdict. Use before changing CUDA schedules, memory passes, kernels, streams, graphs, allocation, or module…

2026년 7월 24일
metal-performance-design
소프트웨어 개발자

Design and review high-performance Metal compute, render, and hybrid architectures for Apple GPUs. Use when writing or reviewing Metal host code or MSL; choosing storage modes, resource lifetimes, synchronization, command-buffer structure, bindings, pipeline…

2026년 7월 21일
zig-profiling
소프트웨어 개발자

Isolate Zig code into a scratch harness and profile it with in-process hardware counters (instructions, cycles, IPC, energy), stack sampling, codegen summaries, and ABBA A/B comparison via the stwo-perf statistics. Use for any CPU performance question —…

2026년 7월 21일
submission-transcripts
기타 컴퓨터 관련 직업

Capture, sanitize, and attach the agent session transcripts that produced an optimization — the default part of every stwo-perf submission flow, and the most valuable dataset the harness curates. Use from the moment work begins (capture as you go, not after)…

2026년 7월 20일
match-algorithmic-problems
소프트웨어 개발자

Match algorithm-design work to canonical problems, computational models, complexity and parameterized results, published algorithms, and maintained implementations before coding. Use before creating or replacing algorithms for optimization, decision, search,…

2026년 7월 18일
저장소 2개 중 2개 표시
모든 저장소를 표시했습니다