BUNDLE Security scanned3 skills

    Development Craft Pack

    Skills for people who ship with coding agents. Tests fail first. Find root cause before a patch. Review one diff with findings, not “looks good.” Time-box a throwaway spike. Delete until the tests still pass.

    Works with every agent that reads SKILL.md — Claude Code, Cursor, Codex CLI, Gemini CLI, GitHub Copilot, Windsurf, OpenClaw, and more.

    Justin Wilson
    Created by
    Justin Wilson
    $14$20
    Save 30% · $6

    One payment, lifetime access. 3 skills unlock instantly in your library.

    30-day refund guarantee

    Instant unlock in your library

    Free updates from the creator

    What's included

    3 skills

    See it in action

    Test Driven Development (TDD)

    Test Driven Development (TDD)

    Example session with this skill installed

    Run TDD for the 'exponential backoff' behavior in my 'payment-processor' project. Test path is tests/test_retry.py and source is lib/retry.py. Use 'pytest' as the command.

    • Read your context and instructions
    • Compiled the test driven development

    I have completed the RED-GREEN-REFACTOR cycle for the exponential backoff behavior. Production code written before the test was cleared, a failing test was verified, and the implementation now passes.

    TDD Run Record: payment-processor

    Behavior: Exponential backoff doubling the delay on each retry.
    Status: ready

    Paths

    • tests/test_retry.py: Modified (1 test added)
    • lib/retry.py: Modified (Implementation added)

    RED

    Command: pytest tests/test_retry.py::test_backoff_doubles_delay
    Result: AssertionError: assert 1 == 2 (Proven: delay logic was missing)

    GREEN

    Command: pytest tests/test_retry.py::test_backoff_doubles_delay
    Result: PASSED
    Suite Command: pytest
    Suite Result: 14 passed, 0 failed

    Refactor

    • Renamed internal variable d to delay_seconds for clarity.
    • Removed redundant initialization in RetryStrategy.

    Diff Bounds

    • All changes restricted to tests/test_retry.py and lib/retry.py.

    Residual

    • next_behavior: not started
    • review: not this role
    • code_first: no

    Next steps

    1. Review the generated implementation in lib/retry.py.
    2. Define the next behavior (e.g., maximum retry limit) for a new cycle.
    3. Merge the plans/tdd-run.md log into your documentation if required.

    How to install

    Works the same in every agent - Claude, Cursor, Codex, Copilot and 20+ more.

    ~30 seconds
    1. 1

      Download the ZIP

      Free skills download straight away. Paid skills unlock right after purchase.

    2. 2

      Unzip into your skills folder

      Every agent reads skills from one folder on your machine. Drop the unzipped folder in there.

    3. 3

      Ask your agent to use it

      Restart the agent if it was already running. It picks the skill up automatically - no config needed.

    Skills folder by agent

    Click the path to copy it. Create the folder if it does not exist yet.

    Reviews

    No reviews yet

    Be one of the first to try it. Every skill in this bundle passes our trust checks.

    Security scanned

    Passed our 8-point scan before listing

    Fresh listing

    Recently published to Agensi

    30-day refund

    Not a fit? Get your money back

    Frequently asked questions

    More bundles from Justin Wilson