deathbeamdeathbeamCommunityยท12 Agent Skills Included

dotfiles

Structured planning, debugging, testing, and code review workflows

Guides software work through disciplined workflows: planning tasks, executing plans, diagnosing hard bugs, and reviewing code against standards and specs. Eliminates guesswork debugging, vague plans, and shallow tests that break on every refactor. Includes test-driven development, merge conflict resolution, architecture review, and prototyping practices to ship reliable code faster.
npx skills add deathbeam/dotfiles --all -g -y

All Skills in This Repository (12)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
deathbeamdeathbeam

domain-modeling

Maintain a centralized glossary and document architectural decisions in Markdown.

Community
Intermediate
๐Ÿ“ฆ In Repo
deathbeamdeathbeam

execute-plan

Execute multi-step projects from markdown task lists with checkbox progress tracking.

Community
Intermediate
๐Ÿ“ฆ In Repo
deathbeamdeathbeam

diagnosing-bugs

Guide six-phase debugging to isolate software defects and performance regressions.

Community
Advanced
๐Ÿ“ฆ In Repo
deathbeamdeathbeam

improve-codebase-architecture

Analyze codebase module depth and generate HTML architecture reports.

Community
Advanced
๐Ÿ“ฆ In Repo
deathbeamdeathbeam

find-skills

Search, verify, and install modular agent skills via the Skills CLI.

Community
Intermediate
๐Ÿ“ฆ In Repo
deathbeamdeathbeam

codebase-design

Provide architectural vocabulary and design principles for deep, testable software modules.

Community
Advanced
๐Ÿ“ฆ In Repo
deathbeamdeathbeam

prepare-plan

Create and manage Markdown task lists in a .plans/ directory.

Community
Basic
๐Ÿ“ฆ In Repo
deathbeamdeathbeam

precision-architect

Convert ambiguous user requests into execution-ready prompts through structured multi-phase interaction.

Community
Advanced
๐Ÿ“ฆ In Repo
deathbeamdeathbeam

grill-with-docs

Review software designs through critical questioning and generate ADRs and project glossaries.

Community
Intermediate
๐Ÿ“ฆ In Repo
deathbeamdeathbeam

writing-skills

Apply test-driven development cycles to author and maintain agent skill documentation.

Community
Advanced
๐Ÿ“ฆ In Repo
deathbeamdeathbeam

grill-me

Interrogate strategic plans and technical designs for logical fallacies and edge-case failures.

Community
Basic
๐Ÿ“ฆ In Repo
deathbeamdeathbeam

grilling

Interrogate user-provided plans to identify logical gaps and hidden dependencies.

Community
Intermediate

Frequently Asked Questions

FAQPage Schema
How 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โ†’