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
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
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 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
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)
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
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
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.
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 scans your codebase and auto-generates Mermaid diagrams for architecture, data flow, and module dependencies. It walks your project files, extracts import/export relationships, identifies key modules, and produces ready-to-paste Mermaid diagram code for flowcharts, sequence diagrams, and component maps — all without any AI