Toolverse
All skills

hono

by openstatusHQ

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

Installation

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

Installation

Quick info

Category
Testing
Views
57

About this skill

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

How to use

  1. Zainstaluj Hono CLI globalnie poleceniem npm install -g @hono/cli, lub używaj go bezpośrednio przez npx @hono/cli bez instalacji globalnej.

  2. Gdy potrzebujesz informacji o API lub funkcjach Hono, uruchom hono search "zapytanie" --pretty, aby wyszukać dokumentację w czytelnym formacie. Na przykład hono search "context" pokaże wszystkie dostępne opcje związane z kontekstem.

  3. Po znalezieniu interesującej Cię funkcji, wyświetl pełną dokumentację poleceniem hono docs /ścieżka, na przykład hono docs /docs/api/context lub hono docs /docs/helpers/factory, aby zobaczyć szczegółowe opisy i przykłady użycia.

  4. Testuj swoje endpointy bez konieczności uruchamiania serwera HTTP — użyj hono request plik.js -P /ścieżka dla żądań GET lub hono request plik.js -X POST -P /api/users -d '{"dane": "wartość"}' dla żądań POST. Możesz również dodawać nagłówki poleceniem -H.

  5. Gdy kod jest gotowy do produkcji, zoptymalizuj go poleceniem hono optimize plik.js -o dist/index.js, opcjonalnie z flagą --minify dla zmniejszenia rozmiaru. Jeśli deployujesz na konkretną platformę, dodaj -t cloudflare-workers lub inny cel deploymentu.

Related skills

polymarket-trader

by openclaw

Query Polymarket prediction markets - trending events, crypto, politics, sports, and search

Testing
14142

vitest

by antfu

Vitest fast unit testing framework powered by Vite with Jest-compatible API. Use when writing tests, mocking, configuring coverage, or working with test filtering and fixtures.

Testing
1236

webapp-testing

by anthropics

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

Testing
130255

pair-trade-screener

by tradermonty

Statistical arbitrage tool for identifying and analyzing pair trading opportunities. Detects cointegrated stock pairs within sectors, analyzes spread behavior, calculates z-scores, and provides entry/exit recommendations for market-neutral strategies. Use when user requests pair

Testing
994

ppt-creator

by daymade

Create professional slide decks from topics or documents. Generates structured content with data-driven charts, speaker notes, and complete PPTX files. Applies persuasive storytelling principles (Pyramid Principle, assertion-evidence). Supports multiple formats (Marp,

Testing
2739

langchain

by zechenzhangAGI

Framework for building LLM-powered applications with agents, chains, and RAG. Supports multiple providers (OpenAI, Anthropic, Google), 500+ integrations, ReAct agents, tool calling, memory management, and vector store retrieval. Use for building chatbots, question-answering

Testing
21123