Development marketplace for Seiraiyu Skills
npx claudepluginhub stonelyd/seiraiyu-skillsCodeRabbit PR review automation, Jira CLI (acli), Neon CLI, Obsidian CLI, SOP creator, conversation handoff docs, E2E browser testing (agent-browser & playwright-cli), and productivity skills for Claude Code
Productivity skills for Claude Code.
Via the Seiraiyu Marketplace:
/plugin marketplace add stonelyd/seiraiyu-marketplace
/plugin install seiraiyu-skills@seiraiyu-marketplace
Automatically resolve PR review comments from CodeRabbit (or any reviewer) with atomic commits.
Features:
Usage:
/seiraiyu-skills:respond-to-coderabbitai
Create runbooks, playbooks, and technical documentation that people actually follow.
Features:
Usage: Trigger with requests like "create a runbook for...", "document this process", "write a playbook"
Templates available:
references/runbook.md - Incidents, emergencies, on-callreferences/standard-sop.md - Any repeatable processreferences/how-to-guide.md - One-off tasks, setupreferences/checklist.md - QC, verificationreferences/decision-tree.md - Complex if/then flowsreferences/onboarding-guide.md - New person ramping upManage Neon serverless Postgres from the CLI. Projects, branches, databases, roles, connection strings.
Features:
neonctl)--output json guidanceUsage:
# Set context so you don't repeat --project-id
neon set-context --project-id <id>
# Create a branch
neon branches create --name dev/feature
# Get connection string
neon cs dev/feature --pooled
# Schema diff
neon branches schema-diff main dev/feature
Requires: neon CLI installed (npm i -g neonctl)
Manage Jira projects, boards, sprints, and work items using the Atlassian CLI (acli).
Features:
Usage:
# List projects
acli jira project list --output json
# Create an issue
acli jira issue create --project KEY --type Story --summary "Title" --description "Details"
# Search issues
acli jira issue search --jql "project = KEY AND status = 'In Progress'"
Requires: acli CLI installed
Control Obsidian vaults from the terminal. The CLI communicates with the running Obsidian desktop app via IPC for link-aware vault operations.
Features:
Usage:
# Read a note
obsidian read file="Note Name"
# Create with template
obsidian create name="Title" template="Template Name"
# Search vault
obsidian search query="term" format=json
# Manage properties
obsidian property:set name=status value=active file="Note"
Requires: Obsidian desktop running. obsidian CLI installed.
Comprehensive E2E browser testing using the Vercel Agent Browser CLI. Launches parallel sub-agents to research the codebase, then tests every user journey with screenshots, database validation, and bug detection.
Features:
Usage:
/seiraiyu-skills:e2e-test-agent-browser
Requires: Linux, WSL, or macOS. agent-browser CLI installed (npm i -g agent-browser)
Comprehensive E2E browser testing using the Playwright CLI (@playwright/cli). Same 6-phase structure as agent-browser but with additional capabilities: named sessions, state persistence, tracing, multi-tab support, network monitoring, and device emulation.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Curated collection of 154 specialized Claude Code subagents organized into 10 focused categories
No description available.