Skip to content

chasemccoy/scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Scripts & AI configuration

Personal scripts, global utilities, and AI agent configuration for productivity and automation.

What's here

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

Setup

Run the setup script to create symlinks from this repo to ~/.claude:

cd ~/Repositories/scripts
./setup.sh

This creates:

  • ~/.claude/CLAUDE.md~/Repositories/scripts/CLAUDE.md
  • ~/.claude/skills/~/Repositories/scripts/skills/

Existing files are backed up automatically.

Claude configuration

CLAUDE.md

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

Skills extend agent capabilities with specialized workflows and tool integrations. Each skill provides detailed instructions for interacting with specific systems or file formats.

📝 Content and writing

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

🗂️ Knowledge management

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

✅ Tasks and scheduling

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

💻 Development

  • Lab - Manage code examples and demos for SvelteKit-based examples site with auto-discovery.

🐦 Social media

  • Twitter - Fetch tweet content from URLs without API authentication via public syndication endpoint.

Repository structure

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/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors