agent-browser-research-triage
Decide when browser-heavy research is worth routing through agent-browser instead of ordinary web tools.
10 reusable workflows ยท latest release v0.2.0
Personal Agent Skills for project definition, architecture, Git, GitHub, repository checks, and documentation. Every card points to its canonical SKILL.md, where the complete workflow lives.
Skill catalog
Each skill is independently installable. Open its source for triggers, boundaries, commands, and verification steps.
agent-browser-research-triageDecide when browser-heavy research is worth routing through agent-browser instead of ordinary web tools.
architecture-decision-interviewWork through a consequential architecture choice, compare credible options, and record the result as an ADR.
clean-git-branchesAudit local and remote branches, prove what is safe to remove, and keep the default branch synchronized.
clispecforge-scaffoldTurn a settled Markdown CLI specification into a new Python command-line tool, previewed and approved before anything is written.
github-merge-pull-requestInspect one pull request, bind the merge to its head SHA, and respect method and cleanup boundaries.
github-publish-changesCheck, commit, and push an exact set of changes while leaving unrelated work alone.
prepare-agent-compatible-repositoryReconcile AGENTS.md, CLAUDE.md, and host configuration so project rules stay consistent.
project-goal-interviewTurn a project idea or vague brief into a concrete goal with examples, checks, scope edges, and a first shippable slice.
verify-repositoryRun repository-owned quality gates, inspect hygiene, and report what the checks prove.
write-repository-readmeCreate or revise a repository front door from facts in the checkout, then check its links, commands, and rendered flow.
Install
Choose a skill, run the matching example from the repository root, and check the destination before creating the link. The README has the full installation notes.
~/.agents/skills/skill_name=github-publish-changes
mkdir -p "$HOME/.agents/skills"
ln -s "$PWD/skills/$skill_name" "$HOME/.agents/skills/$skill_name"
~/.claude/skills/skill_name=github-publish-changes
mkdir -p "$HOME/.claude/skills"
ln -s "$PWD/skills/$skill_name" "$HOME/.claude/skills/$skill_name"
Project
Project details stay in GitHub so this page remains a small catalog.
Published July 22, 2026. Read the release notes or check the complete release history.
The shared workflow for each package lives in SKILL.md. Optional Codex metadata stays in agents/openai.yaml. Host-specific requirements are called out inside each skill.
The original repository content is licensed under Apache-2.0, which asks redistributors to carry the NOTICE attribution forward. Compact Theme uses BSD-2-Clause; its IBM Plex fonts use the SIL Open Font License 1.1.
Browse the complete source tree, quality checks, repository guidance, and commit history.