·tinkering
>_

tinkering

人工智慧代理的安全實驗框架。建立隔離的沙箱環境,用於嘗試新功能、測試方法和探索解決方案,而不會污染主程式碼庫。 使用时间:代理需要尝试一些不确定的事情、探索多种方法、测试新库、对功能进行原型设计或在承诺实施之前运行技术高峰。 主要触发点:“实验”=设置沙箱+运行实验“尝试这种方法”=在沙箱中快速实验“尖峰”/“POC”/“原型”=限时技术调查“修补程序”/“修补模式”=进入实验工作流程“探索选项”=沙箱中的多种方法比较 不適合:調試(使用調試器)、測試(使用測試運行器)或提交的功能工作(使用 git 分支)。 區分器:與 git 分支(用於承諾的方向)不同,修補是為了「我不知道這是否可行」的探索。在提交到分支之前,在沙盒中嘗試 5 件事。更快的回饋,零程式碼庫污染。

6安裝·0熱度·@rfxlamia

安裝

$npx skills add https://github.com/rfxlamia/claude-skillkit --skill tinkering

如何安裝 tinkering

透過命令列快速安裝 tinkering AI 技能到你的開發環境

  1. 開啟終端機: 開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 執行安裝指令: 複製並執行以下指令:npx skills add https://github.com/rfxlamia/claude-skillkit --skill tinkering
  3. 驗證安裝: 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

來源:rfxlamia/claude-skillkit。

SKILL.md

查看原文

Structured experimentation framework. When uncertain about an approach, don't hack at production code - create an isolated sandbox, try freely, then graduate successful experiments or discard failed ones cleanly.

Core principle: The output of tinkering is knowledge, not production code. A successful experiment teaches you how to solve the problem. The actual implementation happens after, informed by what you learned.

| "Will this library work for our use case?" | Yes | Unknown outcome, need to explore | | "Which of these 3 approaches is fastest?" | Yes | Comparing multiple options | | "How do I integrate this API?" | Yes | Technical spike, learning-focused | | "Add a login button to the header" | No | Clear requirement, use git branch |

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/rfxlamia/claude-skillkit --skill tinkering
分類
>_效率工具
認證
收錄時間
2026-02-25
更新時間
2026-03-10

Browse more skills from rfxlamia/claude-skillkit

快速解答

什麼是 tinkering?

人工智慧代理的安全實驗框架。建立隔離的沙箱環境,用於嘗試新功能、測試方法和探索解決方案,而不會污染主程式碼庫。 使用时间:代理需要尝试一些不确定的事情、探索多种方法、测试新库、对功能进行原型设计或在承诺实施之前运行技术高峰。 主要触发点:“实验”=设置沙箱+运行实验“尝试这种方法”=在沙箱中快速实验“尖峰”/“POC”/“原型”=限时技术调查“修补程序”/“修补模式”=进入实验工作流程“探索选项”=沙箱中的多种方法比较 不適合:調試(使用調試器)、測試(使用測試運行器)或提交的功能工作(使用 git 分支)。 區分器:與 git 分支(用於承諾的方向)不同,修補是為了「我不知道這是否可行」的探索。在提交到分支之前,在沙盒中嘗試 5 件事。更快的回饋,零程式碼庫污染。 來源:rfxlamia/claude-skillkit。

如何安裝 tinkering?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/rfxlamia/claude-skillkit --skill tinkering 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

這個 Skill 的原始碼在哪?

https://github.com/rfxlamia/claude-skillkit