Skene
Skene is a codebase analysis toolkit for product-led growth. It scan your codebase, detect growth opportunities, and generate actionable implementation plans.
Ads
Overview
Skene reads your codebase and produces a user journey for your product: the lifecycle stages a user moves through, the milestones inside each stage, and the code or database evidence that proves each milestone is real. Install and launch the interactive terminal UI: The wizard walks you through provider selection, authentication, and analysis — no configuration needed upfront. Skene turns a repository into a single journey.yaml describing your product's user lifecycle, and renders it as an interactive diagram.
Installation
uvx skene analyse-journey .
Configuration
Configuration example is not available yet.
Capabilities
- Analyze a codebase into a user journey
Ask your AI to run `analyse-journey` on a repository and produce a `journey.yaml` mapping lifecycle stages, milestones, and evidence.
- Combine code and SQL schema analysis
Point Skene at a directory of `*.sql` files with `--schema-dir` so both code and database evidence back each milestone.
- Customize journey output
Use `-o` to redirect the generated `journey.yaml` to a specific path, or `--no-specialize` to keep canonical stage names instead of product-specific ones.
- Launch the interactive setup wizard
Have your AI guide you through installing and running the `skene` TUI, which handles provider selection and authentication interactively.
Tags
- code-quality
- development
- analytics
- ai-agent
Related MCP servers
Context7 MCP
OfficialOfficial Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.
Chrome DevTools MCP
OfficialOfficial Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.
Mastra/mcp
OfficialClient implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.
GitHub MCP Server
OfficialConnect your AI assistant to GitHub repositories, issues, pull requests, and search.