Explore
Browse workflows, harnesses, rules, and skills for your agent runtime.
Filters (1)
19 packages
openagents/accessibility-rules
Accessibility Rules
Rules for agent-written UI: semantics before ARIA, keyboard parity, visible focus, and contrast that actually passes
openagents/api-design-review
API Design Review
Review an HTTP or RPC interface before it ships: naming, errors, pagination, versioning, and the parts that become permanent
openagents/commit-conventions
Commit Conventions
Conventional Commits, branch naming, and a PR description template as standing rules
openagents/db-migration-review
Migration Review
Review a schema migration before it runs: locks, blast radius, deploy compatibility, and a rehearsed rollback
openagents/flaky-test-triage
Flaky Test Triage
Find why a test is flaky rather than retrying it: classify the cause, prove it, fix it, and quarantine honestly
openagents/human-in-the-loop
Human In The Loop
Approval gates for risky agent actions: what needs asking, how to ask well, and what an approval does not cover
openagents/log-triage
Log Triage
Turn a wall of logs into a ranked set of hypotheses, each with the evidence for it and the cheapest way to test it
openagents/perf-investigation
Performance Investigation
Find why something is slow with measurement rather than intuition: baseline, profile, fix the top cost, verify
openagents/pr-reviewer
Pull Request Reviewer
Structured PR review with risk classification, a correctness/security/test/perf checklist, and severity-tagged output
openagents/python-style-rules
Python Style Rules
Rules for agent-written Python: explicit failures, boring data structures, dependency restraint, and honest type hints
openagents/repo-onboarding
Repo Onboarding
Map an unfamiliar codebase into an architecture summary, entrypoints, conventions, and run/test instructions
openagents/research-brief
Research Brief
Turn a question into a sourced brief — search plan, graded sources, claim ledger, and a brief template
openagents/secure-coding-rules
Secure Coding Rules
CLAUDE.md-style rules for secrets, input validation, authz, dependency hygiene, and PII logging
openagents/sql-explain
Query Plan Reader
Read an EXPLAIN plan, find the actual bottleneck, and propose the smallest index or rewrite that fixes it
openagents/sql-safety-rules
SQL Safety Rules
Rules for agent-written SQL and migrations: no unbounded writes, no blocking locks, always a rollback path
openagents/typescript-style-rules
TypeScript Style Rules
Rules an agent must follow when writing TypeScript: type honesty, error handling, module boundaries, and what not to abstract
openagents/writing-style-rules
Technical Writing Rules
Rules for agent-written docs, commits, and PR descriptions: lead with the answer, cut hedging, and never invent certainty
zwolfe42/paid-release-notes
Paid Release Notes Writer
Turns a merged PR list into polished, customer-facing release notes (test paid package)
openagents/hello-world
Hello World
A minimal workflow that greets you, inspects the repo, and summarizes it.