Skip to main content
在 Manus 中运行任何 Skill
一键导入
maschad
GitHub 创作者资料

maschad

按仓库查看 2 个 GitHub 仓库中的 14 个已收集 skills。

已收集 skills
14
仓库
2
更新
2026-02-11
仓库浏览

仓库与代表性 skills

benchmark-driven-development
软件开发工程师

Drive performance optimizations through a disciplined measure-optimize-measure cycle. Write benchmarks first, optimize with data, and validate improvements empirically. Use when building performance-critical code paths, lock-free structures, or when performance requirements are quantified.

2026-02-11
cache-line-optimization
软件开发工程师

Prevent false sharing in concurrent Rust code by aligning data structures to cache-line boundaries. Critical for lock-free data structures and multi-threaded hot paths. Use when building multi-threaded code with shared atomics or lock-free structures.

2026-02-11
documentation-while-fresh
软件开发工程师

Document decisions, challenges, and solutions immediately after completing each phase. Captures context that would be lost later, creates invaluable reference for future work. Use for complex projects with non-obvious design decisions or any project taking more than 1 week.

2026-02-11
incremental-validation
软件质量保证分析师与测试员

Test and validate after each component/phase instead of waiting until the end. Catches bugs early when they're cheap to fix, prevents cascade failures. Use when building complex systems with multiple components where components depend on each other.

2026-02-11
latency-measurement
软件开发工程师

Measure sub-microsecond latencies using architecture-specific timestamp counters (TSC) and wait-free histograms. Essential for real-time systems, HFT, and latency-sensitive applications. Use when sub-microsecond latency requirements exist or when P99/P95 percentile analysis matters.

2026-02-11
multi-level-testing
软件质量保证分析师与测试员

Layer different test types (unit, property, concurrency, stress, benchmark) to catch different bug classes. Each level catches what others miss. Use for complex systems, concurrent/parallel code, or performance-critical applications.

2026-02-11
parallel-subagent-orchestration
软件开发工程师

Launch multiple specialized Claude agents simultaneously to maximize productivity. Achieves 3-5x speedup on independent tasks like benchmarking, documentation, and analysis. Use when you have multiple independent tasks that each take more than 1 minute.

2026-02-11
performance-profiling-rust
软件开发工程师

Set up comprehensive performance profiling using Criterion benchmarks, flamegraphs, and custom TSC-based measurements to identify bottlenecks and validate optimizations. Use for performance-critical applications, sub-microsecond latency requirements, or lock-free data structures.

2026-02-11
当前展示该仓库 Top 8 / 13 个已收集 skills。
已展示 2 / 2 个仓库
已展示全部仓库