5 skills found
openclaw / coding-agentDelegate coding tasks to Codex, Claude Code, or Pi agents via background process
openclaw / gh-issuesFetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5] [--notify-channel -1002381931352]
curphey / gcpGCP infrastructure security review process
curphey / awsAWS infrastructure security review process
mecharoy / OrbitDefenseDevelopment & Deployment Best Practices1. Code Quality & StructureECS Pattern (Entity-Component-System)Instead of deep OOP inheritance (e.g., class Guard extends Enemy extends Actor), use composition.