Skip to content

Commit e8ffe78

Browse files
committed
move agent skill into package, remove claude plugin scaffolding
Follow the library-agent-skills convention (agentskills.io): SKILL.md now ships inside the esios package at .agents/skills/esios/ so agents can discover it from the installed site-packages. Removes the .claude-plugin/ directory — no longer needed.
1 parent 2dfe941 commit e8ffe78

4 files changed

Lines changed: 1 addition & 28 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

.claude-plugin/plugin.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "python-esios"
7-
version = "2.0.0"
7+
version = "2.0.1"
88
description = "A Python wrapper for the ESIOS API (Spanish electricity market)"
99
readme = "README.md"
1010
license = "GPL-3.0-only"
File renamed without changes.

0 commit comments

Comments
 (0)