plugins marketplace
← All plugins

stoplight-skills

v1.0.0

TDD skill for Stoplight contributors

Codex

625updated 5 hours ago

Source

git clone https://github.com/bolshakov/stoplight

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

stoplight-skills/
└── .codex-plugin/plugin.json

Manifests1

.codex-plugin/plugin.json
{
  "name": "stoplight-skills",
  "version": "1.0.0",
  "description": "TDD skill for Stoplight contributors",
  "skills": "../.claude/skills/"
}