libretto
Build and debug browser automation scripts with your AI agent
All Skills in This Repository (23)
Pure Emerald Level Indicatorslibretto
Convert browser scripts to network-first integrations via a CLI.
commit
Stage all Git changes and generate a descriptive commit message.
technical-writing
Enforce concise style and relative file paths in technical documentation.
update-docs
Update AGENTS.md files with session learnings about patterns and commands.
prompting
Guide writing effective system prompts for LLM agents.
cli-development
Design and implement CLIs with subcommand-scoped help and actionable output.
summarize
Summarize technical specifications or git diff output into Slack messages.
generate-spec
Generate phased specification documents from code and documentation analysis.
address-review
Fetch GitHub review threads, implement fixes, and resolve comments.
fix-merge-conflicts
Resolve Git merge, rebase, or cherry-pick conflicts by analyzing intent from pull requests.
push
Commit changes, create or update pull requests, and monitor GitHub checks.
review
Analyze code changes for simplicity and correctness with line-numbered feedback.
Frequently Asked Questions
FAQPage SchemaHow to install Libretto?โผ
Run `npx skills add saffron-health/libretto --all -g -y` in your terminal to install all skills in this suite globally.
What does Libretto do?โผ
It gives your AI coding agent a live browser and CLI to inspect pages, capture network traffic, record your actions, and replay them as reusable automation scripts.
Can Libretto fix broken browser scripts?โผ
Yes. Your agent can reproduce the failure, pause the workflow, inspect the live page state, and repair broken selectors or logic automatically.
Can Libretto turn browser automation into API calls?โผ
Yes. It captures network requests from the browser, reverse-engineers the site's API, and generates faster, more reliable scripts that call those endpoints directly.
Does Libretto work with Claude Code and other agents?โผ
Yes. Its skills follow the standard SKILL.md format and run in Claude Code, OpenCode, Cursor, and other compatible agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core