Back to catalog
Testing
Test Scaffold
skill
Scaffold idiomatic test stubs for any source file, auto-detecting jest, vitest, pytest, or go test.
Install
/plugin install test-scaffold@agora
Reload, then invoke:
/test-scaffold:scaffold-test
Overview
What it does
Test Scaffold reads a source file, extracts its public API, and generates a runnable test file in your project's actual test framework. It detects jest, vitest, pytest, or go test from package.json, config files, go.mod, and pyproject.toml rather than guessing, then writes idiomatic stubs covering happy paths and the edge cases that matter — empty and boundary inputs, invalid arguments, error/throw paths, and async resolve/reject. It mirrors your existing test layout, picks the conventional file path, and never overwrites an existing test file.
Version
1.0.0
License
MIT
Author
Gagan Singh
Type
Skill
testing
scaffold
jest
vitest
pytest
go-test
unit-tests
tdd
probablybadmove/agora/plugins/test-scaffold
Agora
The public square for Claude Code plugins.
© 2026 Agora · Built by Gagan Singh · MIT