Metadata-Version: 2.4
Name: skinskill
Version: 0.1.0
Summary: Autonomous, context-aware skill manager for developers.
Requires-Python: >=3.10
Requires-Dist: httpx>=0.25.0
Requires-Dist: mcp[fastmcp]>=0.1.0
Requires-Dist: playwright>=1.40.0
Requires-Dist: pydantic>=2.0.0
Requires-Dist: python-dotenv>=1.0.0
Requires-Dist: rich>=13.0.0
Requires-Dist: typer[all]>=0.9.0
Description-Content-Type: text/markdown

# 🧬 SkinSkill (tisc)

> **Don't write agents. Just give them instincts.**

**SkinSkill** is a proactive, context-aware autonomous agent that lives in your terminal. It doesn't just wait for your commands; it analyzes your project, anticipates your next 3 problems, and "skins" your environment with the exact skills, scripts, and configurations you need before you even know you need them.

![License](https://img.shields.io/badge/license-MIT-blue.svg)
![Version](https://img.shields.io/badge/version-0.2.0--GodMode-orange.svg)
![Hype](https://img.shields.io/badge/Hype-Over%209000-red.svg)

---

## 🔥 "God Mode" Features (Why you'll never code the same way again)

SkinSkill goes beyond suggesting code. It actively manipulates your environment, clones visual components, and attacks your codebase to ensure perfection.

### 👁️ 1. The Mirroring Eye (`tisc --mirror <url>`)
Saw a beautiful checkout flow on Stripe or an animation on Apple's site?
SkinSkill opens an invisible browser, analyzes the DOM, CSS, and logic, and **re-writes** a clean, framework-specific version (React, Vue, HTML/CSS) injected straight into your project.
*The feeling: "I just stole Apple's design in 10 seconds."*

### 🛠️ 2. The Self-Healing Infrastructure (`tisc --heal`)
Code is right, but the environment is broken?
If your app crashes because port 8080 is in use, a Docker container is down, or a `.env` variable is missing, SkinSkill detects the runtime error and **fixes your operating system/environment** autonomously so the code runs.
*The feeling: "My terminal just fixed my PC."*

### 🛡️ 3. The Bug Bounty Hunter (`tisc --attack`)
Finished your feature? Now let the wolves out.
SkinSkill assumes the role of an Ethical Hacker. It attempts to break your inputs, bypass your auth, and cause memory leaks. It then presents a visual report and autonomously applies the security patches.
*The feeling: "I have a $200k/yr Pentester living in my terminal."*

---

## 🚀 Installation

```bash
uv add skinskill
# or
pip install skinskill
```

---

## 🛠️ Commands

- `tisc "<intent>"`: Analyze, Hunt, and Inject standard skills.
- `tisc --mirror <url>`: Clone and translate visual components from the web.
- `tisc --heal`: Monitor runtime errors and auto-fix the environment.
- `tisc --attack`: Run an autonomous pentest and auto-patch vulnerabilities.
- `tisc --vacuum`: Suck all project context into a hyper-dense prompt.

---

## 🌌 Why SkinSkill?

| Feature | Other Agents | **SkinSkill** |
| :--- | :--- | :--- |
| **Execution** | Suggests snippets | **Auto-injects and structures files** |
| **Design** | Text only | **Clones UI/UX from live URLs** |
| **Security** | Basic linters | **Active Pentesting & Auto-Patching** |
| **Resilience** | Gives up on errors | **Heals your ports, containers, and env vars** |

---

## 🚧 Status: Hyper-Alpha (God Mode Unlocked)
This project is moving fast. We are currently in the "Proof of Concept" phase.

**Built with ❤️ for the lazy but ambitious developer.**
