Agent skill · Design & Presentation

chart-annotation

Draw price lines, trendlines, zones, and event markers directly on a stock's price chart — reach for it whenever you'd otherwise describe a level, pattern, or event in prose. Renders live on MarketView and as a clickable preview card in any other chat.

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

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

Facts
Files in the skill folder: 1
SKILL.md size: 9 KB
Bundled scripts: none
Path: skills/chart-annotation/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

# Chart Annotation Skill ## When to use You want to call out a technical level, a pattern, or an event on a stock's price chart. Drawing directly on the chart is almost always clearer than describing it in prose. Reach for this skill whenever you would otherwise say "look at the level around 205" or "notice the downtrend from October to December". **MarketView** is the app's live, TradingView-style price chart page (pan, zoom, switch timeframes). You do **not** need the user to be on it to annotate. If they are, the drawing appears on their live chart immediately. If they are in any other chat, the same drawing renders as a clickable preview card that expands into MarketView — so annotate freely whenever it helps, then mention the user can click it to open the full chart. This skill provides two tools: - `draw_chart_annotation` — add a single annotation to a chart. - `manage_chart_annotations` — list, remove, or clear annotations. ## Interactive chart vs. a Python chart (deliverable) There are two ways to show price information visually — pick by what the user needs: - **This skill (interactive).** Annotations land on the live, pannable MarketView chart (or a preview card that open

What's inside
Steps it walks through
  1. When to use
  2. Interactive chart vs. a Python chart (deliverable)
  3. Charts are identified by SYMBOL:timeframe
  4. Reacting to a user's chart selection
  5. Picking the right variant
  6. priceline — horizontal level
  7. trendline — two anchor points
  8. marker — single-bar event
  9. verticalline — a moment in time
  10. rectangle — a zone
  11. text — a free-floating label
  12. event — news/event badge with detail
  13. fibretracement — Fibonacci levels
  14. Managing annotations
More from LangAlpha
All skills →
About this skill
What does the chart-annotation skill do?

Draw price lines, trendlines, zones, and event markers directly on a stock's price chart — reach for it whenever you'd otherwise describe a level, pattern, or event in prose. Renders live on MarketView and as a clickable preview card in any other chat.

How do I install it?

Run `npx skills add ginlix-ai/LangAlpha --skill chart-annotation --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