Makes HTTP requests to test URLs, check endpoints, fetch pages, or debug routes. Use when asked to look at a URL, hit an endpoint, test a route, or make GET/POST requests.
Installation
Details
Usage
After installing, this skill will be available to your AI coding assistant.
Verify installation:
skills listSkill Instructions
name: plain-request description: Makes HTTP requests to test URLs, check endpoints, fetch pages, or debug routes. Use when asked to look at a URL, hit an endpoint, test a route, or make GET/POST requests.
Making HTTP Requests
Use uv run plain request to make test requests against the dev database.
Basic Usage
uv run plain request /path
With Authentication
uv run plain request /path --user 1
With Custom Headers
uv run plain request /path --header "Accept: application/json"
POST/PUT/PATCH with Data
uv run plain request /path --method POST --data '{"key": "value"}'
Limiting Output
uv run plain request /path --no-body # Headers only
uv run plain request /path --no-headers # Body only
More by dropseed
View allRetrieves detailed documentation for Plain packages. Use when looking up package APIs or feature details.
Upgrades Plain packages and applies required migration changes. Use when updating to newer package versions.
Provides Tailwind CSS patterns for Plain templates. Use when styling templates or working with conditional CSS classes.
Manages database migrations and model changes. Use when creating migrations, running migrations, or modifying models.
