Dev-Card: A Claude Code Skill That Generates Developer Identity Cards from Git History

Dev-Card is a Claude Code skill that analyzes a git repository and generates a shareable Developer Identity Card. The tool assigns developers one of 11 archetypes based on their git history analysis.
How It Works
The skill runs a Python analyzer that processes git data locally without API calls. It examines four key metrics:
- Commit timing: Hour-of-day and day-of-week distribution
- Language breakdown: Programming languages used in the repository
- Commit message patterns: Ratios of fix/feat/refactor/wip commit types
- Commit size distribution: Distinguishes between sprinter vs. marathon coding styles
The Python analyzer outputs JSON data, which Claude then reads along with an archetypes reference to generate the final card. The result includes a developer archetype name, tagline, and specific metrics about coding patterns.
Example Output
One user's result on their repository showed:
# 🃏 Dev Card: K — The Dawn Deployer > "Ships before standup. Commits at dawn." | Peak Window | 6am – 8am | | Most Active | Monday | | Commit Style | Marathon · avg 417 lines/commit | | Dominant Intent | Feature builder (77%) |
The archetype "The Dawn Deployer" was assigned based on commit timing showing peak activity between 6am-8am, with Monday being the most active day. The commit style was identified as "Marathon" with an average of 417 lines per commit, and 77% of commits were feature-related.
The skill is available as an open-source project on GitHub at https://github.com/likw99/agent-skills.
📖 Read the full source: r/ClaudeAI
👀 See Also

Reseed CLI: Extract Design Systems from Any Site for Claude Code and Cursor
Reseed is a CLI that extracts design tokens (colors, spacing, type scale, radii) from any website and generates a tailwind.config.ts, design-system.md, and reference HTML for Claude Code and Cursor to use.

OpenMontage: Open-Source Agentic Video Production System for AI Coding Assistants
OpenMontage is an open-source video production system that transforms AI coding assistants like Claude Code into full production studios. It handles research, scene planning, script writing, voice narration, music selection, subtitle generation, and validation through automated pipelines.

RescueBot: Telegram-based backup and restore for OpenClaw bots
RescueBot is a lightweight skill that automatically snapshots OpenClaw bot configurations and enables one-tap restore via Telegram commands, eliminating the need for SSH access during failures.

Open-Source JARVIS Desktop Assistant Built with Claude Code in 2 Days
A developer built a macOS desktop AI assistant called JARVIS in 1-2 days using Claude Code as the primary development tool. The application features a holographic UI, 18 native tools for system control, voice interface, and integrations with Gmail, Google Calendar, Notion, GitHub, and Obsidian.