# Proactive Agent

> Self-improving agent that can upgrade skills, learn new capabilities, and adapt to new tasks. Use when you need to evolve capabilities or handle unknown tasks.

- Skill: `veithly/proactive-agent` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add veithly/proactive-agent`
- Raw SKILL.md: https://api.skillmd.com/api/skills/veithly/proactive-agent/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: veithly (https://skillmd.com/u/veithly)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/veithly/proactive-agent

---


# Proactive Agent

Self-improving agent with skill management.

## Usage

```bash
./scripts/upgrade "search capability"
./scripts/learn "how to parse CSV"
./scripts/adapt "new file format"
```

## Scripts

| Script | Usage |
|--------|-------|
| `scripts/upgrade <skill>` | Upgrade a skill |
| `scripts/learn <task>` | Learn new capability |
| `scripts/adapt <format>` | Adapt to new format |

## Capabilities

- Automatic skill discovery
- Self-improvement loops
- Context-aware learning

## Example

```bash
./scripts/learn "web scraping"
# Agent learns and remembers how to scrape web pages
```

