Skip to content

feat: add greptimedb-quickstart skill with onboarding card#2469

Merged
sunng87 merged 5 commits into
mainfrom
feature/add-agent-onboarding-skill
May 18, 2026
Merged

feat: add greptimedb-quickstart skill with onboarding card#2469
sunng87 merged 5 commits into
mainfrom
feature/add-agent-onboarding-skill

Conversation

@killme2008
Copy link
Copy Markdown
Member

@killme2008 killme2008 commented May 14, 2026

What's Changed in this PR

Describe the change in this PR

  • Add all skills under /skills/.
  • Expand DocCardList in generated .md.
  • Add greptimedb-quickstart skill with onboarding card for AI agents
Screenshot 2026-05-14 at 11 42 05

Thoroughly review skills/greptimedb-quickstart/SKILL.md. @sunng87 @fengjiachun

Checklist

  • Please confirm that all corresponding versions of the documents have been revised.
  • Please ensure that the content in sidebars.ts matches the current document structure when you changed the document structure.
  • This change requires follow-up update in localized docs.

… DocCardList in generated .md

Signed-off-by: Dennis Zhuang <killme2008@gmail.com>
@killme2008 killme2008 requested a review from fengjiachun as a code owner May 14, 2026 03:42
@killme2008 killme2008 requested a review from sunng87 May 14, 2026 03:44
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented May 14, 2026

Deploying greptime-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 0af4d81
Status: ✅  Deploy successful!
Preview URL: https://bea911cd.greptime-docs.pages.dev
Branch Preview URL: https://feature-add-agent-onboarding.greptime-docs.pages.dev

View logs

Signed-off-by: Dennis Zhuang <killme2008@gmail.com>
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR adds an “Agent Onboarding” entrypoint to the Getting Started overview pages, publishes the new greptimedb-quickstart AI skill (and mirrors all skills to stable URLs under the docs site), and improves the llms.txt/per-page .md outputs by post-processing MDX placeholders into plain markdown for agent consumption.

Changes:

  • Add an <AgentOnboarding /> MDX card to Getting Started overview docs (en + zh, current + v1.0).
  • Add the new skills/greptimedb-quickstart/SKILL.md skill and ensure all skills are mirrored into static/ via a prestart/prebuild script.
  • Extend llms-txt-generator post-build processing to expand <DocCardList /> and replace <AgentOnboarding /> with plain markdown text.

Reviewed changes

Copilot reviewed 12 out of 13 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
versioned_docs/version-1.0/getting-started/overview.md Adds <AgentOnboarding /> card to v1.0 English Getting Started overview.
docs/getting-started/overview.md Adds <AgentOnboarding /> card to current English Getting Started overview.
i18n/zh/docusaurus-plugin-content-docs/version-1.0/getting-started/overview.md Adds <AgentOnboarding /> card to v1.0 Chinese Getting Started overview.
i18n/zh/docusaurus-plugin-content-docs/current/getting-started/overview.md Adds <AgentOnboarding /> card to current Chinese Getting Started overview.
src/components/AgentOnboarding/index.tsx New onboarding card component with copy-to-clipboard.
src/components/AgentOnboarding/prompt.ts Centralized locale-aware prompt + URLs shared by UI and generator.
src/components/AgentOnboarding/styles.module.css Styling for the onboarding card layout and copy button.
src/plugins/llms-txt-generator.ts Post-process generated markdown to expand DocCardList and replace AgentOnboarding.
skills/README.md Documents the new quickstart skill and its hosted URL.
skills/greptimedb-quickstart/SKILL.md Adds the new end-to-end GreptimeDB quickstart skill for agents.
scripts/sync-skill.mjs New script to mirror skills into static/ for stable published URLs.
package.json Runs skill sync in prestart/prebuild.
.gitignore Ignores generated static/SKILL.md and static/skills/.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/plugins/llms-txt-generator.ts
Comment thread src/plugins/llms-txt-generator.ts
Comment thread src/components/AgentOnboarding/index.tsx Outdated
Comment thread scripts/sync-skill.mjs
Signed-off-by: Dennis Zhuang <killme2008@gmail.com>
Signed-off-by: Dennis Zhuang <killme2008@gmail.com>
@fengjiachun
Copy link
Copy Markdown
Contributor

@codex review

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: b38f115db5

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread package.json
Signed-off-by: Dennis Zhuang <killme2008@gmail.com>
@sunng87 sunng87 merged commit 4dc9f84 into main May 18, 2026
5 checks passed
@sunng87 sunng87 deleted the feature/add-agent-onboarding-skill branch May 18, 2026 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants