Allmyskills
Get all my skills in a bundle
Works with every agent that reads SKILL.md — Claude Code, Cursor, Codex CLI, Gemini CLI, GitHub Copilot, Windsurf, OpenClaw, and more.
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 skillsTurn OpenAPI specs into exhaustive, framework-ready test suites covering happy paths, edge cases, and security gaps.
Audit dependencies for security, licenses, and health while generating a phased, low-risk upgrade and migration plan.
Transform raw incident logs and Slack threads into blameless, structured postmortems and 5-Whys RCA reports.
Catches dangerous database migrations before they hit production. Reviews schema changes for locking hazards, data loss, missing rollbacks, and index issues across PostgreSQL, MySQL, and SQLite.
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"
donePaid 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
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.