Dx
Plugin Warning ActiveDeveloper experience essentials: GitHub Actions debugging, conversation cloning/half-cloning, context handoffs, and Reddit research via Gemini CLI
To streamline developer workflows by providing specialized tools for debugging, context management, research, and productivity within the Claude Code environment.
Features
- Analyze GitHub Actions failures
- Manage conversation context with handoff documents
- Clone and half-clone conversations
- Fetch Reddit content via Gemini CLI
- Automate setup with a quick script
Use Cases
- Debugging CI/CD pipelines by analyzing GitHub Actions logs.
- Maintaining context continuity across long-running tasks by creating handoff documents.
- Experimenting with different approaches by branching conversations using clone/half-clone.
- Researching topics on Reddit when direct web access is blocked or difficult.
- Setting up recommended configurations quickly via an automated script.
Non-Goals
- Replacing core Claude Code functionality.
- Providing general-purpose AI capabilities beyond developer tooling.
- Managing sensitive user credentials directly.
- Offering features unrelated to developer workflows or productivity.
Scope
- info:Single responsibility principleWhile the plugin focuses on developer experience, it bundles a variety of tools covering GitHub Actions, conversation management, context handling, and Reddit research, which are loosely related but could potentially be separate extensions.
License
- critical:License usabilityThe plugin's license is 'All Rights Reserved', which is a critical blocker for redistribution and implies proprietary use, contradicting the open nature of a developer tool repository.
Installation
First, add the marketplace
/plugin marketplace add ykdojo/claude-code-tips/plugin install claude-code-tips@ykdojoContains 6 extensions
Skill (6)
Clone the current conversation so the user can branch off and try a different approach.
Analyze GitHub Actions failures and identify root causes
Clone the later half of the current conversation, discarding earlier context to reduce token usage while preserving recent work.
Write or update a handoff document so the next agent with fresh context can continue this work.
Fetch content from Reddit using Gemini CLI or curl JSON API fallback. Use when accessing Reddit URLs, researching topics on Reddit, or when Reddit returns 403/blocked errors.
Review recent conversations to find improvements for CLAUDE.md files.
Quality Score
WarningTrust Signals
Similar Extensions
Kanban
100Markdown-based Kanban board managed by Claude Code. Cards live as .md files — no database, no server.
Obey
100Makes Claude actually follow your rules. Save rules with natural language, enforce them with hooks, remember them across sessions.
Paper Search
100Search academic papers via OpenAlex — find papers by keyword, look up details by DOI, with pagination and sorting
Hugging Face Papers
100Look up and read Hugging Face paper pages in markdown, and use the papers API for structured metadata like authors, linked models, datasets, Spaces, and media URLs when needed.
Ag2 Agent Builder
100Build AG2 (AutoGen) multi-agent systems with slash commands: scaffold agents, wire workflows, create tools, and review code
Worktrunk
99Worktrunk is a CLI for Git worktree management, designed for parallel AI agent workflows. This plugin provides configuration guidance (LLM commit messages, project hooks, worktree paths) and automatic activity tracking (🤖/💬 indicators in `wt list` showing active Claude sessions).