A Claude Code plugin with reusable skills for working with files and data.
# Add the marketplace
/plugin marketplace add inromualdo/ai-skills
# Install a skill
/plugin install xlsx-reader@ai-skills
git clone https://github.com/inromualdo/ai-skills.git ~/.claude/plugins/ai-skills
| Skill | Description |
|---|---|
| xlsx-reader | Read and extract data from Excel (.xlsx) files. Multiple read modes (info, preview, range, full) with structured JSON output. |
Just ask Claude to work with an Excel file — the skill triggers automatically:
You: Can you read the data in report.xlsx?
Claude: Let me start by inspecting the file structure.
> uv run ${SKILL_DIR}/scripts/read_xlsx.py report.xlsx --mode info
The file has 3 sheets: Summary, Sales, Returns.
"Sales" has 1,200 rows with columns: Date, Product, Quantity, Revenue.
Let me preview the first rows.
> uv run ${SKILL_DIR}/scripts/read_xlsx.py report.xlsx --sheet Sales --rows 5
Here are the first 5 rows:
| Date | Product | Quantity | Revenue |
|------------|-----------|----------|---------|
| 2026-01-01 | Widget A | 50 | 2500 |
| 2026-01-01 | Widget B | 30 | 1800 |
| ... | ... | ... | ... |
skills/ with a SKILL.md containing YAML frontmatter (name + description) and markdown instructionsscripts/, reference docs in references/, or templates in assets/ as needed${SKILL_DIR} for paths to bundled resourcesskills/my-skill/
├── SKILL.md # Required: frontmatter + instructions
├── scripts/ # Optional: executable code
├── references/ # Optional: docs loaded on demand
└── assets/ # Optional: templates, files used in output
SKILL.md concise — only include what Claude doesn't already know--mode info patterns for file-based skills to avoid flooding contextuv run scripts/my_script.py --helpMIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub inromualdo/ai-skills --plugin xlsx-readerAnthropic's open-source skill for authoring new Agent Skills. For finance devs and power users building their own skills.
Open collection of AI agent skills — reusable, framework-agnostic SKILL.md packages
Transform 17 source types (docs, GitHub, PDFs, videos, Jupyter, Confluence, Notion, Slack, and more) into AI-ready skills and RAG knowledge for 16+ LLM platforms.
Advanced frontend design plugin with interactive wizard, trend research, moodboard creation, color/typography selection, and browser-based inspiration analysis
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.