Bomx

Backlinks — Development skill for Claude Code

Development community

Check backlink credits and targets, and explain how the exchange works.

How to install Backlinks

Installs to ~/.claude/skills/bomx-distribb-skill-backlinks/SKILL.md

Terminal
mkdir -p ~/.claude/skills/bomx-distribb-skill-backlinks && curl -fsSL https://raw.githubusercontent.com/Bomx/distribb-skill/HEAD/commands/backlinks.md -o ~/.claude/skills/bomx-distribb-skill-backlinks/SKILL.md

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

What Backlinks does


description: Check backlink credits and targets, and explain how the exchange works argument-hint: (optional keyword) allowed-tools: Bash, Read, Glob, Grep

Load the Distribb skill and report on the backlink exchange:

  1. Resolve project_id (GET /api/v1/projects) and check standing: GET /api/v1/backlinks/status?project_id=... (credits + counts).
  2. Show available targets: GET /api/v1/backlink-targets?project_id=...&keyword=$ARGUMENTS (or a relevant keyword if none given).
  3. Expl

Alternatives in Development

  • Auto Update — Pull the latest ECC repo changes and reinstall the current managed targets 243.5k ★
  • Explain Like Senior — Senior Developer Explanation 2.8k ★
  • Ljg Explain Concept — Claude Code skill: 8-dimensional concept anatomist 202 ★

Full documentation available on GitHub

View Source Repository