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
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
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
6 installs
Downloaded by developers to date
30-day refund
Not a fit? Get your money back