[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-bytedance-code-documentation-sw":3,"guides-for-bytedance-code-documentation":242,"similar-k173h6xzpfjg0vmq4xppcqy129867x02":243},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":20,"identity":187,"isFallback":192,"parentExtension":193,"providers":194,"relations":199,"repo":201,"workflow":239},1778053100136.2407,"k173h6xzpfjg0vmq4xppcqy129867x02",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":12,"sourceUrl":13,"tags":14},"Use this skill when the user requests to generate, create, or improve documentation for code, APIs, libraries, repositories, or software projects. Supports README generation, API reference documentation, inline code comments, architecture documentation, changelog generation, and developer guides. Trigger on requests like \"document this code\", \"create a README\", \"generate API docs\", \"write developer guide\", or when analyzing codebases for documentation purposes.",{},"Code Documentation Skill","https://github.com/bytedance/deer-flow/tree/HEAD/skills/public/code-documentation",[15,16,17,18,19],"documentation","code-generation","developer-tools","api-reference","readme-generation",{"_creationTime":21,"_id":22,"extensionId":5,"locale":23,"result":24,"trustSignals":176,"workflow":185},1778053169012.8208,"kn75e15raktnf8zhr2kbeffy05866fjb","en",{"checks":25,"evaluatedAt":166,"extensionSummary":167,"promptVersionExtension":168,"promptVersionScoring":169,"rationale":170,"score":171,"summary":172,"tags":173,"targetMarket":174,"tier":175},[26,31,34,37,41,44,48,52,55,58,62,67,70,74,77,80,83,86,89,92,96,100,104,108,112,115,118,121,125,128,131,134,137,140,144,147,150,153,156,159,163],{"category":27,"check":28,"severity":29,"summary":30},"Practical Utility","Problem relevance","pass","The description clearly states that the skill generates, creates, or improves documentation for various software artifacts, addressing a concrete user need.",{"category":27,"check":32,"severity":29,"summary":33},"Unique selling proposition","The skill offers value beyond a simple prompt by providing a structured workflow, best practices, and integration with tools for codebase analysis and documentation generation, which is more than default LLM behavior.",{"category":27,"check":35,"severity":29,"summary":36},"Production readiness","The skill provides a comprehensive workflow for documentation generation, including analysis, generation phases, and quality assurance, covering the full lifecycle.",{"category":38,"check":39,"severity":29,"summary":40},"Scope","Single responsibility principle","The skill has a focused responsibility on code documentation generation, with clear capabilities and no indication of extending into unrelated domains like testing or deployment.",{"category":38,"check":42,"severity":29,"summary":43},"Description quality","The displayed description accurately reflects the skill's capabilities for generating various types of code documentation, its core features, and when to use it.",{"category":45,"check":46,"severity":29,"summary":47},"Invocation","Scoped tools","The skill uses narrow verb-noun specialized tools for code analysis and documentation tasks, rather than a single generalist tool.",{"category":49,"check":50,"severity":29,"summary":51},"Documentation","Configuration & parameter reference","The documentation clearly outlines the workflow, including specific steps and how to determine project fundamentals, with examples of tool usage and configuration details for different components.",{"category":38,"check":53,"severity":29,"summary":54},"Tool naming","The tools used within the documentation workflow (e.g., `ls`, `read_file`, `grep`) are standard, descriptive, and well-understood.",{"category":38,"check":56,"severity":29,"summary":57},"Minimal I/O surface","The documented tool usage within the workflow (e.g., `ls`, `read_file`, `grep`) focuses on specific tasks and does not appear to request or return unnecessary data.",{"category":59,"check":60,"severity":29,"summary":61},"License","License usability","The extension is licensed under the MIT License, a permissive open-source license, as indicated by the LICENSE file.",{"category":63,"check":64,"severity":65,"summary":66},"Maintenance","Commit recency","not_applicable","No commit history is available for this specific skill's files, making it impossible to assess recency. The overall repository's commit activity is not directly relevant to this check for a specific skill file.",{"category":63,"check":68,"severity":65,"summary":69},"Dependency Management","The skill itself does not appear to introduce third-party dependencies directly; it relies on the runtime environment and potentially core tools.",{"category":71,"check":72,"severity":29,"summary":73},"Security","Secret Management","The skill's documentation and provided scripts do not show any hardcoded secrets or direct handling of sensitive user secrets.",{"category":71,"check":75,"severity":29,"summary":76},"Injection","The skill's documentation and script examples primarily use standard shell commands and file operations. There's no indication of loading untrusted third-party data as instructions.",{"category":71,"check":78,"severity":29,"summary":79},"Transitive Supply-Chain Grenades","The skill relies on bundled tools and local file operations, with no indication of runtime downloads or execution of external scripts that could pose a supply-chain risk.",{"category":71,"check":81,"severity":29,"summary":82},"Sandbox Isolation","The skill's documented workflow uses relative paths and standard tools within a presumed sandbox environment, with no indication of attempts to modify files outside the project folder.",{"category":71,"check":84,"severity":29,"summary":85},"Sandbox escape primitives","The documented script examples use standard shell commands for file inspection, with no evidence of detached-process spawns or retry loops around denied tool calls.",{"category":71,"check":87,"severity":29,"summary":88},"Data Exfiltration","The skill's documented operations involve analyzing local codebases and generating documentation. There are no outbound calls or references to submitting confidential data to third parties.",{"category":71,"check":90,"severity":29,"summary":91},"Hidden Text Tricks","The bundled files (SKILL.md, LICENSE, README.md) are free of hidden steering tricks, invisible characters, or other obfuscation methods.",{"category":93,"check":94,"severity":29,"summary":95},"Hooks","Opaque code execution","The skill's script examples are plain, readable shell commands and do not contain obfuscated code like base64-decoded payloads or runtime fetches.",{"category":97,"check":98,"severity":29,"summary":99},"Portability","Structural Assumption","The script examples use generic paths like `/mnt/user-data/uploads/project-dir/` which are relative to the sandbox environment and do not make specific assumptions about the user's local project structure.",{"category":101,"check":102,"severity":65,"summary":103},"Trust","Issues Attention","Issue data is not available for this specific skill within the provided context.",{"category":105,"check":106,"severity":65,"summary":107},"Versioning","Release Management","No manifest version or release tags are available for this specific skill. The overall repository might have versions, but this skill doesn't expose its own.",{"category":109,"check":110,"severity":29,"summary":111},"Code Execution","Validation","The script examples provided use standard shell commands, which are typically handled by the underlying shell's argument parsing. While explicit schema validation isn't shown, the commands are not complex enough to warrant a warning for basic script usage.",{"category":71,"check":113,"severity":29,"summary":114},"Unguarded Destructive Operations","The skill's documented operations focus on code analysis and documentation generation, which are not destructive actions. No destructive primitives are used.",{"category":109,"check":116,"severity":29,"summary":117},"Error Handling","The script examples use standard shell commands which typically have default error handling. The documentation doesn't indicate silent error swallowing or unhandled exceptions.",{"category":109,"check":119,"severity":65,"summary":120},"Logging","The skill's operations are primarily analysis and generation, not typically requiring explicit audit logging for destructive actions or outbound calls.",{"category":122,"check":123,"severity":29,"summary":124},"Compliance","GDPR","The skill operates on codebases and generates documentation, not directly handling personal data. No GDPR-specific concerns are apparent.",{"category":122,"check":126,"severity":29,"summary":127},"Target market","The skill is a general code documentation tool with no apparent regional or jurisdictional logic, making it globally applicable.",{"category":97,"check":129,"severity":29,"summary":130},"Runtime stability","The skill uses standard shell commands and operates within a defined sandbox environment, indicating good portability across different runtime environments.",{"category":45,"check":132,"severity":29,"summary":133},"Precise Purpose","The skill's description clearly defines its purpose (code documentation generation) and when to use it, specifying artifacts and user intents.",{"category":45,"check":135,"severity":29,"summary":136},"Concise Frontmatter","The frontmatter is concise and clearly summarizes the skill's core capability and includes relevant trigger phrases.",{"category":49,"check":138,"severity":29,"summary":139},"Concise Body","The skill body is well-structured, uses progressive disclosure for detailed workflows, and stays within reasonable length limits.",{"category":141,"check":142,"severity":29,"summary":143},"Context","Progressive Disclosure","The SKILL.md file outlines the workflow and references detailed steps, adhering to progressive disclosure principles.",{"category":141,"check":145,"severity":65,"summary":146},"Forked exploration","This skill's workflow involves direct code analysis and documentation generation, not deep exploration that would necessitate a forked context.",{"category":27,"check":148,"severity":29,"summary":149},"Usage examples","The documentation provides clear examples for README generation, API reference, and inline code documentation, demonstrating input, invocation, and expected output.",{"category":27,"check":151,"severity":29,"summary":152},"Edge cases","The documentation outlines a detailed workflow including quality assurance steps and cross-reference validation, implicitly handling potential edge cases and failure modes.",{"category":109,"check":154,"severity":65,"summary":155},"Tool Fallback","The skill relies on standard shell commands and does not appear to have external tool dependencies that would require a fallback.",{"category":97,"check":157,"severity":29,"summary":158},"Stack assumptions","The skill uses standard shell commands and file operations, making it portable across POSIX-compliant environments. Shebangs and interpreter declarations are standard for shell scripts.",{"category":160,"check":161,"severity":29,"summary":162},"Safety","Halt on unexpected state","The detailed workflow and quality assurance steps implicitly suggest a halt on unexpected states, and the use of standard shell commands would typically exit non-zero on failure.",{"category":97,"check":164,"severity":29,"summary":165},"Cross-skill coupling","The skill is self-contained and focused on code documentation. It does not implicitly rely on other skills and cross-references are not applicable here.",1778053128762,"This skill analyzes codebases to generate professional documentation, including READMEs, API references, inline comments, architecture diagrams, and changelogs. It outlines a detailed workflow covering code analysis, generation phases, and quality assurance, ensuring accuracy and completeness.","2.0.0","3.4.0","This code documentation skill is exceptionally well-documented and robust. It adheres to all major checklist items, including clear problem relevance, a strong unique selling proposition with detailed workflow, production readiness, and a single, well-defined responsibility. Security checks are all passed, indicating safe execution. The documentation is thorough, providing detailed steps, examples, and quality standards. It exhibits excellent portability and adheres to best practices for code execution and safety. No critical or warning findings were identified.",98,"A comprehensive and robust skill for generating high-quality code documentation across various formats and project types.",[15,16,17,18,19],"global","verified",{"codeQuality":177,"collectedAt":178,"documentation":179,"maintenance":181,"security":182,"testCoverage":184},{},1778053117380,{"descriptionLength":180,"readmeSize":8},465,{},{"hasNpmPackage":183,"smitheryVerified":183},false,{"hasCi":183,"hasTests":183},{"updatedAt":186},1778053169012,{"githubOwner":188,"githubRepo":189,"locale":23,"slug":190,"type":191},"bytedance","deer-flow","code-documentation","skill",true,null,{"extract":195,"llm":198},{"commitSha":196,"license":197},"1336872b15c25d45ebcb7c1cf72369c2bdd53187","MIT",{"promptVersionExtension":168,"promptVersionScoring":169,"score":171,"targetMarket":174,"tier":175},{"repoId":200},"kd789sm7egx1h0t1jag6zzhcq98656wv",{"_creationTime":202,"_id":200,"identity":203,"providers":205,"workflow":236},1777995558409.9045,{"githubOwner":188,"githubRepo":189,"sourceUrl":204},"https://github.com/bytedance/deer-flow",{"discover":206,"github":209},{"sources":207},[208],"skills-sh",{"closedIssues90d":210,"forks":211,"homepage":212,"license":197,"openIssues90d":213,"pushedAt":214,"readmeSize":215,"stars":216,"topics":217},389,8629,"https://deerflow.tech",356,1778052455000,38642,65247,[218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],"agent","agentic","agentic-framework","agentic-workflow","ai","ai-agents","deep-research","langchain","langgraph","llm","multi-agent","nodejs","podcast","python","langmanus","typescript","harness","superagent",{"discoverAt":237,"extractAt":238,"githubAt":238,"updatedAt":238},1777995558409,1778053102364,{"anyEnrichmentAt":240,"extractAt":241,"githubAt":240,"llmAt":186,"updatedAt":186},1778053101076,1778053100136,[],[244,273,302,331,357,383],{"_creationTime":245,"_id":246,"community":247,"display":248,"identity":258,"providers":262,"relations":267,"workflow":269},1778053622473.6594,"k171jc4epkmqq2y76n42e3eg0s866rf8",{"reviewCount":8},{"description":249,"installMethods":250,"name":251,"sourceUrl":252,"tags":253},"Systematically identify what's missing in non-fiction writing—both blind spots (inherent limitations) and blank spots (gaps that could be addressed). Use before finalizing non-fiction or when feedback feels incomplete.",{},"Blind Spot Detective","https://github.com/jwynia/agent-skills/tree/HEAD/skills/general/writing/analysis/blind-spot-detective",[254,255,256,257,15],"writing","analysis","non-fiction","diagnostic",{"githubOwner":259,"githubRepo":260,"locale":23,"slug":261,"type":191},"jwynia","agent-skills","blind-spot-detective",{"extract":263,"llm":265},{"commitSha":264,"license":197},"e02ec7e226a6e4f8419fd3b88a1d8e472d421b32",{"promptVersionExtension":168,"promptVersionScoring":169,"score":266,"targetMarket":174,"tier":175},99,{"repoId":268},"kd7efn3mprpa8rd8vm5hw5ebzx864fph",{"anyEnrichmentAt":270,"extractAt":271,"githubAt":270,"llmAt":272,"updatedAt":272},1778053625386,1778053622473,1778054012696,{"_creationTime":274,"_id":275,"community":276,"display":277,"identity":288,"providers":292,"relations":296,"workflow":298},1778054663200.0623,"k1787qemz1vae1jy4xsx7c2zyn867dwd",{"reviewCount":8},{"description":278,"installMethods":279,"name":280,"sourceUrl":281,"tags":282},"Maps the full customer journey from first touch to advocacy. Generates a comprehensive customer-journey.md with all stages, touchpoints, emotions, pain points, opportunities, Mermaid diagrams, and metrics. Use when mapping customer experience, designing onboarding flows, identifying churn risks, or optimizing conversion funnels.",{},"Customer Journey Mapper","https://github.com/onewave-ai/claude-skills/tree/HEAD/customer-journey-mapper",[283,284,285,286,15,287],"customer-experience","journey-mapping","strategy","marketing","reporting",{"githubOwner":289,"githubRepo":290,"locale":23,"slug":291,"type":191},"onewave-ai","claude-skills","customer-journey-mapper",{"extract":293,"llm":295},{"commitSha":294,"license":197},"eb3d80be32b6cafcf0d5df1c1b8a95df75838271",{"promptVersionExtension":168,"promptVersionScoring":169,"score":171,"targetMarket":174,"tier":175},{"repoId":297},"kd71e43dj0b7ak5e55pyshxp4n864t6p",{"anyEnrichmentAt":299,"extractAt":300,"githubAt":299,"llmAt":301,"updatedAt":301},1778054667983,1778054663200,1778055270278,{"_creationTime":303,"_id":304,"community":305,"display":306,"identity":318,"providers":321,"relations":325,"workflow":327},1778054812528.7205,"k179w7m3n2zkvrbhmmwn1stces86799q",{"reviewCount":8},{"description":307,"installMethods":308,"name":309,"sourceUrl":310,"tags":311},"3D web graphics with Three.js (WebGL/WebGPU). Capabilities: scenes, cameras, geometries, materials, lights, animations, model loading (GLTF/FBX), PBR materials, shadows, post-processing (bloom, SSAO, SSR), custom shaders, instancing, LOD, physics, VR/XR. Actions: create, build, animate, render 3D scenes/models. Keywords: Three.js, WebGL, WebGPU, 3D graphics, scene, camera, geometry, material, light, animation, GLTF, FBX, OrbitControls, PBR, shadow mapping, post-processing, bloom, SSAO, shader, instancing, LOD, WebXR, VR, AR, product configurator, data visualization, architectural walkthrough, interactive 3D, canvas. Use when: creating 3D visualizations, building WebGL/WebGPU apps, loading 3D models, adding animations, implementing VR/XR, creating interactive graphics, building product configurators.",{},"3D Graphics with Three.js","https://github.com/samhvw8/dot-claude/tree/HEAD/skills/3d-graphics",[312,313,314,315,15,316,317],"three-js","webgl","webgpu","3d-graphics","learning","examples",{"githubOwner":319,"githubRepo":320,"locale":23,"slug":315,"type":191},"samhvw8","dot-claude",{"extract":322,"llm":324},{"commitSha":323,"license":197},"28c76162116d2eedab131c0e1548fdc76a2999f7",{"promptVersionExtension":168,"promptVersionScoring":169,"score":171,"targetMarket":174,"tier":175},{"repoId":326},"kd79ad9dpqazy79y2s6rvajgjn865xek",{"anyEnrichmentAt":328,"extractAt":329,"githubAt":328,"llmAt":330,"updatedAt":330},1778054813688,1778054812528,1778054896678,{"_creationTime":332,"_id":333,"community":334,"display":335,"identity":344,"providers":347,"relations":351,"workflow":353},1778054564989.5369,"k1767w6z2kv4rgf7gryn1saw6x867n0n",{"reviewCount":8},{"description":336,"installMethods":337,"name":338,"sourceUrl":339,"tags":340},"Refactor CLAUDE.md files to follow progressive disclosure principles. Use when CLAUDE.md is too long or disorganized.",{},"ReClaude","https://github.com/brianlovin/claude-config/tree/HEAD/skills/reclaude",[15,341,342,343],"refactoring","markdown","claude-config",{"githubOwner":345,"githubRepo":343,"locale":23,"slug":346,"type":191},"brianlovin","reclaude",{"extract":348,"llm":350},{"commitSha":349,"license":65},"1a9819ebf3fee811150fc76cbe177ea4e5f747ff",{"promptVersionExtension":168,"promptVersionScoring":169,"score":171,"targetMarket":174,"tier":175},{"repoId":352},"kd7c7ftew8fsa52skn0fm3rfvd864fmn",{"anyEnrichmentAt":354,"extractAt":355,"githubAt":354,"llmAt":356,"updatedAt":356},1778054565711,1778054564989,1778054628464,{"_creationTime":358,"_id":359,"community":360,"display":361,"identity":369,"providers":373,"relations":377,"workflow":379},1778054123074.2559,"k171bg90a9mh96w2p4em6tn7zh8676as",{"reviewCount":8},{"description":362,"installMethods":363,"name":364,"sourceUrl":365,"tags":366},"Optimize content for AI search engines — ChatGPT, Perplexity, Claude, Gemini, Google AI Overviews. Use when the user asks about AI SEO, AISO, getting cited by AI, appearing in AI answers, answer engine optimization, AEO, GEO, LLMO, AI Overviews, zero-click search, or how to appear in ChatGPT/Perplexity results. For traditional SEO, see diagnose-seo.",{},"Optimize for AI","https://github.com/calm-north/seojuice-skills/tree/HEAD/skills/optimize-for-ai",[367,222,368,286,15],"seo","content-optimization",{"githubOwner":370,"githubRepo":371,"locale":23,"slug":372,"type":191},"calm-north","seojuice-skills","optimize-for-ai",{"extract":374,"llm":376},{"commitSha":375,"license":197},"c1f633bea512365ba04477076369e418ecc82ffd",{"promptVersionExtension":168,"promptVersionScoring":169,"score":171,"targetMarket":174,"tier":175},{"repoId":378},"kd77p09fwtcsr2sfmxw6921ek1864v0a",{"anyEnrichmentAt":380,"extractAt":381,"githubAt":380,"llmAt":382,"updatedAt":382},1778054123513,1778054123074,1778054162250,{"_creationTime":384,"_id":385,"community":386,"display":387,"identity":397,"providers":399,"relations":402,"workflow":403},1778053622473.659,"k175v48mt9fzh8r2mm6ra7m5gs867jav",{"reviewCount":8},{"description":388,"installMethods":389,"name":390,"sourceUrl":391,"tags":392},"Verify claims in generated output against sources. Use as a separate pass AFTER content generation to catch hallucinations. Critical constraint - cannot be reliably combined with generation in a single pass.",{},"Fact-Check Skill","https://github.com/jwynia/agent-skills/tree/HEAD/skills/general/research/verification/fact-check",[393,394,395,15,396],"verification","research","hallucination","safety",{"githubOwner":259,"githubRepo":260,"locale":23,"slug":398,"type":191},"fact-check",{"extract":400,"llm":401},{"commitSha":264,"license":197},{"promptVersionExtension":168,"promptVersionScoring":169,"score":171,"targetMarket":174,"tier":175},{"repoId":268},{"anyEnrichmentAt":270,"extractAt":271,"githubAt":270,"llmAt":272,"updatedAt":272}]