An interactive Chinese-language quiz about one OpenCode lesson. OpenCode is a coding agent, and each lesson covers a topic such as commands, memory, skills, agents, or external data connections.
An interactive Chinese-language self-assessment for OpenCode, a coding agent. It checks your knowledge across several skill areas and suggests a learning order.
A skill for creating, updating, or reviewing an AGENTS.md file. AGENTS.md is a project note that gives coding agents lasting context about the codebase and its conventions.
A writing aid that keeps public-facing text consistent with a defined brand voice. Brand voice is the shared tone, vocabulary, and style a company uses when communicating.
A tool for generating API documentation from source code. An API is a defined way for software systems to communicate, and the documentation explains its endpoints, inputs, outputs, errors, and access rules.
A guided code-refactoring workflow based on Martin Fowler’s methods. Refactoring changes a codebase’s internal structure while keeping its externally visible behaviour the same.