Dev Setup

A collection of personal development environment configurations and reusable AI agent skills.

Dev Setup

Personal development environment configuration and AI agent skills.

What's in here

  • .gitconfig — Git aliases and user configuration
  • .zshrc — Zsh shell configuration with oh-my-zsh
  • skills/ — Reusable AI agent skills (Agent Skills spec compatible)

Skills

Install all skills:

npx skills add dgr8akki/my-dev-setup

Install a specific skill:

npx skills add dgr8akki/my-dev-setup@humanizer
npx skills add dgr8akki/my-dev-setup@obsidian-store

Available skills

SkillDescription
humanizerRemove signs of AI-generated writing from text. Detects and fixes 29+ patterns based on Wikipedia's "Signs of AI writing" guide.
obsidian-storeSave conversation knowledge to Obsidian as structured markdown notes. Supports init, save, and read modes with callouts, Mermaid diagrams, and Dataview-compatible frontmatter.

License

Apache 2.0