wangyendt/wayne-skills

Including self-designed agent skills and pywayne skills

8Stars on the repository
46Mods indexed here, across every type
7d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

alapi

01

wangyendt/wayne-skills

Skill Claude CodeCodex

Comprehensive ALAPI skill covering the full bundled ALAPI OpenAPI catalog. Use when the user mentions ALAPI, alapi, ALAPITOKEN, openapi.json, or an ALAPI path like /api/..., or asks to find which ALAPI API matches a business need, choose between similar ALAPI endpoints, explain request fields, prepare or execute a…

not rated 8 7d ago C 154 tokens original MIT

awesome-docs

02

wangyendt/wayne-skills

Skill Claude CodeCodex

Use this skill whenever the user asks to record, save, organize, update, or maintain project documentation, including plan documents, todo documents, temporary ideas, project risks, next actions, experiment notes, know-how, roadmap items, decision records, summaries, story-telling documentation polish, technical book…

not rated 8 7d ago A 134 tokens original MIT

deep-think

03

wangyendt/wayne-skills

Skill Claude CodeCodex

A workflow for deeply analysing a problem through explicit planning, focused follow-up analysis, prediction, reflection, and a final summary.

not rated 8 7d ago A 109 tokens original MIT

learning-tutor

04

wangyendt/wayne-skills

Skill Claude CodeCodex

A one-question-at-a-time tutor for learning a field, concept, or research paper through explanations, practice, and assessment.

not rated 8 7d ago A 91 tokens original MIT

proactive-agent

05

wangyendt/wayne-skills

Skill Claude CodeCodex

An architecture guide for making an AI assistant act proactively, retain important context, recover after conversations are shortened, and improve itself safely over time.

not rated 8 7d ago A 47 tokens original MIT

wangyendt/wayne-skills

Skill Claude CodeCodex

Android device logcat reader for real-time log monitoring. Use when working with pywayne.adb.logcatreader module to read Android device logs via adb logcat command, supporting both C++ backend (faster) and Python backend (subprocess) with generator-style output for streaming logs.

not rated 8 7d ago A 66 tokens original MIT

pywayne-ahrs-tools

07

wangyendt/wayne-skills

Skill Claude CodeCodex

AHRS quaternion decomposition and roll/pitch compensation utilities. Use when working with pywayne.ahrs.tools module for quaternion to Euler angle decomposition, or compensating orientation to zero pitch and roll using roll-pitch compensation method.

not rated 8 7d ago A 51 tokens original MIT

pywayne-aliyun-oss

08

wangyendt/wayne-skills

Skill Claude CodeCodex

Aliyun OSS (Object Storage Service) file management toolkit for Python. Use when working with Aliyun OSS to upload files, download files, list objects, delete files, manage directories, read file contents, check file existence, get file metadata, copy and move objects. Supports both authenticated (with API key/secret…

not rated 8 7d ago A 82 tokens original MIT

wangyendt/wayne-skills

Skill Claude CodeCodex

Execute commands with full I/O logging. Use when users need to record the complete execution of a command including stdin, stdout, and stderr to a log file while maintaining real-time console output. Triggered by requests to log, record, monitor, or trace command execution, especially for builds, long-running scripts…

not rated 8 7d ago A 77 tokens original MIT

pywayne-bin-gettool

10

wangyendt/wayne-skills

Skill Claude CodeCodex

Fetch and install C++ tools/libraries from cpptools repository. Use when users need to download or clone third-party C++ libraries such as eigen, opencv, pcl, fmt. Use for building tools from source using CMake, installing tools with installation scripts, listing available tools, or managing cpptools repository URL.…

not rated 8 7d ago B 91 tokens original MIT

wangyendt/wayne-skills

Skill Claude CodeCodex

Analyze and visualize Git commit time distribution. Use when users need to analyze Git repository commit patterns, generate commit statistics, visualize commit activity by time, hour, or weekday. Triggered by requests to analyze commits, show commit distribution, visualize Git activity, or generate commit time…

not rated 8 7d ago B 63 tokens original MIT

wangyendt/wayne-skills

Skill Claude CodeCodex

Configure common development commands and local tool environments with pywayne's toolsetup CLI. Use whenever the user mentions toolsetup, cross-platform shell shortcuts, proxyon/proxyoff, persistent goto aliases, the Linux gpu helper, nvm/npm bootstrap, Linux Tailscale installation, or MongoDB/PyMongo setup on macOS…

not rated 8 7d ago B 88 tokens original MIT

wangyendt/wayne-skills

Skill Claude CodeCodex

Sensor calibration toolkit with magnetometer calibration using close-form method. Use when calibrating IMU sensors (accelerometer, gyroscope, magnetometer) to compute soft-iron matrix and hard-iron offset for magnetometer correction. Requires sensor fusion with VQF for orientation estimation.

not rated 8 7d ago A 66 tokens original MIT

pywayne-cross-comm

14

wangyendt/wayne-skills

Skill Claude CodeCodex

WebSocket-based cross-language communication service with support for multiple message types (text, JSON, dict, bytes, images, files, folders) and client management. Use when building real-time communication applications between Python and other languages, needing multi-device messaging, or requiring file transfer via…

not rated 8 7d ago A 86 tokens original MIT

pywayne-crypto

15

wangyendt/wayne-skills

Skill Claude CodeCodex

Encryption and decryption toolkit for string and byte data. Supports Fernet (AES-128) symmetric encryption, fallback XOR encryption, custom password protection, code obfuscation, and batch processing. Use when users need to encrypt/decrypt sensitive data, protect algorithms, or obfuscate Python code.

not rated 8 7d ago A 65 tokens original MIT

wangyendt/wayne-skills

Skill Claude CodeCodex

AprilTag corner detection for camera calibration and pose estimation. Use when working with pywayne.cv.apriltagdetector module to detect AprilTag fiducial markers in images, extract tag IDs and four corner coordinates, choose tag families such as tag16h5 or tag36h11, apply optional preprocessing, and rely on automatic…

not rated 8 7d ago A 86 tokens original MIT

wangyendt/wayne-skills

Skill Claude CodeCodex

Camera model wrapper for cameramodels C++ library via pybind11. Use when working with pywayne.cv.cameramodel module to load camera models from YAML configuration files, access camera properties (model type, image size, parameters), perform projection operations (liftprojective, spacetoplane), and export camera…

not rated 8 7d ago A 71 tokens original MIT

wangyendt/wayne-skills

Skill Claude CodeCodex

Geometric hull calculator for 2D point sets supporting convex hull, concave hull (concave-hull, alphashape), and minimum bounding rectangle. Use when working with pywayne.cv.geometrichullcalculator module to compute geometric hulls, visualize results with OpenCV or matplotlib, and generate random test point sets.

not rated 8 7d ago A 78 tokens original MIT

wangyendt/wayne-skills

Skill Claude CodeCodex

Stereo vision AprilTag matching for dual-camera systems. Use when working with pywayne.cv.stereotagmatcher module to match AprilTags from left/right camera views, find common tags between images, stitch stereo images together, and visualize results with color-coded annotations (all tags green, common tags yellow, red…

not rated 8 7d ago A 74 tokens original MIT

pywayne-cv-tools

20

wangyendt/wayne-skills

Skill Claude CodeCodex

OpenCV YAML file read/write utilities. Use when working with pywayne.cv.tools module to read OpenCV FileStorage YAML files with support for nested structures, numpy arrays, basic types, and lists. Handles cv2.FileNode parsing including Map, Seq, and matrix nodes.

not rated 8 7d ago A 61 tokens original MIT

wangyendt/wayne-skills

Skill Claude CodeCodex

Data structure toolkit for logical condition trees, union-find operations, and XML file I/O. Use when working with tree-based data structures, set operations, union-find algorithms, or XML parsing and serialization.

not rated 8 7d ago A 46 tokens original MIT

pywayne-dsp

22

wangyendt/wayne-skills

Skill Claude CodeCodex

Digital signal processing toolkit for filtering, peak detection, detrending, and curve similarity. Use when working with sensor data, signal preprocessing, feature extraction, noise suppression, or time-series analysis. Includes Butterworth filter, One-Euro filter, signal detrending, DTW curve similarity, Welford…

not rated 8 7d ago A 73 tokens original MIT

pywayne-gui

23

wangyendt/wayne-skills

Skill Claude CodeCodex

Windows GUI automation toolkit for global hotkeys and window management. Use when users need to register global hotkeys, find/control windows, automate GUI operations, or perform Windows desktop automation. Requires Windows OS with pywin32, pyuserinput, and pyautogui dependencies.

not rated 8 7d ago A 60 tokens original MIT

pywayne-helper

24

wangyendt/wayne-skills

Skill Claude CodeCodex

Project configuration management helper for YAML config files. Use when projects need cross-process/cross-file parameter sharing via a centralized config file. Supports automatic project root detection, nested config key management, and waiting mechanism for values set by other processes.

not rated 8 7d ago A 51 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: