10x-cli-guide

Guide 10x-cli usage for lessons, AI tools, and troubleshooting.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a comprehensive guide for users looking to navigate and use the 10x-cli effectively, including fetching lessons, managing AI tools, troubleshooting errors, and understanding artifact locations.

Core Features & Use Cases

  • Command Reference: Offers detailed explanations of commands like get, list, doctor, and auth.
  • Tool Profiles: Covers tool profiles for Claude Code, Cursor, GitHub Copilot, Codex CLI, and Generic.
  • Platform-Specific Tips: Includes tips for Windows, Linux, and macOS.
  • Troubleshooting: Provides troubleshooting steps for common issues like "You're not signed in" and "Session expired".

Quick Start

To fetch the first lesson for module 1 using the default AI tool profile, use the command: 10x get m1l1.

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 specific lesson using 10x-cli?

To retrieve a lesson using 10x-cli, run the `10x get` command with the module and lesson identifiers, for example `10x get m1l1` to fetch the first lesson of module 1.

Why does 10x-cli show a session expired or not signed in error?

Session expired or not signed in errors in 10x-cli indicate invalid or missing authentication. Run the `10x auth` command to re-authenticate your session and restore access to lessons and tools.

Can I use 10x-cli with GitHub Copilot or Cursor?

Yes, 10x-cli supports AI tool profiles for GitHub Copilot and Cursor, as well as Claude Code, Codex CLI, and Generic setups. You can manage and switch between these profiles using available CLI commands.

What is the best way to list available modules in 10x-cli?

The best way to list available modules in 10x-cli is by using the `10x list` command. This displays all accessible modules and their corresponding lessons for your current session.

Does 10x-cli work differently on Windows, Linux, and macOS?

10x-cli works across Windows, Linux, and macOS, but includes platform-specific tips for managing artifact locations and executing commands. Use the `10x doctor` command to diagnose environment-specific issues.