Skip to content

Enhance README with skills badges, GitHub stats, and contribution visuals#1

Draft
GoluScriptMage with Copilot wants to merge 2 commits into
mainfrom
copilot/update-readme-markup
Draft

Enhance README with skills badges, GitHub stats, and contribution visuals#1
GoluScriptMage with Copilot wants to merge 2 commits into
mainfrom
copilot/update-readme-markup

Conversation

Copilot AI commented Feb 5, 2026

Copy link
Copy Markdown

User requested adding 3-5 visual elements to the README inspired by a reference profile, specifically: skills icons for new technologies (WebSockets, Redis, Next.js, TypeScript, DSA), snake contribution animation, and visitor counters.

Changes

  • Visitor badges: Added visitor counter at top, profile views counter in Connect section
  • Skills & Technologies section: New section with shields.io badges organized by category:
    • Core Stack: Next.js, TypeScript, Node.js, React
    • Backend & Real-time: Redis, WebSocket, Express, PostgreSQL
    • Learning Track: DSA, Git
  • Progress Visuals: Added GitHub stats card, streak stats, and contribution snake animation
  • Updated Focus Stack: Reflects new skills (WebSockets, Redis, TypeScript, DSA)
  • Fixed typo: "Why This Exists b" → "Why This Exists"

Example additions

### Core Stack
![Next.js](https://img.shields.io/badge/Next.js-000000?style=for-the-badge&logo=next.js&logoColor=white)
![Redis](https://img.shields.io/badge/Redis-DC382D?style=for-the-badge&logo=redis&logoColor=white)

### 🐍 Contribution Snake
![Snake animation](https://raw.githubusercontent.com/GoluScriptMage/GoluScriptMage/output/github-contribution-grid-snake-dark.svg)

Note: Snake animation requires a GitHub Action in the user's profile repo to generate the SVG.

Original prompt

Profile views GitHub top language GitHub language count
GitHub code size in bytes
GitHub repo size GitHub GitHub last commit

GitHub User's stars

visitors

Read in other languages: Russian, हिन्दी, 中國人

All about README.md file markup

Where did the term "README" come from? (Etymology)

Important information that the user should read before continuing, project descriptions on GitHub in the language
markdown markup is placed in the file "README.md"

The term dates back to at least the 1970s, the time when informational paper notes were placed on stacks.
punched cards "READ ME!" scribbled on them describing their use. Possibly titled README
could be a playful nudge to Lewis Carroll's Alice's Adventures in Wonderland, which has a potion and cake with
labeled "DRINK ME" and "EAT ME" respectively.

The README pattern displayed in capital letters is a consistent aspect throughout history.
In addition to the visual expressiveness of using capital letters, UNIX systems sort capital letters before
in lowercase letters, conveniently placing README before the rest of the contents of the directory.

Table of contents

  1. Horizontal-line
  2. Title
  3. Text
    • 3.1. plain text
    • 3.2. One line of text
    • 3.3. Multiline text
    • 3.4. Text selection
    • 3.5. Line wrapping
    • 3.6. Italics
    • 3.7. Fatty
    • 3.8. Strikethrough
  4. Insert tables
  5. Lists
    • 5.1. Marked
    • 5.2. Numbered
  6. Links
    • 6.1. Text hyperlink
    • 6.2. Image link
  7. Useful links
    • 7.1. Shields
    • 7.2. Emoji
  8. Hidden menu

Horizontal line

A horizontal line (separating line) can be obtained in three ways:

  • *** (using three consecutive '*' (asterisk))、

  • --- (using three consecutive '-' (dash))、

  • ___ (using three consecutive '_' characters (underscore))

they all display the horizontal line effect


Back to Table of Contents


Title

The heading (font) size can be 6 levels, it depends on the number of # (pound) characters at the beginning of the line.

# First level heading
## Heading of the second level
### Third level heading
#### Fourth level heading
##### Level 5 heading
###### Level 6 heading

First level heading

Heading of the second level

Third level heading

Fourth level heading

Level 5 heading
Level 6 heading

Heading 1 (another way)

A first level heading can also be created with one or more '=' characters placed on
line following the title:

Heading 1
=

Heading 2 (another way)

A second level heading can also be created with one or more '-' characters placed on
line following the title:

Heading 2
-

Back to Table of Contents


Text

3.1. plain text

Here the usual text is displayed, without any manipulations.

Back to Table of Contents


3.2. One line of text

text on one line

Add 4 spaces at the beginning of the line and your text will be highlighted in a separate window, as in the example. Sometimes it works on
tab, but not always.... the tab character is sometimes indented by 3 or more spaces.

Back to Table of Contents


3.3. Multiline text

HERE LIES A BIG STUDENT;
HIS FATE IS NEGOTIABLE.
CARRY AWAY MEDICINE:
THE ILLNESS OF LOVE IS INCURED!

Add 4 spaces at the beginning of each line and your text will be highlighted in a separate window, as in the example.

Back to Table of Contents


3.4. Text selection

The above examples will not be able to keep the indentation of complex text on each line, for this purpose use in
three backticks "```", and they must be on separate lines before and after the text, respectively.

"Strive not for success, but for the values that it gives."
                                          Albert Einstein

If you only use a pair of backticks, then your text will be highlighted, but not indented. Same way
you can highlight individual words in the text.

Life is what happens to you while you are making plans. John Lennon

Logic can take you from point A to point B, and imagination can take you anywhere. (Albert Einstein)

But that's not all, often we feel t...


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@vercel

vercel Bot commented Feb 5, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
daily-logs Ready Ready Preview, Comment Feb 5, 2026 10:48am
natours-backend-d262 Ready Ready Preview, Comment Feb 5, 2026 10:48am

… visitor counters

Co-authored-by: GoluScriptMage <140903720+GoluScriptMage@users.noreply.github.com>
Copilot AI changed the title [WIP] Update README.md file markup Enhance README with skills badges, GitHub stats, and contribution visuals Feb 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants