[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-jwynia-github-agile-en":3,"guides-for-jwynia-github-agile":223,"similar-k17e2jngyq2nkmw93gajm8116h867cx5":224},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":21,"identity":190,"isFallback":185,"parentExtension":195,"providers":196,"relations":200,"repo":202,"workflow":220},1778053622473.6692,"k17e2jngyq2nkmw93gajm8116h867cx5",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":12,"sourceUrl":13,"tags":14},"Diagnose GitHub-driven agile workflow problems and guide feature branch development",{},"GitHub Agile: Feature Branch Development with Context Networks","https://github.com/jwynia/agent-skills/tree/HEAD/skills/tech/development/workflow/github-agile",[15,16,17,18,19,20],"github","agile","workflow","development","cli","git",{"_creationTime":22,"_id":23,"extensionId":5,"locale":24,"result":25,"trustSignals":178,"workflow":188},1778054012697.06,"kn7dwvf4gwaey1zf03ch2c1xr5866s9f","en",{"checks":26,"evaluatedAt":168,"extensionSummary":169,"promptVersionExtension":170,"promptVersionScoring":171,"rationale":172,"score":173,"summary":174,"tags":175,"targetMarket":176,"tier":177},[27,32,35,38,42,45,49,53,56,59,63,68,71,75,78,81,84,87,90,93,97,101,105,110,114,117,120,123,127,130,133,136,139,142,146,149,152,155,158,161,165],{"category":28,"check":29,"severity":30,"summary":31},"Practical Utility","Problem relevance","pass","The description clearly states the user problem: diagnosing GitHub-driven agile workflow issues and guiding feature branch development.",{"category":28,"check":33,"severity":30,"summary":34},"Unique selling proposition","The extension provides a structured approach to GitHub workflows and integrates them with a context network, offering value beyond basic Git commands or LLM defaults.",{"category":28,"check":36,"severity":30,"summary":37},"Production readiness","The skill covers the full lifecycle of GitHub workflow management, from initial setup to ongoing maintenance and integration with context networks, making it production-ready.",{"category":39,"check":40,"severity":30,"summary":41},"Scope","Single responsibility principle","The extension focuses solely on GitHub-driven agile workflows and their integration with context networks, avoiding scope creep into unrelated domains.",{"category":39,"check":43,"severity":30,"summary":44},"Description quality","The displayed description is concise, readable, and accurately reflects the extension's purpose and capabilities as seen in the source code.",{"category":46,"check":47,"severity":30,"summary":48},"Invocation","Scoped tools","The skill utilizes narrow, verb-noun specific tools (e.g., `gh-verify.ts`, `gh-init-project.ts`) for clarity and precise execution.",{"category":50,"check":51,"severity":30,"summary":52},"Documentation","Configuration & parameter reference","All options and parameters for the provided scripts (`gh-verify.ts`, `gh-init-project.ts`, `gh-audit.ts`, `gh-sync-context.ts`) are documented in their respective help messages or within the SKILL.md file.",{"category":39,"check":54,"severity":30,"summary":55},"Tool naming","Tool names like `gh-verify`, `gh-init-project`, `gh-audit`, and `gh-sync-context` are descriptive and follow kebab-case conventions.",{"category":39,"check":57,"severity":30,"summary":58},"Minimal I/O surface","The tools accept specific, typed arguments and produce structured output, avoiding free-form inputs or extraneous diagnostic dumps.",{"category":60,"check":61,"severity":30,"summary":62},"License","License usability","The license is MIT, a permissive open-source license, and is clearly declared in the SKILL.md frontmatter and README.md.",{"category":64,"check":65,"severity":66,"summary":67},"Maintenance","Commit recency","not_applicable","The repository's last commit date is not available, so this check is not applicable.",{"category":64,"check":69,"severity":66,"summary":70},"Dependency Management","The extension appears to rely on Deno and the GitHub CLI, which are assumed to be installed by the user, rather than bundling third-party npm/JavaScript dependencies.",{"category":72,"check":73,"severity":30,"summary":74},"Security","Secret Management","The scripts interact with the GitHub CLI, which handles authentication securely. There are no hardcoded secrets or direct exposure of sensitive information.",{"category":72,"check":76,"severity":30,"summary":77},"Injection","The skill's scripts use the GitHub CLI and Deno commands with explicit arguments, mitigating risks of command injection. No external data is loaded as instructions.",{"category":72,"check":79,"severity":30,"summary":80},"Transitive Supply-Chain Grenades","The skill only relies on locally available tools (Deno, GitHub CLI) and does not fetch or execute code from remote URLs at runtime. All necessary scripts are bundled.",{"category":72,"check":82,"severity":30,"summary":83},"Sandbox Isolation","The scripts primarily interact with the GitHub CLI and file system within the project's context (e.g., `.github/`, `context/`). They do not attempt to write outside the project directory or modify user configurations.",{"category":72,"check":85,"severity":30,"summary":86},"Sandbox escape primitives","No detached process spawns or retry loops around denied tool calls were found in the bundled scripts.",{"category":72,"check":88,"severity":30,"summary":89},"Data Exfiltration","The skill interacts with GitHub via the CLI and does not make undocumented outbound calls or exfiltrate user data. All actions are explicit user-driven GitHub operations.",{"category":72,"check":91,"severity":30,"summary":92},"Hidden Text Tricks","The bundled markdown and script files do not contain hidden text tricks, invisible Unicode characters, or other obfuscation techniques.",{"category":94,"check":95,"severity":30,"summary":96},"Hooks","Opaque code execution","The bundled Deno scripts are readable source code and do not employ obfuscation techniques like base64 payloads or runtime script fetching.",{"category":98,"check":99,"severity":30,"summary":100},"Portability","Structural Assumption","The scripts handle paths relative to the project directory and rely on standard GitHub CLI operations, minimizing assumptions about user project structure or OS.",{"category":102,"check":103,"severity":66,"summary":104},"Trust","Issues Attention","The repository is an aggregation of skills and does not have a dedicated issues tracker for this specific skill, making the check not applicable.",{"category":106,"check":107,"severity":108,"summary":109},"Versioning","Release Management","info","The SKILL.md frontmatter declares a version ('1.0'), but there are no GitHub releases or CHANGELOG.md, indicating basic versioning but no formal release process.",{"category":111,"check":112,"severity":30,"summary":113},"Code Execution","Validation","The Deno scripts process arguments and interact with the GitHub CLI, which performs its own validation. User input is generally handled through explicit flags or commands.",{"category":72,"check":115,"severity":30,"summary":116},"Unguarded Destructive Operations","The script's destructive operations (e.g., creating labels, files) are either guarded by the `--dry-run` flag or are standard, reversible GitHub operations that require explicit user command execution.",{"category":111,"check":118,"severity":30,"summary":119},"Error Handling","The Deno scripts include error handling for command execution and file operations, providing informative messages and appropriate exit codes.",{"category":111,"check":121,"severity":66,"summary":122},"Logging","This skill is command-line driven and focuses on direct GitHub CLI interaction; it does not require or implement a separate local audit log.",{"category":124,"check":125,"severity":30,"summary":126},"Compliance","GDPR","The extension operates on GitHub metadata and project configuration, not directly on personal data. Any data submitted to GitHub is handled by GitHub's own policies.",{"category":124,"check":128,"severity":30,"summary":129},"Target market","The extension's functionality is tied to GitHub's platform and standard development workflows, making it globally applicable. No regional restrictions were detected.",{"category":98,"check":131,"severity":30,"summary":132},"Runtime stability","The skill relies on standard Deno runtime and the cross-platform GitHub CLI, ensuring good portability across POSIX-compliant systems.",{"category":46,"check":134,"severity":30,"summary":135},"Precise Purpose","The SKILL.md clearly defines the extension's purpose: diagnosing and guiding GitHub agile workflows and integrating with context networks, with explicit triggers and boundaries.",{"category":46,"check":137,"severity":30,"summary":138},"Concise Frontmatter","The frontmatter in SKILL.md is concise and effectively summarizes the core capability and triggers for routing.",{"category":50,"check":140,"severity":30,"summary":141},"Concise Body","The SKILL.md body is well-structured, delegates complex details to scripts and external files, and stays within reasonable length limits.",{"category":143,"check":144,"severity":30,"summary":145},"Context","Progressive Disclosure","The SKILL.md outlines workflows and links to specific scripts and template files for detailed implementation, using progressive disclosure effectively.",{"category":143,"check":147,"severity":66,"summary":148},"Forked exploration","This skill is diagnostic and instructional, not explorative in a way that requires a forked context. The `context: fork` setting is not applicable.",{"category":28,"check":150,"severity":30,"summary":151},"Usage examples","The SKILL.md and script help messages provide clear, runnable examples for each major capability, including inputs and expected outcomes.",{"category":28,"check":153,"severity":30,"summary":154},"Edge cases","The SKILL.md addresses various states (e.g., GH0-GH8) and failure modes like missing CLI or repository context, providing clear recovery steps.",{"category":111,"check":156,"severity":66,"summary":157},"Tool Fallback","The skill relies on the GitHub CLI, which is a core tool. There are no optional external tools with fallback paths.",{"category":98,"check":159,"severity":30,"summary":160},"Stack assumptions","The skill clearly states its reliance on Deno and the GitHub CLI, and its scripts include appropriate shebangs, making stack assumptions explicit.",{"category":162,"check":163,"severity":30,"summary":164},"Safety","Halt on unexpected state","The scripts and SKILL.md instruct on handling unexpected states (e.g., GH0-GH2) by halting and providing diagnostic information or recommendations.",{"category":98,"check":166,"severity":30,"summary":167},"Cross-skill coupling","The skill is self-contained and does not implicitly rely on other skills. It correctly cross-references potential integrations (e.g., requirements-analysis, system-design) rather than absorbing their functionality.",1778053954308,"This skill provides a suite of Deno-based scripts that leverage the GitHub CLI to manage repository setup, audit workflow health, and synchronize GitHub state with a project's context network. It guides users through establishing best practices for issues, branches, and pull requests, offering detailed diagnostic states and actionable interventions.","2.0.0","3.4.0","This extension is exceptionally well-implemented, focusing on a specific domain (GitHub agile workflows) with clear documentation, robust tooling (Deno scripts wrapping GitHub CLI), and comprehensive error handling. The inclusion of detailed states, workflows, and anti-patterns makes it highly practical. The only minor point is the basic versioning without formal releases.",95,"A comprehensive skill for diagnosing and improving GitHub-driven agile development workflows.",[15,16,17,18,19,20],"global","verified",{"codeQuality":179,"collectedAt":180,"documentation":181,"maintenance":183,"security":184,"testCoverage":187},{},1778053938519,{"descriptionLength":182,"readmeSize":8},83,{},{"hasNpmPackage":185,"license":186,"smitheryVerified":185},false,"MIT",{"hasCi":185,"hasTests":185},{"updatedAt":189},1778054012696,{"githubOwner":191,"githubRepo":192,"locale":24,"slug":193,"type":194},"jwynia","agent-skills","github-agile","skill",null,{"extract":197,"llm":199},{"commitSha":198,"license":186},"e02ec7e226a6e4f8419fd3b88a1d8e472d421b32",{"promptVersionExtension":170,"promptVersionScoring":171,"score":173,"targetMarket":176,"tier":177},{"repoId":201},"kd7efn3mprpa8rd8vm5hw5ebzx864fph",{"_creationTime":203,"_id":201,"identity":204,"providers":206,"workflow":217},1777995558409.897,{"githubOwner":191,"githubRepo":192,"sourceUrl":205},"https://github.com/jwynia/agent-skills",{"discover":207,"github":210},{"sources":208},[209],"skills-sh",{"closedIssues90d":8,"forks":211,"openIssues90d":212,"pushedAt":213,"readmeSize":214,"stars":215,"topics":216},10,2,1771900514000,11924,70,[],{"discoverAt":218,"extractAt":219,"githubAt":219,"updatedAt":219},1777995558409,1778053628601,{"anyEnrichmentAt":221,"extractAt":222,"githubAt":221,"llmAt":189,"updatedAt":189},1778053625386,1778053622473,[],[225,247,265,283,311,333],{"_creationTime":226,"_id":227,"community":228,"display":229,"identity":239,"providers":241,"relations":245,"workflow":246},1778053622473.6682,"k171xwg814163s51767b0q0pn1866cwe",{"reviewCount":8},{"description":230,"installMethods":231,"name":232,"sourceUrl":233,"tags":234},"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",[235,236,237,16,18,17,238],"gitea","orchestration","automation","multi-agent",{"githubOwner":191,"githubRepo":192,"locale":24,"slug":240,"type":194},"gitea-coordinator",{"extract":242,"llm":243},{"commitSha":198,"license":186},{"promptVersionExtension":170,"promptVersionScoring":171,"score":244,"targetMarket":176,"tier":177},98,{"repoId":201},{"anyEnrichmentAt":221,"extractAt":222,"githubAt":221,"llmAt":189,"updatedAt":189},{"_creationTime":248,"_id":249,"community":250,"display":251,"identity":258,"providers":260,"relations":263,"workflow":264},1778053622473.6672,"k178b0dafhyecx3y6cbxkne8mh866zc4",{"reviewCount":8},{"description":252,"installMethods":253,"name":254,"sourceUrl":255,"tags":256},"Orchestrate multiple worker agents to implement groomed tasks. Use when multiple ready tasks need implementation, when you want autonomous multi-task execution, or when coordinating batch development work. Keywords: coordinator, orchestrator, multi-task, parallel, workers, batch, autonomous.",{},"Agile Coordinator","https://github.com/jwynia/agent-skills/tree/HEAD/skills/tech/development/workflow/agile-coordinator",[16,17,236,257,20,237],"developer-tools",{"githubOwner":191,"githubRepo":192,"locale":24,"slug":259,"type":194},"agile-coordinator",{"extract":261,"llm":262},{"commitSha":198,"license":186},{"promptVersionExtension":170,"promptVersionScoring":171,"score":244,"targetMarket":176,"tier":177},{"repoId":201},{"anyEnrichmentAt":221,"extractAt":222,"githubAt":221,"llmAt":189,"updatedAt":189},{"_creationTime":266,"_id":267,"community":268,"display":269,"identity":276,"providers":278,"relations":281,"workflow":282},1778053622473.6677,"k17dkjvzgg6cxjhh7hmz742gq5866hnf",{"reviewCount":8},{"description":270,"installMethods":271,"name":272,"sourceUrl":273,"tags":274},"Orchestrate agile development workflows by invoking commands in sequence with checkpoint-based flow control. This skill should be used when the user asks to 'run the workflow', 'continue working', 'what's next', 'complete the task cycle', 'start my day', 'end the sprint', 'implement the next task', or wants guided step-by-step development assistance. Platform-agnostic git-only workflow without PR integration. Keywords: workflow, orchestrate, agile, task cycle, sprint, daily, implement, review, merge, standup, retrospective, git.",{},"Agile Workflow Orchestrator","https://github.com/jwynia/agent-skills/tree/HEAD/skills/tech/development/workflow/agile-workflow",[16,17,20,18,275,236],"task-management",{"githubOwner":191,"githubRepo":192,"locale":24,"slug":277,"type":194},"agile-workflow",{"extract":279,"llm":280},{"commitSha":198,"license":186},{"promptVersionExtension":170,"promptVersionScoring":171,"score":173,"targetMarket":176,"tier":177},{"repoId":201},{"anyEnrichmentAt":221,"extractAt":222,"githubAt":221,"llmAt":189,"updatedAt":189},{"_creationTime":284,"_id":285,"community":286,"display":287,"identity":296,"providers":300,"relations":305,"workflow":307},1778053359436.7288,"k1780yft5sxt8fewxcc5bm1941866rzt",{"reviewCount":8},{"description":288,"installMethods":289,"name":290,"sourceUrl":291,"tags":292},"This skill should be used when the user wants to \"develop an agent\", \"build an agent using ADK\", \"run the agent locally\", \"debug agent code\", \"test an agent\", \"deploy an agent\", \"publish an agent\", \"monitor an agent\", or needs the ADK (Agent Development Kit) development lifecycle and coding guidelines. Entrypoint for building ADK agents. Always active — provides the full workflow (scaffold, build, evaluate, deploy, publish, observe), code preservation rules, model selection guidance, and troubleshooting steps for ADK or any agent development.",{},"ADK Development Workflow & Guidelines","https://github.com/google/agents-cli/tree/HEAD/skills/google-agents-cli-workflow",[293,294,17,295,19],"adk","agent-development","guidelines",{"githubOwner":297,"githubRepo":298,"locale":24,"slug":299,"type":194},"google","agents-cli","google-agents-cli-workflow",{"extract":301,"llm":304},{"commitSha":302,"license":303},"9e2966f509ae8ee8a866cf7ecc6e227209f347ff","Apache-2.0",{"promptVersionExtension":170,"promptVersionScoring":171,"score":244,"targetMarket":176,"tier":177},{"repoId":306},"kd74jrvbwp33xw6azpzkw7r7vs8644t0",{"anyEnrichmentAt":308,"extractAt":309,"githubAt":308,"llmAt":310,"updatedAt":310},1778053359868,1778053359436,1778053387143,{"_creationTime":312,"_id":313,"community":314,"display":315,"identity":326,"providers":328,"relations":331,"workflow":332},1778053622473.6658,"k17bbjjk7fn3ngqhcnvx7d97y9867yk9",{"reviewCount":8},{"description":316,"installMethods":317,"name":318,"sourceUrl":319,"tags":320},"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",[19,321,322,323,324,325,18],"bun","typescript","npm","scaffolding","tooling",{"githubOwner":191,"githubRepo":192,"locale":24,"slug":327,"type":194},"npx-cli",{"extract":329,"llm":330},{"commitSha":198,"license":186},{"promptVersionExtension":170,"promptVersionScoring":171,"score":244,"targetMarket":176,"tier":177},{"repoId":201},{"anyEnrichmentAt":221,"extractAt":222,"githubAt":221,"llmAt":189,"updatedAt":189},{"_creationTime":334,"_id":335,"community":336,"display":337,"identity":346,"providers":350,"relations":355,"workflow":357},1778053100136.2383,"k1753vf5cqqy17a43rxzq74p09866pde",{"reviewCount":8},{"description":338,"installMethods":339,"name":340,"sourceUrl":341,"tags":342},"Extension from bytedance/deer-flow",{},"DeerFlow Smoke Test","https://github.com/bytedance/deer-flow/tree/HEAD/.agent/skills/smoke-test",[343,18,344,345,17],"testing","docker","bash",{"githubOwner":347,"githubRepo":348,"locale":24,"slug":349,"type":194},"bytedance","deer-flow","smoke-test",{"extract":351,"llm":353},{"commitSha":352,"license":186},"1336872b15c25d45ebcb7c1cf72369c2bdd53187",{"promptVersionExtension":170,"promptVersionScoring":171,"score":354,"targetMarket":176,"tier":177},96,{"repoId":356},"kd789sm7egx1h0t1jag6zzhcq98656wv",{"anyEnrichmentAt":358,"extractAt":359,"githubAt":358,"llmAt":360,"updatedAt":360},1778053101076,1778053100136,1778053169012]