From jeremylongshore-claude-code-plugins-plus-skills
Assists with HTTP method operations (GET, POST, PUT, DELETE) for API development, including curl-based request generation and validation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jeremylongshore-claude-code-plugins-plus-skills:http-method-helperThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides automated assistance for http method helper tasks within the API Development domain.
This skill provides automated assistance for http method helper tasks within the API Development domain.
This skill activates automatically when you:
Example: Basic Usage Request: "Help me with http method helper" Result: Provides step-by-step guidance and generates appropriate configurations
| Error | Cause | Solution |
|---|---|---|
| Configuration invalid | Missing required fields | Check documentation for required parameters |
| Tool not found | Dependency not installed | Install required tools per prerequisites |
| Permission denied | Insufficient access | Verify credentials and permissions |
Part of the API Development skill category. Tags: api, rest, graphql, openapi, swagger
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin j-rigGuides API testing workflows with support for REST, GraphQL, OpenAPI, and auth patterns. Activates when discussing API development or integration.
Guides HTTP method selection (GET, POST, PUT, PATCH, DELETE) for API endpoints, CRUD operations, idempotency rules, status code pairings, and real-world patterns from RFCs and API guidelines.
Essential curl commands for HTTP requests, API testing, and file transfers. Covers GET, POST, PUT, DELETE, custom headers, authentication, cookies, timeouts, and proxy.