dev-card

Installation
SKILL.md

Dev Card

Generate a shareable Developer Identity Card — archetype, tagline, and stats — from any git repo.

Workflow

Step 1 — Identify the repo root

If the user didn't specify a path, use the current working directory. Confirm it's a git repo. Store as <repo_root>.

Step 2 — Run the analyzer

cd <skill_dir>/scripts
uv run analyze.py <repo_root> --debug

If uv is not available, fall back to: python3 analyze.py <repo_root> --debug

Related skills
Installs
2
First Seen
Mar 16, 2026