jiushiwon/wg-skills

My Good AI SKILLS

This repository also configures its own agents. See what wg-skills tells them →

98Stars on the repository
98Mods indexed here, across every type
yesterdayLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

ai-speech-detector

01

jiushiwon/wg-skills

Skill Claude CodeCodex

A writing checker that looks for wording and patterns often associated with AI-generated text in Chinese, English, or mixed-language copy. It gives a score and checks styles such as academic, social-media, ecommerce, technical, and official writing.

not rated 98 +11 changed 6d ago A SkillSpector: pass 123 tokens original Apache-2.0

skill-auditor

02

jiushiwon/wg-skills

Skill Claude CodeCodex

A security-audit skill for reviewing Claude Code or agent skills before installation. It reads their instructions and related text files to look for data theft, malicious commands, prompt manipulation, excessive permissions, and mismatched claims.

not rated 98 +11 yesterday C 179 tokens original Apache-2.0

jiushiwon/wg-skills

Skill Claude CodeCodex

A skill that creates flowcharts and workflow diagrams from a short description or a list of steps. It can output SVG and PNG diagrams with selectable layouts, arrow styles, and visual themes.

not rated 98 +11 yesterday A SkillSpector: pass 68 tokens original Apache-2.0

jiushiwon/wg-skills

Skill Claude CodeCodex

A writing guide for creating Xiaohongshu posts, a Chinese social-media platform, in a consistent personal style. It can also help build a reusable style profile and revise copy to reduce AI-like wording.

not rated 98 +11 yesterday A SkillSpector: pass 58 tokens original Apache-2.0

database-skill

05

jiushiwon/wg-skills

Skill Claude CodeCodex

A database planning guide for backend projects. It helps choose PostgreSQL, MySQL, MongoDB, or selected time-series databases, then defines table naming, initial data structures, and production migrations.

not rated 98 +11 yesterday A SkillSpector: pass 0 tokens original Apache-2.0

jiushiwon/wg-skills

Skill Claude CodeCodex

A skill for adding MongoDB, a database that stores JSON-like documents, to an existing backend project. It covers connection setup, document models, data operations, queries, indexes, and transactions.

not rated 98 +11 yesterday A SkillSpector: pass 101 tokens original Apache-2.0

mysql-module-skill

07

jiushiwon/wg-skills

Skill Claude CodeCodex

A MySQL integration guide for existing backend projects. MySQL is a database system; the guide covers connections, table design, application-object mapping, transactions, indexes, and read replicas.

not rated 98 +11 yesterday A SkillSpector: pass 110 tokens original Apache-2.0

pgsql-module-skill

08

jiushiwon/wg-skills

Skill Claude CodeCodex

A PostgreSQL integration guide for existing backend projects. PostgreSQL is a database system; the guide covers connecting to it, designing tables, mapping application objects, and handling database operations.

not rated 98 +11 yesterday A SkillSpector: pass 120 tokens original Apache-2.0

java-fast-skill

09

jiushiwon/wg-skills

Skill Claude CodeCodex

A beginner-friendly Java learning guide that answers questions about core Java topics such as types, syntax, classes, collections, errors, files, threads, generics, and lambdas.

not rated 98 +11 yesterday A SkillSpector: pass 155 tokens original Apache-2.0

jiushiwon/wg-skills

Skill Claude CodeCodex

A guided setup tool for creating a Spring Boot web service, where Spring Boot is a Java framework for building server applications. It detects or installs needed tools and can generate a project with web, database, login, file-upload, streaming, and API-documentation pieces.

not rated 98 +11 yesterday A SkillSpector: warn 229 tokens original Apache-2.0

jiushiwon/wg-skills

Skill Claude CodeCodex

An add-on for an existing Spring Boot application that adds an AI chat agent using Spring AI or LangChain4j. The agent can connect to language models, remember conversation context, call defined tools, stream replies, and manage user-linked conversations.

not rated 98 +11 changed 3d ago A SkillSpector: warn 150 tokens original Apache-2.0

jiushiwon/wg-skills

Skill Claude CodeCodex

A Spring Boot module for adding role-based access control and organization management to an existing project. Role-based access control means permissions are assigned through roles, such as administrator or manager.

not rated 98 +11 yesterday A SkillSpector: pass 118 tokens original Apache-2.0

jiushiwon/wg-skills

Skill Claude CodeCodex

A guide for adding Apache Kafka messaging to an existing Spring Boot application. Kafka is a system for sending and processing messages between services.

not rated 98 +11 yesterday A SkillSpector: pass 107 tokens original Apache-2.0

jiushiwon/wg-skills

Skill Claude CodeCodex

A Spring Boot integration guide for application notifications. It covers text messages, email, in-app messages, push notifications, and templates for projects that already use Spring Boot.

not rated 98 +11 yesterday A SkillSpector: pass 93 tokens original Apache-2.0

jiushiwon/wg-skills

Skill Claude CodeCodex

A Spring Boot module guide for managing organizations, departments, users, roles, menus, and permissions. RBAC, or role-based access control, means giving permissions to roles and assigning those roles to users.

not rated 98 +11 yesterday A SkillSpector: pass 104 tokens original Apache-2.0

jiushiwon/wg-skills

Skill Claude CodeCodex

A payment integration module for existing Spring Boot applications. Spring Boot is a Java framework for building web services; this module connects them to WeChat Pay and Alipay.

not rated 98 +11 yesterday A SkillSpector: warn 98 tokens original Apache-2.0

jiushiwon/wg-skills

Skill Claude CodeCodex

A Spring Boot integration module for Redis, a fast data store often used for temporary data, shared login sessions, coordination between servers, request limits, and message streams. It is intended for an existing Spring Boot project.

not rated 98 +11 yesterday A SkillSpector: pass 110 tokens original Apache-2.0

nodejs-init-skill

18

jiushiwon/wg-skills

Skill Claude CodeCodex

A setup assistant for creating Node.js web services with the Express framework. It checks the environment, installs needed tools, and generates a ready-to-run project with authentication, file uploads, API documentation, and database choices.

not rated 98 +11 yesterday A SkillSpector: warn 219 tokens original Apache-2.0

fastapi-init-skill

19

jiushiwon/wg-skills

Skill Claude CodeCodex

A tool that creates a complete FastAPI web-service starting point, including database choices, login protection, file uploads, streaming responses, API documentation, and start or restart scripts.

not rated 98 +11 yesterday A SkillSpector: warn 229 tokens original Apache-2.0

jiushiwon/wg-skills

Skill Claude CodeCodex

A FastAPI module for adding a conversational AI agent to an existing Python web project. It uses LangGraph to connect conversation steps and supports tools, model connections, conversation history, access checks, validation, retries, rate limits, and audit records.

not rated 98 +11 yesterday A SkillSpector: warn 120 tokens original Apache-2.0

jiushiwon/wg-skills

Skill Claude CodeCodex

A Python module for adding AI chat to an existing FastAPI application. FastAPI is a Python framework for building web services, and this module covers conversations, saved context, streaming replies, usage tracking, limits, and several model providers.

not rated 98 +11 yesterday A SkillSpector: warn 106 tokens original Apache-2.0

jiushiwon/wg-skills

Skill Claude CodeCodex

A FastAPI add-on for company organization structures and access control. It includes tenants, departments, positions, users, roles, menus, and data permissions; RBAC means access is assigned through roles.

not rated 98 +11 yesterday A SkillSpector: pass 114 tokens original Apache-2.0

jiushiwon/wg-skills

Skill Claude CodeCodex

A FastAPI module for sending SMS, email, in-app messages, and push notifications. It also supports message templates and records for in-app notifications.

not rated 98 +11 yesterday A SkillSpector: pass 93 tokens original Apache-2.0

jiushiwon/wg-skills

Skill Claude CodeCodex

A FastAPI module for managing companies, departments, users, roles, menus, and permissions. RBAC, or role-based access control, means people get access based on the roles assigned to them.

not rated 98 +11 yesterday A SkillSpector: pass 105 tokens original Apache-2.0

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: