Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة

base-show

النجوم١١
التفرعات٣
آخر تحديث٢٢ مايو ٢٠٢٦ في ٠٣:٤٥

Add concise Base.show and Base.summary methods to Julia types whose default REPL representation is unhelpful or overwhelming. Use this skill whenever the user mentions that a type prints badly in the REPL, asks to improve how an object is displayed or printed, wants a custom show, summary, or repr for a Julia type, or says the REPL output is noisy, verbose, or hard to read. Also trigger when the user asks to "make the REPL output nicer", "add a show method", "add a summary method", "customize display", or "fix what prints when I type a variable name". This skill produces compact, informative Base.show and Base.summary methods and matching unit tests — invoke it proactively whenever show, summary, display, print, repr, or REPL output is mentioned in a Julia context. Good candidates in RandomFeatures.jl include Decomposition, ScalarFeature, VectorFeature, RandomFeatureMethod, and Fit — all of which hold matrices or nested objects that print poorly by default.

التثبيت

التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.

SKILL.md
readonly