10x-cli-guide

Guides daily 10x-cli usage including commands, tool profiles, artifact locations, and troubleshooting.

Updated Jul 15, 2026
One-click install
npx skills add https://github.com/manatandu/Skill-Claude --skill 10x-cli-guide-manatandu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10x-cli-guide
Source: https://github.com/manatandu/Skill-Claude/tree/main/.agents/skills/10x-cli-guide
Command: npx skills add https://github.com/manatandu/Skill-Claude --skill 10x-cli-guide-manatandu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Users who have already installed the 10x-cli often struggle to remember command syntax, where fetched artifacts land for their AI tool, and how to fix common errors like expired sessions or locked modules. This Skill provides OS-aware, tool-aware guidance for everyday CLI operations. ## Core Features & Use Cases - Command Reference: Covers 10x get, 10x list, 10x doctor, and 10x auth with flags for filtering, dry runs, language selection, and verbose diagnostics. - Environment Detection: Silently detects the user's OS (Windows, Linux, macOS) and active AI tool profile (Claude Code, Cursor, Copilot, Codex CLI, Generic) to tailor paths, shell syntax, and clipboard commands. - 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 10x get m1l1 fails with "You're not signed in" — the Skill detects their platform, walks them through 10x auth, and explains where artifacts will land in PowerShell-appropriate paths. ## Quick Start Ask how to fetch a lesson or diagnose a 10x-cli error, and the Skill will detect your OS and tool profile before answering with the right commands.

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 a lesson with the 10x-cli?

Run `10x get <ref>` with a lesson reference like `10x get m1l1` for module 1, lesson 1. Add `--dry-run` to preview changes, `--type skills` to filter artifact types, or `--tool cursor` to target a different AI tool profile.

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

Artifact locations depend on the active tool profile: Claude Code uses `.claude/`, Cursor uses `.cursor/`, Copilot uses `.github/`, Codex CLI uses `.agents/`, and Generic uses `.ai/`. Each contains skills, prompts, rules, and config-templates subdirectories.

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

Run `10x get <lesson> --tool cursor` and the CLI detects existing artifacts from the old tool. Choose migrate to move artifacts to the new tool's directories, or delete to remove only 10x-managed files. The choice is saved in the config file.

Why does 10x-cli say my session expired?

Sessions refresh automatically when near expiry, but a fully expired token requires manual re-authentication with `10x auth`. Run `10x doctor` first to confirm auth status before re-logging in.

Does 10x-cli work on Windows with PowerShell?

Yes, 10x-cli works on Windows via PowerShell, which is recommended over cmd.exe for correct ANSI color and Unicode rendering. Node 20+ is the only prerequisite, and `npx @przeprogramowani/10x-cli` works without global installation.

What should I do when 10x-cli config is corrupted?

Delete the config directory and re-authenticate: `rm -rf ~/.config/10x-cli` on macOS/Linux or `Remove-Item -Recurse -Force "$env:APPDATA\10x-cli"` on Windows, then run `10x auth`. This clears auth and tool preference, which are recreated on next login.