New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

smyp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

smyp

Show Me Your Prompt! A tool to format chat session markdown files.

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

SMYP

Show Me Your Prompt! - A tool to format chat session markdown files.

🛠️ Available Scripts

Format Chat Session

Script for cleaning and formatting raw chat sessions.

Documentation: scripts/README.md

Quick Usage:

# Use with npx (no installation required)
npx smyp prompts/my-session.md

# Or install globally
npm install -g smyp
smyp prompts/my-session.md

# Display help
smyp --help

Features:

  • ✅ Automatic structuring (prompts/responses/actions)
  • ✅ File path simplification
  • ✅ Idempotent execution (can be re-run safely)
  • ✅ Complete information preservation

📁 Project Structure

smyp/
├── scripts/               # Utility scripts
│   ├── format-chat-session.js
│   └── README.md         # Script documentation
└── package.json

🚀 Installation

Option 1: Use with npx (no installation)

npx smyp prompts/my-session.md

Option 2: Global installation

npm install -g smyp
smyp prompts/my-session.md

Option 3: Local development

# Clone the repository
git clone <repository-url>
cd smyp

# Use the script directly
node scripts/format-chat-session.js prompts/my-session.md

Keywords

chat

FAQs

Package last updated on 13 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts