Start from proven patterns. Each recipe is a template you can fork and customize for your specific workflows.
Automatically generate a structured weekly progress report from your git commits and task updates.
skillsy recipe use weekly-report --name my-weekly-reportStructured code review with security checks, performance analysis, and best practice suggestions.
skillsy recipe use code-review --name my-code-reviewGenerate comprehensive API documentation from your code with examples and type information.
skillsy recipe use api-docs --name my-api-docsCreate well-formatted changelogs from git history with conventional commit parsing.
skillsy recipe use changelog --name my-changelogTransform data between formats (JSON, CSV, YAML) with validation and error handling.
skillsy recipe use data-transform --name my-data-transformGenerate unit tests for your functions with edge cases and mocking strategies.
skillsy recipe use test-generator --name my-test-generatorCreate professional README files with badges, installation steps, and usage examples.
skillsy recipe use readme --name my-readmeGenerate deployment scripts with rollback support and health checks.
skillsy recipe use deploy-script --name my-deploy-scriptCreate your own Skill from scratch with our CLI.
skillsy new my-skill