Personal development environment configuration and AI agent skills.
.gitconfig— Git aliases and user configuration.zshrc— Zsh shell configuration with oh-my-zshskills/— Reusable AI agent skills (Agent Skills spec compatible)
Install all skills:
npx skills add dgr8akki/my-dev-setupInstall a specific skill:
npx skills add dgr8akki/my-dev-setup@humanizer
npx skills add dgr8akki/my-dev-setup@obsidian-store| Skill | Description |
|---|---|
| humanizer | Remove signs of AI-generated writing from text. Detects and fixes 29+ patterns based on Wikipedia's "Signs of AI writing" guide. |
| obsidian-store | Save conversation knowledge to Obsidian as structured markdown notes. Supports init, save, and read modes with callouts, Mermaid diagrams, and Dataview-compatible frontmatter. |
Apache 2.0