onboarding
First-time user onboarding to set up investment profile, watchlists, portfolio, and preferences.
npx skills add ginlix-ai/LangAlpha --skill onboarding --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Purpose
- Tool Reference
- Tool 1: getuserdata
- Tool 2: updateuserdata
- Tool 3: removeuserdata
- Tool 4: manageworkspaces (action="create")
- Tool 5: ptcagent
- What to Gather
- Stocks (Required, Structured)
- Risk & Investment Profile (Required, Flexible)
- Agent Preferences (Optional, Flexible)
- Conversation Guide
- Always Use AskUserQuestion
- Storing Responses
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.
