dennishenle

5 mods across 1 repository, 2 stars between them.

implement

01

dennishenle/agent-skills

Command

Implement one or all tasks from a /plan-tasks plan using TDD. Single task runs inline. All-tasks mode orchestrates sequential subagents — one per task.

2 4mo ago A 35 tokens

plan-tasks

02

dennishenle/agent-skills

Command

Create a structured implementation plan with individual task files per task. Saves approved plan to .agents/plans/ /. Use /implement to execute tasks.

2 4mo ago A 33 tokens

commit-changes

03

dennishenle/agent-skills

Skill Claude CodeCodex

Commit and push local changes using git with a well-crafted Conventional Commits message. Use when the user asks to commit, save changes, push code, or create a git commit. Also use when the user says "commit this", "push changes", or references committing work.

2 4mo ago A 59 tokens

create-pull-request

04

dennishenle/agent-skills

Skill Claude CodeCodex

Create a GitHub pull request from the current branch into main using the gh CLI. Use when the user asks to open a PR, create a pull request, submit changes for review, or references pull requests and merging into main.

2 4mo ago A 51 tokens

tdd-workflow

05

dennishenle/agent-skills

Skill Claude CodeCodex

Use this skill when writing new features, fixing bugs, or refactoring code. Enforces test-driven development with 80%+ coverage including unit, integration, and E2E tests.

2 4mo ago A 43 tokens