Generate E2E tests from a described user flow
by Shippers
Convert a plain-English user flow plus a route/component map into a runnable Playwright, Cypress, or Detox test file wit
Free
Works with the AI tools you already use
See it in action
You say
Scan this repo and create a project memory file so I don't have to keep explaining the architecture to you.
Your agent does
I've analyzed the repository. I identified a Next.js 14 project using TypeScript and Tailwind CSS. I extracted your 2-space indentation rule and ADRs regarding the use of Prisma.
/Users/dev/projects/web-app/PROJECT_MEMORY.md
About this skill
The problem
AI coding agents lose context between sessions, forcing you to re-explain your tech stack, folder structure, and coding conventions every time you open a new chat. Manually briefing an agent on a large repo is tedious and prone to missing critical architectural decisions.
What it does
- Scans your project root to identify the primary language, framework, and package manager.
- Extracts coding conventions directly from linter configs like Prettier, ESLint, and Rubocop.
- Maps the top-level directory structure while ignoring noise like node_modules and build artifacts.
- Surfaces recent git history and ADRs to give the agent historical context on recent changes and design choices.
- Generates a portable
PROJECT_MEMORY.mdfile that serves as a universal brief for any LLM.
Frameworks & tools
Supports JavaScript/TypeScript (Node.js, Next.js), Python (FastAPI, Django), Rust (Cargo), Go, Ruby (Rails), PHP (Composer), and Java (Maven).
Why this beats prompting it yourself
This skill systematically parses configuration files and directory trees that you would likely skip or summarize incorrectly. It ensures the agent receives a standardized, structured brief that fits within context windows without leaking sensitive env secrets.
Use cases
- Onboarding an AI agent to a legacy codebase with non-standard conventions.
- Switching between different AI IDEs or chat interfaces while maintaining consistent context.
- Setting up a new project and establishing a "source of truth" for AI coding assistants.
- Updating project context for an agent after a heavy refactor or dependency migration.
Known limitations
Caps file reads at 4KB per file and directory depth at 3 levels to remain performant and context-efficient. It cannot read encrypted files or your actual .env secrets.
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 listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
1 install
Downloaded by developers to date
Free forever
No account required to browse
More reviews for Shippers5.0(2)
Feedback buyers left on other skills by the same creator.
Trust & safety
Security scanned
Verified clean 1 month ago
- Free to download with an account
Frequently Asked Questions
Popular in Testing & QA
Prompt Dataset Builder
Build and curate high-quality prompt datasets for fine-tuning and eval — deduped and labeled.
api-contract-tester
Turn OpenAPI specs into exhaustive, framework-ready test suites covering happy paths, edge cases, and security gaps.

Toutour — Verified Onboarding Tours for Any Website
Analyzes your site's layout and UI, interviews you about preferences, then generates AND Playwright-verifies a spotlight onboarding tour — accessible, i18n-ready, colorblind-safe, MIT.
lobster-debugging
A systematic 4-phase debugging framework to find root causes, eliminate flaky tests, and prevent regressions.