By djliden
Autonomous DevRel demo creation system. Enables Claude Code to develop demos, documentation, and content with minimal human supervision.
Browser automation agent for UI testing, screenshots, and web interactions using Playwright
Reviews code artifacts for correctness and demo quality before content creation
Code-focused agent for writing, testing, and iterating DevRel demo code
Reviews content artifacts for style, accuracy, and narrative quality
Research agent for documentation lookups, API patterns, and targeted answers
Guidance for building fullstack apps with Vite (React + TypeScript) frontend and FastAPI backend. Use when demos need a web UI beyond what Streamlit provides.
Beautify screenshots using ImageMagick - add rounded corners, drop shadows, gradient backgrounds, padding. Use when preparing screenshots for blog posts, documentation, or presentations. Transforms raw Playwright/browser screenshots into polished images.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A Claude Code plugin system for autonomous DevRel demo creation. Enables Claude Code to develop demos, documentation, and content with minimal human supervision.
# Add this repository as a plugin marketplace
/plugin marketplace add djliden/devrel-claude-code-plugin
# Install the plugin
/plugin install devrel-autonomy@devrel-marketplace
# Clone the repo
git clone https://github.com/djliden/devrel-claude-code-plugin.git
# Add the local marketplace
/plugin marketplace add ./devrel-claude-code-plugin
# Install the plugin
/plugin install devrel-autonomy@devrel-marketplace
Once installed, you'll have access to these slash commands:
| Command | Description |
|---|---|
/devrel-start | Start a new DevRel demo project with autonomous execution |
/devrel-expand | Expand existing content to new formats (code → blog, etc.) |
/devrel-review | Review session status, decisions, and questions |
/devrel-start - New Project Kickoff/devrel-expand - Artifact ExpansionTransform existing content into new formats:
/devrel-review - Session ReviewCheck progress on autonomous sessions:
Demo code, not production code:
The plugin automatically creates .claude/settings.local.json during setup with permissions for autonomous work. This includes:
If you want to set this up manually, create .claude/settings.local.json:
{
"permissions": {
"allow": [
"Bash(uv:*)", "Bash(python:*)", "Bash(pip:*)",
"Bash(uvicorn:*)", "Bash(mlflow:*)",
"Bash(npm:*)", "Bash(npx:*)", "Bash(node:*)",
"Bash(curl:*)", "Bash(git:*)",
"WebFetch", "WebSearch"
],
"defaultMode": "acceptEdits"
},
"sandbox": {
"enabled": true,
"autoAllowBashIfSandboxed": true
}
}
Key settings:
defaultMode: "acceptEdits" - Auto-approves file editssandbox.autoAllowBashIfSandboxed: true - Auto-approves bash commands within sandbox safety boundariesThe plugin uses specialized subagents for different tasks:
| Agent | Purpose |
|---|---|
| orchestrator | Coordinates workflow, manages session file, delegates to other agents |
| coder | Writes demo code - simple, readable, educational (not production code) |
| writer | Creates content (blogs, scripts) matching your writing style |
| reviewer | QA check before human review - verifies code runs, content matches style |
| browser | Playwright-based UI testing, screenshots, web interaction |
The plugin includes a screenshot-beautifier skill that uses ImageMagick to polish raw screenshots with rounded corners, shadows, and gradient backgrounds.
Prerequisite: Install ImageMagick
brew install imagemagick # macOS
apt-get install imagemagick # Linux
Usage via helper script:
# Default (macos style)
./scripts/beautify.sh screenshot.png
# Or specify preset: macos, gradient, minimal, dark, white
./scripts/beautify.sh screenshot.png gradient output.png
npx claudepluginhub djliden/devrel-claude-code-plugin --plugin devrel-autonomyRed Hat Showroom workshop and demo authoring, verification, and content transformation
Technical content generation for blog posts and social media
12 PM-specific agent skills, 6 workflow commands, 3 automation hooks for Product Managers
Autonomous AI copywriter agent that creates SaaS marketing content while you sleep. Uses the Ralph Wiggum pattern for iterative content creation from trends, research, and communications.
A Claude Code guide — skills for interactive onboarding and Q&A on setup, best practices, automation, and effective workflows
Use this agent when evaluating new development tools, frameworks, or services for the studio. This agent specializes in rapid tool assessment, comparative analysis, and making recommendations that align with the 6-day development cycle philosophy. Examples:\n\n<example>\nContext: Considering a new framework or library