README banner
jxnl jxnl

README

Development community

Description

# Agents Configuration General assistant setup (Claude Code, Codex CLI, and other tools) with shared prompts and global rules. ## Structure ``` agents/ ├── AGENTS.md # General instructions (Codex-style) ├── automations/ # Codex automation definitions for backup/re-creation └── prompts/ # Reusable prompts / slash commands (tool-agnostic) └── skills/ # Codex skills for ~/.codex/skills ``` ## Installation Run from the repo root (`dots/`) or i

Installation

Installs to ~/.claude/agents/jxnl-dots-readme.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/jxnl/dots/HEAD/agents/README.md -o ~/.claude/agents/jxnl-dots-readme.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository