This repository contains OpenHands skills for managing daily development workflows and related integrations.
| Skill | Description | Triggers |
|---|---|---|
| daily-workflow | Graham's daily workflow for Linear tickets and GitHub PRs | daily workflow, my workflow, graham workflow |
| eval-with-ci | Run SDK evaluations through the GitHub Actions-based CI workflow | run eval, evaluation, benchmark, swebench |
| github-pr-workflow | Complete PR workflow with live testing and iterative review resolution | pr review, bot review, review iteration, live test |
| sub-agent-delegation | Delegate substantial tasks to sub-agents via DelegateTool or Cloud API | delegate task, sub-agent, spawn agent, parallel task |
| openhands-slides | Create branded reveal.js slide presentations with OpenHands styling and PDF export | create slides, presentation, slide deck, slides |
| webflow | Interact with Webflow sites, CMS collections, pages, assets, and custom code | webflow, webflow api, webflow cms, webflow site |
Custom marketplace configurations for skill discovery:
| Marketplace | Description |
|---|---|
| default.json | Combined marketplace with all OpenHands public skills and all repo-local skills |
| neubig.json | Graham's workflow-focused local skills: daily workflow, PR handling, delegation, and CI evals |
To use these skills, configure your OpenHands marketplace_path to point to this repository or one of the marketplace JSON files.
Depending on which skills you use, you may need the following environment variables:
LINEAR_API_KEY- Linear API access fordaily-workflowGITHUB_TOKEN- GitHub API, CLI, and workflow access fordaily-workflow,github-pr-workflow, andeval-with-ciOPENHANDS_CLOUD_API_KEY- OpenHands Cloud API access for the remote delegation path insub-agent-delegationWEBFLOW_API_KEY- Webflow Data API access forwebflow
The workflow skills are configured for:
- Linear:
graham@openhands.dev - GitHub:
neubig