Skip to content

feat: add skills-based onboarding pages with 4 paths#130

Open
rogeriochaves wants to merge 25 commits intomainfrom
feat/skills-onboarding-pages
Open

feat: add skills-based onboarding pages with 4 paths#130
rogeriochaves wants to merge 25 commits intomainfrom
feat/skills-onboarding-pages

Conversation

@rogeriochaves
Copy link
Contributor

Summary

  • New skills/ section in docs with 5 pages: overview, developers, teams, platform, manual
  • Restructured Get Started nav: Introduction → LangWatch Skills → MCP → Better Agents
  • Introduction page updated with 4 onboarding path cards
  • Better Agents page refocused as 'starting from scratch' tool

Context

Part of the skills-based onboarding initiative. Skills are AgentSkills-compliant SKILL.md files that let agents (Claude Code, Cursor, etc.) set up LangWatch features automatically. The docs pages show copy-paste prompts and skill install commands for each goal.

Test plan

  • Verify docs.json is valid (Mintlify dev server starts)
  • New skills/ pages render correctly
  • Introduction page shows 4 path cards
  • Better Agents page has redirect note
  • All internal links resolve

rogeriochaves and others added 4 commits March 11, 2026 16:45
…d SDK constants

- Fix langwatch.tags → langwatch.labels (tags is deprecated)
- Fix langwatch.streaming → langwatch.gen_ai.streaming to match SDK
- Add "Using SDK Constants" section with import { attributes } from "langwatch" usage
- Add complete table of all ATTR_LANGWATCH_* constants and their values
…on constants

- Move "Using SDK Constants" section below attribute tables for better flow
- Add Python SDK usage with AttributeKey class alongside TypeScript
- Wrap full constants lists in an accordion to reduce page noise
New pages:
- skills/overview — main onboarding page with 4 paths
- skills/developers — goal-based with Prompt/Skill/MCP tabs
- skills/teams — no-code prompts for PMs using AI assistants
- skills/platform — links to platform features
- skills/manual — framework-specific integration guides

Updated:
- docs.json — nav: Introduction → Skills → MCP → Better Agents
- introduction.mdx — added 4 onboarding path cards at top
- better-agents/overview — refocused as 'starting from scratch' tool
… quick-setup

Add <Tip> callout boxes at the top of 24 documentation pages across
integration, evaluations, prompt management, and agent simulations
sections. Each callout links readers to the corresponding skills page
for automated setup via their coding agent.
@rogeriochaves rogeriochaves marked this pull request as ready for review March 16, 2026 07:08
MrSnapsClaws[bot] added 21 commits March 16, 2026 14:52
New page: skills/recipes.mdx — browsable recipe catalog with 6 recipes
(debug-instrumentation, improve-setup, evaluate-multimodal,
generate-rag-dataset, test-compliance, test-cli-usability)

Updated: skills/overview.mdx — added Recipes section at bottom
Updated: docs.json — added recipes page to Skills nav group
…ssistant

Renamed:
- skills/overview → skills/directory (Skills Directory)
- skills/developers → skills/code-prompts (Code Prompts)
- skills/teams + skills/platform → skills/platform-prompts (Platform Prompts)
- Removed skills/manual (covered by integrations)

Updated:
- introduction.mdx: 2 workflow cards replace 4 identity cards
- docs.json: new nav structure + redirects for old URLs
- 24+ pages: cross-link tips point to /skills/code-prompts

No more 'For Developers' or 'For Teams' — workflow-based, not identity-based.
Added platform_analytics, platform_scenarios, platform_evaluators to
prompts-data.jsx. Rewrote platform-prompts.mdx to use CopyPrompt
component — compact copy buttons, no accordions, no redundant notes.
…s, MCP tabs

New components:
- CopyLine: single-line copyable text with quotes and copy icon
- SkillInstall: two-line Install/Run block with separate copy buttons

Updated:
- CopyPrompt: 12px border-radius, 8px gap between blocks
- code-prompts: clean layout with Prompts/Skills/MCP tabs, star on level-up
- platform-prompts: consistent CopyPrompt styling

MCP tab now has editor-specific install instructions (Claude Code, Cursor, Other).
Both code-prompts MCP tab and integration/mcp page now have tabs for:
Claude Code, Copilot, Cursor, ChatGPT, Claude Chat, Other

Claude Code first (primary). Copilot uses .vscode/mcp.json format.
ChatGPT and Claude Chat use Settings → Connectors flow.
https://mcp.langwatch.ai/sse — the remote SSE endpoint for
web-based assistants that can't run local stdio processes.
Our MCP server is stdio-only. ChatGPT and Claude Chat web require
remote MCP URLs which we don't have yet. Point users to copy-paste
prompts instead, or Claude Desktop for local MCP.
https://mcp.langwatch.ai/sse — remote SSE endpoint for web-based
assistants (deployed via langwatch-saas PR #352).
Recipes: removed duplicate title, marketing copy. Same Prompts/Skills tabs as code-prompts.
Platform Prompts: added Prompts/MCP tabs (no Skills — platform is no-code).
ChatGPT/Claude Chat first in MCP tabs for platform page.
Recipes now use the full compiled SKILL.md content (not one-liner summaries).
Fixed titles:
- Debug → 'Improve the LangWatch instrumentation of my agent'
- Improve → 'What should I do next to improve my agent?'
- Compliance → 'Test that my agent stays observational and doesn't give prescriptive advice'
- CLI → 'Test my CLI is well usable by AI agents'

prompts-data.jsx now has 15 prompts (6 feature + 3 platform + 6 recipes).
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.

1 participant