rodrigoscharp

Explicar Codigo — Development skill for Claude Code

Development community

Practice explaining a code change in English to Sarah, the tech lead persona.

How to install Explicar Codigo

Installs to ~/.claude/skills/rodrigoscharp-devspeak-explicar-codigo/SKILL.md

Terminal
mkdir -p ~/.claude/skills/rodrigoscharp-devspeak-explicar-codigo && curl -fsSL https://raw.githubusercontent.com/rodrigoscharp/Devspeak/HEAD/commands/explicar-codigo.md -o ~/.claude/skills/rodrigoscharp-devspeak-explicar-codigo/SKILL.md

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

What Explicar Codigo does


description: Practice explaining a code change in English to Sarah, the tech lead persona. Usage:/devspeak:explicar-codigo [file|--staged]

/devspeak:explicar-codigo

Start a Devspeak role-play session for the `code-walkthrough` scenario with the `sarah` persona, using real code as the topic.

Arguments: `$ARGUMENTS` (optional) — either `--staged`, or a path to a specific file.

  1. Determine the code to discuss, in this priority order:
    • If $ARGUMENTS is --staged, run `git diff

Alternatives in Development

  • P9 — PUA P9 Tech Lead 模式 — 写 Prompt 管 P8 团队 19.5k ★
  • Tech Debt Issue — Alias for tech-debt issue 1.2k ★
  • Tech Stack — デフォルト技術スタック定義 974 ★

Full documentation available on GitHub

View Source Repository