Agent skill · Design & Presentation

onboarding

First-time user onboarding to set up investment profile, watchlists, portfolio, and preferences.

ginlix-aigithub.com/ginlix-aiGitHub ↗
claude-codeApache-2.0
Install
npx skills add ginlix-ai/LangAlpha --skill onboarding --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 12 KB
Bundled scripts: none
Path: skills/onboarding/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,604
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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 # Get comple

What's inside
Steps it walks through
  1. Purpose
  2. Tool Reference
  3. Tool 1: getuserdata
  4. Tool 2: updateuserdata
  5. Tool 3: removeuserdata
  6. Tool 4: manageworkspaces (action="create")
  7. Tool 5: ptcagent
  8. What to Gather
  9. Stocks (Required, Structured)
  10. Risk & Investment Profile (Required, Flexible)
  11. Agent Preferences (Optional, Flexible)
  12. Conversation Guide
  13. Always Use AskUserQuestion
  14. Storing Responses
More from LangAlpha
All skills →
About this skill
What does the onboarding skill do?

First-time user onboarding to set up investment profile, watchlists, portfolio, and preferences.

How do I install it?

Run `npx skills add ginlix-ai/LangAlpha --skill onboarding --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ginlix-ai/LangAlpha, a repository with 1,604 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going