Instructions file CodexOpenCode
A repository-wide instruction file for an Agents Skills collection. These skills are reusable instructions that AI coding assistants can load for specific engineering tasks.
Instructions file CodexOpenCode
A repository-wide instruction file for an Agents Skills collection. These skills are reusable instructions that AI coding assistants can load for specific engineering tasks.
Instructions file
Instructions for jiushiwon/wg-skills, covering wg-skills —— claude code 入口, 加载指令 and claude 特定补充.
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.
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.
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.
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.
Skill Claude CodeCodex
Use when a backend project needs database selection, table prefix, initial schema, or migration strategy. Covers PostgreSQL / MySQL / MongoDB selection and migration rules. Referenced by backend-select-skill and the 4 backend skills. Triggers: "数据库选型", "PostgreSQL 还是 MySQL", "数据库迁移", "schema 设计", "表前缀", "MongoDB…
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.