Metadata-Version: 2.4
Name: sphinix-prism
Version: 1.2.0
Summary: Clear AI. No Noise. Lightweight AI prompt clarity protocol.
Author-email: Mitesh Pithadiya <sphinix.ai@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/Sphinixai/prism-ai
Keywords: ai,prompt,clarity,llm,prism,token
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# PRISM.ai — Clear AI. No Noise.

Lightweight AI prompt clarity protocol. Remove fluff. Save tokens. Get better answers.

## Install

```bash
pip install prism-ai
```

## Usage

```bash
prism "explain this error please"
prism --mode exact "debug this traceback"
prism --mode build "create a flask api"
prism --tokens "explain machine learning"
```

## Modes

| Mode | Use for |
|------|---------|
| fast | General questions (default) |
| build | Coding, implementation |
| exact | Debugging, configs |

## How it works

PRISM removes filler words from your prompt and adds a clarity instruction — so AI gives you shorter, direct answers.

**Before:** `can you please explain in detail how i should fix this error step by step basically`

**After:** `Fix this error. /prism`

**Token saving: ~70%**

## Links

- GitHub: https://github.com/Sphinixai/prism-ai
- Website: https://sphinixai.github.io/prism-ai

© 2026 Sphinix Marketing | Mitesh Pithadiya
