veithly/proactive-agent

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.

First seen Feb 14, 2026

Installation

$ npx skills add veithly/proactive-agent --skill proactive-agent

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Default branch master
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 806 B
  • docs SUMMARY.md 774 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 237 installs

SKILL.md

Proactive Agent

Self-improving agent with skill management.

Usage

./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

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