dotfiles
Code review, debugging, planning, and verification workflows for engineers
All Skills in This Repository (13)
Pure Emerald Level Indicatorseffect-best-practices
Enforce consistent Effect-TS patterns for services, errors, layers, and observability.
ast-grep
Translate natural language queries into ast-grep AST pattern rules for Tree-sitter languages.
doc-coauthoring
Guide writers through a structured multi-stage documentation co-authoring workflow.
web-design-guidelines
Audit UI code against Web Interface Guidelines for accessibility and usability.
debugging
Diagnose and fix bugs using a four-phase root-cause framework.
xlsx
Create, edit, and analyze Excel workbooks with formulas using Python.
Automate PDF text, table extraction, and form filling in Python.
root-cause-tracing
Trace errors backward through a call stack to their original trigger.
build-feature
Guide feature development from scope definition through planning and validation.
brainstorming
Coordinate collaborative brainstorming to transform vague ideas into concrete design concepts.
react-best-practices
Identify and apply React/Next.js performance best practices for code quality and maintainability.
frontend-design
Build production-grade frontend interfaces with React, Vue, or HTML/CSS.
Frequently Asked Questions
FAQPage SchemaHow to install elianiva/dotfiles skills?โผ
Run `npx skills add elianiva/dotfiles --all -g -y` in your terminal to install every skill in this collection globally.
What do these dotfiles skills actually do?โผ
They give your agent repeatable engineering workflows: adversarial code review, root-cause debugging, architecture planning, domain modeling, and conventional commit generation.
Can these skills help with React and TypeScript code?โผ
Yes. The collection includes Vercel's React and Next.js performance rules plus TypeScript best practices covering discriminated unions, branded types, and boundary validation.
Do these skills work with Claude Code and other agents?โผ
Yes. Every skill follows the standard SKILL.md format, so they load in Claude Code, Cursor, Codex, and any agent that supports the format.
Do I need the dotfiles configs to use the skills?โผ
No. The Neovim, terminal, and Nix configs are separate; the skills under the agents directory work standalone once 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