experience-library

Capture task outcomes and derive reusable token priors for continual learning.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/dredd-us/seashells --skill experience-library-dredd-us
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: experience-library
Source: https://github.com/dredd-us/seashells/tree/main/.claude/skills/experience-library
Command: npx skills add https://github.com/dredd-us/seashells --skill experience-library-dredd-us

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables continual learning for your AI by capturing task outcomes, scoring performance, and deriving reusable rules as "token priors," achieving learning for $18 per 100 samples compared to $10k fine-tuning costs.

Core Features & Use Cases

  • Cost-Effective Learning: Learns from successful patterns and failures without expensive model fine-tuning.
  • Pattern Extraction: Automatically identifies and stores successful approaches and tools used for specific task types.
  • Use Case: After successfully extracting data from a JSON API, the AI captures the pattern (e.g., "use requests with retry logic"). The next time you ask to "Fetch user data from REST API," this learned pattern is injected as context, leading to faster, more reliable execution.

Quick Start

After completing a task, use the experience-library skill to capture the successful pattern and learn from the outcome.

Frequently Asked Questions about experience-library

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How can I reduce AI model fine-tuning costs while still improving performance?

Continual learning through pattern extraction captures task outcomes and derives token priors, achieving learning improvements for $18 per 100 samples versus $10,000 for traditional fine-tuning. This approach learns from successful patterns and failures without updating model weights.

How does AI learn from past tasks without retraining the model?

Token priors store reusable patterns extracted from task outcomes, injected as context for similar future tasks. The system scores performance, identifies successful approaches, and retrieves relevant rules by task type without requiring model weight updates.

Can I capture and reuse successful patterns from API integrations and tool calls?

Pattern extraction automatically identifies and stores successful approaches used in specific task types. After a successful REST API call with retry logic, that pattern is captured and reused the next time you execute similar integration tasks.

What's the best way to optimize AI tool selection and execution across different domains?

Experience-based learning maintains non-weighted context of tool performance patterns by domain, enabling lightweight interfaces to retrieve and apply the most effective tools and approaches for each task category without expensive retraining.

Do I need to manually score task outcomes for the system to learn?

The system requires scoring outcomes to extract reusable patterns, but this scoring integrates into the task completion workflow. Results are stored as token priors and automatically retrieved for similar future tasks.