{"slug": "skills", "title": "skills", "summary": "Naveen released an open-source collection of three coding-agent skills — clipboard, recap, and web-minimal — installable via `npx skills add naveen/skills` or through the Claude Code plugin marketplace. The clipboard skill offers commands like `/clipboard commit` and `/clipboard raw` for formatting LLM output, while recap summarizes a project's git history and docs, and web-minimal builds plain monospace pages.", "body_md": "# skills\n\nI had a few skills scattered around, so I collected them into one repo.\n\nThere are three so far:\n\n- clipboard — Copies what the agent just wrote straight to the clipboard, formatted so it pastes cleanly into other spots. But it has a few tricks:\n  - /clipboard — copies the most recent thing the LLM generated (a blurb, message, snippet, or commit message), stripped to clean plain text for pasting into other apps.\n  - /clipboard commit — copies a git commit message, fully dedented (zero leading whitespace), no fences or prose — ready to drop into `git commit` .\n  - /clipboard raw — copies the last message verbatim with markdown intact (for GitHub/Notion/docs), minus code-block indentation.\n  - /clipboard — targets something specific, e.g. `/clipboard the bash command above` or`/clipboard the second option` .\n- recap — Reads a project’s git history and docs and tells me where things stand. This is particularly useful when I come back to a small project after a week or two.\n- web-minimal — Builds plain monospace pages in a simple style I prefer for all things (as you can tell with the various sites on this domain).\n\nInstall them into pretty much any coding agent with one line:\n\n```\nnpx skills add naveen/skills\n```\n\nOr, if you’re on Claude Code, add the marketplace and pick what you want:\n\n```\n/plugin marketplace add naveen/skills\n/plugin install recap@skills\n```\n\nIt’s open source ([github.com/naveen/skills](https://github.com/naveen/skills)) and will eventually show up on [skills.sh](https://skills.sh/naveen/skills). I’ll keep adding to the list as I make more.", "url": "https://wpnews.pro/news/skills", "canonical_source": "https://blog.naveen.com/2026/09/skills/", "published_at": "2026-09-08 13:00:00+00:00", "updated_at": "2026-09-08 13:28:23.901327+00:00", "lang": "en", "topics": ["developer-tools", "ai-tools", "ai-agents"], "entities": ["Naveen", "Claude Code", "github.com/naveen/skills"], "alternates": {"html": "https://wpnews.pro/news/skills", "markdown": "https://wpnews.pro/news/skills.md", "text": "https://wpnews.pro/news/skills.txt", "jsonld": "https://wpnews.pro/news/skills.jsonld"}}