Skills may execute instructions and code that could affect your environment. Marketplace scans reduce risk but do not guarantee safety. Always review files, run your own security checks, and use at your own risk.
trading-skills-navigator
Security Scan Summary
Status: Safe
Source: Syntic Skills registry
Automated security scan completed with no high-risk patterns detected. Manual review is still required.
About This Skill
Use when a user states a trading/investing goal and asks where to start, which skill or workflow to use, what works without paid API keys, or needs routing by persona or time budget.
Downloadable SKILL.md
Download SKILL.md and place it in your Syntic skills folder. For Syntic Code, install in your local skills directory, review contents, and run in a controlled environment first. Acknowledge the risk notice above to enable the download.
---
name: trading-skills-navigator
description: Use when a user states a trading/investing goal and asks where to start, which skill or workflow to use, what works without paid API keys, or needs routing by persona or time budget.
category: Strategy R&D
version: 1.0.0
tools: []
---
# Trading Skills Navigator
The interactive on-ramp to this skill library. Turn a user's goal into a concrete recommendation: which workflow to run, which skillset (category) it belongs to, its API requirement, and the setup path. Router only — never execute trades, place orders, or auto-run other skills.
## When to Use
- The user states a trading/investing goal and asks where to start or which skill/workflow fits
- The user asks what works without paid API keys
- The user wants the no-API vs API path separated, or a beginner path
- The user describes a persona ("part-time swing trader," "dividend investor," "I want to short," "I want to backtest ideas") and needs routing
## Methodology
**Step 1 — Capture goal and constraints.** Extract the natural-language goal verbatim, plus any stated constraints: no-API only, a daily time budget (15/30/60/90 minutes), and experience level (beginner/intermediate/advanced). Ask at most one clarifying question, and only if the goal is empty or has no discernible intent — otherwise proceed; the recommendation degrades gracefully with partial information.
**Step 2 — Match to a workflow.** Score available workflows against the goal, weighing: topical fit, whether the workflow satisfies a no-API constraint if requested, whether it fits the stated time budget, and whether it suits the stated experience level. Identify one primary workflow and, if relevant, secondary supporting workflows.
**Step 3 — Narrate the recommendation.** Explain plainly: what the primary workflow does, its cadence and rough time cost, and its API profile. If secondary workflows apply, explain how they relate (e.g. "run the regime check first, then this when it allows risk"). Identify the skillset/category the recommendation belongs to.
**Step 4 — Be explicit about API requirements.** State whether the *entire* recommended path (primary + every secondary workflow) works without paid API keys, or name exactly which paid key(s) it needs. If a workflow was excluded for a no-API request, say which paid integration it needed.
**Step 5 — Handle honest gaps.** If no workflow genuinely covers the stated intent, say so directly rather than force-fitting a recommendation — then suggest the closest-fitting skills from the relevant category and explain the gap plainly. Never invent a workflow that doesn't exist.
**Step 6 — Explain the setup path.** Walk through what to install: required skills first, then recommended, then optional — citing why each is needed and how the bundle is run together. Union the install list across the primary skillset and every secondary workflow so nothing needed gets dropped.
**Step 7 — Point to the improvement loop.** Close by connecting the recommended path to the ongoing Plan → Trade → Record → Review → Improve loop, so the user has a way to keep learning from results over time, not just a one-off recommendation.
## Output
Narrate conversationally, always covering: primary workflow (what/when/cost), secondary workflows (if any) and how they chain, skillset/category, explicit no-API-vs-API verdict for the whole path, honest-gap handling if applicable, the setup/install path, and the pointer to the improvement loop. Always explain *why* — the rationale behind the recommendation, not just the recommendation itself.
Bundle Download
Includes SKILL.md and bundled support files where provided. Risk acknowledgement is required.
Install Targets
Syntic App
- 1. Create a dedicated folder for this skill in your local skills library.
- 2. Place SKILL.md into that folder.
- 3. Restart Syntic and invoke this skill on matching tasks.
Syntic Code (CLI)
- 1. Save SKILL.md in your local Syntic Code skills directory.
- 2. Keep related files in the same skill folder.
- 3. Run in a safe environment and validate outputs.
Source
https://github.com/tradermonty/claude-trading-skills/blob/main/skills/trading-skills-navigator/SKILL.md
Open Source LinkRelated Skills
backtest-expert
Use when developing, stress-testing, or validating a systematic trading strategy's backtest for robustness...
Strategy R&Ddual-axis-skill-reviewer
Use when the user wants a reproducible quality score for a skill's content, combining structural checks with...
Strategy R&Dedge-candidate-agent
Use when turning market observations into reproducible research tickets, exporting ideas as strategy.yaml +...
Strategy R&Dedge-concept-synthesizer
Use when abstracting raw detector tickets and hints into reusable edge concepts with thesis and invalidation...