Home / ginlix-ai / langalpha · plugins/langalpha_service/skills/onboarding/SKILL.md · GitHub

onboarding skillA

onboarding is agent-read markdown (skill) from ginlix-ai/langalpha: First-time user onboarding to set up investment profile, watchlists, portfolio, and preferences..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Onboarding Skill

## Purpose

Help new users set up their investment profile through a natural, conversational flow. The agent gathers preferences and stores them as rich, descriptive text that future conversations can reference for personalized advice.

This skill provides 5 tools:
- `get_user_data` - Read user data
- `update_user_data` - Create or update user data
- `remove_user_data` - Delete user data
- `manage_workspaces` - Create workspaces (via action="create")
- `ptc_agent` - Dispatch a research question to a workspace

You should call these tools directly instead of using ExecuteCode tool.

---

## Tool Reference

### Tool 1: get_user_data

Retrieve user data by entity type.

| Entity | Description | entity_id |
|--------|-------------|-----------|
| `all` | Complete user data (profile, preferences, watchlists with items, portfolio) | Not used |
| `profile` | User info (name, timezone, locale) | Not used |
| `preferences` | All preferences (risk, investment, agent) | Not used |
| `watchlists` | List of all watchlists | Not used |
| `watchlist_items` | Items in a specific watchlist | Optional watchlist_id |
| `portfolio` | All portfolio holdings | Not used |

```python
…

Read the whole file at its exact version.

How to install

Latest version
mdr add ginlix-ai/langalpha/onboarding@git:20260826.8da358a
Exact content
mdr add ginlix-ai/langalpha/onboarding@sha256:101b31428d690e90

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_mzwe4x2quy57wkky.svg)](https://markdownregistry.com/a/art_mzwe4x2quy57wkky)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260826.8da358a latest2026-08-26 8da358a 12,006 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (12006 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

ginlix-ai/langalpha · 1,774 stars · license Apache-2.0 · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_mzwe4x2quy57wkky
GET https://markdownregistry.com/api/v1/resolve?ref=ginlix-ai/langalpha/onboarding
GET https://markdownregistry.com/api/v1/blob/101b31428d690e9009b1b3fa1e7364e099e8cb63d04104940b840a4fe8447ce0

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from ginlix-ai/langalpha

AGENTS.md agents
ginlix-ai/langalpha · AGENTS.md
git:20260921.86907f8 · audit A · 1,774 stars
CLAUDE.md claude
ginlix-ai/langalpha · CLAUDE.md
git:20260711.40c6e92 · audit A · 1,774 stars
DESIGN.md design
ginlix-ai/langalpha · DESIGN.md
git:20260924.c1a9abf · audit A · 1,774 stars
AGENTS.md@desktop agents
ginlix-ai/langalpha · desktop/AGENTS.md
git:20260904.3e9f6b7 · audit B · 1,774 stars
web-scraping skill
ginlix-ai/langalpha · plugins/alternative_data/skills/web-scraping/SKILL.md · Web scraping: scrape_page / scrape_pages MCP tools for fetching pages as markdown, HTML, or text (fast HTTP, browser…
git:20260921.26f807b · audit A · 1,774 stars
x-api skill
ginlix-ai/langalpha · plugins/alternative_data/skills/x-api/SKILL.md · Search X (Twitter) posts, pull user profiles, fetch specific tweets, and read reply threads for sentiment, news, and…
git:20260826.8da358a · audit A · 1,774 stars
chart-annotation skill
ginlix-ai/langalpha · plugins/langalpha_deliverables/skills/chart-annotation/SKILL.md · Draw price lines, trendlines, zones, and event markers directly on a stock's price chart. Reach for it whenever you'd…
git:20260915.83337aa · audit A · 1,774 stars
docx skill
ginlix-ai/langalpha · plugins/langalpha_deliverables/skills/docx/SKILL.md · Word documents a human will review and edit: build with python-docx, edit an existing file in place with tracked…
git:20260921.26f807b · audit A · 1,774 stars
html-report skill
ginlix-ai/langalpha · plugins/langalpha_deliverables/skills/html-report/SKILL.md · Self-contained styled HTML reports written to the task directory: PDF-exportable research documents with inline data…
git:20260921.26f807b · audit B · 1,774 stars
inline-widget skill
ginlix-ai/langalpha · plugins/langalpha_deliverables/skills/inline-widget/SKILL.md · Inline HTML widgets: charts, dashboards, data tables rendered directly in the chat via ShowWidget
git:20260921.26f807b · audit F · 1,774 stars
interactive-dashboard skill
ginlix-ai/langalpha · plugins/langalpha_deliverables/skills/interactive-dashboard/SKILL.md · Interactive web dashboards: stock trackers, sector heatmaps, portfolio monitors, served via preview URL
git:20260921.26f807b · audit C · 1,774 stars
pdf skill
ginlix-ai/langalpha · plugins/langalpha_deliverables/skills/pdf/SKILL.md · Read, fill and build PDFs: inspect structure and fonts, extract text and tables with pdfplumber and poppler, fill and…
git:20260921.26f807b · audit A · 1,774 stars

Every file in ginlix-ai/langalpha

Other files named onboarding

onboarding skill
code-yeongyu/oh-my-openagent · packages/omo-senpi/plugin/skills/onboarding/SKILL.md · Guides a first-time omo user through setup and the core workflow. Use when a new user asks to get started with omo.
git:20260904.2790172 · audit A · 69,349 stars
onboarding skill
code-yeongyu/oh-my-openagent · packages/omo-senpi/skills/onboarding/SKILL.md · Guides a first-time omo user through setup and the core workflow. Use when a new user asks to get started with omo.
git:20260904.2790172 · audit A · 69,349 stars
onboarding skill
coreyhaines31/marketingskills · skills/onboarding/SKILL.md · When the user wants to optimize post-signup onboarding, user activation, first-run experience, or time-to-value. Also…
v2.0.1 · audit A · 51,418 stars
onboarding skill
huytieu/cog-second-brain · .claude/skills/onboarding/SKILL.md · Personalize COG for your workflow - creates profile, interests, and watchlist files with guided setup (run this first!)
git:20260818.622a5e5 · audit A · 1,215 stars
onboarding skill
huytieu/cog-second-brain · .agents/skills/onboarding/SKILL.md · Personalize COG for your workflow - creates profile, interests, and watchlist files with guided setup (run this first!)
git:20260730.acf9b42 · audit A · 1,215 stars
onboarding skill
huytieu/cog-second-brain · skills/onboarding/SKILL.md · Personalize COG for your workflow - creates profile, interests, and watchlist files with guided setup (run this first!)
git:20260818.622a5e5 · audit A · 1,215 stars
onboarding skill
signet-ai/signetai · skills/onboarding/SKILL.md · Interactive interview to set up your Signet workspace (~5-10 minutes). Writes identity files to ~/.agents/ — does not…
git:20260720.f642f14 · audit A · 288 stars
onboarding skill
cesarjoquin/marketing-skills · skills/onboarding/SKILL.md · When the user wants to optimize post-signup onboarding, user activation, first-run experience, or time-to-value. Also…
v2.0.0 · audit A · 190 stars

Browse by kind, by grade A, or by owner.