Toolverse
All skills

create-scratch

by LibPDF-js

Create a new scratch file in .agents/scratches/

Installation

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

Installation

Quick info

Author
LibPDF-js
Category
DevOps
Views
2

About this skill

Create a new scratch file in .agents/scratches/

How to use

  1. Określ slug notatki w formacie kebab-case (np. szybkie-notatki, pomysly-eksploracji), który będzie częścią nazwy pliku. Jeśli nie jesteś pewny, zapytaj agenta o sugestię na podstawie kontekstu rozmowy.

  2. Przygotuj zawartość notatki — może to być tekst gotowy z rozmowy, wygenerowany fragment lub idea, którą chcesz zapisać do późniejszego wykorzystania.

  3. Uruchom skrypt create-scratch z slugiem i zawartością. Najprostszy sposób to polecenie bun scripts/create-scratch.ts "twoj-slug" "Twoja zawartość tutaj" — zastąp twoj-slug wybranym identyfikatorem i wstaw treść notatki.

  4. Dla dłuższych notatek wieloliniowych użyj heredoc: bun scripts/create-scratch.ts "twoj-slug" << HEREDOC a następnie wpisz zawartość na kolejnych liniach, kończąc słowem HEREDOC.

  5. Alternatywnie możesz przesłać zawartość przez pipe: echo "Twoja zawartość" | bun scripts/create-scratch.ts "twoj-slug".

  6. Plik zostanie automatycznie utworzony w .agents/scratches/ z nazwą {unikalny-id}-{slug}.md, zawierającą metadane z bieżącą datą i sformatowanym tytułem na podstawie wybranego slugu.

Related skills

lambda

by itsmostafa

AWS Lambda serverless functions for event-driven compute. Use when creating functions, configuring triggers, debugging invocations, optimizing cold starts, setting up event source mappings, or managing layers.

DevOps
127

chrome-devtools

by mrgoonie

Browser automation, debugging, and performance analysis using Puppeteer CLI scripts. Use for automating browsers, taking screenshots, analyzing performance, monitoring network traffic, web scraping, form automation, and JavaScript debugging.

DevOps
29141

task-master

by sfc-gh-dflippo

AI-powered task management for structured, specification-driven development. Use this skill when you need to manage complex projects with PRDs, break down tasks into subtasks, track dependencies, and maintain organized development workflows across features and branches.

DevOps
14126

3d-games

by davila7

3D game development principles. Rendering, shaders, physics, cameras.

DevOps
1355

azure-devops-rest-api

by Tiberriver256

Guide for working with Azure DevOps REST APIs and OpenAPI specifications. Use this skill when implementing new Azure DevOps API integrations, exploring API capabilities, understanding request/response formats, or referencing the official OpenAPI specifications from the

DevOps
995

aws-solution-architect

by alirezarezvani

Design AWS architectures for startups using serverless patterns and IaC templates. Use when asked to design serverless architecture, create CloudFormation templates, optimize AWS costs, set up CI/CD pipelines, or migrate to AWS. Covers Lambda, API Gateway, DynamoDB, ECS, Aurora,

DevOps
1231