
fratua skills on Claude Market
4 skills published by fratua. Each listing includes a one-command install for Claude Code, OpenClaw, Codex, and Hermes, plus a link to the upstream source.
git-changelog
Reads git commit history and produces a categorized, markdown-formatted changelog grouped by conventional commit types. Handles tag ranges, date ranges, and breaking change detection automatically. Output is ready to paste into CHANGELOG.md or a GitHub release.
dependency-audit
Scans a project's dependencies across Node.js, Python, Rust, Go, and Ruby ecosystems. Runs security audits, detects outdated packages, finds unused dependencies, and produces a prioritized update plan with ready-to-run commands.
readme-generator
Analyzes a project's files, dependencies, and structure to produce a complete README.md. Detects the framework, package manager, license, and test setup automatically. Adapts output sections to the specific project type.
env-setup
Scans a codebase for all referenced environment variables across JavaScript, TypeScript, Python, Go, Rust, and Docker files. Generates a .env.example with categorized placeholders, validates an existing .env against discovered variables, and checks .gitignore for secret safety.