Skip to content

Gil80/claude-skills

Repository files navigation

Claude Skills

A collection of Claude Code skills for AI-powered development workflows.

Skills

Generates AI-powered sprint retrospective reports from Jira sprint data. Output is structured Markdown ready to paste into Confluence.

Trigger: Ask Claude to "generate a retrospective", "analyze last sprint", or "create a Confluence retro report".

Generates professional, user-facing release notes from Git commit history or Jira fixVersion data.

Trigger: Ask Claude to "generate release notes since tag v1.0", "create a changelog", or "write release notes for this version".

A formalized skill for generating hyper-realistic, highly-controlled images using the Nano Banana 2 (Gemini 3.1 Flash) model through parameterized JSON prompting. Supports multiple backends including Kie.ai, Google Gemini API, SDXL, and Gemini web UI export. Also includes image restoration prompts for enhancing scanned vintage photographs.

Trigger: Ask Claude to "generate a realistic image", "create a hyper-realistic portrait", or "generate an image using Nano Banana".

Restore and enhance scanned vintage film photographs using Nano Banana 2 (Gemini) AI — upscale to 4K, sharpen, color-correct, and remove artifacts without altering content. Supports API (.json prompt) and Gemini web UI (.txt prompt) workflows. Uses the same scripts and prompts from nano-banana-images.

Trigger: Ask Claude to "restore an old photo", "enhance a scanned photograph", "upscale a vintage image", or "fix a scanned photo".

Generates a print-ready A4 coloring book (DOCX) from a list of image URLs. Overwrites links.txt with provided URLs and runs the generation script.

Trigger: Ask Claude to "create a coloring book", "generate the coloring book docx", or paste image URLs for a coloring book.

Installation

Clone this repo and copy the skills you want into your Claude skills directory:

git clone https://github.com/Gil80/claude-skills.git
cp -r claude-skills/sprint-retrospective-ai ~/.claude/skills/
cp -r claude-skills/release-notes-ai ~/.claude/skills/
cp -r claude-skills/nano-banana-images ~/.claude/skills/
cp -r claude-skills/nano-banana-image-restoration ~/.claude/skills/
cp -r claude-skills/create-coloring-book ~/.claude/skills/

Requirements

pip install requests

Set your API keys as environment variables — see each skill's README for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors