Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

play-learn-lift玩学电梯

Agent Skill

play-learn-lift 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

269

周安装

11

GitHub Stars

37

下载量

86
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:play-learn-lift(玩学电梯)
来源仓库:https://github.com/simhacker/moollm
仓库路径:skills/play-learn-lift
安装命令:
npx skills add https://github.com/simhacker/moollm --skill play-learn-lift
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/simhacker/moollm --skill play-learn-lift

简介

play-learn-lift 用于查找、检索和筛选相关信息,适合在需要基于关键词或线索快速获取候选结果的场景中使用。

  • 适用于技术研究、方案对比或资源调研等需要高效信息筛选的任务。
  • 通过 npx skills add 命令从社区项目安装,需确认是否触发网络请求及数据访问权限。
  • 建议在使用前验证搜索结果的相关性与准确性,避免误信不可靠来源。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Play Learn Lift

Start Playing. Keep Learning. Lift Others.

The three-stage journey from curiosity to mastery to teaching. The core MOOLLM methodology.

[!TIP] This IS the methodology. Every other skill is an expression of PLAY-LEARN-LIFT. Start here.

The Cycle

flowchart LR
    P["🎮 PLAY"] --> L["📚 LEARN"]
    L --> LI["🚀 LIFT"]
    LI -->|inspire| P
StageMottoWhat Happens
🎮 PLAYJump in!No prerequisites, can't break anything, curiosity drives discovery
📚 LEARNPatterns emergeConnections make sense, confidence builds naturally, "I noticed..."
🚀 LIFTHelp others playTeaching solidifies learning, sharing multiplies impact

Why This Matters

Most learning is backwards:

  • ❌ Study first, then do
  • ❌ Master before sharing
  • ❌ Fear mistakes

PLAY-LEARN-LIFT inverts it:

  • Do first, understand emerges
  • Share while learning, teaching accelerates mastery
  • Mistakes are features, not bugs

Philosophy

"Low floor, high ceiling, wide walls" — Seymour Papert / Mitch Resnick
PrincipleMeaning
Low floorEasy to start. No prerequisites.
High ceilingNo limit to growth. Experts stay engaged.
Wide wallsMany paths to explore. Your way is valid.

Papert's constructionism anchors PLAY: build first, learn by making, then share what you built. Drescher's schema learning maps the loop: PLAY surfaces patterns, LEARN revises and stabilizes schemas, and LIFT publishes them as reusable artifacts.

Failure-Friendly

MOOLLM is unbreakable by design. Files remain transparent and inspectable. State can always be recovered. Experimentation is not just allowed but encouraged. Git acts as your safety net, catching every fall.


Each Stage in Detail

🎮 PLAY

*"What if I just..."*
  • No prerequisites required
  • Curiosity drives discovery
  • Fun comes first
  • "Oops" is learning data
  • Everything is reversible (git, append-only logs)

Capture everything: Even dead ends teach something.

📚 LEARN

*"I noticed you do this often..."*
  • Patterns become visible through repetition
  • Connections make sense
  • Confidence builds naturally
  • Knowledge deepens organically
  • The "aha!" moments

Document patterns: Future-you will thank present-you.

LEARN Sub-Phases (Platform-Legible Self-Eval)

When LEARN involves potential rule changes or skill upgrades, use explicit sub-phases:

PhaseActionGate
OBSERVECollect traces, note patterns, analyze behaviorNone — always safe
PROPOSEDraft changes, describe rationale, show diffReview checkpoint
COMMITApply changes after human approvalHuman commit required

This separation makes self-evaluation "platform-legible" — automated systems can see that observation is separate from action, and rule changes require explicit human approval. The agent never modifies its own rules unilaterally.

🚀 LIFT

*"Here's what I learned..."*
  • Teaching solidifies understanding
  • Sharing multiplies impact
  • Create tutorials from your journey
  • Community grows stronger
  • Everyone rises together

Share the journey: The path matters, not just the destination.

LIFT Provenance (Audit-Friendly Upgrades)

When LIFT produces reusable artifacts (skills, templates, procedures), include provenance:

provenance:
  source_logs: ["session-2026-01-23.md", "research-notebook/pll-analysis.yml"]
  extracted_by: "claude-opus-4"  # or human author
  reviewed_by: "don-hopkins"     # human reviewer required for skill upgrades
  lifted_at: "2026-01-23T12:00:00Z"
  rationale: "Pattern appeared 5+ times across sessions; now crystallized."

This makes upgrades audit-friendly: anyone can trace back to the original observations, see who approved the lift, and understand why the pattern was worth crystallizing.


The Cycle Continues

*"Start with jazz, end with standards."*

After LIFT, you discover new areas to PLAY in:

PLAY → LEARN → LIFT → (inspire) → PLAY → ...

The pun is deliberate: jazz is free exploration (PLAY), and standards are both jazz classics everyone knows AND the reusable patterns you crystallize (LIFT). The learning happens in between!

  • Teaching reveals gaps in your own understanding
  • Helping others sparks new questions
  • The cycle accelerates with practice

In Practice

Solo

  1. PLAY: Try something new, log what happens
  2. LEARN: Review logs, find patterns, update notes
  3. LIFT: Write a README, create a template, share with future-self

With Others

  1. PLAY: Pair explore, capture together
  2. LEARN: Compare notes, synthesize insights
  3. LIFT: Write shared docs, teach newcomers

Edgebox's probe -> analyze -> call flow is an operational PLL precedent: PLAY probes, LEARN analyzes, LIFT calls.


The Three Sister Directories

Every skill embodies PLL through three implementation directories:

SisterRolePLL PhaseWhat Lives Here
templates/Empathic seedsPLAY{{~expression}} with YAML Jazz meta-comments
examples/Concrete instancesLEARNWorking code, real data, copyable patterns
scripts/Lifted automationLIFTDoc-first tools born from repeated work
PLAY with templates → LEARN from examples → LIFT into scripts
     ↓                      ↓                     ↓
 templates/              examples/            scripts/
 (seeds)                 (patterns)           (automation)

Together: templates + examples + scripts = the complete PLL cycle

What was once "watch me do this" becomes "run this instead."

Why This Matters

  • Templates are prompts for exploration — they invite the LLM to instantiate
  • Examples capture what works — they're templates that have been played with
  • Scripts automate what repeats — they're the ultimate LIFT product

This is why MOOLLM skills have this structure. It's not arbitrary — it's PLL crystallized into filesystem layout.

See also:


Related Skills

SkillConnection
sister-script/LIFT stage: automate proven patterns
research-notebook/LEARN stage: structured capture
session-log/PLAY stage: append-only exploration
summarize/LEARN → LIFT: distill insights

Contents

FilePurpose
SKILL.mdFull methodology documentation
CYCLE.yml.tmplCycle template
PLAY_LOG.md.tmplPlay log template

Protocol Symbol

PLAY-LEARN-LIFT (alias: PLL)

# PROTOCOLS.yml
PLAY-LEARN-LIFT:
  meaning: "Explore freely → find patterns → share wisdom"
  invoke_when: "Starting any new exploration, learning, or teaching"
  motto: "Start Playing. Keep Learning. Lift Others."

See: PROTOCOLS.yml#PLAY-LEARN-LIFT


The Intertwingularity

PLL is the methodology. Other skills are its expressions.

graph TD
    PLL[🎮📚🚀 play-learn-lift] -->|PLAY captures| SL[📜 session-log]
    PLL -->|LEARN structures| RN[📓 research-notebook]
    PLL -->|LIFT automates| SS[👯 sister-script]
    PLL -->|LIFT shares| SUM[📝 summarize]

    AP[⚔️ adventure] -->|IS| PLAY
    DB[🔧 debugging] -->|IS| PLAY
    TC[🎴 card] -->|created via| LIFT

Navigation

DirectionDestination
⬆️ Upskills/
⬆️⬆️ RootProject Root
👯 Sistersister-script/
📓 Sisterresearch-notebook/
📜 Sistersession-log/
📋 SymbolsPROTOCOLS.yml

*Start playing. The rest follows.*

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.93%
按下载量换算33

Claude

29.74%
按下载量换算26

Cursor

18.19%
按下载量换算16

Gemini CLI

10.76%
按下载量换算9

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills