You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MCP server that captures, indexes, and replays AI coding agent sessions across Claude Code, Cursor, Codex, and other tools. Enables agents to learn from past decisions, extract reusable patterns, and audit their own workflows.
A CLI workflow tool that analyzes your codebase and generates compact, token-optimized context bundles for AI coding sessions. It scans your project structure, extracts key symbols, dependencies, and file summaries, then produces a single structured context file that AI assistants can consume efficiently. Supports multiple output formats, smart fil
A portable, composable skills framework for AI coding agents — generate reusable skill modules (memory, verification, coordination, context compression) that work across Claude Code, Cursor, VS Code, and any AI tool. Free version includes core skills (decision logging, code review templates, context summarization); premium adds advanced skills (mul
Generates structured multi-agent workflow files for AI coding teams — AGENTS.md role definitions, handoff protocols, task routing for Claude Code, Cursor, and Codex (Claude Skill)
Structured multi-agent workflow skill that orchestrates Architect, Builder, and Reviewer roles for complex coding tasks. Defines role responsibilities, handoff protocols, and output formats so AI agents coordinate effectively on features, refactors, and bug fixes — without losing context or duplicating work.
A CLI workflow tool that generates beautiful, comprehensive README files for any project by scanning your codebase — reads package.json, detects frameworks, finds entry points, counts files, and assembles a structured README with badges, installation steps, usage examples, API reference, and contributing guidelines. Outputs a polished markdown file
A CLI workflow tool that automatically generates daily standup reports by scanning your local git repositories. It walks through multiple repos, extracts commits by author within a configurable time window, groups them by project, and outputs a formatted standup summary to the terminal or a markdown file. Supports multi-repo scanning from a root di
Generates conventional commits, PR descriptions, and changelogs from staged diffs. Analyzes what changed and writes clear, structured git messages following Conventional Commits spec — no external tools required.
A CLI workflow tool that audits your project's environment configuration end-to-end: scans all .env files, detects missing variables referenced in code, flags secrets accidentally committed to git history, checks for mismatches between .env.example and actual .env files, validates variable formats (URLs, ports, API key patterns), and generates a co
A CLI workflow tool that snapshots, compares, and visualizes changes between REST API responses over time. Point it at any set of endpoints, and it runs a full pipeline: fetches responses, diffs JSON structures (added/removed/changed fields, type changes, status code shifts), detects breaking changes vs. non-breaking changes, and generates a beauti