Skip to content
View arach's full-sized avatar
🧑‍🍳
cooking
🧑‍🍳
cooking

Highlights

  • Pro

Block or report arach

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
arach/README.md

Arach

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.

Agent skills

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 --list

Install every skill globally for every supported agent on the current operating-system account:

npx skills add arach/arach --all --global

Install a selected set:

npx skills add arach/arach \
  --skill arach writing \
  --agent '*' \
  --global \
  --yes

Update globally installed skills from their recorded GitHub sources:

npx skills update --global --yes

Global 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.

Skill development

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 . --list

The 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.

Profile CLI

Run the public profile card:

npx @arach/arach

Available 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

Links

License

MIT

Pinned Loading

  1. lattices lattices Public

    The agentic window manager for macOS — tile windows, manage tmux sessions, index screen text, and give AI agents a 35-method desktop API

    Swift 11

  2. openscout openscout Public

    Agent-forward development platform for builders

    TypeScript 4

  3. vox vox Public

    Local-first macOS transcription runtime with Swift services, a Bun CLI, and a TypeScript SDK.

    Swift 5

  4. Termini Termini Public

    Drop a native terminal surface into a SwiftUI app. libghostty rendering + local PTY + SSH transports for iOS and macOS.

    Swift 8 2