Agentskills

by agentskills 24k Apache-2.0 Updated Jul 10, 2026
Agentskills skill by agentskills
Agentskills — Docs skill by agentskills

Agentskills is an open-source docs skill for Claude Code and compatible agents, published by agentskills. Its author describes it as: “Specification and documentation for Agent Skills”. The project has 24k stars on GitHub and is available under the Apache-2.0 license. Add it to your setup with `git clone https://github.com/agentskills/agentskills ~/.claude/skills/agentskills`.

Installation

Add Agentskills to your agent with:

git clone https://github.com/agentskills/agentskills ~/.claude/skills/agentskills

Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.

When to use it

Reach for Agentskills when you want docs help from your agent without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.

Strengths

  • Clear Apache-2.0 license — safe to read and adapt
  • Established project with 23,655 GitHub stars
  • Actively maintained (recent commits)

Topics

agent-skills

Frequently asked questions

What does Agentskills do?
Specification and documentation for Agent Skills
How do I install Agentskills?
Run git clone https://github.com/agentskills/agentskills ~/.claude/skills/agentskills in your agent, then reload your skills. Review the source at https://github.com/agentskills/agentskills before installing.
Is Agentskills free to use?
Yes. Agentskills is free and open source under the Apache-2.0 license, so you can read, run, and adapt it within that license's terms.

Related skills

More Docs →

Converts books and documents (PDF, EPUB, DOCX, HTML, Markdown, plain text, RTF, MOBI/AZW with Calibre) into structured agent skills, extracting frameworks, mental models, principles, techniques, and anti-patterns. Use when the user wants to study a document through GitHub Copilot CLI, Amp, or Claude Code, apply an author's frameworks while working, or build a reusable knowledge base from a file.

23k virgiliojr94 MIT

README is an open-source docs skill for Claude Code and compatible agents, published by alirezarezvani. It packages reusable instructions an agent loads on demand to help with docs tasks. The project has 25k stars on GitHub and is available under the MIT license. Add it to your setup with `/plugin marketplace add alirezarezvani/claude-skills`.

25k alirezarezvani MIT

Converts X (Twitter) tweets and articles to markdown with YAML front matter. Uses reverse-engineered API requiring user consent. Use when user mentions "X to markdown", "tweet to markdown", "save tweet", or provides x.com/twitter.com URLs for conversion.

25k JimLiu MIT

Formats plain text or markdown files with frontmatter, titles, summaries, headings, bold, lists, and code blocks. Use when user asks to "format markdown", "beautify article", "add formatting", or improve article layout. Outputs to {filename}-formatted.md.

25k JimLiu MIT

Fetch any URL and convert to markdown using baoyu-fetch CLI (Chrome CDP with site-specific adapters). Built-in adapters for X/Twitter, YouTube transcripts, Hacker News threads, and generic pages via Defuddle. Handles login/CAPTCHA via interaction wait modes. Use when user wants to save a webpage as markdown.

25k JimLiu MIT