dotfiles
macOS dotfiles with terminal, editor, and workflow automation
All Skills in This Repository (16)
Pure Emerald Level Indicatorsfind-skills
Discover and install agent skills using the Skills CLI.
oss-implementation-research
Prioritize opensrc references and defer git clone until history is needed.
react-doctor
Diagnose React codebases with a 0-100 score and actionable feedback.
skill-creator
Automate drafting, testing, and iterative refinement of AI agent skills.
detect-code-duplication
Detect duplicate code in TypeScript and JavaScript projects and generate a prioritized refactor plan.
context7
Retrieve current library and framework documentation via the Context7 API.
drawio
Generate native .drawio diagrams from prompts and export to PNG, SVG, PDF, or JPG.
agent-browser
Automate browser tasks with a CLI for navigation, forms, screenshots, and data extraction.
vercel-react-best-practices
Apply performance optimization patterns to React and Next.js codebases.
spec-driven-development-suite
Coordinate spec-driven development workflows across project phases using local documents.
deno-discord-notify
Sends Discord webhook notifications via Deno script with agent-based sender selection.
commit-plan
Plan and execute Git commits by intent with approval steps.
Frequently Asked Questions
FAQPage SchemaHow to install yuki-yano dotfiles?โผ
Run `npx skills add yuki-yano/dotfiles --all -g -y` in your terminal to install all skills in this collection globally.
What does this dotfiles setup automate?โผ
It automates macOS environment setup with Deno tasks, Homebrew package manifests, symlinked configs, and a tuned zsh, Neovim, and tmux stack. Every task supports a dry-run mode before touching system files.
What coding workflow skills are included?โผ
It ships skills for splitting commits by intent, planning agent handoffs, requesting independent code reviews, managing stacked PRs with gh-stack, and running safe release flows.
Does it work with Claude Code and Codex?โผ
Yes. The skills follow the standard SKILL.md format and the repo includes dedicated Claude settings, hooks, and a Codex template with shared agent rules.
Can I preview changes before applying them?โผ
Yes. Nearly every Deno task accepts a --dry-run flag, so you can inspect exactly what would change before any file is linked or installed.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core