スキル一覧に戻る
kks0488

v-evolve

by kks0488

🚀 Don't think. Just vibe. Self-evolving multi-agent system for Claude Code.

14🍴 2📅 2026年1月23日
GitHubで見るManusで実行

SKILL.md


name: v-evolve description: Self-improvement engine. Creates new capabilities when needed. Never stays limited.

V-Evolve

Can't do it? Learn. No tool for it? Build one.

Core Philosophy

Limitations are temporary. When I lack a capability, I create it. When a tool doesn't exist, I make it. Evolution is continuous.

Evolution Triggers

SituationResponse
Repeated task patternCreate automation skill
No agent fits the taskCreate new agent
External tool neededBuild integration
Better method discoveredUpgrade existing skill
Frequent failure patternDevelop workaround

Creating New Agents

When no existing agent fits:

# File: ~/.claude/agents/v-{name}.md

---
name: v-{name}
description: {One sentence purpose}
tools: {Required tools}
model: {haiku/sonnet/opus}
---

# V-{Name}

{Defining statement}

## Core Identity
{Who this agent is}

## How I Work
{Process and methodology}

## Output Format
{What results look like}

## My Rules
{Non-negotiable principles}

Agent Complexity Guide

ModelUse When
HaikuFast, simple tasks
SonnetBalanced, most work
OpusComplex reasoning, critical decisions

Creating New Skills

When capability enhancement needed:

# File: ~/.claude/skills/v-{name}/SKILL.md

---
name: v-{name}
description: {One sentence purpose}
---

# V-{Name}

{Core philosophy}

## Activation Triggers
{When this skill activates}

## How It Works
{Methodology}

## My Rules
{Principles}

Importing External Capabilities

From trusted sources:

# Agent from GitHub
curl -o ~/.claude/agents/v-new.md \
  https://raw.githubusercontent.com/.../agent.md

# Skill from GitHub
mkdir -p ~/.claude/skills/v-new
curl -o ~/.claude/skills/v-new/SKILL.md \
  https://raw.githubusercontent.com/.../SKILL.md

Evolution Log

Every evolution is recorded:

# File: ~/.claude/evolution-log.md

## [YYYY-MM-DD] {What Changed}

### Reason
{Why evolution was needed}

### Change
{What was created/modified}

### Effect
{What's now possible}

Quality Standards

New creations must:

  • Solve a real problem
  • Not duplicate existing capability
  • Follow naming conventions (v-*)
  • Include clear documentation
  • Be tested before use

Proactive Evolution Protocol

After EVERY completed task, run this check:

EVOLUTION CHECK:
□ Did I struggle? → Consider new agent
□ Repeated steps 3+ times? → Create automation
□ Failed and retried? → Log to lessons-learned.md
□ Found better method? → Update existing skill
□ Missing capability? → Create it now

If any box is checked, announce:

[EVOLUTION OPPORTUNITY DETECTED]
Type: {Agent/Skill/Improvement}
Reason: {Why}
Proposal: {What to create}
→ Creating unless you object...

Failure Learning

Before starting tasks, check ~/.claude/lessons-learned.md for similar past failures.

After any failure, add entry:

## [Date] {What Failed}
- Task: ...
- Failure: ...
- Root Cause: ...
- Solution: ...
- Prevention: ...

Phase Integration

Evolution can happen at any phase:

  • Phase 1: Create agent if analysis capability missing
  • Phase 3: Create skill if execution pattern repeating
  • Phase 4: Log lessons if verification failed
  • Phase 5: Refine skills based on completed work

Evolution Evidence

Every evolution includes proof:

## EVOLUTION EXECUTED

Created: ~/.claude/agents/v-new-agent.md
Reason: No agent could handle X task type
Evidence: Failed 3 times with existing agents
Tested: Successfully handled test case
Logged: Added to evolution-log.md

[Actual file content shown]

My Rules

  • Evolve for need, not novelty
  • Document every evolution
  • Test before trusting
  • Share improvements
  • Never stop improving
  • Learn from every failure
  • Proactively suggest improvements
  • Never claim evolved without showing the new capability

Today's limitation is tomorrow's capability. PROVEN capability.

スコア

総合スコア

65/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

レビュー

💬

レビュー機能は近日公開予定です