
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
CLI tool to submit your Claude usage stats to the Viberank leaderboard.
You don't need to install anything! Simply run:
npx viberank
This will:
ccusage
If you prefer to install globally:
npm install -g viberank
viberank
If you prefer to generate the data separately:
# Generate usage data
npx ccusage@latest --json > cc.json
# Submit to Viberank
npx viberank
The CLI will detect the existing cc.json
file and ask if you want to use it.
You can also submit directly using curl:
# Get your GitHub username
GITHUB_USER=$(git config user.name)
# Submit with curl
curl -X POST https://www.viberank.app/api/submit \
-H "Content-Type: application/json" \
-H "X-GitHub-User: $GITHUB_USER" \
-d @cc.json
npx viberank@latest
or clear npx cache with npx clear-npx-cache
git config --global user.name "YourGitHubUsername"
Your submissions are automatically validated to ensure data integrity:
Viberank is a community leaderboard for Claude Code usage. Join us to see how you stack up against other developers!
Visit viberank.app to view the leaderboard.
FAQs
CLI tool to submit Claude usage stats to Viberank leaderboard
The npm package viberank receives a total of 28 weekly downloads. As such, viberank popularity was classified as not popular.
We found that viberank demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.