Toolverse
All skills

readme-generate

by spring-ai-alibaba

Generates comprehensive README.md files for Spring Boot modules based on task specification requirements

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Category
Testing
Views
26

About this skill

Generates comprehensive README.md files for Spring Boot modules based on task specification requirements

How to use

  1. Przygotuj ścieżkę do modułu Spring Boot, dla którego chcesz wygenerować README — na przykład basic/chat lub basic/tool.

  2. Uruchom skrypt generatora z linii poleceń, podając ścieżkę modułu jako parametr obowiązkowy: python .claude/skills/readme-generate/scripts/readme_generator.py ścieżka_do_modułu

  3. Plik README.md zostanie automatycznie utworzony w katalogu modułu (domyślna lokalizacja to {ścieżka_modułu}/README.md).

  4. Jeśli chcesz zapisać dokumentację w innym miejscu, dodaj opcjonalny parametr z niestandardową ścieżką wyjściową: python .claude/skills/readme-generate/scripts/readme_generator.py ścieżka_do_modułu nazwa_pliku.md

  5. Wygenerowana dokumentacja będzie zawierać opis funkcjonalności, dokumentację interfejsów API, przykłady użycia oraz wytyczne testowania — wszystko zgodnie ze specyfikacją zadania.

  6. Możesz uruchomić generator ponownie dla tego samego modułu, aby zaktualizować README gdy zmieni się zawartość modułu.

Related skills

go-dev-guidelines

by jumppad-labs

This skill should be used when writing, refactoring, or testing Go code. It provides idiomatic Go development patterns, TDD-based workflows, project structure conventions, and testing best practices using testify/require and mockery. Activate this skill when creating new Go

Testing
1190

code-reviewer

by google-gemini

Use this skill to review code. It supports both local changes (staged or working tree) and remote Pull Requests (by ID or URL). It focuses on correctness, maintainability, and adherence to project standards.

Testing
1248

hono

by openstatusHQ

Efficiently develop Hono applications using Hono CLI. Supports documentation search, API reference lookup, request testing, and bundle optimization.

Testing
1257

textual

by KyleKing

Expert guidance for building TUI (Text User Interface) applications with the Textual framework. Invoke when user asks about Textual development, TUI apps, widgets, screens, CSS styling, reactive programming, or testing Textual applications.

Testing
69192

playwright-cli

by microsoft

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.

Testing
45103

code-review-excellence

by wshobson

Master effective code review practices to provide constructive feedback, catch bugs early, and foster knowledge sharing while maintaining team morale. Use when reviewing pull requests, establishing review standards, or mentoring developers.

Testing
1145