[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-lijigang-ljg-roundtable-sw":3,"guides-for-lijigang-ljg-roundtable":268,"similar-k170daxbknp0tdt3t9308d41v9866c71":269},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":20,"identity":189,"isFallback":193,"parentExtension":194,"providers":245,"relations":248,"repo":249,"workflow":267},1778053348890.7866,"k170daxbknp0tdt3t9308d41v9866c71",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":12,"sourceUrl":13,"tags":14},"Structured roundtable discussion framework with a truth-seeking moderator who invites representative figures for dialectical debate on any topic. Use when user says \"圆桌讨论\", \"圆桌\", \"roundtable\", \"辩论\", or wants to explore a topic through multi-perspective structured debate.",{},"ljg-roundtable","https://github.com/lijigang/ljg-skills/tree/HEAD/skills/ljg-roundtable",[15,16,17,18,19],"discussion","debate","framework","structured-output","knowledge-generation",{"_creationTime":21,"_id":22,"extensionId":5,"locale":23,"result":24,"trustSignals":178,"workflow":187},1778053415028.5728,"kn7541y493g01vbdwq421zh99d866z4p","en",{"checks":25,"evaluatedAt":168,"extensionSummary":169,"promptVersionExtension":170,"promptVersionScoring":171,"rationale":172,"score":173,"summary":174,"tags":175,"targetMarket":176,"tier":177},[26,31,34,37,41,44,48,53,56,59,64,69,72,76,79,82,85,88,91,94,98,102,106,110,114,117,120,123,127,130,133,136,139,142,146,149,152,155,158,161,165],{"category":27,"check":28,"severity":29,"summary":30},"Practical Utility","Problem relevance","pass","The description clearly states the problem: facilitating structured roundtable discussions with a truth-seeking moderator for dialectical debate on any topic, triggered by specific user phrases.",{"category":27,"check":32,"severity":29,"summary":33},"Unique selling proposition","The skill implements a complex framework for structured debate, including selecting representative figures with diverse viewpoints, facilitating a dialectical process, and generating ASCII framework diagrams, which goes significantly beyond default LLM capabilities.",{"category":27,"check":35,"severity":29,"summary":36},"Production readiness","The skill defines a complete lifecycle for a structured debate, from topic parsing and participant selection to multi-round dialogue, synthesis, and final knowledge network generation, fully covering its stated use case.",{"category":38,"check":39,"severity":29,"summary":40},"Scope","Single responsibility principle","The skill is focused on facilitating structured roundtable discussions and debates, with all its components contributing to this single, coherent workflow.",{"category":38,"check":42,"severity":29,"summary":43},"Description quality","The description is concise, readable, accurately reflects the skill's purpose, and includes specific trigger phrases.",{"category":45,"check":46,"severity":29,"summary":47},"Invocation","Scoped tools","The skill's functionality is encapsulated within a single, well-defined process. While not explicitly listing multiple discrete tools, the internal steps are logically sequenced and not general-purpose command execution.",{"category":49,"check":50,"severity":51,"summary":52},"Documentation","Configuration & parameter reference","warning","The skill's detailed instructions imply several parameters and configuration choices (e.g., number of participants, specific figures, action labels, ASCII diagram types) that are not explicitly documented or parameterized for user control.",{"category":38,"check":54,"severity":29,"summary":55},"Tool naming","The skill functions as a single coherent process rather than exposing multiple distinct tools, so tool naming conventions are not applicable here.",{"category":38,"check":57,"severity":29,"summary":58},"Minimal I/O surface","The skill's primary interaction is through user-provided text prompts to define the topic and guide the discussion, with structured output for participant definitions, dialogue, and final reports. No extraneous data is requested or returned.",{"category":60,"check":61,"severity":62,"summary":63},"License","License usability","critical","No LICENSE file or SPDX identifier was found in the repository, and the README does not mention a license, making the usability of this extension legally unclear.",{"category":65,"check":66,"severity":67,"summary":68},"Maintenance","Commit recency","not_applicable","No commit history is available for evaluation.",{"category":65,"check":70,"severity":67,"summary":71},"Dependency Management","The skill does not appear to use any third-party dependencies that would require explicit management beyond the base Claude Code runtime.",{"category":73,"check":74,"severity":67,"summary":75},"Security","Secret Management","The skill does not handle or expose any secrets.",{"category":73,"check":77,"severity":29,"summary":78},"Injection","The skill's instructions focus on structured dialogue and file generation, with no apparent loading or execution of untrusted third-party data.",{"category":73,"check":80,"severity":29,"summary":81},"Transitive Supply-Chain Grenades","All necessary components appear to be bundled within the skill's directory, and no runtime downloads or execution of external code are evident.",{"category":73,"check":83,"severity":29,"summary":84},"Sandbox Isolation","The skill's primary action is writing to a specified file path within the user's documents directory, adhering to sandbox isolation principles. It does not attempt to modify files outside its designated scope.",{"category":73,"check":86,"severity":29,"summary":87},"Sandbox escape primitives","No evidence of detached process spawns or deny-retry loops that could indicate sandbox escape attempts.",{"category":73,"check":89,"severity":29,"summary":90},"Data Exfiltration","The skill's operations are contained and focused on generating local files. There are no undocumented outbound calls or attempts to submit confidential data.",{"category":73,"check":92,"severity":29,"summary":93},"Hidden Text Tricks","Bundled files do not contain any hidden-steering tricks such as HTML comments, invisible Unicode characters, or bidi overrides.",{"category":95,"check":96,"severity":29,"summary":97},"Hooks","Opaque code execution","The skill's logic is presented in readable plain text within the SKILL.md file, with no obfuscated code, base64 payloads, or runtime script fetching.",{"category":99,"check":100,"severity":29,"summary":101},"Portability","Structural Assumption","The skill specifies writing output to `~/Documents/notes/`, which is a standard user directory. It does not assume a specific project structure outside of its own bundle.",{"category":103,"check":104,"severity":67,"summary":105},"Trust","Issues Attention","No issue tracking data is available for evaluation.",{"category":107,"check":108,"severity":62,"summary":109},"Versioning","Release Management","No version information is present in any manifest file, no GitHub releases or CHANGELOG exist, and installation instructions reference 'HEAD' or default branch, making it impossible to pin or track versions.",{"category":111,"check":112,"severity":51,"summary":113},"Code Execution","Validation","While the skill outlines specific steps for parsing user input and structuring output, there is no explicit mention or demonstration of input validation using a schema library. Core actions like selecting representative figures and generating ASCII diagrams might benefit from explicit validation.",{"category":73,"check":115,"severity":29,"summary":116},"Unguarded Destructive Operations","The skill is primarily focused on generating text and diagrams, with no destructive operations like file deletion or system modifications.",{"category":111,"check":118,"severity":51,"summary":119},"Error Handling","The skill details specific steps and expected outputs, but does not explicitly describe error handling mechanisms for unexpected states, such as missing reference files or malformed user input, nor does it specify structured error reporting for the agent.",{"category":111,"check":121,"severity":29,"summary":122},"Logging","The instructions for writing to `~/Documents/notes/{timestamp}--roundtable-{topic_keywords}__roundtable.org` serve as an audit log for the generated content, capturing the outcome of the skill's primary action.",{"category":124,"check":125,"severity":67,"summary":126},"Compliance","GDPR","The skill does not operate on personal data; it focuses on generating structured discussions and knowledge networks based on user-provided topics.",{"category":124,"check":128,"severity":29,"summary":129},"Target market","The skill's functionality is language-agnostic and topic-agnostic, focusing on a universal discussion framework. It does not contain any regional signals, and the target market is global.",{"category":99,"check":131,"severity":29,"summary":132},"Runtime stability","The skill relies on standard text processing and file I/O, which should be compatible with any POSIX-compliant shell environment. No specific OS or shell features are assumed beyond basic text manipulation and directory access.",{"category":45,"check":134,"severity":29,"summary":135},"Precise Purpose","The description and usage examples clearly define the skill's purpose: facilitating structured roundtable discussions on any topic, and explicitly lists trigger phrases. It also implicitly defines boundaries by focusing solely on the debate structure and output generation.",{"category":45,"check":137,"severity":29,"summary":138},"Concise Frontmatter","The frontmatter is concise, clearly stating the skill's name and a brief, informative description that includes trigger phrases.",{"category":49,"check":140,"severity":29,"summary":141},"Concise Body","The SKILL.md file is well-structured and under 500 lines, deferring detailed instructions and examples appropriately. The core instructions are presented clearly.",{"category":143,"check":144,"severity":29,"summary":145},"Context","Progressive Disclosure","The skill outlines a clear procedure in SKILL.md and references external files like `references/original-prompt.org` for deeper context, demonstrating progressive disclosure.",{"category":143,"check":147,"severity":67,"summary":148},"Forked exploration","The skill's output is a structured document, not a deep exploration of code or files that would necessitate a forked context.",{"category":27,"check":150,"severity":29,"summary":151},"Usage examples","Two clear usage examples are provided, demonstrating user input and the expected assistant action (launching the roundtable discussion).",{"category":27,"check":153,"severity":51,"summary":154},"Edge cases","While the skill lists steps for handling missing topics and selecting participants, it does not explicitly document failure modes or recovery paths for issues like malformed input, unavailable reference files, or participant selection challenges.",{"category":111,"check":156,"severity":67,"summary":157},"Tool Fallback","The skill does not appear to rely on external tools like MCP servers; its functionality is self-contained within the prompt execution environment.",{"category":99,"check":159,"severity":29,"summary":160},"Stack assumptions","The skill's instructions are presented in natural language and markdown, with no reliance on specific scripting languages, interpreters, or tooling beyond the standard Claude Code runtime.",{"category":162,"check":163,"severity":51,"summary":164},"Safety","Halt on unexpected state","The skill outlines detailed steps but does not explicitly state that it halts on unexpected pre-state, such as a missing reference file or malformed user input. It does not specify reporting or recovery for such conditions.",{"category":99,"check":166,"severity":29,"summary":167},"Cross-skill coupling","The skill operates as a standalone unit and does not implicitly rely on or explicitly cross-link to other skills.",1778053402609,"This skill orchestrates a multi-stage dialectical debate process. It involves selecting diverse historical or contemporary figures, facilitating a structured dialogue with predefined roles and a moderator, generating ASCII framework diagrams in real-time, and culminating in a comprehensive knowledge network saved as an org-mode file.","2.0.0","3.4.0","The extension provides a well-defined and useful framework for structured debates, with clear instructions and examples. However, critical findings for license usability and release management, along with warnings for error handling and configuration documentation, prevent a higher score.",65,"A comprehensive framework for facilitating structured, truth-seeking roundtable discussions and debates.",[15,16,17,18,19],"global","flagged",{"codeQuality":179,"collectedAt":180,"documentation":181,"maintenance":183,"security":184,"testCoverage":186},{},1778053389875,{"descriptionLength":182,"readmeSize":8},271,{},{"hasNpmPackage":185,"smitheryVerified":185},false,{"hasCi":185,"hasTests":185},{"updatedAt":188},1778053415028,{"githubOwner":190,"githubRepo":191,"locale":23,"slug":12,"type":192},"lijigang","ljg-skills","skill",true,{"_creationTime":195,"_id":196,"community":197,"display":198,"identity":212,"parentExtension":214,"providers":238,"relations":243,"workflow":244},1778053348890.7798,"k1704g81mbxzdxt81951f8s6g1866ry3",{"reviewCount":8},{"description":199,"installMethods":200,"name":201,"sourceUrl":202,"tags":203},"LJG's personal Claude Code skills collection",{},"LJG Skills Collection","https://github.com/lijigang/ljg-skills",[204,205,206,207,208,209,210,211],"skills","content-creation","writing","research","documentation","visualization","productivity","academic",{"githubOwner":190,"githubRepo":191,"locale":23,"slug":191,"type":213},"plugin",{"_creationTime":215,"_id":216,"community":217,"display":218,"identity":222,"providers":224,"relations":233,"workflow":235},1778053348890.7793,"k17axkces4ykqysd5mgcmajr89867sm1",{"reviewCount":8},{"description":219,"installMethods":220,"name":201,"sourceUrl":202,"tags":221},"Personal Claude Code skills collection for paper reading, content casting, and writing workflows",{},[204,205,207,206,210],{"githubOwner":190,"githubRepo":191,"locale":23,"slug":191,"type":223},"marketplace",{"extract":225,"llm":231},{"commitSha":226,"license":227,"marketplace":228},"d2d6a0313baaeee789d00aa5c3841d4622147f23","MIT",{"name":191,"pluginCount":229,"version":230},1,"1.17.15",{"promptVersionExtension":170,"promptVersionScoring":171,"score":232,"targetMarket":176,"tier":177},88,{"repoId":234},"kd71hhp7w2dcgt37rznesw08cx864k8w",{"anyEnrichmentAt":236,"extractAt":237,"githubAt":236,"llmAt":188,"updatedAt":188},1778053349620,1778053348890,{"extract":239,"llm":240},{"commitSha":226,"license":227},{"promptVersionExtension":170,"promptVersionScoring":171,"score":241,"targetMarket":176,"tier":242},90,"verified",{"parentExtensionId":216,"repoId":234},{"anyEnrichmentAt":236,"extractAt":237,"githubAt":236,"llmAt":188,"updatedAt":188},{"extract":246,"llm":247},{"commitSha":226,"license":67},{"promptVersionExtension":170,"promptVersionScoring":171,"score":173,"targetMarket":176,"tier":177},{"parentExtensionId":196,"repoId":234},{"_creationTime":250,"_id":234,"identity":251,"providers":252,"workflow":264},1777995558409.893,{"githubOwner":190,"githubRepo":191,"sourceUrl":202},{"discover":253,"github":256},{"sources":254},[255],"skills-sh",{"closedIssues90d":257,"forks":258,"openIssues90d":259,"pushedAt":260,"readmeSize":261,"stars":262,"topics":263},5,458,2,1777870782000,4594,3935,[],{"discoverAt":265,"extractAt":266,"githubAt":266,"updatedAt":266},1777995558409,1778053350730,{"anyEnrichmentAt":236,"extractAt":237,"githubAt":236,"llmAt":188,"updatedAt":188},[],[270,305,333,362,391,420],{"_creationTime":271,"_id":272,"community":273,"display":274,"identity":291,"providers":293,"relations":298,"workflow":301},1778053930836.1147,"k172fdk15qkgavq40ypr1pntcn866vss",{"reviewCount":8},{"description":275,"installMethods":276,"name":277,"sourceUrl":278,"tags":279},"Add Clerk authentication to any project by following the official quickstart guides.",{},"Clerk Setup","https://github.com/clerk/skills/tree/HEAD/skills/core/clerk-setup",[280,281,282,283,17,284,285,286,287,288,289,290,208],"authentication","clerk","web","setup","next-js","react","express","astro","vue","nuxt","remix",{"githubOwner":281,"githubRepo":204,"locale":23,"slug":292,"type":192},"clerk-setup",{"extract":294,"llm":296},{"commitSha":295,"license":227},"c1f6afc82a165988421166e68872cb41b892c0b0",{"promptVersionExtension":170,"promptVersionScoring":171,"score":297,"targetMarket":176,"tier":242},97,{"parentExtensionId":299,"repoId":300},"k172gaengd5qyr6gnkq7aq3291866mfa","kd77f99t2sa8rvy3sj7yn73zp1864abx",{"anyEnrichmentAt":302,"extractAt":303,"githubAt":302,"llmAt":304,"updatedAt":304},1778053933098,1778053930836,1778054020038,{"_creationTime":306,"_id":307,"community":308,"display":309,"identity":319,"providers":322,"relations":327,"workflow":329},1778054413852.0537,"k17aq0t5tv2kqtq97awyjbnfyx866ser",{"reviewCount":8},{"description":310,"installMethods":311,"name":312,"sourceUrl":313,"tags":314},"Fastify proxy for k-skill upstream APIs",{},"k-skill-proxy","https://github.com/nomadamas/k-skill/tree/HEAD/packages/k-skill-proxy",[315,316,317,318,17],"fastify","proxy","api","web-service",{"githubOwner":320,"githubRepo":321,"locale":23,"slug":312,"type":192},"nomadamas","k-skill",{"extract":323,"llm":325},{"commitSha":324,"license":227},"c58adebdd369deda252de8a20b4dc6cc715d0b44",{"promptVersionExtension":170,"promptVersionScoring":171,"score":326,"targetMarket":176,"tier":242},95,{"repoId":328},"kd70mgg6kn4pgj4bhg8v5g12q1865xzb",{"anyEnrichmentAt":330,"extractAt":331,"githubAt":330,"llmAt":332,"updatedAt":332},1778054414892,1778054413852,1778054487422,{"_creationTime":334,"_id":335,"community":336,"display":337,"identity":348,"providers":352,"relations":356,"workflow":358},1778054391123.6223,"k171ve72sjv9v2rbvjk1c4xt19866x4w",{"reviewCount":8},{"description":338,"installMethods":339,"name":340,"sourceUrl":341,"tags":342},"Comprehensive OpenTUI skill for building terminal user interfaces. Covers the core imperative API, React reconciler, and Solid reconciler. Use for any TUI development task including components, layout, keyboard handling, animations, and testing.",{},"OpenTUI Skill","https://github.com/msmps/opentui-skill/tree/HEAD/skill/opentui",[343,344,285,345,346,347,17],"tui","cli","solidjs","typescript","ui",{"githubOwner":349,"githubRepo":350,"locale":23,"slug":351,"type":192},"msmps","opentui-skill","opentui",{"extract":353,"llm":355},{"commitSha":354,"license":227},"61e20f97fbde02ccf115dc49efdeab59cbf60bee",{"promptVersionExtension":170,"promptVersionScoring":171,"score":326,"targetMarket":176,"tier":242},{"repoId":357},"kd7ejpkgfps2v7gty6da3yd801864by3",{"anyEnrichmentAt":359,"extractAt":360,"githubAt":359,"llmAt":361,"updatedAt":361},1778054391351,1778054391123,1778054408564,{"_creationTime":363,"_id":364,"community":365,"display":366,"identity":377,"providers":381,"relations":385,"workflow":387},1778053622473.6501,"k17dtbck1zpcbnk6xebm7w2dn1867q41",{"reviewCount":8},{"description":367,"installMethods":368,"name":369,"sourceUrl":370,"tags":371},"Guide competency framework development and operation. Use when building training that produces capability, when existing training doesn't produce competence, when structuring knowledge for multiple audiences, or when setting up feedback loops to surface gaps.",{},"Competency Builder Skill","https://github.com/jwynia/agent-skills/tree/HEAD/skills/general/education/competency",[372,373,17,374,375,376],"education","competency","training","methodology","diagnostic",{"githubOwner":378,"githubRepo":379,"locale":23,"slug":380,"type":192},"jwynia","agent-skills","competency-builder",{"extract":382,"llm":384},{"commitSha":383,"license":227},"e02ec7e226a6e4f8419fd3b88a1d8e472d421b32",{"promptVersionExtension":170,"promptVersionScoring":171,"score":326,"targetMarket":176,"tier":242},{"repoId":386},"kd7efn3mprpa8rd8vm5hw5ebzx864fph",{"anyEnrichmentAt":388,"extractAt":389,"githubAt":388,"llmAt":390,"updatedAt":390},1778053625386,1778053622473,1778054012696,{"_creationTime":392,"_id":393,"community":394,"display":395,"identity":405,"providers":408,"relations":413,"workflow":416},1778053172687.515,"k17ex8b0wy59ck9jg6mj71ays9866261",{"reviewCount":8},{"description":396,"installMethods":397,"name":398,"sourceUrl":399,"tags":400},"dontbesilent 商业模式诊断。两种模式：问诊（消解你的问题）和体检（拆解你的商业模式）。 触发方式：/dbs-diagnosis、/问诊、「帮我看看商业模式」「诊断一下我的业务」「我有个商业问题」 Business model diagnosis using dontbesilent's ontological framework. Two modes: consultation (dissolve your question) and checkup (analyze your business model). Trigger: /dbs-diagnosis, \"diagnose my business model\", \"I have a business question\"",{},"dbs-diagnosis","https://github.com/dontbesilent2025/dbskill/tree/HEAD/skills/dbs-diagnosis",[401,402,17,403,404],"business-diagnosis","consulting","strategy","chinese",{"githubOwner":406,"githubRepo":407,"locale":23,"slug":398,"type":192},"dontbesilent2025","dbskill",{"extract":409,"llm":412},{"commitSha":410,"license":411},"82ad0b438a95e6a350ff26febbcfd0d309feb134","CC-BY-NC-4.0",{"promptVersionExtension":170,"promptVersionScoring":171,"score":326,"targetMarket":176,"tier":242},{"parentExtensionId":414,"repoId":415},"k17021vfsrfk1vyvxmggcrxeq9867nnq","kd79vvh7s9ep69hsn7agrem6s1864j2b",{"anyEnrichmentAt":417,"extractAt":418,"githubAt":417,"llmAt":419,"updatedAt":419},1778053174293,1778053172687,1778053288253,{"_creationTime":421,"_id":422,"community":423,"display":424,"identity":434,"providers":438,"relations":443,"workflow":445},1778053730743.9727,"k175531we2ma0wxzvcrwt79byd867c9n",{"reviewCount":8},{"description":425,"installMethods":426,"name":427,"sourceUrl":428,"tags":429},"Help users qualify sales leads effectively. Use when someone is wasting time on bad leads, struggling with low conversion rates, needs to build a qualification framework, or wants to improve their discovery process.",{},"Sales Qualification","https://github.com/refoundai/lenny-skills/tree/HEAD/skills/sales-qualification",[430,431,17,432,433],"sales","qualification","lead-generation","product-management",{"githubOwner":435,"githubRepo":436,"locale":23,"slug":437,"type":192},"refoundai","lenny-skills","sales-qualification",{"extract":439,"llm":441},{"commitSha":440,"license":227},"280a57aa42fed3b6f35f51f0d9e71013b4c8ae74",{"promptVersionExtension":170,"promptVersionScoring":171,"score":442,"targetMarket":176,"tier":242},92,{"repoId":444},"kd71b12s61d3nrk4f6dxqd3z35865mkg",{"anyEnrichmentAt":446,"extractAt":447,"githubAt":446,"llmAt":448,"updatedAt":448},1778053732694,1778053730744,1778053975687]