Back to the catalog

superdevflow

Claude Code plugin for GitHub Actions debugging, conversation cloning/half-cloning, context handoffs, and CLAUDE.md review

Open source Open in the app JSON README (API)

About

Claude Code plugin for GitHub Actions debugging, conversation cloning/half-cloning, context handoffs, and CLAUDE.md review

Details

Kind
Plugins
Topic
Cloud & DevOps
Publisher
ykdojo
Origin
marketplace
Category
ferramentas
Stars
7
Last push
2026-03-17T02:47:48Z
Repository state
ativo
Added
2026-08-30 01:48:58
Updated
2026-08-30 01:48:58
Origin id
ykdojo/superdevflow/superdevflow

README

# superdevflow

A Claude Code plugin that bundles developer workflow tools.

## Skills

| Skill | Description |
|-------|-------------|
| `/superdevflow:gha <url>` | Analyze GitHub Actions failures, check flakiness, identify breaking commits |
| `/superdevflow:handoff` | Create handoff documents so the next agent can continue your work |
| `/superdevflow:clone` | Clone the current conversation to branch off and try a different approach |
| `/superdevflow:half-clone` | Clone the later half of a conversation, reducing token usage |
| `/superdevflow:review-claudemd` | Review recent conversations to suggest CLAUDE.md improvements |

## Install

```bash
claude plugin marketplace add ykdojo/superdevflow
claude plugin install superdevflow@ykdojo
```

## Requirements

- Claude Code
- `gh` CLI (for gha skill)

## Origin

Originally part of [45 Claude Code Tips](https://github.com/ykdojo/claude-code-tips).

More