By linuxlewis
Review and respond to PR comments automatically. Analyzes PR feedback, recommends which comments to address, and implements approved changes.
npx claudepluginhub linuxlewis/agent-skills --plugin pr-responderA collection of Agent Skills for AI coding assistants.
Agent Skills are an open format for giving agents new capabilities and expertise. Skills are portable across different agent products including Claude Code, Claude.ai, and other compatible agents.
Install any skill directly using npx:
# Install a skill
npx skills add linuxlewis/agent-skills/skills/agent-browser
npx skills add linuxlewis/agent-skills/skills/pr-responder
npx skills add linuxlewis/agent-skills/skills/ralph-runner
npx skills add linuxlewis/agent-skills/skills/openclaw-notify
# List installed skills
npx skills list
# Remove a skill
npx skills remove agent-browser
Alternatively, use the Claude Code plugin system:
# Add marketplace
claude plugin marketplace add linuxlewis/agent-skills
# Install skills
claude plugin install agent-browser@linuxlewis-agent-skills
claude plugin install pr-responder@linuxlewis-agent-skills
claude plugin install ralph-runner@linuxlewis-agent-skills
claude plugin install openclaw-notify@linuxlewis-agent-skills
Copy any skill folder from skills/ to your agent's skills directory.
Browser automation using the agent-browser CLI.
Requirements: npm install -g agent-browser
Review and respond to GitHub PR comments.
Requirements: GitHub CLI (gh) installed and authenticated
Command: /respond - Review PR comments for current branch
Run Ralph Wiggum autonomous coding loops.
Requirements: ralph-cli and Claude Code CLI
Notify OpenClaw gateway when background tasks complete.
Requirements: openclaw CLI installed, gateway running
Command: /notify <message> - Send notification to OpenClaw
agent-skills/
├── .claude-plugin/
│ └── marketplace.json # Claude Code marketplace
├── skills/ # Agent Skills compliant (portable)
│ ├── agent-browser/
│ │ ├── SKILL.md
│ │ └── references/
│ ├── pr-responder/
│ │ ├── SKILL.md
│ │ └── references/
│ ├── ralph-runner/
│ │ ├── SKILL.md
│ │ └── references/
│ └── openclaw-notify/
│ └── SKILL.md
├── plugins/ # Claude Code specific (commands)
│ ├── pr-responder/
│ │ ├── .claude-plugin/plugin.json
│ │ └── commands/
│ └── openclaw-notify/
│ ├── .claude-plugin/plugin.json
│ └── commands/
└── README.md
Each skill follows the Agent Skills specification:
---
name: skill-name
description: What this skill does and when to use it.
license: MIT
compatibility: Required tools or environment
metadata:
author: your-name
version: "1.0.0"
---
# Skill Name
Instructions for the agent...
Skills use progressive disclosure for efficient context:
references/ loaded on demandskills/ with your skill nameSKILL.md with frontmatter and instructionsreferences/, scripts/, or assets/ directoriesmarketplace.json to register with Claude CodeSee agentskills.io for the complete specification.
MIT
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Battle-tested Claude Code plugin for engineering teams — 38 agents, 156 skills, 72 legacy command shims, production-ready hooks, and selective install workflows evolved through continuous real-world use
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.