Back to Skills

bridge-dev

EojEdred
Updated Yesterday
3 views
0
View on GitHub
Designbridgecross-chainflarechainpartition

About

bridge-dev is a Claude Skill for developers building cross-chain bridges between FlareChain and Partition Burst Chains using Rust. It scaffolds pallet-bridge components, implements message passing with verification, and handles chain-specific integrations. Use this skill when you need to rapidly develop or optimize multi-chain bridge functionality.

Documentation

Quick Install

/plugin add https://github.com/EojEdred/Etrid/tree/main/bridge-dev

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

GitHub 仓库

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

Related Skills

when-bridging-web-cli-use-web-cli-teleport

Other

This skill enables bidirectional integration between web interfaces and CLI tools, allowing web apps to trigger CLI commands and CLI tools to display web interfaces. It provides REST APIs and WebSocket communication for real-time data exchange between systems. Use this when you need to bridge web-based workflows with existing CLI tools or command-line operations.

View skill

web-cli-teleport

Design

This skill helps developers choose between Claude Code Web and CLI interfaces based on task complexity and workflow needs. It enables seamless teleportation of sessions between environments to maintain context and optimize productivity. Use it for session management and to determine the best interface for coding tasks requiring different levels of iteration or back-and-forth interaction.

View skill

requesting-code-review

Design

This skill dispatches a code-reviewer subagent to analyze code changes against requirements before proceeding. It should be used after completing tasks, implementing major features, or before merging to main. The review helps catch issues early by comparing the current implementation with the original plan.

View skill

executing-plans

Design

Use the executing-plans skill when you have a complete implementation plan to execute in controlled batches with review checkpoints. It loads and critically reviews the plan, then executes tasks in small batches (default 3 tasks) while reporting progress between each batch for architect review. This ensures systematic implementation with built-in quality control checkpoints.

View skill