dev-card
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
uvis not available, fall back to:python3 analyze.py <repo_root> --debug
More from likw99/agent-skills
sync-trending
Monitior technology trends (GitHub, etc.), contextualize them against the user's project, and autonomously verify them through installation and testing. Use when the user asks about trending repositories, new tools, or wants to stay updated on tech relevant to their current work.
9llm-daily
>
4code-roast
>
2trustskills
Use this skill when a user wants a trust decision before installing from a skill URL, marketplace, or GitHub repo. It checks a compact allowlist of trusted distribution channels and returns whether the source should be trusted under the current TrustSkills policy, without drifting into explaining what the skill itself does unless the user asks.
1