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

pluto

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

已收集 skills
7
Stars
7
更新
2026-06-16
Forks
3
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

rust-style
软件开发工程师

General Rust conventions for Pluto. Use it once for understanding the codebase better.

2026-06-16
charon-guide
软件开发工程师

Use when porting Charon components to understand Go codebase architecture, workflow, design patterns, or component responsibilities

2026-06-08
pluto-review
软件质量保证分析师与测试员

Pluto-specific code review guidelines. Use as a general guideline when asked to conduct a code review.

2026-06-08
porting
软件开发工程师

Guides Go→Rust porting for Pluto. Invoke when asked to port, implement parity for, or translate a Go component.

2026-06-08
review-pr
软件质量保证分析师与测试员

Full multi-agent code review for a Pluto PR. Spawns parallel agents covering functional correctness, security, Rust style, and code quality, then posts all findings as isolated GitHub review comments and submits a final approve/request-changes verdict. Invoke as `/review-pr <PR-number>` or `/review-pr <GitHub-PR-URL>`.

2026-06-08
loop-review-pr
软件质量保证分析师与测试员

Iteratively review and fix a Pluto PR until it is "ideal" — drives the /review-pr multi-agent pipeline inside /ralph-loop, applying fixes between iterations and never posting inline comments. After the loop terminates, posts a single summary comment to the GitHub PR with everything that was resolved. Invoke as `/loop-review-pr <PR-number|PR-URL> [--max-iterations N]`.

2026-05-18
rust-p2p
软件开发工程师

Use when implementing, reviewing, debugging, or explaining Pluto Rust libp2p code: Node/P2PContext ownership, PlutoBehaviour composition, NetworkBehaviour and ConnectionHandler protocols, relay/force-direct/quic-upgrade behaviours, peerinfo/parsigex protocol handlers, DKG protocol handlers, and P2P tests.

2026-04-29