write-path-mapping

Generates MD/CSS/JS analysis reports and tracks user-defined goals for subscribers of your newsletter.

3|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/anthril/official-claude-plugins --skill write-path-mapping
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: write-path-mapping
Source: https://github.com/anthril/official-claude-plugins/tree/main/plugins/software-development/skills/write-path-mapping
Command: npx skills add https://github.com/anthril/official-claude-plugins --skill write-path-mapping

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Mapping the write surface of a codebase is error-prone and hard to audit; this Skill automates discovery and documentation of every write entry point and its persistence impact to support security reviews and governance.

Core Features & Use Cases

  • Discover write entry points across modern frameworks (Next.js, Express, Supabase Edge Functions, serverless, and more).
  • Enumerate per-entry middleware, validators, auth layers, persistence targets, and downstream effects; generate artifacts including a Markdown report, Mermaid diagrams, and a JSON sidecar.
  • Support governance and risk assessment by surfacing gaps in authorization, validation, and tenancy controls, enabling targeted remediations.

Quick Start

Copy this Skill to your Claude workspace and run it against your repository root to produce the write-path artifacts.

Frequently Asked Questions about write-path-mapping

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I map all write paths in a monorepo to audit persistence targets?

To map write paths in a monorepo, you identify all write-capable entry points across frameworks to surface persistence targets and downstream effects. This generates a Markdown report, Mermaid diagrams, and a JSON sidecar capturing auth and validation signals.

What is a write-path mapping audit for Supabase and serverless functions?

A write-path mapping audit is the automated discovery of every write entry point in frameworks like Supabase Edge Functions and serverless apps. It enumerates middleware, auth layers, and persistence targets to support security reviews and governance.

Can I audit write paths across Next.js and Express without modifying source files?

Yes, you can audit write paths across Next.js and Express without modifying source files. The tool strictly analyzes the codebase and outputs all artifacts, including diagrams and JSON sidecars, under the project root.

How do I surface authorization and validation gaps in my codebase's write surface?

To surface authorization gaps in your write surface, you map all write entry points and capture auth, validation, and tenancy controls in a JSON sidecar. This enables targeted risk assessment and remediation of governance gaps.

Do I need a specific setup to generate Mermaid diagrams of my codebase write paths?

You need to copy the Skill to your workspace and run it against your repository root. It processes the directory to produce Mermaid diagrams and other artifacts without requiring external dependencies.