[GH-ISSUE #189] Upload the SKILL to Clawdhub.com + update format #52

Closed
opened 2026-02-26 21:33:02 +03:00 by kerem · 5 comments
Owner

Originally created by @rursache on GitHub (Jan 26, 2026).
Original GitHub issue: https://github.com/rudrankriyam/App-Store-Connect-CLI/issues/189

I think the AI agentic skill should be standalone from the repo, mainly having the files defined in the current skills:

AGENTS.md
docs/TESTING.md
docs/GO_STANDARDS.md
docs/API_NOTES.md
CONTRIBUTING.md

in a references folder in the skill root folder. i'm also not sure about the value of having CONTRIBUTING.md and TESTING.md files, they don't provide usage information and only pollute the context window

more sense would make to include the README.md file instead, it includes lots of usage information and details.

after having a better standalone format, we can upload (and version it) to https://clawdhub.com/skills

an example of standalone skill can be found here or anywhere on the clawdhub site

Originally created by @rursache on GitHub (Jan 26, 2026). Original GitHub issue: https://github.com/rudrankriyam/App-Store-Connect-CLI/issues/189 I think the AI agentic skill should be standalone from the repo, mainly having the files defined in the current skills: ``` AGENTS.md docs/TESTING.md docs/GO_STANDARDS.md docs/API_NOTES.md CONTRIBUTING.md ``` in a `references` folder in the skill root folder. i'm also not sure about the value of having `CONTRIBUTING.md` and `TESTING.md` files, they don't provide usage information and only pollute the context window more sense would make to include the `README.md` file instead, it includes lots of usage information and details. after having a better standalone format, we can upload (and version it) to https://clawdhub.com/skills an example of standalone skill can be found [here](https://github.com/rursache/solo-cli/tree/master/skill) or anywhere on the clawdhub site
kerem closed this issue 2026-02-26 21:33:02 +03:00
Author
Owner

@rudrankriyam commented on GitHub (Jan 26, 2026):

CONTRIBUTING.md is for the developers, TESTING.md for the agent when I am debugging. I do agree that the skills should be standalone repo, but for developers.

The current skill should not have references to the docs at all; thank you for flagging! Will fix

<!-- gh-comment-id:3800415447 --> @rudrankriyam commented on GitHub (Jan 26, 2026): CONTRIBUTING.md is for the developers, TESTING.md for the agent when I am debugging. I do agree that the skills should be standalone repo, but for developers. The current skill should not have references to the docs at all; thank you for flagging! Will fix
Author
Owner

@rudrankriyam commented on GitHub (Jan 26, 2026):

@cursor implement this in a new PR. Remove all the references in the usage skill and move it to the AGENTS.md instead. I will look into clawdhub later

<!-- gh-comment-id:3800421616 --> @rudrankriyam commented on GitHub (Jan 26, 2026): @cursor implement this in a new PR. Remove all the references in the usage skill and move it to the AGENTS.md instead. I will look into clawdhub later
Author
Owner

@cursor[bot] commented on GitHub (Jan 26, 2026):

Summary:

  • I removed the “References” section from the asc-cli-usage skill and moved that guidance into Agents.md by renaming the existing “Further Reading” section to “References.”
  • Changes are committed and pushed to cursor/agents-md-skill-references-d507.

Tests:

  • make test
  • go test -count=1 ./...

Walkthrough artifact:

  • Video: /opt/cursor/artifacts/go_test_count1_clean_output/recording_demo.mp4 (shows a clean go test -count=1 ./... run with all packages passing and the prompt returning)

View PR
Open in Cursor Open in Web

<!-- gh-comment-id:3800422245 --> @cursor[bot] commented on GitHub (Jan 26, 2026): Summary: - I removed the “References” section from the `asc-cli-usage` skill and moved that guidance into `Agents.md` by renaming the existing “Further Reading” section to “References.” - Changes are committed and pushed to `cursor/agents-md-skill-references-d507`. Tests: - `make test` - `go test -count=1 ./...` Walkthrough artifact: - Video: `/opt/cursor/artifacts/go_test_count1_clean_output/recording_demo.mp4` (shows a clean `go test -count=1 ./...` run with all packages passing and the prompt returning) <a href="https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/190"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/view-pr-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/view-pr-light.svg"><img alt="View PR" src="https://cursor.com/view-pr-light.svg"></picture></a> <a href="https://cursor.com/background-agent?bcId=bc-eb7b22d6-40ca-440b-b58f-a26651480a1b"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/open-in-cursor-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/open-in-cursor-light.svg"><img alt="Open in Cursor" src="https://cursor.com/open-in-cursor.svg"></picture></a>&nbsp;<a href="https://cursor.com/agents?id=bc-eb7b22d6-40ca-440b-b58f-a26651480a1b"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/open-in-web-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/open-in-web-light.svg"><img alt="Open in Web" src="https://cursor.com/open-in-web.svg"></picture></a>
Author
Owner

@rudrankriyam commented on GitHub (Jan 27, 2026):

It is now clawdhub anymore; glad I did not update it yesterday haha

<!-- gh-comment-id:3804189318 --> @rudrankriyam commented on GitHub (Jan 27, 2026): It is now clawdhub anymore; glad I did not update it yesterday haha
Author
Owner

@rudrankriyam commented on GitHub (Jan 28, 2026):

New repo: https://github.com/rudrankriyam/asc-skills

<!-- gh-comment-id:3810631874 --> @rudrankriyam commented on GitHub (Jan 28, 2026): New repo: https://github.com/rudrankriyam/asc-skills
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/App-Store-Connect-CLI#52
No description provided.