Personal scripts, global utilities, and AI agent configuration for productivity and automation.
This repository contains:
- Claude configuration - Settings, skills, and agent instructions
- Global scripts - Command-line utilities and automation
- Skills - Domain-specific knowledge and workflows for Claude Code
Run the setup script to create symlinks from this repo to ~/.claude:
cd ~/Repositories/scripts
./setup.shThis creates:
~/.claude/CLAUDE.md→~/Repositories/scripts/CLAUDE.md~/.claude/skills/→~/Repositories/scripts/skills/
Existing files are backed up automatically.
Main configuration file (CLAUDE.md) defines:
- Directory structure and working directories
- Available skills and tools
- Usage notes and behavioral instructions
- Writing style preferences
- Date handling conventions
Skills extend agent capabilities with specialized workflows and tool integrations. Each skill provides detailed instructions for interacting with specific systems or file formats.
- Blogging - Manage blog posts in Markdown with frontmatter, style guide enforcement, and post organization.
- Log - Daily journal entries in a single running Markdown file with chronological organization.
- Obsidian Vault - Comprehensive note management with frontmatter, wikilinks, semantic search via arrowhead CLI.
- Enchiridion - SQLite-based knowledge repository for links, references, and research with linked records.
- Apple Notes - Interact with macOS Notes via AppleScript for search, creation, and editing.
- Things - Manage tasks in Things 3 via AppleScript. List projects/areas, add tasks, search, and view lists.
- Calendar - Access and manage macOS Calendar events via EventKit. View schedules, create events, properly handles recurring events.
- Lab - Manage code examples and demos for SvelteKit-based examples site with auto-discovery.
- Twitter - Fetch tweet content from URLs without API authentication via public syndication endpoint.
scripts/
├── CLAUDE.md # Main configuration
├── setup.sh # Setup script for symlinks
└── skills/ # Claude Code skills
├── apple-notes/
├── blogging/
├── calendar/
├── enchiridion/
├── lab/
├── log/
├── obsidian-vault/
├── things/
└── twitter/