Ai Tradecraft Skills banner
boshuthebuilder boshuthebuilder

Ai Tradecraft Skills

AI community

Description

Framework + Agent Skills for a headless AI assisting system over real folders — the in-folder knowledge wiki is the first shipped layer. Shared by Claude Code/Cowork sessions and automated pipelines.

Installation

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

README

ai-tradecraft-skills

A method library of [Agent Skills](https://code.claude.com/docs/en/skills) for AI-agent-driven work, organised by **direction** — each direction a real Claude Code plugin, installable on its own:

  • coding — development-process discipline for coding agents: plan, build, and gate a change across a mixed-capability pool of humans and models. Applies to any repo, whoever wrote it.
  • ai-os — the framework and skills for a headless AI assisting system: one that runs unattended over a person's real folders, notices what changed, reasons over it, and keeps a synthesised layer current without being asked.
  • productivity — skills for individual AI-assisted work: ai-writing-audit, which checks a draft for the signs of AI authorship and rewrites so it reads as human, and portable-markdown, for generating .md a person will open in a desktop editor.

The conventions live in **one home**, so interactive Claude Code / Cowork sessions and automated pipelines share the same logic.

Install

The skills are self-contained method prose in the open [`SKILL.md`](https://code.claude.com/docs/en/skills) format, so they work in any agent that reads it — install only the direction you need.

Claude Code / Cowork

/plugin marketplace add boshuthebuilder/ai-tradecraft-skills
/plugin install coding@ai-tradecraft-skills
/plugin install ai-os@ai-tradecraft-skills
/plugin install productivity@ai-tradecraft-skills

ChatGPT (Codex CLI)

Codex CLI reads the Claude Code marketplace format, so the same repo installs as a Codex plugin — no cloning or symlinking:

codex plugin marketplace add boshuthebuilder/ai-tradecraft-skills
codex plugin add coding@ai-tradecraft-skills
codex plugin add ai-os@ai-tradecraft-skills
codex plugin add productivity@ai-tradecraft-skills

Start a new Codex session; each plugin's bundled skills load on demand — invoke one with `$` (e.g. `$adversarial-review`), or let Codex select autom