rodrigoscharp

Praticar — Development skill for Claude Code

Development community

Practice a specific Devspeak scenario by id.

How to install Praticar

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

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

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

What Praticar does


description: Practice a specific Devspeak scenario by id. Usage: /devspeak:praticar [scenario-id]

/devspeak:praticar

Arguments: `$ARGUMENTS` (optional) — a scenario id.

  1. List the scenario files in ${CLAUDE_PLUGIN_ROOT}/scenarios/ and read each one's frontmatter (id, title, min_level, persona).
  2. If $ARGUMENTS is empty, show the user a numbered list of all available scenarios with their title and min_level, and ask which one they'd like to practice. Do not start a

Alternatives in Development

  • Implement Plan — You are tasked with implementing an approved technical plan from thoughts/shared/plans/ 10k ★
  • Competitive Battlecard — Create sales-ready battlecards against specific competitors 7.8k ★
  • Bypass 403 — Probe a 403/401 endpoint with the most-paid bypass tricks (header injection, path encoding, method swap, WAF f 4.5k ★

Full documentation available on GitHub

View Source Repository