AIDotNet

119 mods across 2 repositories, 716 stars between them.

refactor-assistant

73

AIDotNet/MoYuCode

Skill Claude CodeCodex

A code-refactoring assistant that improves code structure while keeping its behaviour the same. Refactoring means reorganising existing code without intentionally changing what it does.

84 7mo ago A 29 tokens original MIT

security-scanner

74

AIDotNet/MoYuCode

Skill Claude CodeCodex

A code-review workflow focused on common security problems, including OWASP Top 10 risks, exposed secrets, and unsafe security settings. OWASP Top 10 is a list of widely recognized web-application security risks.

84 7mo ago A 29 tokens original MIT

test-generator

75

AIDotNet/MoYuCode

Skill Claude CodeCodex

A test-writing assistant that creates automated checks for code, including unit, integration, and end-to-end tests. It supports common test tools such as Jest, Vitest, pytest, and xUnit.

84 7mo ago A 37 tokens original MIT

web-scraper

76

AIDotNet/MoYuCode

Skill Claude CodeCodex

A web-scraping guide for collecting data from web pages by selecting elements with CSS selectors or XPath, query methods that locate parts of an HTML page. It includes examples using Puppeteer, a tool for controlling a browser from code.

84 7mo ago A 29 tokens original MIT

plan

77

AIDotNet/MoYuCode

Skill Claude CodeCodex

A planning workflow for turning software requests into structured implementation documents.

84 7mo ago A 35 tokens original MIT

barcode-generator

78

AIDotNet/MoYuCode

Skill Claude CodeCodex

A tool for creating common barcodes such as Code 128, EAN-13, UPC-A, and Code 39. Barcodes are machine-readable patterns that represent product codes or other text.

84 7mo ago A 18 tokens original MIT

base64-encoder

79

AIDotNet/MoYuCode

Skill Claude CodeCodex

A tool for encoding and decoding Base64, URL-safe Base64, and hexadecimal strings, including file data. Base64 is a text representation commonly used to carry binary data.

84 7mo ago A 27 tokens original MIT

bilibili-analyzer

80

AIDotNet/MoYuCode

Skill Claude CodeCodex

A tool for analysing videos from Bilibili, a Chinese video-sharing website, by downloading them, extracting still images, and using AI to create a structured document or practical tutorial.

84 7mo ago B 38 tokens original MIT

clipboard-manager

81

AIDotNet/MoYuCode

Skill Claude CodeCodex

A clipboard utility for copying and pasting text or files through the computer's system clipboard, with history and format conversion.

84 7mo ago A 23 tokens original MIT

code-formatter

82

AIDotNet/MoYuCode

Skill Claude CodeCodex

A source-code formatting tool for applying consistent style to Python, JavaScript, JSON, and other supported files. It can format individual files or directories, or check whether changes are needed without editing them.

84 7mo ago A 27 tokens original MIT

color-converter

83

AIDotNet/MoYuCode

Skill Claude CodeCodex

A command-line tool for converting colors between HEX, RGB, HSL, HSV, and CMYK formats, plus generating color palettes. These are different ways to represent the same color.

84 7mo ago A 27 tokens original MIT

cron-scheduler

84

AIDotNet/MoYuCode

Skill Claude CodeCodex

A tool for reading and writing cron schedules. Cron is a common system service that runs commands automatically at set times.

84 7mo ago A 19 tokens original MIT

csv-processor

85

AIDotNet/MoYuCode

Skill Claude CodeCodex

A command-line tool for working with CSV files, which are plain-text tables of rows and columns.

84 7mo ago A 26 tokens original MIT

email-sender

86

AIDotNet/MoYuCode

Skill Claude CodeCodex

An SMTP email-sending tool for sending plain or HTML messages, attachments, and messages to multiple recipients. SMTP is the standard protocol used by mail servers to deliver email.

84 7mo ago A 28 tokens original MIT

env-manager

87

AIDotNet/MoYuCode

Skill Claude CodeCodex

A tool for managing environment variables and .env files. These files store configuration such as database URLs and API keys outside the source code.

84 7mo ago A 19 tokens original MIT

excel-handler

88

AIDotNet/MoYuCode

Skill Claude CodeCodex

A tool for reading, creating, editing, and converting Excel spreadsheets, including .xlsx and .xls files. It supports formulas, formatting, data export, and merging files.

84 7mo ago A 32 tokens original MIT

exceljs

89

AIDotNet/MoYuCode

Skill Claude CodeCodex

A Node.js library for reading, editing, and writing Excel XLSX spreadsheet files, including formatting, formulas, charts, and large-file streaming.

84 7mo ago A 38 tokens original MIT

file-archiver

90

AIDotNet/MoYuCode

Skill Claude CodeCodex

A tool for creating, listing, and extracting ZIP, TAR, and GZIP compressed archives, with optional password protection.

84 7mo ago A 24 tokens original MIT

file-hasher

91

AIDotNet/MoYuCode

Skill Claude CodeCodex

A tool for calculating file hashes, which are short values used to identify file contents. It supports MD5, SHA1, SHA256, and SHA512.

84 7mo ago A 29 tokens original MIT

file-watcher

92

AIDotNet/MoYuCode

Skill Claude CodeCodex

A file and directory monitoring tool that reports changes through event callbacks and can filter which names matter. It can also run a command when a change occurs.

84 7mo ago A 18 tokens original MIT

fluent-ffmpeg

93

AIDotNet/MoYuCode

Skill Claude CodeCodex

fluent-ffmpeg from AIDotNet/MoYuCode.

84 7mo ago not scanned tokens not measured original MIT

git-stats

94

AIDotNet/MoYuCode

Skill Claude CodeCodex

A tool for summarizing activity in a Git repository, the version-controlled record of a project's files and changes.

84 7mo ago A 20 tokens original MIT

http-client

95

AIDotNet/MoYuCode

Skill Claude CodeCodex

An HTTP client for sending requests to web services and APIs, including GET, POST, PUT, and DELETE requests. It supports headers, authentication, JSON bodies, and file uploads.

84 7mo ago A 19 tokens original MIT

image-processor

96

AIDotNet/MoYuCode

Skill Claude CodeCodex

An image-processing tool for resizing pictures, changing file formats, adding watermarks, and creating smaller versions called thumbnails.

84 7mo ago A 28 tokens original MIT