dotfiles
Structured planning, debugging, testing, and code review workflows
All Skills in This Repository (12)
Pure Emerald Level Indicatorsdomain-modeling
Maintain a centralized glossary and document architectural decisions in Markdown.
execute-plan
Execute multi-step projects from markdown task lists with checkbox progress tracking.
diagnosing-bugs
Guide six-phase debugging to isolate software defects and performance regressions.
improve-codebase-architecture
Analyze codebase module depth and generate HTML architecture reports.
find-skills
Search, verify, and install modular agent skills via the Skills CLI.
codebase-design
Provide architectural vocabulary and design principles for deep, testable software modules.
prepare-plan
Create and manage Markdown task lists in a .plans/ directory.
precision-architect
Convert ambiguous user requests into execution-ready prompts through structured multi-phase interaction.
grill-with-docs
Review software designs through critical questioning and generate ADRs and project glossaries.
writing-skills
Apply test-driven development cycles to author and maintain agent skill documentation.
grill-me
Interrogate strategic plans and technical designs for logical fallacies and edge-case failures.
grilling
Interrogate user-provided plans to identify logical gaps and hidden dependencies.
Frequently Asked Questions
FAQPage SchemaHow to install deathbeam dotfiles skills?โผ
Run `npx skills add deathbeam/dotfiles --all -g -y` in your terminal to install all skills in this collection globally.
How to debug hard bugs systematically?โผ
The diagnosing-bugs skill builds a fast, repeatable test loop that reproduces the exact symptom, then ranks hypotheses and verifies the fix with a regression test.
How to review code against a spec?โผ
The code-review skill checks any branch or diff on two axes in parallel: whether it follows documented coding standards and whether it matches the original issue or spec.
Do these skills work with Claude Code and Cursor?โผ
Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, Codex, and other compatible coding environments.
How to plan and execute multi-step coding tasks?โผ
The prepare-plan skill creates a simple markdown task list, and execute-plan works through each task, checking items off as they are completed.
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