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
- Host: GitHub
- URL: https://github.com/masaki39/agent-skills
- Owner: masaki39
- Created: 2026-03-16T00:02:17.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-16T01:20:11.000Z (3 months ago)
- Last Synced: 2026-05-02T22:42:47.556Z (about 2 months ago)
- Topics: ai, claude, claude-code, masaki39-agent-skills
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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