dotfiles
Reproducible dev environments, Neovim config, and coding workflow conventions
All Skills in This Repository (8)
Pure Emerald Level Indicatorsgit-commit
Validate git commit messages against the Conventional Commits specification.
golang-style
Enforce Go coding conventions including error wrapping and godoc-style comments.
gh-cli
Execute GitHub CLI commands for PR management, issue triage, and repository operations.
skill-creator
Create standardized Claude Skills with SKILL.md templates and scaffolding.
gh-pr
Create GitHub pull requests with standardized bodies and current-user assignment.
code-review
Enforce evidence-based verification gates before claiming code review completion.
jira-cli
Reference Jira CLI commands for issues, sprints, epics, and projects.
aip
Fetch and apply Google API Improvement Proposals to API design tasks.
Frequently Asked Questions
FAQPage SchemaHow to install fredrikaverpil/dotfiles?▼
Run `npx skills add fredrikaverpil/dotfiles --all -g -y` in your terminal to install all skills in this suite globally.
What does this dotfiles repository manage?▼
It manages system configuration and packages via Nix flakes, dotfile symlinks via GNU Stow, and a complete native Neovim setup across macOS and NixOS machines.
How do the git commit and PR skills work?▼
They make your agent write Conventional Commits messages and structured pull requests with Why/What/Notes sections, draft status, and proper file references automatically.
Can I audit an unfamiliar codebase with these skills?▼
Yes. The codebase-audit skill analyzes git history to surface high-churn files, ownership risks, bug hotspots, and firefighting patterns before you read any code.
Do these skills work with Claude Code and other agents?▼
Yes. All skills follow the standard SKILL.md format and work in Claude Code and other compatible coding agents, including cloud sandbox sessions.
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