> ## Documentation Index
> Fetch the complete documentation index at: https://labs.prompthon.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Contributor Kit

<div className="not-prose my-4 rounded-md border border-gray-200 bg-gray-50 p-2 text-sm dark:border-gray-800 dark:bg-gray-900/40">
  <div className="mb-2 px-1 text-xs font-semibold uppercase tracking-wide text-gray-500 dark:text-gray-400">Need help?</div>

  <div className="flex flex-wrap gap-2">
    <a className="inline-flex items-center gap-2 rounded-md border border-gray-200 bg-white px-3 py-1.5 font-medium text-gray-700 no-underline shadow-sm hover:border-gray-300 hover:bg-gray-50 dark:border-gray-800 dark:bg-gray-950/60 dark:text-gray-200 dark:hover:bg-gray-900" href="https://discord.gg/sDE2HhGTg4" target="_blank" rel="noreferrer">
      <Icon icon="discord" iconType="brands" size={14} />

      <span>Ask in Discord</span>
    </a>

    <a className="inline-flex items-center gap-2 rounded-md border border-gray-200 bg-white px-3 py-1.5 font-medium text-gray-700 no-underline shadow-sm hover:border-gray-300 hover:bg-gray-50 dark:border-gray-800 dark:bg-gray-950/60 dark:text-gray-200 dark:hover:bg-gray-900" href="https://github.com/Prompthon-IO/agent-systems-handbook/issues/new/choose" target="_blank" rel="noreferrer">
      <Icon icon="github" iconType="brands" size={14} />

      <span>Open a GitHub issue</span>
    </a>

    <a className="inline-flex items-center gap-2 rounded-md border border-gray-200 bg-white px-3 py-1.5 font-medium text-gray-700 no-underline shadow-sm hover:border-gray-300 hover:bg-gray-50 dark:border-gray-800 dark:bg-gray-950/60 dark:text-gray-200 dark:hover:bg-gray-900" href="https://github.com/Prompthon-IO/agent-systems-handbook/blob/main/SUPPORT.md" target="_blank" rel="noreferrer">
      <Icon icon="life-ring" size={14} />

      <span>Support guide</span>
    </a>
  </div>
</div>

This directory holds the public scaffolding needed to let contributors add or
revise Prompthon Agentic Labs content without guessing the repository rules.

If you are new to the contribution path, start with
[Start Here](/contributor-kit/start-here) first. Then use
[Contributing](https://github.com/Prompthon-IO/agent-systems-handbook/blob/main/CONTRIBUTING.md) for the shared flow and come here for templates,
guidelines, and review assets.

## What belongs here

* Page templates
* Source-project templates
* Metadata guidance
* Contribution workflow notes
* Review checklists and quality gates
* Curated reference notes for future drafting

## Current contributor assets

* [Article Template](/contributor-kit/templates/article-template)
* [Radar Note Template](/contributor-kit/templates/radar-note-template)
* [Reference Note Template](/contributor-kit/templates/reference-note-template)
* [Source Project Template](/contributor-kit/templates/source-project-template)
* [Basic GitHub Flow For Contributors](/contributor-kit/contribution-workflow)
* [GitHub Issue Guide](/contributor-kit/github-issue-guide)
* [Prompthon Agentic Labs Structure](/contributor-kit/lab-structure)
* [Article Guidelines](/contributor-kit/article-guidelines)
* [Radar Note Guidelines](/contributor-kit/radar-note-guidelines)
* [Source Project Guidelines](/contributor-kit/source-project-guidelines)
* [Reference Note Guidelines](/contributor-kit/reference-note-guidelines)
* [Review Checklist](/contributor-kit/review-checklist)
* [Reference Notes](/contributor-kit/reference-notes)

## Working standard

Public contributions should stay practical, source-aware, and easy to review.
That applies to evergreen articles, radar notes, starter projects, and curated
reference notes alike.
