Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@
"license": "MIT",
"author": {
"name": "Netresearch DTT GmbH",
"email": "info@netresearch.de"
"url": "https://github.com/netresearch/github-project-skill"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The author URL here points to the repository, while in composer.json it points to the company website. For consistency in how the author entity is referenced across manifests, consider using the same URL.

Suggested change
"url": "https://github.com/netresearch/github-project-skill"
"url": "https://www.netresearch.de/"

},
"skills": [
"./skills/github-project"
]
],
"support": {
"issues": "https://github.com/netresearch/github-project-skill/issues"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

To align with the support section in composer.json and the PR's stated goal of adding Source URLs, consider including the source link here as well.

    "issues": "https://github.com/netresearch/github-project-skill/issues",
    "source": "https://github.com/netresearch/github-project-skill"

}
}
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"authors": [
{
"name": "Netresearch DTT GmbH",
"email": "info@netresearch.de",
"homepage": "https://www.netresearch.de/",
"role": "Manufacturer"
}
Expand All @@ -16,5 +15,9 @@
},
"extra": {
"ai-agent-skill": "SKILL.md"
},
"support": {
"issues": "https://github.com/netresearch/github-project-skill/issues",
"source": "https://github.com/netresearch/github-project-skill"
Comment on lines +20 to +21

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Including a docs link in the support section improves discoverability of the project's documentation (e.g., the SKILL.md file).

    "issues": "https://github.com/netresearch/github-project-skill/issues",
    "source": "https://github.com/netresearch/github-project-skill",
    "docs": "https://github.com/netresearch/github-project-skill"

}
}