cd /news/developer-tools/skills · home topics developer-tools article
[ARTICLE · art-123336] src=blog.naveen.com ↗ pub= topic=developer-tools verified=true sentiment=· neutral

skills

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.

read1 min views2 publishedSep 8, 2026
skills
Image: Blog (auto-discovered)

I had a few skills scattered around, so I collected them into one repo.

There are three so far:

  • 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:
    • /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.
    • /clipboard commit — copies a git commit message, fully dedented (zero leading whitespace), no fences or prose — ready to drop into git commit .
    • /clipboard raw — copies the last message verbatim with markdown intact (for GitHub/Notion/docs), minus code-block indentation.
    • /clipboard — targets something specific, e.g. /clipboard the bash command above or/clipboard the second option .
  • 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.
  • 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).

Install them into pretty much any coding agent with one line:

npx skills add naveen/skills

Or, if you’re on Claude Code, add the marketplace and pick what you want:

/plugin marketplace add naveen/skills
/plugin install recap@skills

It’s open source (github.com/naveen/skills) and will eventually show up on skills.sh. I’ll keep adding to the list as I make more.

── more in #developer-tools 4 stories · sorted by recency
── more on @naveen 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/skills] indexed:0 read:1min 2026-09-08 ·