Skill Recipes

Start from proven patterns. Each recipe is a template you can fork and customize for your specific workflows.

Easy

Weekly Report Generator

Automatically generate a structured weekly progress report from your git commits and task updates.

5 min
claudecursor
skillsy recipe use weekly-report --name my-weekly-report
View Recipe
Medium

Code Review Assistant

Structured code review with security checks, performance analysis, and best practice suggestions.

10 min
claudecodexcursor
skillsy recipe use code-review --name my-code-review
View Recipe
Easy

API Documentation

Generate comprehensive API documentation from your code with examples and type information.

5 min
claudecursor
skillsy recipe use api-docs --name my-api-docs
View Recipe
Easy

Changelog Generator

Create well-formatted changelogs from git history with conventional commit parsing.

3 min
claudecodex
skillsy recipe use changelog --name my-changelog
View Recipe
Medium

Data Transformer

Transform data between formats (JSON, CSV, YAML) with validation and error handling.

10 min
claudecursor
skillsy recipe use data-transform --name my-data-transform
View Recipe
Medium

Test Generator

Generate unit tests for your functions with edge cases and mocking strategies.

15 min
claudecodexcursor
skillsy recipe use test-generator --name my-test-generator
View Recipe
Easy

README Generator

Create professional README files with badges, installation steps, and usage examples.

5 min
claudecursor
skillsy recipe use readme --name my-readme
View Recipe
Advanced

Deployment Script

Generate deployment scripts with rollback support and health checks.

20 min
claudecodex
skillsy recipe use deploy-script --name my-deploy-script
View Recipe

Can't find what you need?

Create your own Skill from scratch with our CLI.

skillsy new my-skill
Recipe Library