Skip to content
LB Agent skills

10 reusable workflows ยท latest release v0.2.0

Repository work, written down carefully.

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.

CodexClaude CodeAgent Skills

Skill catalog

Ten skills for agent work.

Each skill is independently installable. Open its source for triggers, boundaries, commands, and verification steps.

Research

agent-browser-research-triage

Decide when browser-heavy research is worth routing through agent-browser instead of ordinary web tools.

Architecture

architecture-decision-interview

Work through a consequential architecture choice, compare credible options, and record the result as an ADR.

Git

clean-git-branches

Audit local and remote branches, prove what is safe to remove, and keep the default branch synchronized.

Scaffolding

clispecforge-scaffold

Turn a settled Markdown CLI specification into a new Python command-line tool, previewed and approved before anything is written.

GitHub

github-merge-pull-request

Inspect one pull request, bind the merge to its head SHA, and respect method and cleanup boundaries.

GitHub

github-publish-changes

Check, commit, and push an exact set of changes while leaving unrelated work alone.

Repository setup

prepare-agent-compatible-repository

Reconcile AGENTS.md, CLAUDE.md, and host configuration so project rules stay consistent.

Planning

project-goal-interview

Turn a project idea or vague brief into a concrete goal with examples, checks, scope edges, and a first shippable slice.

Quality

verify-repository

Run repository-owned quality gates, inspect hygiene, and report what the checks prove.

Documentation

write-repository-readme

Create or revise a repository front door from facts in the checkout, then check its links, commands, and rendered flow.

Install

Link one package from a local clone.

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.

Codex

~/.agents/skills/

skill_name=github-publish-changes
mkdir -p "$HOME/.agents/skills"
ln -s "$PWD/skills/$skill_name" "$HOME/.agents/skills/$skill_name"
Claude Code

~/.claude/skills/

skill_name=github-publish-changes
mkdir -p "$HOME/.claude/skills"
ln -s "$PWD/skills/$skill_name" "$HOME/.claude/skills/$skill_name"

Project

Source, release, and terms.

Project details stay in GitHub so this page remains a small catalog.

Current release

v0.2.0

Published July 22, 2026. Read the release notes or check the complete release history.

Compatibility

Agent Skills hosts

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.

License

Apache-2.0

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.

GitHub

lila-agent-skills

Browse the complete source tree, quality checks, repository guidance, and commit history.