BUNDLE Security scanned4 skills

    Allmyskills

    Get all my skills in a bundle

    1,271 views5.0 (1 review)

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

    Samuel Rose
    Created by
    Samuel Rose
    $10$20
    Save 50% · $10

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

    30-day refund guarantee

    Instant unlock in your library

    Free updates from the creator

    What's included

    4 skills

    See it in action

    You say

    I need to test the user registration endpoint at /v1/users. Can you generate some Jest tests to validate the request body, specifically focusing on email validation errors?

    Your agent does

    "test_user_registration_invalid_email": it("returns 422 when email is missing '@'", async () => { const res = await request(app).post("/v1/users").send({ email: "bad-email" }); expect(res.status).toBe(422); expect(res.body.errors).toContainEqual(expect.objectContaining({ field: "email" })); });

    How to install

    One snippet installs every skill in this bundle. Run it once per agent you use.

    mkdir -p ~/.claude/skills
    for slug in "api-contract-tester" "dependency-auditor" "incident-postmortem" "migration-auditor"; do
      curl -sL "https://www.agensi.io/api/install/$slug" -o "/tmp/$slug.zip" \
        && unzip -o "/tmp/$slug.zip" -d ~/.claude/skills \
        && rm "/tmp/$slug.zip"
    done

    Paid skills require purchase first — the loop will fail on any skill you don't own. After buying the bundle, use the Download button to grab fingerprinted ZIPs from your library.

    Reviews

    5.0

    Based on 1 review across included skills

    Buyers haven't reviewed this bundle directly yet — these ratings come from the individual skills above. Open any skill to read its reviews.

    Frequently asked questions