MCP HubMCP Hub
スキル一覧に戻る

p2p-dev

EojEdred
更新日 3 days ago
26 閲覧
0
GitHubで表示
開発networkingp2pdetr

について

p2p-devスキルは、開発者がRustを使用してËtrid内でDETRのカスタムP2Pネットワーキングを実装することを支援します。このスキルは、ピアディスカバリー、メッセージングプロトコル、およびlibp2pをカスタムロジックで置き換えるための基盤を提供します。分散型ピアツーピアネットワーキングレイヤーを構築または変更する必要がある場合に、このスキルを使用してください。

クイックインストール

Claude Code

推奨
プラグインコマンド推奨
/plugin add https://github.com/EojEdred/Etrid
Git クローン代替
git clone https://github.com/EojEdred/Etrid.git ~/.claude/skills/p2p-dev

このコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします

ドキュメント

GitHub リポジトリ

EojEdred/Etrid
パス: 14-aidevs/skills/p2p-dev

関連スキル

subagent-driven-development

開発

This skill executes implementation plans by dispatching a fresh subagent for each independent task, with code review between tasks. It enables fast iteration while maintaining quality gates through this review process. Use it when working on mostly independent tasks within the same session to ensure continuous progress with built-in quality checks.

スキルを見る

huggingface-accelerate

開発

HuggingFace Accelerate provides the simplest API for adding distributed training to PyTorch scripts with just 4 lines of code. It offers a unified interface for multiple distributed training frameworks like DeepSpeed, FSDP, and DDP while handling automatic device placement and mixed precision. This makes it ideal for developers who want to quickly scale their PyTorch training across multiple GPUs or nodes without complex configuration.

スキルを見る

qmd

開発

qmd is a local search and indexing CLI tool that enables developers to index and search through local files using hybrid search combining BM25, vector embeddings, and reranking. It supports both command-line usage and MCP (Model Context Protocol) mode for integration with Claude. The tool uses Ollama for embeddings and stores indexes locally, making it ideal for searching documentation or codebases directly from the terminal.

スキルを見る

Remembering Conversations

開発

This skill enables semantic and text-based search through previous Claude Code conversations to retrieve facts, patterns, and decisions. Developers should use it when a partner references past discussions or when debugging familiar issues to avoid reinventing solutions. It operates on a "search before reinventing" principle and requires using subagents for efficient context management.

スキルを見る