Back to Skills

moderation-dev

EojEdred
Updated 4 days ago
8 views
0
View on GitHub
Developmentmoderationfilteringproposals

About

This Claude Skill helps developers build automated moderation systems for governance proposals in Ëtrid. It provides capabilities to create NLP classifiers for detecting spam or malicious content and integrate these filters directly into the governance pallet. Use this skill when you need to implement automated proposal screening within your blockchain application.

Documentation

Quick Install

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

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

GitHub 仓库

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

Related Skills

governance-dev

Development

This Claude Skill helps developers build governance systems for Ëtrid blockchain networks using Rust. It scaffolds governance pallets for Consensus Day, implements proposal registries with lifecycle management, and integrates vote dilution algorithms with weighting logic. Use this skill when you need to quickly implement on-chain governance features including proposal handling and distribution pay schedule execution.

View skill

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