mohamed-g91

Teach Install — Development skill for Claude Code

Development community

Register teach-me-cs in the current repo so cloud and remote sessions load it too.

How to install Teach Install

Installs to ~/.claude/skills/mohamed-g91-teach-me-cs-teach-install/SKILL.md

Terminal
mkdir -p ~/.claude/skills/mohamed-g91-teach-me-cs-teach-install && curl -fsSL https://raw.githubusercontent.com/mohamed-g91/Teach-me-cs/HEAD/commands/teach-install.md -o ~/.claude/skills/mohamed-g91-teach-me-cs-teach-install/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Teach Install does


description: Register teach-me-cs in the current repo so cloud and remote sessions load it too argument-hint: "[beginner|intermediate|advanced]" allowed-tools: Read, Edit, Write, Bash(git rev-parse:*)

Cloud and remote sessions start from a clean container and cannot see the user's local plugin installation. This writes the registration into the repo so those sessions load it from the clone.

**Steps:**

  1. Find the repo root with git rev-parse --show-toplevel. If there is no repo, say

Alternatives in Development

  • Ecc Guide — Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su 243.5k ★
  • Understand Anything — Graphs that teach graphs that impress 80.7k ★
  • Mempalace Init — Set up MemPalace — install the package, initialize a palace, register the MCP server with Cursor, and verify e 58.6k ★

Full documentation available on GitHub

View Source Repository