Generate Postman API collection from Rails

SKILLskillsetup L29
thoughtbot/generate-postman-collection
What it does

Define and validate skill structure for agent framework integration

Best for

When onboarding a new skill into a framework or verifying structure.

Inputs
  • · skill metadata YAML
  • · handler implementation
Outputs
  • · validated manifest
  • · integration errors or warnings
Requires
  • · skill schema validator
  • · framework SDK
Preconditions
  • · metadata follows spec
  • · handler returns correct type
Failure modes
  • · manifest malformed YAML
  • · missing required fields
  • · handler signature mismatch
Trust signals
  • · Schema reference included
  • · validation rule list provided