Back to Skills

p2p-dev

EojEdred
Updated 2 days ago
12 views
0
View on GitHub
Developmentnetworkingp2pdetr

About

The p2p-dev skill helps developers implement custom P2P networking for DETR in Ëtrid using Rust. It provides scaffolding for peer discovery, messaging protocols, and replacing libp2p with custom logic. Use this skill when you need to build or modify decentralized peer-to-peer networking layers.

Quick Install

Claude Code

Recommended
Plugin CommandRecommended
/plugin add https://github.com/EojEdred/Etrid
Git CloneAlternative
git clone https://github.com/EojEdred/Etrid.git ~/.claude/skills/p2p-dev

Copy and paste this command in Claude Code to install this skill

Documentation

GitHub Repository

EojEdred/Etrid
Path: 14-aidevs/skills/p2p-dev

Related Skills

subagent-driven-development

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.

View skill

huggingface-accelerate

Development

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.

View skill

Remembering Conversations

Development

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.

View skill

adk-deployment-specialist

Development

This skill deploys and orchestrates Vertex AI ADK agents using A2A protocol, managing AgentCard discovery, task submission, and supporting tools like Code Execution Sandbox and Memory Bank. It enables building multi-agent systems with sequential, parallel, or loop orchestration patterns in Python, Java, or Go. Use it when asked to deploy ADK agents or orchestrate agent workflows on Google Cloud.

View skill