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
npx skills add dgr8akki/my-dev-setup@oss-launch-posts
npx skills add dgr8akki/my-dev-setup@use-github| 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. |
| oss-launch-posts | Generate platform-tailored launch posts for an OSS project. Drafts title + body for HN, Lobsters, Reddit, Twitter/X, Bluesky, Discord, and Dev.to, then writes a single LAUNCH_POSTS.md. |
| use-github | Reference for gh CLI mechanics — auth, repo context, GraphQL conventions, and pagination. Used as a shared dependency by workflow skills. |
Apache 2.0