An open API service indexing awesome lists of open source software.

https://github.com/masaki39/agent-skills

A collection of agent skills for Claude Code
https://github.com/masaki39/agent-skills

ai claude claude-code masaki39-agent-skills

Last synced: about 2 months ago
JSON representation

A collection of agent skills for Claude Code

Awesome Lists containing this project

README

          

# agent-skills

A collection of agent skills for [Claude Code](https://claude.ai/code) marketplace.

## Installation

**CLI:**
```bash
claude plugin install masaki39/agent-skills
```

**Claude Code UI:**
Type `/plugin` in the chat, search for `masaki39/agent-skills`, and install.

## Skills

| Name | Description |
|------|-------------|
| pdf-extract | Extract figures and charts from PDF using pdfimages CLI |
| simple-citations-setup | Setup the simple-citations Obsidian plugin with Zotero Better BibTeX integration |

## Structure

```
agent-skills/
├── .claude-plugin/
│ ├── plugin.json
│ └── marketplace.json
├── skills/
│ ├── pdf-extract/
│ │ └── SKILL.md
│ └── simple-citations-setup/
│ └── SKILL.md
└── README.md
```

## License

MIT