Experience management for pattern retrieval and deposit. Searches past solutions before development, deposits new patterns after completion. Works with continuous-learning skill for auto-extraction.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add WenJunDuan/Rlues --skill experience --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Experience?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/wenjunduan-experience-36e7b203)More formats (shields.io, HTML) on the badges page.
---
name: experience
description: |
Experience management for pattern retrieval and deposit. Searches past
solutions before development, deposits new patterns after completion.
Works with continuous-learning skill for auto-extraction.
---
# Experience Skill
## Functions
### experience-index
Search experience library before development:
```yaml
Trigger: 开发任务开始前
Action: 搜索相关经验
Output: 匹配的模式和解决方案
```
### experience-deposit
Save new experience after completion:
```yaml
Trigger: 任务完成后
Action: 沉淀经验到库
Format: EXP-xxx.md
```
### experience-match
Rule-based best practice matching:
```yaml
Input: 当前任务描述
Process: 关键词匹配 + 语义相似
Output: 排序的相关经验列表
```
## Storage Structure
```
.ai_state/experience/
├── index.md # 经验索引
├── learned/ # 自动提取的模式
│ └── pattern-xxx.md
└── EXP-xxx.md # 手动沉淀的经验
```
## Experience Format
```markdown
# EXP-001: [标题]
Created: 2025-01-23
Tags: [auth, jwt, nextjs]
## 问题背景
[遇到的问题]
## 解决方案
[如何解决]
## 代码示例
[关键代码]
## 注意事项
[经验教训]
```
## Commands
```bash
/vibe-exp search <keyword> # 搜索经验
/vibe-exp add # 添加经验
/vibe-exp list # 列出经验
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.
Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...
Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.
**Complete production-ready guide for Google Gemini embeddings API** This skill provides comprehensive coverage of the `gemini-embedding-001` model for generating text embeddings, including SDK usage, REST API patterns, batch processing, RAG integration with Cloudflare Vectorize, and advanced use cases like semantic search and document clustering. ---
Recovers prior coding-agent session context by running `catchup <agent> --since-compact`, which extracts a clean summary of a previous Codex, Claude Code, Antigravity, OpenCode, or Pi Agent session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", or asks to recover/summarize a previous session before continuing. Do NOT use for the current conversation, git history, or any non-agent log.