[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-bytedance-smoke-test-pt-BR":3,"guides-for-bytedance-smoke-test":236,"similar-k1753vf5cqqy17a43rxzq74p09866pde":237},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":20,"identity":181,"isFallback":186,"parentExtension":187,"providers":188,"relations":193,"repo":195,"workflow":233},1778053100136.2383,"k1753vf5cqqy17a43rxzq74p09866pde",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":12,"sourceUrl":13,"tags":14},"Extension from bytedance/deer-flow",{},"DeerFlow Smoke Test","https://github.com/bytedance/deer-flow/tree/HEAD/.agent/skills/smoke-test",[15,16,17,18,19],"testing","development","docker","bash","workflow",{"_creationTime":21,"_id":22,"extensionId":5,"locale":23,"result":24,"trustSignals":170,"workflow":179},1778053169012.8152,"kn7akqq81m57tbyf4xz8q25j318668dy","en",{"checks":25,"evaluatedAt":160,"extensionSummary":161,"promptVersionExtension":162,"promptVersionScoring":163,"rationale":164,"score":165,"summary":166,"tags":167,"targetMarket":168,"tier":169},[26,31,34,37,41,44,48,52,55,58,62,67,71,74,77,80,83,86,89,92,96,100,105,109,112,115,118,122,125,128,131,134,137,141,144,147,150,153,157],{"category":27,"check":28,"severity":29,"summary":30},"Practical Utility","Problem relevance","pass","The description clearly states the problem: performing an end-to-end smoke test for the DeerFlow application, covering code updates, deployment, service verification, and reporting.",{"category":27,"check":32,"severity":29,"summary":33},"Unique selling proposition","The skill offers a comprehensive end-to-end smoke test for DeerFlow, which is a significant value beyond a simple prompt. It covers multiple deployment modes (local, Docker) and detailed verification steps.",{"category":27,"check":35,"severity":29,"summary":36},"Production readiness","The skill is production-ready, providing a complete lifecycle for smoke testing DeerFlow, including environment checks, deployment, health checks, and report generation, with clear fallback and troubleshooting steps.",{"category":38,"check":39,"severity":29,"summary":40},"Scope","Single responsibility principle","The skill focuses exclusively on performing a smoke test for the DeerFlow application, encompassing its deployment and verification, without extending into unrelated domains.",{"category":38,"check":42,"severity":29,"summary":43},"Description quality","The description is accurate, detailed, and clearly outlines the skill's purpose, phases, and execution rules, matching the provided source code.",{"category":45,"check":46,"severity":29,"summary":47},"Invocation","Scoped tools","The skill uses narrow verb-noun specialist shell commands (e.g., `git pull`, `make check`, `docker ps`) for specific actions, rather than a single generalist tool.",{"category":49,"check":50,"severity":29,"summary":51},"Documentation","Configuration & parameter reference","The skill's SKILL.md and reference files clearly document the workflow, steps, and expected outcomes. While not parameterizing a single tool, it defines a clear sequence of operations.",{"category":38,"check":53,"severity":29,"summary":54},"Tool naming","Shell commands and make targets used within the skill are descriptive (e.g., `pull_code.sh`, `deploy_docker.sh`, `check_local_env.sh`).",{"category":38,"check":56,"severity":29,"summary":57},"Minimal I/O surface","Shell scripts and make commands perform specific, documented actions. Inputs are typically command-line arguments or configuration files, and outputs are status messages or reports.",{"category":59,"check":60,"severity":29,"summary":61},"License","License usability","The extension is licensed under the MIT License, which is a permissive open-source license.",{"category":63,"check":64,"severity":65,"summary":66},"Maintenance","Commit recency","not_applicable","The repository has no commit history available for the default branch ('HEAD'), so recency cannot be determined.",{"category":68,"check":69,"severity":29,"summary":70},"Security","Secret Management","The script checks for the existence of `.env` and `config.yaml` files, and prompts the user to configure them, but does not directly handle or echo secrets.",{"category":68,"check":72,"severity":29,"summary":73},"Injection","The skill primarily executes predefined shell scripts and make commands. There is no explicit loading or execution of untrusted third-party data as instructions.",{"category":68,"check":75,"severity":29,"summary":76},"Transitive Supply-Chain Grenades","The skill relies on bundled scripts and standard make commands. It does not fetch remote content at runtime or execute arbitrary remote code.",{"category":68,"check":78,"severity":29,"summary":79},"Sandbox Isolation","The scripts operate within the project's directory structure and utilize standard development tools. They do not attempt to write to or modify files outside the project scope.",{"category":68,"check":81,"severity":29,"summary":82},"Sandbox escape primitives","The bundled scripts use standard shell commands and `make` targets; no detached-process spawns or deny-retry loops were detected.",{"category":68,"check":84,"severity":29,"summary":85},"Data Exfiltration","The skill's primary function is to run local development commands and checks. It does not contain any instructions for reading or submitting confidential data to third parties.",{"category":68,"check":87,"severity":29,"summary":88},"Hidden Text Tricks","The bundled SKILL.md, scripts, and reference files are free of hidden-steering tricks, invisible characters, or obfuscated instructions.",{"category":68,"check":90,"severity":29,"summary":91},"Opaque code execution","The bundled scripts are plain Bash and Makefiles, with no obfuscation, base64 payloads, or runtime code fetching.",{"category":93,"check":94,"severity":29,"summary":95},"Portability","Structural Assumption","The skill assumes it is run from the root of the DeerFlow repository, which is a reasonable and documented assumption for development tooling.",{"category":97,"check":98,"severity":65,"summary":99},"Trust","Issues Attention","No GitHub issue data is available for this repository.",{"category":101,"check":102,"severity":103,"summary":104},"Versioning","Release Management","warning","There is no explicit versioning information (e.g., in SKILL.md frontmatter, package.json, or changelog) and installation instructions might default to 'main'.",{"category":106,"check":107,"severity":29,"summary":108},"Code Execution","Validation","The scripts use standard shell constructs and checks (e.g., `command -v`, `if [ ! -f ... ]`) to validate inputs and environment conditions.",{"category":68,"check":110,"severity":29,"summary":111},"Unguarded Destructive Operations","The skill focuses on checking and deploying, and while `make install` and `git pull` can have side effects, they are standard development operations and not considered destructive in this context without explicit user interaction for confirmation.",{"category":106,"check":113,"severity":29,"summary":114},"Error Handling","Shell scripts use `set -e` to exit on error, and provide informative messages for failures. Make targets also provide specific output on failure.",{"category":106,"check":116,"severity":29,"summary":117},"Logging","The scripts and make targets output status messages and errors to stdout/stderr, providing a clear audit trail of the execution.",{"category":119,"check":120,"severity":65,"summary":121},"Compliance","GDPR","The skill is a local development and testing tool and does not operate on personal data.",{"category":119,"check":123,"severity":29,"summary":124},"Target market","The skill is a general development tool for the DeerFlow application and has no geographical or jurisdictional limitations.",{"category":93,"check":126,"severity":29,"summary":127},"Runtime stability","The skill uses standard POSIX shell commands and make, and requires common development tools (Node.js, pnpm, Docker) which are generally available across development environments.",{"category":45,"check":129,"severity":29,"summary":130},"Precise Purpose","The SKILL.md precisely defines the purpose (end-to-end smoke test for DeerFlow) and specifies trigger phrases and intended users.",{"category":45,"check":132,"severity":29,"summary":133},"Concise Frontmatter","The frontmatter in SKILL.md is concise and effectively summarizes the skill's core capability and trigger phrases.",{"category":49,"check":135,"severity":29,"summary":136},"Concise Body","The main SKILL.md file is well-structured and reasonably concise, delegating detailed procedures to separate reference files.",{"category":138,"check":139,"severity":29,"summary":140},"Context","Progressive Disclosure","The SKILL.md outlines the workflow and links to detailed procedures in `references/SOP.md` and `references/troubleshooting.md`.",{"category":138,"check":142,"severity":65,"summary":143},"Forked exploration","This skill is a sequence of commands rather than an exploratory process that would benefit from forked context.",{"category":27,"check":145,"severity":29,"summary":146},"Usage examples","The SKILL.md and README provide clear instructions for running the smoke test locally and via Docker, including prerequisites and expected outcomes.",{"category":27,"check":148,"severity":29,"summary":149},"Edge cases","The `references/troubleshooting.md` file explicitly lists common failure modes (e.g., git conflicts, port conflicts, version errors) with symptoms and recovery steps.",{"category":106,"check":151,"severity":65,"summary":152},"Tool Fallback","The skill uses standard development tools (bash, make, git, Docker) and does not rely on an external MCP server with a fallback path.",{"category":154,"check":155,"severity":29,"summary":156},"Safety","Halt on unexpected state","Shell scripts use `set -e` to halt on errors, and the troubleshooting guide addresses potential issues like uncommitted changes before pulling.",{"category":93,"check":158,"severity":65,"summary":159},"Cross-skill coupling","This is a standalone skill for testing DeerFlow itself, not a skill that would implicitly rely on other skills.",1778053117144,"This skill automates the end-to-end testing of the DeerFlow application. It guides users through pulling the latest code, selecting a deployment mode (local or Docker), performing environment checks, executing the deployment, verifying service health, and generating a test report. It provides detailed troubleshooting steps for common issues encountered during the process.","2.0.0","3.4.0","The smoke-test skill is well-documented, comprehensive, and follows best practices for development tooling. It provides clear instructions for local and Docker environments, includes robust error handling and troubleshooting, and uses standard, secure shell commands. The only minor deduction is the lack of explicit versioning in the SKILL.md.",96,"A comprehensive smoke test skill for the DeerFlow application, covering code updates, deployment (local and Docker), and service verification.",[15,16,17,18,19],"global","verified",{"codeQuality":171,"collectedAt":172,"documentation":173,"maintenance":175,"security":176,"testCoverage":178},{},1778053103959,{"descriptionLength":174,"readmeSize":8},34,{},{"hasNpmPackage":177,"smitheryVerified":177},false,{"hasCi":177,"hasTests":177},{"updatedAt":180},1778053169012,{"githubOwner":182,"githubRepo":183,"locale":23,"slug":184,"type":185},"bytedance","deer-flow","smoke-test","skill",true,null,{"extract":189,"llm":192},{"commitSha":190,"license":191},"1336872b15c25d45ebcb7c1cf72369c2bdd53187","MIT",{"promptVersionExtension":162,"promptVersionScoring":163,"score":165,"targetMarket":168,"tier":169},{"repoId":194},"kd789sm7egx1h0t1jag6zzhcq98656wv",{"_creationTime":196,"_id":194,"identity":197,"providers":199,"workflow":230},1777995558409.9045,{"githubOwner":182,"githubRepo":183,"sourceUrl":198},"https://github.com/bytedance/deer-flow",{"discover":200,"github":203},{"sources":201},[202],"skills-sh",{"closedIssues90d":204,"forks":205,"homepage":206,"license":191,"openIssues90d":207,"pushedAt":208,"readmeSize":209,"stars":210,"topics":211},389,8629,"https://deerflow.tech",356,1778052455000,38642,65247,[212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229],"agent","agentic","agentic-framework","agentic-workflow","ai","ai-agents","deep-research","langchain","langgraph","llm","multi-agent","nodejs","podcast","python","langmanus","typescript","harness","superagent",{"discoverAt":231,"extractAt":232,"githubAt":232,"updatedAt":232},1777995558409,1778053102364,{"anyEnrichmentAt":234,"extractAt":235,"githubAt":234,"llmAt":180,"updatedAt":180},1778053101076,1778053100136,[],[238,267,300,329],{"_creationTime":239,"_id":240,"community":241,"display":242,"identity":252,"providers":256,"relations":261,"workflow":263},1778053622473.6682,"k171xwg814163s51767b0q0pn1866cwe",{"reviewCount":8},{"description":243,"installMethods":244,"name":245,"sourceUrl":246,"tags":247},"Orchestrate multiple worker agents to implement groomed tasks in Gitea repositories. Use when multiple ready tasks need implementation, when you want autonomous multi-task execution, or when coordinating batch development work with Gitea. Keywords: coordinator, orchestrator, multi-task, parallel, workers, batch, autonomous, gitea, tea.",{},"Gitea Coordinator","https://github.com/jwynia/agent-skills/tree/HEAD/skills/tech/development/workflow/gitea-coordinator",[248,249,250,251,16,19,222],"gitea","orchestration","automation","agile",{"githubOwner":253,"githubRepo":254,"locale":23,"slug":255,"type":185},"jwynia","agent-skills","gitea-coordinator",{"extract":257,"llm":259},{"commitSha":258,"license":191},"e02ec7e226a6e4f8419fd3b88a1d8e472d421b32",{"promptVersionExtension":162,"promptVersionScoring":163,"score":260,"targetMarket":168,"tier":169},98,{"repoId":262},"kd7efn3mprpa8rd8vm5hw5ebzx864fph",{"anyEnrichmentAt":264,"extractAt":265,"githubAt":264,"llmAt":266,"updatedAt":266},1778053625386,1778053622473,1778054012696,{"_creationTime":268,"_id":269,"community":270,"display":271,"identity":286,"providers":289,"relations":294,"workflow":296},1778054711476.061,"k17476tqkzzb4g78ambba3qqjs86604n",{"reviewCount":8},{"description":272,"installMethods":273,"name":274,"sourceUrl":275,"tags":276},"Provides domain-specific best practices for Node.js development with TypeScript, covering type stripping, async patterns, error handling, streams, modules, testing, performance, caching, logging, and more. Use when setting up Node.js projects with native TypeScript support, configuring type stripping (--experimental-strip-types), writing Node 22+ TypeScript without a build step, or when the user mentions 'native TypeScript in Node', 'strip types', 'Node 22 TypeScript', '.ts files without compilation', 'ts-node alternative', or needs guidance on error handling, graceful shutdown, flaky tests, profiling, or environment configuration in Node.js. Helps configure tsconfig.json for type stripping, set up package.json scripts, handle module resolution and import extensions, and apply robust patterns across the full Node.js stack.",{},"Node.js Best Practices","https://github.com/mcollina/skills/tree/HEAD/skills/node",[277,223,227,278,16,279,280,15,281,282,283,284,285],"node","best-practices","configuration","performance","error-handling","streams","modules","caching","logging",{"githubOwner":287,"githubRepo":288,"locale":23,"slug":277,"type":185},"mcollina","skills",{"extract":290,"llm":292},{"commitSha":291,"license":191},"5b2a81354b6d10325da0db9decc9ce5ecc714138",{"promptVersionExtension":162,"promptVersionScoring":163,"score":293,"targetMarket":168,"tier":169},95,{"repoId":295},"kd7a9jywzfe3c5g5r1a62htmrn865rt1",{"anyEnrichmentAt":297,"extractAt":298,"githubAt":297,"llmAt":299,"updatedAt":299},1778054711844,1778054711476,1778054745098,{"_creationTime":301,"_id":302,"community":303,"display":304,"identity":314,"providers":318,"relations":323,"workflow":325},1778053359436.7268,"k17dsn9qz29ezffmm5p52x70js867wsh",{"reviewCount":8},{"description":305,"installMethods":306,"name":307,"sourceUrl":308,"tags":309},"This skill should be used when the user wants to \"run an evaluation\", \"evaluate my ADK agent\", \"write an evalset\", \"debug eval scores\", \"compare eval results\", or needs guidance on ADK (Agent Development Kit) evaluation methodology and the eval-fix loop. Covers eval metrics, evalset schema, LLM-as-judge, tool trajectory scoring, and common failure causes. Part of the Google ADK (Agent Development Kit) skills suite. Do NOT use for API code patterns (use google-agents-cli-adk-code), deployment (use google-agents-cli-deploy), or project scaffolding (use google-agents-cli-scaffold).",{},"ADK Evaluation Guide","https://github.com/google/agents-cli/tree/HEAD/skills/google-agents-cli-eval",[310,311,15,312,313],"adk","evaluation","documentation","gemini",{"githubOwner":315,"githubRepo":316,"locale":23,"slug":317,"type":185},"google","agents-cli","google-agents-cli-eval",{"extract":319,"llm":322},{"commitSha":320,"license":321},"9e2966f509ae8ee8a866cf7ecc6e227209f347ff","Apache-2.0",{"promptVersionExtension":162,"promptVersionScoring":163,"score":260,"targetMarket":168,"tier":169},{"repoId":324},"kd74jrvbwp33xw6azpzkw7r7vs8644t0",{"anyEnrichmentAt":326,"extractAt":327,"githubAt":326,"llmAt":328,"updatedAt":328},1778053359868,1778053359436,1778053387143,{"_creationTime":330,"_id":331,"community":332,"display":333,"identity":344,"providers":346,"relations":349,"workflow":350},1778053622473.6658,"k17bbjjk7fn3ngqhcnvx7d97y9867yk9",{"reviewCount":8},{"description":334,"installMethods":335,"name":336,"sourceUrl":337,"tags":338},"Build and publish npx-executable CLI tools using Bun as the primary toolchain with npm-compatible output. Use when the user wants to create a new CLI tool, set up a command-line package for npx execution, configure argument parsing and terminal output, or publish a CLI to npm. Covers scaffolding, citty arg parsing, sub-commands, terminal UX, strict TypeScript, Biome + ESLint linting, Vitest testing, Bunup bundling, and publishing workflows. Keywords: npx, cli, command-line, binary, bin, tool, bun, citty, commander, terminal, publish, typescript, biome, vitest.",{},"npx CLI Tool Development (Bun-First)","https://github.com/jwynia/agent-skills/tree/HEAD/skills/tech/development/tooling/npx-cli",[339,340,227,341,342,343,16],"cli","bun","npm","scaffolding","tooling",{"githubOwner":253,"githubRepo":254,"locale":23,"slug":345,"type":185},"npx-cli",{"extract":347,"llm":348},{"commitSha":258,"license":191},{"promptVersionExtension":162,"promptVersionScoring":163,"score":260,"targetMarket":168,"tier":169},{"repoId":262},{"anyEnrichmentAt":264,"extractAt":265,"githubAt":264,"llmAt":266,"updatedAt":266}]