Your project is listed on Spark — claim your listing

View original issue on GitHub  ·  Variant 3

Claiming Your Project Listing on Spark: A Guide for Maintainers

The issue at hand concerns a notification received by maintainers of the AI-QL/mcp-devcontainers project. Their project has been automatically listed on Spark, a curated catalog of AI tools and related resources. This article will guide maintainers through the process of claiming their listing, outlining the benefits and providing a step-by-step approach.

The problem is straightforward: a project has been indexed on a third-party platform without explicit action from the maintainers. While this can be beneficial in terms of discoverability, it also necessitates the maintainers taking ownership of the listing to ensure accuracy and control.

Root Cause: Automated Indexing and Curation

The root cause is likely an automated indexing process employed by Spark. These platforms often crawl repositories on GitHub and other code hosting services, identifying projects based on keywords, descriptions, and other metadata. In this case, AI-QL/mcp-devcontainers was likely identified as relevant to the AI tool ecosystem and automatically added to the Spark catalog. This is a common practice for platforms aiming to build comprehensive directories and provide value to their users.

Solution: Claiming Your Listing

Claiming the listing provides several advantages, including a "Maintainer Verified" badge, editing capabilities, download analytics, and the option to add a "Listed on Spark" badge to your project's README. Here's how to claim your listing:

  1. Navigate to the Claim Page: Visit the provided link: https://spark.entire.vc/claim/vb-devcontainer.
  2. Sign In with GitHub: Authenticate using your GitHub account. This is crucial as it allows Spark to verify your access rights to the repository.
  3. Verify Push Access: The platform will check if your GitHub account has push access to the AI-QL/mcp-devcontainers repository. This is a key step to ensure that only authorized maintainers can claim and manage the listing.
  4. Complete the Claim: Once your access is verified, follow the on-screen instructions to finalize the claiming process.

Adding a "Listed on Spark" Badge to Your README

After claiming your listing, consider adding a badge to your README file to showcase your project's presence on Spark. This can increase visibility and credibility.

You can use Markdown to embed the badge. Here's an example of how to add a badge using shields.io:


[![Listed on Spark](https://img.shields.io/badge/Listed%20on-Spark-blue)](https://spark.entire.vc/assets/vb-devcontainer)

Replace https://spark.entire.vc/assets/vb-devcontainer with the actual URL of your project's listing on Spark.

Alternatively, you can use HTML:


<a href="https://spark.entire.vc/assets/vb-devcontainer">
  <img src="https://img.shields.io/badge/Listed%20on-Spark-blue" alt="Listed on Spark" />
</a>

Practical Tips and Considerations

By claiming your project listing on Spark and actively managing your presence on the platform, you can enhance your project's visibility, credibility, and user engagement within the AI tool ecosystem.