.agents/skills/writing-skills/SKILL.md
Use when creating or updating SKILL.md documentation - Explains how and why to create a skill.
npx skillsauth add dave1010/tools writing-skillsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Skills are used for context that may be useful to a coding agent, without bloating LLM context when they are not relevant.
Skills are only worthwhile if the coding agent fails a task without the skill.
Skills live in /.agents/skills, with each skill having its own directory.
name to the directory name exactly.description as "Use when <scenario> - <what it does>" in under 30 words and third person.Other files, like scripts or data, may live in the directory and be referenced by the skill.
A GitHub Action automatically regenerates the skills list in AGENTS.md.
tools
Use when building interactive map tools - Explains MapLibre setup, tiles, and common UI patterns.
data-ai
Use when wanting to interact with any LLM - Explains available inference endpoints so the agent selects suitable models.
tools
Use when building GitHub-based features - Explains auth token usage, Gist reading/writing and rendering helpers.
tools
Use when persisting tool data in Cloudflare KV - Describes bindings, key naming, and function conventions.