explaingit

jinchenma94/jinchenma-skill

20Audience · writerComplexity · 1/5ActiveSetup · easy

TLDR

A public collection of AI Agent Skills by Jin Chen Ma. Currently ships one writing-helper skill that gathers sources, drafts outlines, and checks drafts against a Chinese writing style guide.

Mindmap

mindmap
  root((jinchenma-skill))
    Inputs
      Install sentence
      Writing topic
      Source links
    Outputs
      Material index
      Article outline
      First draft
    Use Cases
      Research a topic
      Draft a beginner article
      Apply house style
    Tech Stack
      Markdown
      AI Agent skill format
      Chinese prompts

Things people build with this

USE CASE 1

Install the writing skill into Claude or another agent and draft Chinese articles

USE CASE 2

Use the agent to search the web and compile a material index

USE CASE 3

Check a draft against the Jin Chen Ma writing style rules

Tech stack

MarkdownAIAgent

Getting it running

Difficulty · easy Time to first run · 5min

README and style rules are written entirely in Chinese, so non-Chinese users must translate the writing-style reference file.

In plain English

This repository holds a public version of AI Agent Skills shared by an author who goes by Jin Chen Ma. A skill, in this setup, is a small bundle of instructions and reference files that you drop into an AI Agent so the agent knows how to handle a particular kind of task. The repo currently contains one such skill, called jinchenma-article-writing. The quickest way to use it, according to the README, is to send a single sentence to your AI Agent that tells it to install the jinchenma-article-writing skill from this GitHub URL into your skills directory. After that, the skill lives at a path like skills/jinchenma-article-writing/ inside your project, and you can talk to your agent in plain Chinese about what you want to write. The skill itself is described as a writing helper that does three things. First, it gathers raw material before you start writing, for example by searching the web or organising links you already have. Second, it turns that material into an article outline. Third, it checks the direction and first draft of the article against a set of writing rules the author calls Jin Chen Ma style AI practical writing. The README lists sample requests such as asking the agent to gather sources, turn links into a material file, draft an outline from those sources, or write a beginner-friendly piece in everyday language. Generated material, indexes, outlines and drafts are saved by default into a folder called jinchenma-article-writing-workspace inside your current project, unless you tell the agent to use a different location. The detailed style rules that the skill follows are stored inside the skill itself, in a file at skills/jinchenma-article-writing/references/writing-style.md. The README is written entirely in Chinese and is short. It does not list dependencies, supported agents by name, a licence, or any setup beyond the install sentence. Anyone using a non-Chinese agent or working in another language would need to read the style reference file to know what the writing rules actually say.

Copy-paste prompts

Prompt 1
Install the jinchenma-article-writing skill from this repo into my agent skills directory
Prompt 2
Use jinchenma-article-writing to gather sources on how AI agents handle memory and build a material index
Prompt 3
With jinchenma-article-writing, turn these links into a writing material file and draft an outline for a beginner audience
Prompt 4
Apply the Jin Chen Ma style guide at skills/jinchenma-article-writing/references/writing-style.md to review my draft
Open on GitHub → Explain another repo

Generated 2026-05-22 · Model: sonnet-4-6 · Verify against the repo before relying on details.