Find the perfect skill
Post CI Failures as PR Comments
DevOps
Sets up a composite GitHub Action that posts secret-scrubbed failure logs from Playwright/CI runs as PR comments, so agents can read failures without log access.
Fix Broken Links
DevOps
Process the broken links report, triage each link to the right fix strategy, and open an auditable PR. Verify each link before fixing and document exclusions.
Pull Request Creation
Development
Creates a PR after verifying all checks pass. Handles the full ship workflow: verify, push, create PR.
Frontend Security Coder
Security
Expert in secure frontend coding, XSS prevention, CSP implementation, and client-side security patterns.
/create:skill Command Router
Development
Router for creating or updating OpenCode skills, with auto/confirm modes and file-based workflows.
Pulumi documentation creation with frontmatter and menu
Documentation
Creates Pulumi documentation pages with proper frontmatter, menu structure, and SEO optimization via a 7-step workflow.
Update GitHub Pull Request
Development
Updates an existing GitHub pull request after adding commits, revising the title and body according to a template if available. Helpful after pushing new changes to a branch that already has an open PR.
QA Test and Fix Web App Bugs
Testing
Systematically test a web app, fix bugs found, and verify each fix. Produces a quality report with before/after scores.
Structured debugging with session persistence
Development
Structured debugging workflow that uses subagents for isolated investigation, preventing context pollution. It persists sessions, gathers symptoms systematically, and manages checkpoints to resume long debugging sessions efficiently. Helps when debugging complex issues that require deep, iterative exploration without losing progress.
Create Skill
Development
Guide for creating effective skills that extend Claude's capabilities with specialized knowledge, workflows, and tool integrations.
Wrap Up gwexpy
Development
Runs the full wrap-up sequence for the gwexpy project: tests, lint, doc sync, directory cleanup, and conventional commit. Helps ensure consistency before finalizing a set of changes.
Add a new UI locale to claude-code-gui
Development
Walk through adding a new language to the webview i18n system. Create translation files, register the locale, and verify parity.