Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

skills

skills에는 rot256에서 수집한 skills 8개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
8
Stars
2
업데이트
2026-06-08
Forks
1
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

git
기술 작가

Best practices for git usage, commits, and workflow

2026-06-08
circuit-optimization
소프트웨어 개발자

Optimizing arithmetic circuits / constraint systems (R1CS, PLONKish, AIR) for zero-knowledge proofs — minimizing multiplication constraints, rows, witnesses, and gate degree. Use when reducing constraint/witness counts, designing or golfing R1CS/PLONK/AIR gadgets (boolean ops, adders, range checks, hashes like SHA-256/Keccak/Poseidon), doing foreign-field/non-native or CRT/RNS arithmetic, choosing lookups vs arithmetic, or using SMT (cvc5) and SageMath (Gröbner basis) to synthesize, verify, and certify constraint encodings.

2026-06-02
lean
소프트웨어 개발자

Writing, proving, and debugging Lean 4 + Mathlib. Use when proving theorems, filling `sorry`s, formalizing math, fixing broken proofs, or setting up a Lean project. Covers the cached-Mathlib setup and a plan-first proving workflow.

2026-05-31
rust-performance
소프트웨어 개발자

Performance-guided Rust optimization using benchmarks, sampling profilers, and agent-readable profiling artifacts. Use when optimizing Rust throughput, latency, CPU time, allocations, code size, compile/runtime hot paths, Criterion benchmarks, hyperfine measurements, Linux perf, macOS xctrace/Instruments, samply, flamegraphs, heap profilers, cargo-bloat, cargo-llvm-lines, or cargo-asm.

2026-05-24
rust-programming
소프트웨어 개발자

The essential best practices for Rust development

2026-05-24
codex
소프트웨어 개발자

Invoke Codex CLI as a sub-agent for code tasks. Useful for second opinions, parallel exploration, or offloading isolated subtasks.

2026-05-24
python-programming
소프트웨어 개발자

Best practices for Python development

2026-05-24
aeneas-lean-rust
소프트웨어 개발자

End-to-end Rust verification and formalization in Lean 4 using Aeneas and Charon. Use when Codex needs to translate Rust crates or functions to Lean, work with Aeneas-generated Lean files, write weakest-precondition specs, prove Rust program properties with Aeneas tactics, model mutable borrows/back-functions, reason about Rust scalars/vectors/loops/traits, configure Lake for the Aeneas Lean backend, or debug Charon/Aeneas/LLBC translation and proof workflows.

2026-05-24