This repository contains Arach's public profile CLI and reusable agent skills. GitHub is the source of truth for installing the skills across Codex, Claude Code, and other agents supported by the Skills CLI.
| Skill | Purpose |
|---|---|
arach |
Personal project context, conventions, and workflow routing |
writing |
Arach's technical, editorial, and mixed writing system |
humanizer |
Anti-AI-pattern diagnosis and prose reconstruction |
dewey-docs |
Dewey documentation and agent-readiness workflows |
List the published skills without installing them:
npx skills add arach/arach --listInstall every skill globally for every supported agent on the current operating-system account:
npx skills add arach/arach --all --globalInstall a selected set:
npx skills add arach/arach \
--skill arach writing \
--agent '*' \
--global \
--yesUpdate globally installed skills from their recorded GitHub sources:
npx skills update --global --yesGlobal installation is local to an operating-system account. Run the install command on each machine or separate operating-system account that should have the skills. Signing into another agent account does not copy local skill files.
Each skill lives at skills/<name>/SKILL.md. Supporting material stays inside
that skill's directory so a GitHub install remains self-contained.
Run the repository checks before publishing:
bun run validate:skills
bun run build
npx skills add . --listThe skill validator checks frontmatter, directory names, relative references,
portable paths, Markdown whitespace, and the public README catalog. GitHub
Actions runs the same checks for pull requests and pushes to main.
Run the public profile card:
npx @arach/arachAvailable commands:
npx @arach/arach projects # Featured projects
npx @arach/arach stack # Tech stack
npx @arach/arach accounts # Social links
npx @arach/arach sites # Web properties
npx @arach/arach agents # Agent writing and experiments
npx @arach/arach --help # Usage information



