Spy
Description
TL;DR: SPy is a variant of Python specifically designed to be statically compilable **while** retaining a lot of the "useful" dynamic parts of Python.
Installation
claude install-skill https://github.com/spylang/spy README
SPy
**Discord server** [](https://discord.gg/wRb29FGZpP)
**Community calls**: Monthly on the first Wednesday of the month at 17:30 CET (Europe time). [Google calendar](https://calendar.app.google/5qMsCibGVH8kAkcs7) and [Discord Event](https://discord.com/events/1378402660914429992/1433058515311919245)
What is SPy?
TL;DR: SPy is a variant of Python specifically designed to be statically compilable **while** retaining a lot of the "useful" dynamic parts of Python.
It consists of:
- undefined
The documentation is very scarce at the moment, but the best source to understand the ideas behind SPy are:
- undefined
Additional info can be found on:
- undefined
The [roadmap](./ROADMAP.md).
Try it in your browser
Explore SPy without installing it by exploring the [playground](https://spylang.github.io/spy).
Local development setup
At the moment, the only supported installation method for SPy is by doing an "editable install" of the Git repo checkout.
The most up-to-date version of the requirements and the installation steps is the [GitHub action workflow](https://github.com/spylang/spy/blob/main/.github/workflows/tests.yml).
Prerequisites:
- undefined
Installation:
...
Related Skills
Webapp Testing
When testing local web applications or verifying UI behaviorTest local web applications using Playwright for UI verification and debugging
Testing official #29
, [#52](https://github.com/affaan-m/everything-claude-code/issues/52), [#103](https://github.com/affaan-m/everything-claude-code/issues/103)). The behavior changed between Claude Code versions, leading to confusion. We now have a regression test to prevent this from being reintroduced.
Testing community Fix Issue
by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing solution, and testing/validating the fix for proper integration.
Testing community Pypict Test Design
Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for optimized test suites
Testing community gstack
| 15,000+ | Garry Tan's exact Claude Code setup: 6 opinionated tools that serve as CEO, Eng Manager, Release Manager, and QA Engineer. 15K+ stars in 5 days. |
Testing community **playwright**
| claude-plugins-official | Browser automation, E2E testing, screenshots |
Testing community