Use when adding new error messages to React, or seeing "unknown error code" warnings.
npx skills add maragudk/skills --skill "save-web-page"
Install specific skill from multi-skill repository
# Description
Guide for saving a web page for offline use using the monolith CLI. Use this when instructed to save a web page.
# SKILL.md
name: save-web-page
description: Guide for saving a web page for offline use using the monolith CLI. Use this when instructed to save a web page.
license: MIT
Save web page
You can use the monolith CLI tool to save a web page for offline use.
The core command to use is monolith --isolate -o <name>.html <url>.
Prefer saving to the ~/AI/web/ directory unless instructed otherwise.
If you need to do anything else with the command, use monolith -h to see its uses.
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.