10x-cli-guide

Guides daily 10x-cli usage including commands, tool profiles, troubleshooting, and platform-specific configuration.

Updated Aug 26, 2026
One-click install
npx skills add https://github.com/michaail/hybrid-logs-analyzer --skill 10x-cli-guide-michaail
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10x-cli-guide
Source: https://github.com/michaail/hybrid-logs-analyzer/tree/main/.agents/skills/10x-cli-guide
Command: npx skills add https://github.com/michaail/hybrid-logs-analyzer --skill 10x-cli-guide-michaail

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Users who have already installed and authenticated the 10x-cli often struggle to remember command syntax, locate where lesson artifacts land for their AI tool, or diagnose errors like expired sessions and locked modules. This Skill provides accurate, OS-aware guidance for day-to-day CLI operation. ## Core Features & Use Cases - Command Reference: Covers 10x get, 10x list, 10x doctor, 10x auth, and 10x bench with flags for filtering, dry runs, JSON output, and language selection. - Environment Detection: Silently detects the user's OS (Windows, Linux, macOS) and active AI tool profile (Claude Code, Cursor, Copilot, Codex, Devin, Generic) so every answer uses correct paths and shell syntax. - Troubleshooting Workflow: Provides a structured diagnostic sequence starting with 10x doctor, a symptom-to-fix table, verbose mode, and a nuclear config reset. - Use Case: A Windows user asks why lesson artifacts landed in the wrong folder; the Skill detects their tool profile from the config file and explains how to migrate artifacts when switching from Claude Code to Cursor. ## Quick Start Ask how to fetch a lesson, switch AI tools, check the 10xBench leaderboard, or fix a failing 10x command, and the Skill will detect your environment and give a tailored answer.

Frequently Asked Questions about 10x-cli-guide

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch lesson artifacts with the 10x-cli?

Run `10x get <ref>` such as `10x get m1l1` to fetch module 1 lesson 1. Use `--dry-run` to preview changes, `--type skills` to filter artifact types, `--tool cursor` to target a different AI tool, and `--lang pl` for Polish content.

How do I switch the 10x-cli from Claude Code to Cursor?

Run `10x get <lesson> --tool cursor` and the CLI detects existing artifacts and offers to migrate them to Cursor's directories or delete the old ones. The new tool choice is saved in the config file for future commands.

Where do 10x-cli artifacts land for each AI tool?

Artifact locations depend on the active tool profile: Claude Code uses `.claude/skills/`, Cursor uses `.cursor/skills/`, Copilot uses `.github/skills/`, Codex uses `.agents/skills/`, and Generic uses `.ai/skills/`. Rules files are CLAUDE.md, AGENTS.md, or copilot-instructions.md respectively.

Does the 10x-cli work on Windows?

Yes, the 10x-cli works on Windows via PowerShell with Node 20+, either globally installed or through npx. Config files live in `%APPDATA%\10x-cli\`, clipboard operations use clip.exe, and forward slashes in output paths work without conversion.

Why does 10x get fail with a 403 Forbidden error?

A 403 on `10x get` usually means the module is locked or your account lacks membership. Run `10x list` to check module lock state and unlock dates, and verify your enrollment and session with `10x auth --status`.

What should I do when a 10x command stops working?

Run `10x doctor` first, which checks auth status, API connectivity, config directory, CLI version, and tool directory presence. For deeper diagnostics use `--verbose`, and as a last resort delete the config directory and re-authenticate with `10x auth`.