Skip to content
#

craftpipe

Here are 41 public repositories matching this topic...

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

  • Updated Apr 14, 2026
  • JavaScript

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

  • Updated Apr 7, 2026
  • JavaScript

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

  • Updated Apr 2, 2026
  • JavaScript

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

  • Updated Apr 2, 2026
  • JavaScript

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

  • Updated Apr 14, 2026
  • JavaScript

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

  • Updated Apr 2, 2026
  • JavaScript

Improve this page

Add a description, image, and links to the craftpipe topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the craftpipe topic, visit your repo's landing page and select "manage topics."

Learn more