@lijigang: An Answer to the World:

X AI KOLs Timeline Tools

Summary

A custom skill set designed for Claude Code, providing various productivity tools and feature modules, with support for CLI installation and Markdown/Org format output.

An Answer to the World: https://t.co/q9JL7v4nXv
Original Article
View Cached Full Text

Cached at: 05/12/26, 12:55 PM

A Response to This World: https://t.co/q9JL7v4nXv — # lijigang/ljg-skills Source: https://github.com/lijigang/ljg-skills # ljg-skills My custom skill set for Claude Code (https://docs.anthropic.com/en/docs/claude-code).

Installation

Install with a single command using the skills CLI (https://github.com/vercel-labs/skills) (powered by npx):

# Install all skills (globally, org-mode format)
npx skills add lijigang/ljg-skills -g --all

# Install all skills (Markdown format, suitable for Obsidian / VSCode / Notion, etc.)
npx skills add lijigang/ljg-skills#md -g --all

# Install a single skill
npx skills add lijigang/ljg-skills -g --skill ljg-card

# Install a single skill (Markdown format)
npx skills add lijigang/ljg-skills#md -g --skill ljg-card

# Install multiple specified skills
npx skills add lijigang/ljg-skills -g --skill ljg-card --skill ljg-learn

# List available skills in the repository
npx skills add lijigang/ljg-skills -l

Parameter Guide:

ParameterDescription
-gInstall globally to ~/.claude/skills/ (recommended). If omitted, installs to the current project’s .claude/skills/.
--skill Specify a specific skill to install. Can be repeated.
--allInstall all skills in the repository.
#mdInstall the Markdown format version from the md branch (defaults to org-mode).
-lList available skills only without installing.

ljg-card

The ljg-card skill relies on Playwright for screenshots. After installation, run the following extra steps:

cd ~/.claude/skills/ljg-card && npm install && npx playwright install chromium

Alternative Method: Git Clone

# Org-mode version
git clone https://github.com/lijigang/ljg-skills.git ~/.claude/plugins/ljg-skills

# Markdown version
git clone -b md https://github.com/lijigang/ljg-skills.git ~/.claude/plugins/ljg-skills

Skills

SkillDescription
ljg-cardContent-to-Card — Converts content into PNG visual cards (long image -l, infographic -i, multi-card -m, visual note -v, comic -c, whiteboard -w, large text -b)
ljg-learnConcept Dissection — Deconstructs a concept along eight dimensions (historical, dialectical, phenomenological, linguistic, formal, existential, aesthetic, meta-reflection), distilled into a single epiphany
ljg-paperPaper Reading — Extracts core ideas from academic papers for non-experts, focusing on comprehension over critique
ljg-paper-riverPaper Genealogy — Uses a reverse-reading approach to recursively trace preceding papers (up to 5 layers) + latest developments, narrating the evolution of a problem from its origins
ljg-qaQ&A Generator — Distills core viewpoints from articles/papers/books into Q&A chains. Questions hit the key points, while answers are structured in four parts (conclusion / formalization / steps / boundaries)
ljg-plainPlain Language Engine — Rewrites any content so that even a bright 12-year-old can understand it
ljg-rankRank Reduction Engine — Given a domain, identifies the irreducible independent generators behind it
ljg-thinkFirst Principles Arrow — Given a viewpoint or phenomenon, drills vertically down to its indivisible essence
ljg-wordWord Mastery — Deeply deconstructs an English word’s core semantics and moment of realization
ljg-writesWriting Engine — Slices open a viewpoint like a scalpel, peeling back layers to the core. Produces 1000–1500 words
ljg-investInvestment Analysis — Core focus on determining whether a project functions as an “order-creating machine”
ljg-readReading Companion — Reads any text alongside you, featuring three-tier English translation (faithfulness, expressiveness, elegance) + structural annotation + deep questioning + cross-domain extensions
ljg-relationshipRelationship Analysis — Five-layer structural diagnosis combined with psychoanalysis. Guides users through dialogue to help them “see” the true structure of their relationships
ljg-roundtableRoundtable Discussion — Truth-seeking, structured multi-person dialectical dialogue. Generates an ASCII thinking framework diagram each round
ljg-travelTravel Research — Enter a city name to generate an in-depth cultural research document (org-mode) + portable cards (PNG)
ljg-skill-mapSkill Map — Scans all installed skills and renders a visual overview
ljg-presentPresentation Forge — Defaults to Takahashi style (one keyword per page, cream background with dark text); -s flag enables slogan style (VACAT/BIG STUDIOS vibe: black-red dual-color blocks, ultra-bold, full assertion sentences filling the screen)
ljg-pushPush Engine — One-click syncs local ~/.claude/skills/ljg-* files to a GitHub repository (maintaining both master and md branches)

Workflows

Workflows chain multiple skills together into a single command.

WorkflowSkill ChainDescription
ljg-paper-flowljg-paper → ljg-card -cReads a paper and generates a comic-style card in one go
ljg-word-flowljg-word → ljg-card -iPerforms deep word analysis and creates an infographic card seamlessly

Output Formats

The skills offer two output formats depending on which branch you install. Functionality remains identical:

BranchFormatUse Case
master (default)Org-mode (.org)For Emacs / Denote users
mdMarkdown (.md)For users in the Markdown ecosystem (Obsidian, VSCode, Notion, etc.)

Similar Articles

@max_ai_max: https://x.com/max_ai_max/status/2060221653259547069

X AI KOLs Timeline

This article shares a practical guide to writing a truly usable Claude Skill, covering the operating mechanism, directory skeleton, frontmatter writing, iteration methods, etc., to help developers efficiently build and debug custom skills.

@aronhouyu: https://x.com/aronhouyu/status/2063561548145275255

X AI KOLs Following

Introduces an open-source repository called awesome-codex-skills, which contains thousands of preset skills for Codex (as well as Claude Code, Gemini CLI, etc.), covering development, data, collaboration, and other scenarios. It also provides installation and usage guides to help users reuse workflows.

@sitinme: An open-source project that adds an "enhanced plugin pack" to Claude Code — oh-my-claudecode, upgrading the originally solo-operating Claude Code into more of an AI development team with division of labor, workflows, and automation capabilities. Many people use Claude Cod…

X AI KOLs Timeline

oh-my-claudecode is an open-source project that provides an enhanced plugin pack for Claude Code, upgrading it into an AI development team with task division, automated workflows, and team collaboration capabilities, suitable for heavy users and complex projects.

@chenggeshuo: Install this official plugin, and Claude Code becomes a completely different beast! Anthropic quietly dropped a bombshell: the claude-code-setup plugin, which takes the native version from "usable" straight to "god-tier development environment". Automatically scans your project, one-click configures hooks, skills, MCP services…

X AI KOLs Timeline

Anthropic released the official claude-code-setup plugin that automatically scans your project and configures hooks, skills, MCP services, etc., elevating Claude Code from a basic usable tool to a powerful development environment.

@wanerfu: A Japanese developer discovered a little-known trick for Claude Code. He set up a skill called 'Find Skill'. It embeds into Claude Code like a small MCP package. Write a task description once. Claude searches hundreds of skills in the human ecosystem and automatically assembles the most suitable workflow. Video script (Notion…)

X AI KOLs Timeline

A Japanese developer discovered a trick for Claude Code: by setting a 'Find Skill' skill, Claude automatically searches and combines hundreds of skills to create workflows, enabling automated video content generation.