[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-shanraisshan-presentation-structure-en":3,"guides-for-shanraisshan-presentation-structure":375,"similar-k175cp8c6m1kknsf9yhd75swn586m4hj-en":376},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":241,"isFallback":224,"parentExtension":247,"providers":248,"relations":253,"repo":255,"tags":371,"workflow":372},1778697205743.8943,"k175cp8c6m1kknsf9yhd75swn586m4hj",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Knowledge about the presentation slide format, weight system, navigation, and section structure",{"claudeCode":12},"shanraisshan/claude-code-best-practice","Presentation Structure","https://github.com/shanraisshan/claude-code-best-practice",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":222,"workflow":239},1778697246983.7883,"kn76h4n7d0qj6ws9yngrk70sm986nmhs","en",{"checks":20,"evaluatedAt":191,"extensionSummary":192,"features":193,"nonGoals":198,"practices":202,"prerequisites":203,"promptVersionExtension":204,"promptVersionScoring":205,"purpose":206,"rationale":207,"score":208,"summary":209,"tags":210,"targetMarket":215,"tier":216,"useCases":217,"workflow":221},[21,26,29,32,36,39,44,48,51,54,58,62,65,69,72,75,78,81,84,87,91,95,99,103,107,110,113,116,120,123,126,129,132,134,137,141,145,149,152,156,159,162,165,168,172,175,178,181,184,188],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the skill's purpose: to provide knowledge about presentation slide format, weight system, navigation, and section structure, directly addressing a user's need to understand a specific presentation's organization.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers specific knowledge about a custom HTML presentation structure, including detailed explanations of slide format, navigation, and a unique journey bar level system, which goes beyond standard LLM capabilities for analyzing HTML content.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill is fully implemented and documented, covering the structure and details of the target HTML presentation, making it ready for use in workflows requiring analysis of this specific presentation format.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses solely on understanding the structure and components of a specific presentation's HTML file, adhering to a single, well-defined domain.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately and concisely reflects the skill's functionality as detailed in the SKILL.md file.",{"category":40,"check":41,"severity":42,"summary":43},"Invocation","Scoped tools","not_applicable","This skill does not expose tools; it is a knowledge-based skill invoked directly by the LLM based on its SKILL.md.",{"category":45,"check":46,"severity":42,"summary":47},"Documentation","Configuration & parameter reference","The skill does not have configurable parameters or options.",{"category":33,"check":49,"severity":42,"summary":50},"Tool naming","This skill does not expose tools with names.",{"category":33,"check":52,"severity":42,"summary":53},"Minimal I/O surface","This skill does not have explicit tools with parameter schemas or response shapes.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The license is MIT, a permissive open-source license, and is clearly stated in the LICENSE file.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The last commit was on 2026-05-13, indicating recent maintenance.",{"category":59,"check":63,"severity":42,"summary":64},"Dependency Management","The skill does not use any third-party dependencies.",{"category":66,"check":67,"severity":42,"summary":68},"Security","Secret Management","The skill does not handle or use any secrets.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill only processes the structure of a local HTML file and does not load or execute any external data or code, thus preventing injection vulnerabilities.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill operates solely on a bundled local file and does not fetch remote content or execute arbitrary code, eliminating supply-chain risks.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill's operation is confined to reading and analyzing a local HTML file within the provided bundle, with no file system modifications outside its scope.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","The skill's logic does not involve detached process spawns or retry loops around denied tool calls, thus containing no sandbox escape primitives.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill is self-contained and does not make any outbound calls, preventing data exfiltration.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content is plain HTML, CSS, and JavaScript, free from hidden steering tricks or malicious Unicode characters.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill's code (HTML, CSS, JS) is directly readable and not obfuscated via base64 or runtime fetching.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill makes a clear assumption about the location of the presentation file (`presentation/index.html`) but handles this as a precondition, not a structural assumption about the user's project layout.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","With 3 opened and 26 closed issues in the last 90 days, the maintainer shows strong engagement and a high closure rate, indicating active maintenance.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The repository has a recent commit (2026-05-13) and a CHANGELOG.md, indicating good release management practices, even without a formal version number in the SKILL.md frontmatter.",{"category":104,"check":105,"severity":42,"summary":106},"Code Execution","Validation","The skill does not execute code in a way that requires input validation beyond basic file path handling.",{"category":66,"check":108,"severity":42,"summary":109},"Unguarded Destructive Operations","The skill is purely analytical and performs no destructive operations.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","The skill's logic is straightforward and unlikely to encounter significant error paths beyond basic file access, which would likely result in a clear non-zero exit or explicit error message.",{"category":104,"check":114,"severity":42,"summary":115},"Logging","The skill is read-only and analytical, and therefore does not require local audit logging.",{"category":117,"check":118,"severity":42,"summary":119},"Compliance","GDPR","The skill operates on presentation file structure and does not process any personal data.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The skill analyzes a generic HTML structure and has no regional or jurisdictional logic, making it globally applicable.",{"category":92,"check":124,"severity":24,"summary":125},"Runtime stability","The skill's logic relies on standard HTML parsing and does not assume specific OS, shell, or editor environments.",{"category":45,"check":127,"severity":24,"summary":128},"README","The README file is extensive, well-organized, and clearly states the project's purpose and capabilities, serving as a comprehensive guide.",{"category":33,"check":130,"severity":42,"summary":131},"Tool surface size","This skill does not expose tools.",{"category":40,"check":133,"severity":42,"summary":131},"Overlapping near-synonym tools",{"category":45,"check":135,"severity":24,"summary":136},"Phantom features","All features described in the README and SKILL.md are implemented and verifiable within the provided code structure.",{"category":138,"check":139,"severity":42,"summary":140},"Install","Installation instruction","The skill is a local file analysis tool and does not require a separate installation process beyond its inclusion in the Claude Code environment.",{"category":142,"check":143,"severity":24,"summary":144},"Errors","Actionable error messages","While no explicit error handling is detailed, the skill's simple nature suggests that any errors (e.g., file not found) would be surfaced clearly by the underlying execution environment.",{"category":146,"check":147,"severity":42,"summary":148},"Execution","Pinned dependencies","The skill does not rely on third-party dependencies and uses standard browser/Node.js APIs.",{"category":33,"check":150,"severity":42,"summary":151},"Dry-run preview","The skill is purely analytical and does not perform any state-changing operations or send data outward.",{"category":153,"check":154,"severity":42,"summary":155},"Protocol","Idempotent retry & timeouts","The skill performs local file analysis and does not involve remote calls or state-changing operations that would require idempotency or timeouts.",{"category":117,"check":157,"severity":24,"summary":158},"Telemetry opt-in","The skill does not emit any telemetry by default, aligning with opt-in principles.",{"category":40,"check":160,"severity":24,"summary":161},"Precise Purpose","The SKILL.md clearly defines the artifact (presentation structure within `presentation/index.html`) and the user intent (understanding its format, weight system, navigation, and sections).",{"category":40,"check":163,"severity":24,"summary":164},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the skill's core capability and domain.",{"category":45,"check":166,"severity":24,"summary":167},"Concise Body","The SKILL.md is well-structured and maintains a reasonable length, effectively delegating detailed examples and explanations to distinct sections.",{"category":169,"check":170,"severity":24,"summary":171},"Context","Progressive Disclosure","The SKILL.md effectively uses sections and code blocks for progressive disclosure, providing clear explanations without overwhelming the user.",{"category":169,"check":173,"severity":42,"summary":174},"Forked exploration","The skill does not involve deep exploration or analysis requiring a forked context.",{"category":22,"check":176,"severity":24,"summary":177},"Usage examples","The SKILL.md provides clear HTML examples demonstrating the slide format and section divider structure, allowing users to understand the expected input and output.",{"category":22,"check":179,"severity":24,"summary":180},"Edge cases","The SKILL.md documents renumbering rules and section divider formats, which cover potential edge cases in presentation structure.",{"category":104,"check":182,"severity":42,"summary":183},"Tool Fallback","This skill does not rely on external tools or MCP servers and thus has no fallback requirements.",{"category":185,"check":186,"severity":24,"summary":187},"Safety","Halt on unexpected state","The skill's logic is straightforward and directly analyzes the provided HTML structure, implying it would halt or report an error if the expected structure is not found.",{"category":92,"check":189,"severity":24,"summary":190},"Cross-skill coupling","The skill is self-contained and does not rely on other skills being loaded in the same session.",1778697245432,"This skill provides detailed knowledge about the structure, format, and navigation systems of a specific HTML-based presentation, including slide formatting, journey bar levels, and renumbering rules.",[194,195,196,197],"Analyzes presentation slide format","Explains journey bar level system","Details navigation system mechanics","Provides renumbering rules for slides",[199,200,201],"Analyzing or generating presentation content.","Styling or visually rendering the presentation.","Interacting with presentation software beyond the HTML file.",[],[],"3.0.0","4.4.0","To help users understand and work with the specific structure of a given presentation's HTML file.","All checks passed with no warnings or critical findings, indicating a high-quality, well-documented, and secure skill.",100,"Excellent skill for understanding presentation structure, offering clear documentation and examples.",[211,212,213,214],"presentation","html","documentation","analysis","global","verified",[218,219,220],"Understanding the structure of an HTML presentation.","Modifying or adding slides to a presentation.","Debugging navigation issues in an HTML presentation.",[],{"codeQuality":223,"collectedAt":225,"documentation":226,"maintenance":229,"security":236,"testCoverage":238},{"hasLockfile":224},false,1778697222355,{"descriptionLength":227,"readmeSize":228},95,72705,{"closedIssues90d":230,"forks":231,"hasChangelog":232,"openIssues90d":233,"pushedAt":234,"stars":235},26,5288,true,3,1778690578000,52835,{"hasNpmPackage":224,"license":237,"smitheryVerified":224},"MIT",{"hasCi":224,"hasTests":224},{"updatedAt":240},1778697246983,{"basePath":242,"githubOwner":243,"githubRepo":244,"locale":18,"slug":245,"type":246},".claude/skills/presentation/presentation-structure","shanraisshan","claude-code-best-practice","presentation-structure","skill",null,{"evaluate":249,"extract":251},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":250,"targetMarket":215,"tier":216},[211,212,213,214],{"commitSha":252,"license":237},"HEAD",{"repoId":254},"kd74710g49kxgwbfjxeb7s132d86myxr",{"_creationTime":256,"_id":254,"identity":257,"providers":258,"workflow":367},1778697191149.7012,{"githubOwner":243,"githubRepo":244,"sourceUrl":14},{"classify":259,"discover":340,"github":343},{"commitSha":252,"extensions":260},[261,272,277,285,293,301,309,322,330],{"basePath":262,"description":263,"displayName":264,"installMethods":265,"rationale":266,"selectedPaths":267,"source":271,"sourceLanguage":18,"type":246},".claude/skills/agent-browser","Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to \"open a website\", \"fill out a form\", \"click a button\", \"take a screenshot\", \"scrape data from a page\", \"test this web app\", \"login to a site\", \"automate browser actions\", or any task requiring programmatic web interaction.","agent-browser",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/agent-browser/SKILL.md",[268],{"path":269,"priority":270},"SKILL.md","mandatory","rule",{"basePath":242,"description":10,"displayName":245,"installMethods":273,"rationale":274,"selectedPaths":275,"source":271,"sourceLanguage":18,"type":246},{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/presentation/presentation-structure/SKILL.md",[276],{"path":269,"priority":270},{"basePath":278,"description":279,"displayName":280,"installMethods":281,"rationale":282,"selectedPaths":283,"source":271,"sourceLanguage":18,"type":246},".claude/skills/presentation/presentation-styling","Knowledge about CSS classes, component patterns, and syntax highlighting in the presentation","presentation-styling",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/presentation/presentation-styling/SKILL.md",[284],{"path":269,"priority":270},{"basePath":286,"description":287,"displayName":288,"installMethods":289,"rationale":290,"selectedPaths":291,"source":271,"sourceLanguage":18,"type":246},".claude/skills/presentation/vibe-to-agentic-framework","The conceptual framework behind the presentation — what \"Vibe Coding to Agentic Engineering\" means, why the journey is structured the way it is, and how every slide fits the narrative arc","vibe-to-agentic-framework",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/presentation/vibe-to-agentic-framework/SKILL.md",[292],{"path":269,"priority":270},{"basePath":294,"description":295,"displayName":296,"installMethods":297,"rationale":298,"selectedPaths":299,"source":271,"sourceLanguage":18,"type":246},".claude/skills/time-skill","Display the current time in Pakistan Standard Time (PKT, UTC+5). Use when the user asks for the current time, Pakistan time, or PKT.","time-skill",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/time-skill/SKILL.md",[300],{"path":269,"priority":270},{"basePath":302,"description":303,"displayName":304,"installMethods":305,"rationale":306,"selectedPaths":307,"source":271,"sourceLanguage":18,"type":246},".claude/skills/weather-fetcher","Instructions for fetching current weather temperature data for Dubai, UAE from Open-Meteo API","weather-fetcher",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/weather-fetcher/SKILL.md",[308],{"path":269,"priority":270},{"basePath":310,"description":311,"displayName":312,"installMethods":313,"rationale":314,"selectedPaths":315,"source":271,"sourceLanguage":18,"type":246},".claude/skills/weather-svg-creator","Creates an SVG weather card showing the current temperature for Dubai. Writes the SVG to orchestration-workflow/weather.svg and updates orchestration-workflow/output.md.","weather-svg-creator",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/weather-svg-creator/SKILL.md",[316,317,320],{"path":269,"priority":270},{"path":318,"priority":319},"examples.md","medium",{"path":321,"priority":319},"reference.md",{"basePath":323,"description":324,"displayName":325,"installMethods":326,"rationale":327,"selectedPaths":328,"source":271,"sourceLanguage":18,"type":246},"agent-teams/.claude/skills/time-fetcher","Instructions for fetching current Dubai time via bash command","time-fetcher",{"claudeCode":12},"SKILL.md frontmatter at agent-teams/.claude/skills/time-fetcher/SKILL.md",[329],{"path":269,"priority":270},{"basePath":331,"description":332,"displayName":333,"installMethods":334,"rationale":335,"selectedPaths":336,"source":271,"sourceLanguage":18,"type":246},"agent-teams/.claude/skills/time-svg-creator","Creates an SVG time card showing the current time for Dubai. Writes the SVG to agent-teams/output/dubai-time.svg and updates agent-teams/output/output.md.","time-svg-creator",{"claudeCode":12},"SKILL.md frontmatter at agent-teams/.claude/skills/time-svg-creator/SKILL.md",[337,338,339],{"path":269,"priority":270},{"path":318,"priority":319},{"path":321,"priority":319},{"sources":341},[342],"manual",{"closedIssues90d":230,"description":344,"forks":231,"homepage":345,"license":237,"openIssues90d":233,"pushedAt":234,"readmeSize":228,"stars":235,"topics":346},"from vibe coding to agentic engineering - practice makes claude perfect","https://linkedin.com/in/shanraisshan",[347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366],"claude-ai","claude-code","best-practices","claude","claude-code-best-practices","agentic-engineering","anthropic","claude-code-agents","claude-code-commands","claude-code-skills","vibe-coding","boris","agentic-ai","agentic-coding","agentic-workflow","ai","context-engineering","pakistan","pakistani-developer","ai-agents",{"classifiedAt":368,"discoverAt":369,"extractAt":370,"githubAt":370,"updatedAt":368},1778697205538,1778697191149,1778697202144,[214,213,212,211],{"evaluatedAt":240,"extractAt":373,"updatedAt":374},1778697205743,1778697438101,[],[377,395,424,456,485,513],{"_creationTime":378,"_id":379,"community":380,"display":381,"identity":383,"providers":384,"relations":390,"tags":391,"workflow":392},1778697205743.8945,"k17dxpwgb8be0ms7rk6143jdbx86m3rb",{"reviewCount":8},{"description":279,"installMethods":382,"name":280,"sourceUrl":14},{"claudeCode":12},{"basePath":278,"githubOwner":243,"githubRepo":244,"locale":18,"slug":280,"type":246},{"evaluate":385,"extract":389},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":386,"targetMarket":215,"tier":216},[387,212,211,388,213],"css","styling",{"commitSha":252},{"repoId":254},[387,213,212,211,388],{"evaluatedAt":393,"extractAt":373,"updatedAt":394},1778697269622,1778697438896,{"_creationTime":396,"_id":397,"community":398,"display":399,"identity":405,"providers":409,"relations":417,"tags":420,"workflow":421},1778695548458.4048,"k17e5nn93syzxrybh3he9fz5eh86nbme",{"reviewCount":8},{"description":400,"installMethods":401,"name":403,"sourceUrl":404},"Guide a person in becoming a better teacher and explainer. AI coaches content structuring, audience calibration, explanation clarity, Socratic questioning technique, feedback interpretation, and reflective practice for technical presentations, documentation, and mentoring. Use when a person needs to present technical content and wants preparation coaching, wants to write better documentation or tutorials, struggles to explain concepts across expertise levels, is mentoring a colleague, or is preparing for a talk or knowledge-sharing session.\n",{"claudeCode":402},"pjt222/agent-almanac","teach-guidance","https://github.com/pjt222/agent-almanac",{"basePath":406,"githubOwner":407,"githubRepo":408,"locale":18,"slug":403,"type":246},"skills/teach-guidance","pjt222","agent-almanac",{"evaluate":410,"extract":416},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":411,"targetMarket":215,"tier":216},[412,413,211,213,414,415],"teaching","coaching","explanation","guidance",{"commitSha":252},{"parentExtensionId":418,"repoId":419},"k170h0janaa9kwn7cfgfz2ykss86mmh9","kd7aryv63z61j39n2td1aeqkvh86mh12",[413,213,414,415,211,412],{"evaluatedAt":422,"extractAt":423,"updatedAt":422},1778701952682,1778695548458,{"_creationTime":425,"_id":426,"community":427,"display":428,"identity":434,"providers":439,"relations":449,"tags":451,"workflow":452},1778693334505.663,"k17dxs18ke0161fwep3fx0tw7586njg2",{"reviewCount":8},{"description":429,"installMethods":430,"name":432,"sourceUrl":433},"Generate weekly telemetry reports for Azure Backup MCP tools. Runs KQL queries against the Kusto telemetry cluster, analyzes error patterns with 3-way classification (Customer/Azure Service/MCP Tool Bug), compares week-over-week metrics, correlates with merged PRs and releases, and produces an Outlook-compatible HTML report. USE WHEN: weekly telemetry report, Azure Backup MCP telemetry, error analysis, telemetry bugs, weekly report, MCP tool success rate, backup telemetry, error classification.",{"claudeCode":431},"microsoft/mcp","Azure Backup MCP Telemetry Report Generator","https://github.com/microsoft/mcp",{"basePath":435,"githubOwner":436,"githubRepo":437,"locale":18,"slug":438,"type":246},"tools/Azure.Mcp.Tools.AzureBackup/skills/azurebackup-telemetry-report","microsoft","mcp","azurebackup-telemetry-report",{"evaluate":440,"extract":448},{"promptVersionExtension":204,"promptVersionScoring":205,"score":441,"tags":442,"targetMarket":215,"tier":216},99,[443,444,445,446,447,214,212],"azure","backup","telemetry","reporting","kql",{"commitSha":252,"license":237},{"repoId":450},"kd7ed3x6p451ygxc4931e9kfch86nzwh",[214,443,444,212,447,446,445],{"evaluatedAt":453,"extractAt":454,"updatedAt":455},1778693395569,1778693334505,1778693423123,{"_creationTime":457,"_id":458,"community":459,"display":460,"identity":466,"providers":471,"relations":479,"tags":481,"workflow":482},1778696691708.3035,"k17br1j5s86ae90zqeyd7zcg2586mkwr",{"reviewCount":8},{"description":461,"installMethods":462,"name":464,"sourceUrl":465},"Comprehensive performance analysis, bottleneck detection, and optimization recommendations for Claude Flow swarms\n",{"claudeCode":463},"ruvnet/ruflo","Performance Analysis","https://github.com/ruvnet/ruflo",{"basePath":467,"githubOwner":468,"githubRepo":469,"locale":18,"slug":470,"type":246},".claude/skills/performance-analysis","ruvnet","ruflo","performance-analysis",{"evaluate":472,"extract":478},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":473,"targetMarket":215,"tier":216},[474,214,475,476,477,446],"performance","optimization","claude-flow","bottleneck-detection",{"commitSha":252,"license":237},{"repoId":480},"kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[214,477,476,475,474,446],{"evaluatedAt":483,"extractAt":484,"updatedAt":483},1778699217174,1778696691708,{"_creationTime":486,"_id":487,"community":488,"display":489,"identity":495,"providers":499,"relations":506,"tags":508,"workflow":509},1778698837670.7993,"k17fe7ybjme5s1n10mmg3emmns86nr26",{"reviewCount":8},{"description":490,"installMethods":491,"name":493,"sourceUrl":494},"Decision intelligence for AI agents. Analyze options, map decision dependencies with PageRank, detect when information sources conflict, and find the choices that matter most.",{"claudeCode":492},"Whatsonyourmind/oraclaw","oraclaw-decide","https://github.com/Whatsonyourmind/oraclaw",{"basePath":496,"githubOwner":497,"githubRepo":498,"locale":18,"slug":493,"type":246},"mission-control/packages/clawhub-skills/oraclaw-decide","Whatsonyourmind","oraclaw",{"evaluate":500,"extract":505},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":501,"targetMarket":215,"tier":216},[502,214,475,503,504],"decision-making","graph-theory","ai-agent-tools",{"commitSha":252},{"repoId":507},"kd76fmxm1ng903s4fmj0p7hxxs86ndkg",[504,214,502,503,475],{"evaluatedAt":510,"extractAt":511,"updatedAt":512},1778698934136,1778698837670,1778699187402,{"_creationTime":514,"_id":515,"community":516,"display":517,"identity":523,"providers":527,"relations":535,"tags":537,"workflow":538},1778697652123.8975,"k17egwaz31kmprzw1q8m38fv4586mqah",{"reviewCount":8},{"description":518,"installMethods":519,"name":521,"sourceUrl":522},"Search and analyze your own session logs (older/parent conversations) using jq.",{"claudeCode":520},"steipete/clawdis","session-logs","https://github.com/steipete/clawdis",{"basePath":524,"githubOwner":525,"githubRepo":526,"locale":18,"slug":521,"type":246},"skills/session-logs","steipete","clawdis",{"evaluate":528,"extract":534},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":529,"targetMarket":215,"tier":216},[530,531,532,214,533],"logs","session","jq","cli",{"commitSha":252},{"repoId":536},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[214,533,532,530,531],{"evaluatedAt":539,"extractAt":540,"updatedAt":539},1778698902636,1778697652123]