CarolZ1

Xaction Skills — AI skill for Claude Code

AI community

8 production-grade agent skills (SKILL.md standard) by Xaction: code-review, debugging, tdd, file-organizer, markitdown, skill-builder, skill-reviewer, text-patterns.

How to install Xaction Skills

This entry records only its repository, not the path inside it, so there is no exact command to give. Open CarolZ1/xaction-skills and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Xaction Skills does

8 production-grade agent skills (SKILL.md standard) by Xaction: code-review, debugging, tdd, file-organizer, markitdown, skill-builder, skill-reviewer, text-patterns. / 8 个生产级 AI 智能体技能:代码审查、调试、TDD、文件整理、文档转换、技能制作/审查、文本处理模式。

Alternatives in AI

  • Humanizer: Remove AI Writing Patterns — You are a writing editor that identifies and removes signs of AI-generated text to make writing sound more nat 10.5k ★
  • Huashu Md HTML — md/html 双向流水线 · 三个能力一站式:万物→md / md→精美html / html→md 889 ★
  • Claude Code Configs — A comprehensive collection of production-grade Claude Code configurations, specialized agents, and automation 624 ★

README

Xaction Skills

8 production-grade agent skills — cross-platform, ecosystem-agnostic, following the open SKILL.md standard.

8 个生产级智能体技能——跨平台、不绑定生态,遵循开放的 SKILL.md 标准。

**English** | [中文说明](#中文说明)

Skills

Skill What it does
code-review Multi-dimensional code review with quality gates — five axes (correctness, readability, architecture, security, performance), severity-labeled findings (Critical / Required / Optional / Nit), and a clear approval standard
debugging Four-phase systematic debugging with the Iron Law: no fixes without root-cause investigation first. Escalates to architecture questioning after 3 failed fixes
tdd Test-driven development discipline — red → green → refactor loop, seams, anti-patterns, mocking principles, and worked examples for TS/Python/no-framework
file-organizer Safely organize files and folders — read-only scan first, SHA-256 duplicate detection, strict safety guardrails, trash over delete
markitdown Convert documents (PDF, Word, Excel, PPT, HTML, images, audio) to Markdown via Microsoft MarkItDown — safe local conversion, batch workflows, offline fallback
skill-builder Build, modify, optimize, or review skills — a meta-skill with trigger-word engineering, structure guide, and quality checklists
skill-reviewer Review a skill and score it automatically against an 11-dimension standard, with hard-check scripts and a P1/P2/P3 fix list
text-patterns Curated text-processing patterns based on Daniel Miessler's fabric — summarize, extract insights, analyze claims, improve writing; works with or without the fabric CLI

Installation

Each folder is a self-contained skill package. Drop the folder you want into your agent's skills directory:

# Claude Code
git clone https://github.com/CarolZ1/xaction-skills.git
cp -r xaction-skills/tdd ~/.c