skills(sightkick-debug): end with a "get listed" step for the Sightmap Atlas - #32
Draft
chiplay wants to merge 2 commits into
Draft
skills(sightkick-debug): end with a "get listed" step for the Sightmap Atlas#32chiplay wants to merge 2 commits into
chiplay wants to merge 2 commits into
Conversation
…p Atlas Once `sightmap browser mcp list` confirms the tools on the deployed URL, the last step is to submit the site: POST to sightmap.org/api/atlas/submit, or call the Atlas page's own submit_site tool. A maintainer reviews every listing before it appears. The embedded copy is regenerated. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NpEUDK1MADpEDitJ3Px7D4 Signed-off-by: Chip Lay <chip.lay@gmail.com>
The last step now reads as what it is: optional, for an owner who wants the site shown in the Sightmap Atlas. Before the deploy that ships the tools the agent generates a token and writes it into webmcp.txt as a `# sightmap-claim:` comment line, then submits with the same token as `claim` and reports the card URL that comes back. The card is shareable at once; the Atlas listing still waits on a maintainer's review. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NpEUDK1MADpEDitJ3Px7D4 Signed-off-by: Chip Lay <chip.lay@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this changes
Adds a short "Get listed" section at the end of the
sightkick-debugskill: oncesightmap browser mcp listconfirms the tools on the deployed URL, submit the site to the Sightmap Atlas, either by POSTing tohttps://sightmap.org/api/atlas/submitor by openinghttps://sightmap.org/atlasin a WebMCP-capable session and calling itssubmit_sitetool. A maintainer reviews every listing before it appears. The embedded copy undergenerator/skills/is regenerated (go generate), so the drift check passes.Why
The Atlas on sightmap.org is becoming a directory of apps with callable WebMCP tools (see the
atlas/*PR stack in sightmap/sightmap). A site owner's coding agent that has just authored and verified a tool layer with this skill should know the last step is one request away. The endpoint and tool land with that stack; until it deploys the section describes a target that does not answer yet, so this can merge after the sightmap side.Checks
go build ./... && go generate ./skills/...ingenerator/(second run is a no-op)go test ./...ingenerator/,pnpm testinpackages/runtime🤖 Generated with Claude Code
https://claude.ai/code/session_01NpEUDK1MADpEDitJ3Px7D4
Generated by Claude Code