AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Github Readme Generator

skill-ublaze-github-readme-generator-github-readme-generator · by Ublaze

|

No reviews yet
0 installs
43 views
0.0% view→install

Install

$ agentstack add skill-ublaze-github-readme-generator-github-readme-generator

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-ublaze-github-readme-generator-github-readme-generator)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
6mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Github Readme Generator? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

GitHub README Generator

Generate a polished, shareable GitHub README for a project following proven structures that maximize engagement and clarity.

Arguments

  • $ARGUMENTS — Project directory path or GitHub repo name

Instructions

You are helping create a high-quality GitHub README that is both informative and shareable on social media.

Step 1: Understand the Project

If a directory path is given, explore the codebase:

  • Read existing README if any
  • Identify the main language, framework, and dependencies (check package.json, requirements.txt, Cargo.toml, go.mod, etc.)
  • Understand what the project does, how to install/run it, and key features
  • Look for existing assets (screenshots, banners, icons)

If a GitHub repo name is given:

  • Detect the user's GitHub account via gh api user if only a repo name is provided
  • Fetch the repo metadata and README via gh api

Step 2: Generate the README

Use this structure. Adapt sections as appropriate for the project size — a small script needs fewer sections than a full application.


  

  [One-line tagline — what it does in plain English]

  [Badges: platform, language version, license, download/install link]

---

**[Project Name]** is a [type of tool] that [what it does]. [One sentence on what makes it different].

[Optional: built with X. No admin rights / no dependencies / single file / etc.]

  

## Why [Project Name]?

[Problem-solution comparison table OR 2-3 paragraphs explaining the motivation]

| Problem | How others solve it | How [Project Name] solves it |
|---------|--------------------|-----------------------------|
| ... | ... | ... |

## Features

- **Feature 1** — brief description
- **Feature 2** — brief description
- **Feature 3** — brief description

## Quick Start

### Option 1: [Easiest method — download/install]

1. Step one
2. Step two
3. Done

### Option 2: [From source / package manager]

\`\`\`bash
commands here
\`\`\`

## How It Works

[Brief architecture explanation — ASCII diagram, flowchart, or text description]

## Configuration

[If applicable — flags, config files, environment variables]

## Comparison

[If applicable — feature comparison table against alternatives]

| Feature | This tool | Alternative A | Alternative B |
|---------|:---------:|:-------------:|:-------------:|
| ... | ... | ... | ... |

## System Requirements

[Platform, runtime, dependencies]

## Building from Source

[If applicable — build commands, test commands]

## Contributing

Contributions welcome! Please open an issue first to discuss what you'd like to change.

## License

[License type] — see [LICENSE](LICENSE) for details.

Step 3: Adapt to Project Size

  • Small script/utility (under 200 lines): Skip "How It Works", "Configuration", "Comparison", "Building from Source". Keep it concise.
  • Medium project: Include most sections but keep them brief.
  • Full application: Use all sections. Add architecture diagrams and detailed configuration docs.

Step 4: Provide Additional Recommendations

After generating the README, suggest:

  • Social preview image concept (1280x640) for GitHub repo Settings > Social preview
  • Badge URLs appropriate for the project (shields.io format)
  • Missing assets the user should create (banner image, screenshots, demo GIF)
  • GitHub Release — suggest creating one if none exists
  • Topics — suggest GitHub repo topics for discoverability

Rules

  • Match the tone to the project's complexity
  • Use tables for comparisons, bullet points for features, code blocks for commands
  • Keep Quick Start to 3 steps or fewer for the easiest path
  • Write in second person ("you") for instructions
  • Do NOT add emojis to the README unless the user asks — keep it clean and professional
  • Present the generated README in a code block so the user can copy it directly
  • If an existing README exists, note what's already good and only suggest additions

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.