byf-labs-io· 19 skills
Build single-purpose, throwaway HTML editors for one specific piece of data — drag-and-drop boards, form-based config editors, side-by-side prompt tuners, dataset curators, annotation tools. Always end with a Submit button (calls submitToClaude) so the result can be sent back to the agent. Use whenever the user wants to triage, reorder, edit, annotate, curate, prioritize, or pick values where typing prose would be tedious — Linear tickets, feature flags, prompts, datasets, transcripts, anything. Secret values (API keys, tokens, passwords) are never embedded verbatim — they are masked to references; the artifact and submit payload carry key names and masked previews only.
$npx -y skills add f-labs-io/agent-html-skills --skill html-throwaway-editorInstalls into the current project.
Run `npx skills use "https://github.com/f-labs-io/agent-html-skills" --skill "f-labs-io/agent-html-skills/html-throwaway-editor"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/f-labs-io/agent-html-skills" that are relevant to the current task. Run `npx skills add "https://github.com/f-labs-io/agent-html-skills"` and select the relevant skills, then follow their instructions.