-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathllms.txt
More file actions
24 lines (17 loc) · 1.97 KB
/
Copy pathllms.txt
File metadata and controls
24 lines (17 loc) · 1.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# GitHub Insights
> A GitHub Action that generates beautiful SVG metrics visualizations for GitHub profile READMEs. Produces language velocity streamgraphs, contribution rhythm radar charts, project constellation maps, open source impact trails, AI-powered project classification, social badges, and an auto-generated profile introduction. SVGs support light/dark theme switching and CSS animations. Built with TypeScript/Node.js using JSX for SVG string rendering.
## Docs
- [README](https://github.com/urmzd/github-insights/blob/main/README.md): Installation, usage, inputs, configuration, and examples
- [AGENTS.md](https://github.com/urmzd/github-insights/blob/main/AGENTS.md): Architecture and development guide
- [CHANGELOG](https://github.com/urmzd/github-insights/blob/main/CHANGELOG.md): Version history
- [CONTRIBUTING](https://github.com/urmzd/github-insights/blob/main/CONTRIBUTING.md): Adding metrics, parsers, config fields, and testing
## API / Key Files
- [src/index.ts](https://github.com/urmzd/github-insights/blob/main/src/index.ts): Main action entry point
- [src/api.ts](https://github.com/urmzd/github-insights/blob/main/src/api.ts): GitHub GraphQL/REST API calls + AI model calls
- [src/metrics.ts](https://github.com/urmzd/github-insights/blob/main/src/metrics.ts): Data aggregation, velocity/rhythm/constellation computation, section definitions
- [src/types.ts](https://github.com/urmzd/github-insights/blob/main/src/types.ts): Shared type definitions (UserConfig, SectionDef, etc.)
- [src/components/](https://github.com/urmzd/github-insights/blob/main/src/components/): SVG rendering components (streamgraph, radar chart, constellation, impact trail)
- [action.yml](https://github.com/urmzd/github-insights/blob/main/action.yml): GitHub Action definition
## Optional
- [CONTRIBUTING](https://github.com/urmzd/github-insights/blob/main/CONTRIBUTING.md): How to contribute
- [Skill](https://github.com/urmzd/github-insights/blob/main/skills/github-insights/SKILL.md): Agent skill