[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-gastownhall-beads-en":3,"guides-for-gastownhall-beads":828,"similar-k17emhcjcx4ekexakgsh0j0nq586mmr1-en":829},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":245,"isFallback":240,"parentExtension":249,"providers":307,"relations":311,"repo":312,"tags":825,"workflow":826},1778687211290.413,"k17emhcjcx4ekexakgsh0j0nq586mmr1",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Dolt-powered issue tracker for multi-session work with dependencies and persistent memory across conversation compaction. Use when work spans sessions, has blockers, or needs context recovery after compaction. Trigger with \"create task\", \"what's ready\", \"track this work\", \"resume after compaction\". Make sure to use this skill whenever managing multi-session work, tracking dependencies, or recovering context.\n",{"claudeCode":12},"gastownhall/beads","beads","https://github.com/gastownhall/beads",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":225,"workflow":243},1778687297657.7097,"kn7dnjbcnfag53360jt4ydv5hx86mpmt","en",{"checks":20,"evaluatedAt":193,"extensionSummary":194,"features":195,"nonGoals":201,"promptVersionExtension":205,"promptVersionScoring":206,"purpose":207,"rationale":208,"score":209,"summary":210,"tags":211,"targetMarket":218,"tier":219,"useCases":220},[21,26,29,32,36,39,43,47,50,53,57,61,64,68,71,74,77,80,83,86,90,94,99,103,107,110,113,116,120,123,126,129,132,135,138,142,146,150,154,158,161,164,167,170,174,177,180,183,186,190],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly names the problem of managing multi-session work with dependencies and persistent memory, and explicitly states when to use the skill.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers significant value over a simple prompt by providing a structured, persistent, and graph-based issue tracking system for long-term AI agent work, which goes beyond default LLM capabilities.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill is production-ready, offering a complete lifecycle management for tasks with dependencies and persistence, supported by a robust CLI and documentation.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The extension focuses on a single domain: issue tracking and task management using the 'bd' CLI, without extending into unrelated areas.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description is concise, readable, accurately reflects the skill's behavior, and includes trigger phrases and boundaries.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill uses narrowly scoped tools like `bd ready`, `bd create`, `bd update`, etc., which are specific verb-noun actions.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The skill's documentation references `bd --help` for command usage and points to `bd prime` for AI-optimized context, implying comprehensive parameter reference.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","All exposed 'bd' commands (e.g., `bd ready`, `bd create`) are descriptive and easy to understand within the domain of issue tracking.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The 'bd' CLI commands accept specific flags and structured JSON output, indicating a minimal and well-defined I/O surface.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The project has an MIT license declared in a LICENSE file and in the SKILL.md frontmatter, which is a permissive open-source license.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The repository shows recent commits (pushedAt: 2026-05-13), indicating active maintenance.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The `bd` CLI likely manages its own dependencies, and the skill itself does not appear to introduce external dependencies that require explicit management.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","The skill does not appear to handle or expose secrets; it relies on the `bd` CLI which requires initialization but does not directly expose secrets in its documented operations.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The skill relies on the 'bd' CLI and its documentation does not indicate any mechanisms for loading or executing untrusted third-party code or data.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The skill does not fetch external files at runtime or execute arbitrary commands via remote pipes. It relies on the locally installed 'bd' CLI.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","The skill operates by calling the 'bd' CLI, which is assumed to run within its own sandbox. No operations are described that would modify files outside the project folder.",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","There is no indication of detached process spawns or deny-retry loops in the skill's description or associated documentation.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The skill's purpose is task management; there are no described outbound calls or references to submitting confidential data to third parties.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","The bundled content appears to be clean, standard markdown and code, with no hidden text tricks or suspicious Unicode characters detected.",{"category":87,"check":88,"severity":24,"summary":89},"Hooks","Opaque code execution","The skill primarily orchestrates calls to the 'bd' CLI; there is no evidence of obfuscated code, base64 payloads, or runtime script fetching.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The skill assumes the 'bd' CLI is installed and may require a Git repository, but these are standard prerequisites and not project-specific structures. Initialization is human-driven.",{"category":95,"check":96,"severity":97,"summary":98},"Trust","Issues Attention","info","Open issues (176) are significantly higher than closed issues (563) in the last 90 days (closure rate ~27%), indicating slower response times on newer issues.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The skill declares a meaningful semver version (0.60.0) in its frontmatter, which aligns with the 'bd' CLI's versioning.",{"category":104,"check":105,"severity":24,"summary":106},"Code Execution","Validation","The skill relies on the 'bd' CLI, which is expected to have its own internal validation for arguments and operations. The skill itself does not implement custom validation logic.",{"category":65,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The 'bd' CLI commands like `bd close` or `bd init` are task-specific and typically require user confirmation or are inherently reversible within the task management context, not posing significant destructive risks without explicit user action.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","The SKILL.md includes an 'Error Handling' table that maps common errors to fixes, indicating structured error reporting and user guidance.",{"category":104,"check":114,"severity":24,"summary":115},"Logging","The 'bd' CLI supports `--json` output for structured data and mentions `bd dolt start` for server mode, implying logging capabilities for review. The skill itself leverages these.",{"category":117,"check":118,"severity":24,"summary":119},"Compliance","GDPR","The skill manages task tracking and does not appear to operate on personal data that would require specific GDPR sanitization beyond standard LLM practices.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The extension's functionality is general task management and does not contain any region-specific logic or limitations, making it globally applicable.",{"category":91,"check":124,"severity":24,"summary":125},"Runtime stability","The skill relies on the 'bd' CLI, which is expected to be cross-platform or have clear installation instructions for various OSes, and the skill itself has no OS-specific assumptions.",{"category":44,"check":127,"severity":24,"summary":128},"README","A comprehensive README.md file exists, detailing the skill's purpose, installation, key concepts, and requirements.",{"category":33,"check":130,"severity":24,"summary":131},"Tool surface size","The skill primarily orchestrates calls to the 'bd' CLI, which has a moderate number of commands, fitting within the recommended range. The skill itself does not expose numerous distinct tools.",{"category":40,"check":133,"severity":24,"summary":134},"Overlapping near-synonym tools","The 'bd' CLI commands are generally distinct verb-noun actions, avoiding near-synonyms for similar operations.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All advertised features, such as multi-session work, dependency management, and compaction survival, are directly supported by the 'bd' CLI and its documented usage.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","The README provides clear installation instructions for the 'bd' CLI and for copying the skill directory, along with a copy-pasteable example.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","The SKILL.md provides an error handling table that clearly states the problem and the remediation step for common issues.",{"category":147,"check":148,"severity":24,"summary":149},"Execution","Pinned dependencies","The skill relies on the 'bd' CLI, which is likely managed by its own dependency system. The skill itself does not appear to have script-level dependencies that need pinning.",{"category":33,"check":151,"severity":152,"summary":153},"Dry-run preview","not_applicable","The skill is primarily an orchestrator for the 'bd' CLI. While 'bd' might have dry-run capabilities for certain operations, the skill itself does not expose a dedicated dry-run feature.",{"category":155,"check":156,"severity":24,"summary":157},"Protocol","Idempotent retry & timeouts","The 'bd' CLI's operations, particularly task creation and updates, appear to be designed for idempotency where applicable. The focus on persistence implies robust error handling rather than simple retries.",{"category":117,"check":159,"severity":24,"summary":160},"Telemetry opt-in","There is no mention of telemetry being collected by the skill or the 'bd' CLI; thus, it is assumed not to emit any telemetry.",{"category":40,"check":162,"severity":24,"summary":163},"Precise Purpose","The description clearly defines the artifact (Dolt-powered issue tracker), the user intent (managing multi-session work, dependencies, context recovery), and provides explicit triggers and boundaries.",{"category":40,"check":165,"severity":24,"summary":166},"Concise Frontmatter","The frontmatter in SKILL.md is dense and self-contained, summarizing the core capability and providing trigger phrases within a reasonable character limit.",{"category":44,"check":168,"severity":24,"summary":169},"Concise Body","The SKILL.md is concise, with detailed information delegated to separate resource files, adhering to progressive disclosure principles.",{"category":171,"check":172,"severity":24,"summary":173},"Context","Progressive Disclosure","The SKILL.md outlines the workflow and effectively links to detailed documentation in the `resources/` directory for sub-tasks and advanced features.",{"category":171,"check":175,"severity":152,"summary":176},"Forked exploration","The skill is task-oriented and does not involve deep exploration or code review that would necessitate a `context: fork` setting.",{"category":22,"check":178,"severity":24,"summary":179},"Usage examples","Sufficient examples are provided for key capabilities like tracking features, recovering from compaction, and discovering work, demonstrating input, invocation, and plausible outcomes.",{"category":22,"check":181,"severity":24,"summary":182},"Edge cases","The SKILL.md documents several failure modes (database not found, not in git repo, I/O errors) with clear recovery steps, addressing edge cases.",{"category":104,"check":184,"severity":152,"summary":185},"Tool Fallback","The skill exclusively uses the 'bd' CLI tool and does not rely on optional external MCP servers or custom tooling with fallbacks.",{"category":187,"check":188,"severity":24,"summary":189},"Safety","Halt on unexpected state","The skill relies on the 'bd' CLI's error handling, which reports issues like 'database not found' or 'not in a git repository', implying it halts on unexpected pre-state rather than proceeding.",{"category":91,"check":191,"severity":24,"summary":192},"Cross-skill coupling","The skill is self-contained and focuses on task management using 'bd'. While it mentions TodoWrite in its boundaries, it doesn't implicitly rely on or handle tasks of other skills.",1778687297307,"This skill leverages the 'bd' CLI, a Dolt-powered issue tracker, to provide persistent memory for AI agents across multiple sessions and conversation compactions. It manages complex task dependencies and offers recovery mechanisms for lost context.",[196,197,198,199,200],"Persistent memory across conversation compaction","Graph-based issue dependency tracking","Multi-session work support","Context recovery after session resets","AI-optimized CLI workflows via `bd prime`",[202,203,204],"Replacing ephemeral single-session task lists (use TodoWrite)","Managing project management tools other than 'bd'","Providing a generic command-line interface without specific task management context","3.0.0","4.4.0","To provide AI agents with a robust, persistent, and dependency-aware task management system that survives conversation compaction and enables long-term project tracking.","The extension is exceptionally well-documented and robust, with a clear purpose, strong adherence to best practices, and excellent progressive disclosure of information. The only minor point is the issue closure rate, which is informational.",99,"Excellent skill for persistent, dependency-aware task management across long-lived AI agent sessions.",[212,213,214,215,216,217],"issue-tracking","task-management","multi-session","dependencies","persistence","dolt","global","verified",[221,222,223,224],"Managing multi-session work that spans days or weeks","Tracking complex project dependencies and blockers","Recovering context and resuming work after conversation compaction","Organizing and prioritizing tasks for long-term AI agent projects",{"codeQuality":226,"collectedAt":228,"documentation":229,"maintenance":232,"security":239,"testCoverage":242},{"hasLockfile":227},true,1778687272339,{"descriptionLength":230,"readmeSize":231},412,9558,{"closedIssues90d":233,"forks":234,"hasChangelog":227,"manifestVersion":235,"openIssues90d":236,"pushedAt":237,"stars":238},563,1564,"0.60.0",176,1778680959000,23610,{"hasNpmPackage":240,"license":241,"smitheryVerified":240},false,"MIT",{"hasCi":227,"hasTests":227},{"updatedAt":244},1778687297657,{"basePath":246,"githubOwner":247,"githubRepo":13,"locale":18,"slug":13,"type":248},"plugins/beads/skills/beads","gastownhall","skill",{"_creationTime":250,"_id":251,"community":252,"display":253,"identity":256,"parentExtension":259,"providers":295,"relations":302,"tags":303,"workflow":304},1778687211290.4128,"k17451dagmv6yj99gz9rsr89nd86ma27",{"reviewCount":8},{"description":254,"installMethods":255,"name":13,"sourceUrl":14},"AI-supervised issue tracker for coding workflows. Manage tasks, discover work, and maintain context with simple CLI commands.",{"claudeCode":13},{"basePath":257,"githubOwner":247,"githubRepo":13,"locale":18,"slug":13,"type":258},"plugins/beads","plugin",{"_creationTime":260,"_id":261,"community":262,"display":263,"identity":267,"providers":270,"relations":288,"tags":290,"workflow":291},1778687211290.4126,"k1721bhcs2nn4r096p6g9fs9m186m5gz",{"reviewCount":8},{"description":264,"installMethods":265,"name":266,"sourceUrl":14},"Local marketplace for beads plugin development",{"claudeCode":12},"Beads",{"basePath":268,"githubOwner":247,"githubRepo":13,"locale":18,"slug":13,"type":269},"","marketplace",{"evaluate":271,"extract":281},{"promptVersionExtension":272,"promptVersionScoring":206,"score":273,"tags":274,"targetMarket":218,"tier":219},"3.1.0",93,[275,276,277,278,279,280],"cli","agent","task-tracking","database","git","sql",{"commitSha":282,"license":241,"marketplace":283,"plugin":286},"HEAD",{"name":284,"pluginCount":285},"beads-marketplace",1,{"mcpCount":8,"provider":287,"skillCount":8},"classify",{"repoId":289},"kd7a6ybfkhncqe1anf5apcya0186nzp5",[276,275,278,279,280,277],{"evaluatedAt":292,"extractAt":293,"updatedAt":294},1778687233492,1778687211290,1778687516809,{"evaluate":296,"extract":300},{"promptVersionExtension":205,"promptVersionScoring":206,"score":273,"tags":297,"targetMarket":218,"tier":219},[212,213,298,299,275],"ai-workflow","agent-memory",{"commitSha":282,"license":241,"plugin":301},{"mcpCount":8,"provider":287,"skillCount":285},{"parentExtensionId":261,"repoId":289},[299,298,275,212,213],{"evaluatedAt":305,"extractAt":293,"updatedAt":306},1778687272081,1778687516540,{"evaluate":308,"extract":310},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":309,"targetMarket":218,"tier":219},[212,213,214,215,216,217],{"commitSha":282},{"parentExtensionId":251,"repoId":289},{"_creationTime":313,"_id":289,"identity":314,"providers":315,"workflow":821},1778687205175.6746,{"githubOwner":247,"githubRepo":13,"sourceUrl":14},{"classify":316,"discover":812,"github":815},{"commitSha":282,"extensions":317},[318,331,347,356,369,380,797],{"basePath":268,"description":264,"displayName":284,"installMethods":319,"rationale":320,"selectedPaths":321,"source":330,"sourceLanguage":18,"type":269},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[322,325,327],{"path":323,"priority":324},".claude-plugin/marketplace.json","mandatory",{"path":326,"priority":324},"README.md",{"path":328,"priority":329},"LICENSE","high","rule",{"basePath":257,"description":254,"displayName":13,"installMethods":332,"license":241,"rationale":333,"selectedPaths":334,"source":330,"sourceLanguage":18,"type":258},{"claudeCode":13},"plugin manifest at plugins/beads/.claude-plugin/plugin.json",[335,337,338,341,343,345],{"path":336,"priority":324},".claude-plugin/plugin.json",{"path":326,"priority":324},{"path":339,"priority":340},"skills/beads/SKILL.md","medium",{"path":342,"priority":329},"agents/task-agent.md",{"path":344,"priority":329},"hooks/hooks.json",{"path":346,"priority":329},".codex-plugin/plugin.json",{"basePath":246,"description":10,"displayName":13,"installMethods":348,"rationale":349,"selectedPaths":350,"source":330,"sourceLanguage":18,"type":248},{"claudeCode":12},"SKILL.md frontmatter at plugins/beads/skills/beads/SKILL.md (coalesced with duplicate skill at internal/templates/skills/beads)",[351,353,354],{"path":352,"priority":324},"SKILL.md",{"path":326,"priority":329},{"path":355,"priority":340},"CLAUDE.md",{"basePath":357,"description":358,"displayName":359,"installMethods":360,"license":241,"rationale":361,"selectedPaths":362,"source":330,"sourceLanguage":18,"type":275},"npm-package","Beads issue tracker - lightweight memory system for coding agents with native binary support","@beads/bd",{"npm":359},"cli ecosystem detected at npm-package",[363,365,366,367],{"path":364,"priority":324},"package.json",{"path":326,"priority":324},{"path":328,"priority":329},{"path":368,"priority":340},"bin/bd.js",{"basePath":370,"installMethods":371,"rationale":373,"selectedPaths":374,"source":330,"sourceLanguage":18,"type":275},"examples/library-usage",{"go":372},"example.com/beads-library-demo","cli ecosystem detected at examples/library-usage",[375,377,378],{"path":376,"priority":324},"go.mod",{"path":326,"priority":324},{"path":379,"priority":340},"main.go",{"basePath":268,"installMethods":381,"rationale":383,"selectedPaths":384,"source":330,"sourceLanguage":18,"type":275},{"go":382},"github.com/steveyegge/beads","cli ecosystem detected at /",[385,386,387,388,390,393,395,397,399,401,403,405,407,409,411,413,415,417,419,421,423,425,427,429,431,433,435,437,439,441,443,445,447,449,451,453,455,457,459,461,463,465,467,469,471,473,475,477,479,481,483,485,487,489,491,493,495,497,499,501,503,505,507,509,511,513,515,517,519,521,523,525,527,529,531,533,535,537,539,541,543,545,547,549,551,553,555,557,559,561,563,565,567,569,571,573,575,577,579,581,583,585,587,589,591,593,595,597,599,601,603,605,607,609,611,613,615,617,619,621,623,625,627,629,631,633,635,637,639,641,643,645,647,649,651,653,655,657,659,661,663,665,667,669,671,673,675,677,679,681,683,685,687,689,691,693,695,697,699,701,703,705,707,709,711,713,715,717,719,721,723,725,727,729,731,733,735,737,739,741,743,745,747,749,751,753,755,757,759,761,763,765,767,769,771,773,775,777,779,781,783,785,787,789,791,793,795],{"path":376,"priority":324},{"path":326,"priority":324},{"path":328,"priority":329},{"path":389,"priority":340},"cmd/bd/main.go",{"path":391,"priority":392},"cmd/bd/admin.go","low",{"path":394,"priority":392},"cmd/bd/ado.go",{"path":396,"priority":392},"cmd/bd/assign.go",{"path":398,"priority":392},"cmd/bd/audit.go",{"path":400,"priority":392},"cmd/bd/auto_import_upgrade.go",{"path":402,"priority":392},"cmd/bd/backup.go",{"path":404,"priority":392},"cmd/bd/backup_auto.go",{"path":406,"priority":392},"cmd/bd/backup_dolt.go",{"path":408,"priority":392},"cmd/bd/backup_export.go",{"path":410,"priority":392},"cmd/bd/backup_restore.go",{"path":412,"priority":392},"cmd/bd/batch.go",{"path":414,"priority":392},"cmd/bd/bootstrap.go",{"path":416,"priority":392},"cmd/bd/branch.go",{"path":418,"priority":392},"cmd/bd/children.go",{"path":420,"priority":392},"cmd/bd/cleanup.go",{"path":422,"priority":392},"cmd/bd/close.go",{"path":424,"priority":392},"cmd/bd/codex_hook.go",{"path":426,"priority":392},"cmd/bd/comment.go",{"path":428,"priority":392},"cmd/bd/comments.go",{"path":430,"priority":392},"cmd/bd/compact.go",{"path":432,"priority":392},"cmd/bd/compact_dolt.go",{"path":434,"priority":392},"cmd/bd/completions.go",{"path":436,"priority":392},"cmd/bd/config.go",{"path":438,"priority":392},"cmd/bd/config_apply.go",{"path":440,"priority":392},"cmd/bd/config_drift.go",{"path":442,"priority":392},"cmd/bd/config_show.go",{"path":444,"priority":392},"cmd/bd/config_side_effects.go",{"path":446,"priority":392},"cmd/bd/context.go",{"path":448,"priority":392},"cmd/bd/context_cmd.go",{"path":450,"priority":392},"cmd/bd/cook.go",{"path":452,"priority":392},"cmd/bd/count.go",{"path":454,"priority":392},"cmd/bd/create.go",{"path":456,"priority":392},"cmd/bd/create_form.go",{"path":458,"priority":392},"cmd/bd/database_name.go",{"path":460,"priority":392},"cmd/bd/db_proxy_child.go",{"path":462,"priority":392},"cmd/bd/defer.go",{"path":464,"priority":392},"cmd/bd/delete.go",{"path":466,"priority":392},"cmd/bd/dep.go",{"path":468,"priority":392},"cmd/bd/detect_pollution.go",{"path":470,"priority":392},"cmd/bd/diff.go",{"path":472,"priority":392},"cmd/bd/direct_mode.go",{"path":474,"priority":392},"cmd/bd/doctor.go",{"path":476,"priority":392},"cmd/bd/doctor_agent.go",{"path":478,"priority":392},"cmd/bd/doctor_artifacts.go",{"path":480,"priority":392},"cmd/bd/doctor_conventions.go",{"path":482,"priority":392},"cmd/bd/doctor_fix.go",{"path":484,"priority":392},"cmd/bd/doctor_gastown_guard.go",{"path":486,"priority":392},"cmd/bd/doctor_health.go",{"path":488,"priority":392},"cmd/bd/doctor_pollution.go",{"path":490,"priority":392},"cmd/bd/doctor_validate.go",{"path":492,"priority":392},"cmd/bd/dolt.go",{"path":494,"priority":392},"cmd/bd/dolt_autocommit.go",{"path":496,"priority":392},"cmd/bd/dolt_autocommit_config.go",{"path":498,"priority":392},"cmd/bd/dolt_autopush.go",{"path":500,"priority":392},"cmd/bd/duplicate.go",{"path":502,"priority":392},"cmd/bd/duplicates.go",{"path":504,"priority":392},"cmd/bd/edit.go",{"path":506,"priority":392},"cmd/bd/epic.go",{"path":508,"priority":392},"cmd/bd/errors.go",{"path":510,"priority":392},"cmd/bd/export.go",{"path":512,"priority":392},"cmd/bd/export_auto.go",{"path":514,"priority":392},"cmd/bd/export_obsidian.go",{"path":516,"priority":392},"cmd/bd/federation.go",{"path":518,"priority":392},"cmd/bd/federation_nocgo.go",{"path":520,"priority":392},"cmd/bd/feedback.go",{"path":522,"priority":392},"cmd/bd/find_duplicates.go",{"path":524,"priority":392},"cmd/bd/flags.go",{"path":526,"priority":392},"cmd/bd/flatten.go",{"path":528,"priority":392},"cmd/bd/formula.go",{"path":530,"priority":392},"cmd/bd/gate.go",{"path":532,"priority":392},"cmd/bd/gate_discover.go",{"path":534,"priority":392},"cmd/bd/gc.go",{"path":536,"priority":392},"cmd/bd/git_test_helpers.go",{"path":538,"priority":392},"cmd/bd/github.go",{"path":540,"priority":392},"cmd/bd/gitlab.go",{"path":542,"priority":392},"cmd/bd/graph.go",{"path":544,"priority":392},"cmd/bd/graph_apply.go",{"path":546,"priority":392},"cmd/bd/graph_export.go",{"path":548,"priority":392},"cmd/bd/graph_visual.go",{"path":550,"priority":392},"cmd/bd/help_all.go",{"path":552,"priority":392},"cmd/bd/history.go",{"path":554,"priority":392},"cmd/bd/hooks.go",{"path":556,"priority":392},"cmd/bd/human.go",{"path":558,"priority":392},"cmd/bd/import.go",{"path":560,"priority":392},"cmd/bd/import_shared.go",{"path":562,"priority":392},"cmd/bd/info.go",{"path":564,"priority":392},"cmd/bd/init.go",{"path":566,"priority":392},"cmd/bd/init_agent.go",{"path":568,"priority":392},"cmd/bd/init_contributor.go",{"path":570,"priority":392},"cmd/bd/init_git_hooks.go",{"path":572,"priority":392},"cmd/bd/init_guard.go",{"path":574,"priority":392},"cmd/bd/init_safety.go",{"path":576,"priority":392},"cmd/bd/init_safety_help.go",{"path":578,"priority":392},"cmd/bd/init_stealth.go",{"path":580,"priority":392},"cmd/bd/init_team.go",{"path":582,"priority":392},"cmd/bd/init_templates.go",{"path":584,"priority":392},"cmd/bd/jira.go",{"path":586,"priority":392},"cmd/bd/kv.go",{"path":588,"priority":392},"cmd/bd/label.go",{"path":590,"priority":392},"cmd/bd/last_touched.go",{"path":592,"priority":392},"cmd/bd/linear.go",{"path":594,"priority":392},"cmd/bd/link.go",{"path":596,"priority":392},"cmd/bd/lint.go",{"path":598,"priority":392},"cmd/bd/list.go",{"path":600,"priority":392},"cmd/bd/list_format.go",{"path":602,"priority":392},"cmd/bd/list_output.go",{"path":604,"priority":392},"cmd/bd/list_tree.go",{"path":606,"priority":392},"cmd/bd/mail.go",{"path":608,"priority":392},"cmd/bd/main_errors.go",{"path":610,"priority":392},"cmd/bd/main_help.go",{"path":612,"priority":392},"cmd/bd/markdown.go",{"path":614,"priority":392},"cmd/bd/memory.go",{"path":616,"priority":392},"cmd/bd/merge_slot.go",{"path":618,"priority":392},"cmd/bd/migrate.go",{"path":620,"priority":392},"cmd/bd/migrate_hooks.go",{"path":622,"priority":392},"cmd/bd/migrate_hooks_apply.go",{"path":624,"priority":392},"cmd/bd/migrate_issues.go",{"path":626,"priority":392},"cmd/bd/mol.go",{"path":628,"priority":392},"cmd/bd/mol_bond.go",{"path":630,"priority":392},"cmd/bd/mol_burn.go",{"path":632,"priority":392},"cmd/bd/mol_current.go",{"path":634,"priority":392},"cmd/bd/mol_distill.go",{"path":636,"priority":392},"cmd/bd/mol_last_activity.go",{"path":638,"priority":392},"cmd/bd/mol_progress.go",{"path":640,"priority":392},"cmd/bd/mol_ready_gated.go",{"path":642,"priority":392},"cmd/bd/mol_seed.go",{"path":644,"priority":392},"cmd/bd/mol_show.go",{"path":646,"priority":392},"cmd/bd/mol_squash.go",{"path":648,"priority":392},"cmd/bd/mol_stale.go",{"path":650,"priority":392},"cmd/bd/nocow_linux.go",{"path":652,"priority":392},"cmd/bd/nocow_other.go",{"path":654,"priority":392},"cmd/bd/note.go",{"path":656,"priority":392},"cmd/bd/notion.go",{"path":658,"priority":392},"cmd/bd/onboard.go",{"path":660,"priority":392},"cmd/bd/orphans.go",{"path":662,"priority":392},"cmd/bd/output.go",{"path":664,"priority":392},"cmd/bd/ping.go",{"path":666,"priority":392},"cmd/bd/pour.go",{"path":668,"priority":392},"cmd/bd/preflight.go",{"path":670,"priority":392},"cmd/bd/prime.go",{"path":672,"priority":392},"cmd/bd/priority.go",{"path":674,"priority":392},"cmd/bd/promote.go",{"path":676,"priority":392},"cmd/bd/prompt.go",{"path":678,"priority":392},"cmd/bd/proxied_server.go",{"path":680,"priority":392},"cmd/bd/prune.go",{"path":682,"priority":392},"cmd/bd/purge.go",{"path":684,"priority":392},"cmd/bd/query.go",{"path":686,"priority":392},"cmd/bd/quick.go",{"path":688,"priority":392},"cmd/bd/quickstart.go",{"path":690,"priority":392},"cmd/bd/ready.go",{"path":692,"priority":392},"cmd/bd/relate.go",{"path":694,"priority":392},"cmd/bd/rename.go",{"path":696,"priority":392},"cmd/bd/rename_prefix.go",{"path":698,"priority":392},"cmd/bd/reopen.go",{"path":700,"priority":392},"cmd/bd/repo.go",{"path":702,"priority":392},"cmd/bd/reset.go",{"path":704,"priority":392},"cmd/bd/restore.go",{"path":706,"priority":392},"cmd/bd/routed.go",{"path":708,"priority":392},"cmd/bd/routing_read.go",{"path":710,"priority":392},"cmd/bd/rules.go",{"path":712,"priority":392},"cmd/bd/sandbox_unix.go",{"path":714,"priority":392},"cmd/bd/sandbox_windows.go",{"path":716,"priority":392},"cmd/bd/search.go",{"path":718,"priority":392},"cmd/bd/setup.go",{"path":720,"priority":392},"cmd/bd/ship.go",{"path":722,"priority":392},"cmd/bd/show.go",{"path":724,"priority":392},"cmd/bd/show_children.go",{"path":726,"priority":392},"cmd/bd/show_display.go",{"path":728,"priority":392},"cmd/bd/show_format.go",{"path":730,"priority":392},"cmd/bd/show_refs.go",{"path":732,"priority":392},"cmd/bd/show_thread.go",{"path":734,"priority":392},"cmd/bd/show_unit_helpers.go",{"path":736,"priority":392},"cmd/bd/sql.go",{"path":738,"priority":392},"cmd/bd/stale.go",{"path":740,"priority":392},"cmd/bd/staleness_warning.go",{"path":742,"priority":392},"cmd/bd/state.go",{"path":744,"priority":392},"cmd/bd/status.go",{"path":746,"priority":392},"cmd/bd/statuses.go",{"path":748,"priority":392},"cmd/bd/store_factory.go",{"path":750,"priority":392},"cmd/bd/store_factory_nocgo.go",{"path":752,"priority":392},"cmd/bd/store_reopen.go",{"path":754,"priority":392},"cmd/bd/swarm.go",{"path":756,"priority":392},"cmd/bd/sync_flags.go",{"path":758,"priority":392},"cmd/bd/sync_git.go",{"path":760,"priority":392},"cmd/bd/sync_push_pull.go",{"path":762,"priority":392},"cmd/bd/sync_remote.go",{"path":764,"priority":392},"cmd/bd/tag.go",{"path":766,"priority":392},"cmd/bd/template.go",{"path":768,"priority":392},"cmd/bd/test_guard_helpers.go",{"path":770,"priority":392},"cmd/bd/thanks.go",{"path":772,"priority":392},"cmd/bd/tips.go",{"path":774,"priority":392},"cmd/bd/todo.go",{"path":776,"priority":392},"cmd/bd/undefer.go",{"path":778,"priority":392},"cmd/bd/update.go",{"path":780,"priority":392},"cmd/bd/update_description_guard.go",{"path":782,"priority":392},"cmd/bd/upgrade.go",{"path":784,"priority":392},"cmd/bd/vc.go",{"path":786,"priority":392},"cmd/bd/version.go",{"path":788,"priority":392},"cmd/bd/version_tracking.go",{"path":790,"priority":392},"cmd/bd/where.go",{"path":792,"priority":392},"cmd/bd/wisp.go",{"path":794,"priority":392},"cmd/bd/worktree.go",{"path":796,"priority":392},"cmd/bd/worktree_cmd.go",{"basePath":798,"displayName":799,"installMethods":800,"rationale":801,"selectedPaths":802,"source":330,"sourceLanguage":18,"type":811},"integrations/beads-mcp","beads-mcp",{"pypi":799},"pyproject.toml with mcp/fastmcp dependency + scripts at integrations/beads-mcp/pyproject.toml",[803,805,806,807,809],{"path":804,"priority":324},"pyproject.toml",{"path":326,"priority":324},{"path":328,"priority":329},{"path":808,"priority":340},"src/beads_mcp/server.py",{"path":810,"priority":392},"src/beads_mcp/__main__.py","mcp",{"sources":813},[814],"manual",{"closedIssues90d":233,"description":816,"forks":234,"license":241,"openIssues90d":236,"pushedAt":237,"readmeSize":231,"stars":238,"topics":817},"Beads - A memory upgrade for your coding agent",[818,819,820],"agents","claude-code","coding",{"classifiedAt":822,"discoverAt":823,"extractAt":824,"githubAt":824,"updatedAt":822},1778687211063,1778687205175,1778687209056,[215,217,212,214,216,213],{"evaluatedAt":244,"extractAt":293,"updatedAt":827},1778687516984,[],[830,862,892,923,953,980],{"_creationTime":831,"_id":832,"community":833,"display":834,"identity":840,"providers":846,"relations":855,"tags":858,"workflow":859},1778695142297.441,"k17fr325vnkg42f533fa1yts4h86mbzn",{"reviewCount":8},{"description":835,"installMethods":836,"name":838,"sourceUrl":839},"Sistema de planificación basado en archivos estilo Manus para organizar y rastrear el progreso de tareas complejas. Crea task_plan.md, findings.md y progress.md. Cuando el usuario solicita planificación, desglose u organización de proyectos multipaso, tareas de investigación o trabajos que requieren más de 5 llamadas a herramientas. Soporta recuperación automática de sesión tras /clear. Palabras clave: planificación de tareas, planificación de proyecto, crear plan de trabajo, analizar tareas, organizar proyecto, seguimiento de progreso, planificación multipaso, ayúdame a planificar, desglosar proyecto",{"claudeCode":837},"OthmanAdi/planning-with-files","Planning with Files","https://github.com/OthmanAdi/planning-with-files",{"basePath":841,"githubOwner":842,"githubRepo":843,"locale":844,"slug":845,"type":248},"skills/planning-with-files-es","OthmanAdi","planning-with-files","es","planning-with-files-es",{"evaluate":847,"extract":854},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":848,"targetMarket":218,"tier":219},[849,213,850,851,852,853,216],"planning","project-management","markdown","workflow","organization",{"commitSha":282,"license":241},{"parentExtensionId":856,"repoId":857},"k17b5rdx72d6dssd149d30sx8986mamf","kd7c09vrmg07ejxztzcc3j4gv986njf9",[851,853,216,849,850,213,852],{"evaluatedAt":860,"extractAt":861,"updatedAt":860},1778695294979,1778695142297,{"_creationTime":863,"_id":864,"community":865,"display":866,"identity":872,"providers":876,"relations":885,"tags":888,"workflow":889},1778696691708.3306,"k172evhhmbzzyp7g0t2caf4hfh86nsp9",{"reviewCount":8},{"description":867,"installMethods":868,"name":870,"sourceUrl":871},"First-run setup for ruvector@0.2.25 — installs ONNX/Brain/SONA add-ons, registers the MCP server, and verifies the install via `doctor`",{"claudeCode":869},"ruvnet/ruflo","vector-setup","https://github.com/ruvnet/ruflo",{"basePath":873,"githubOwner":874,"githubRepo":875,"locale":18,"slug":870,"type":248},"plugins/ruflo-ruvector/skills/vector-setup","ruvnet","ruflo",{"evaluate":877,"extract":884},{"promptVersionExtension":205,"promptVersionScoring":206,"score":878,"tags":879,"targetMarket":218,"tier":219},100,[880,881,882,883,215],"setup","installation","ruvector","npm",{"commitSha":282},{"parentExtensionId":886,"repoId":887},"k17710fw96s8hs1y3j2cye3aa586n523","kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[215,881,883,882,880],{"evaluatedAt":890,"extractAt":891,"updatedAt":890},1778701365160,1778696691708,{"_creationTime":893,"_id":894,"community":895,"display":896,"identity":902,"providers":906,"relations":917,"tags":919,"workflow":920},1778696052276.0203,"k17bgxxgryq8edg32egypsvqtn86m1h7",{"reviewCount":8},{"description":897,"installMethods":898,"name":900,"sourceUrl":901},"Detect and untangle circular dependencies. Runs madge/skott (TS), pycycle (Py), or compiler-only checks (Go/Rust). Auto-fixes leaf-extractable cycles; reports core cycles for human review. Use when the user asks to find circular imports, fix dependency cycles, or untangle module graph. Example queries — \"find circular imports\", \"fix dependency cycles\", \"untangle our module graph\", \"why is madge complaining\".",{"claudeCode":899},"raintree-technology/claude-starter","cleanup-cycles","https://github.com/raintree-technology/claude-starter",{"basePath":903,"githubOwner":904,"githubRepo":905,"locale":18,"slug":900,"type":248},"templates/.claude/skills/cleanup-cycles","raintree-technology","claude-starter",{"evaluate":907,"extract":916},{"promptVersionExtension":205,"promptVersionScoring":206,"score":878,"tags":908,"targetMarket":218,"tier":219},[909,215,910,911,912,913,914,915],"code-quality","javascript","python","typescript","go","rust","refactoring",{"commitSha":282},{"repoId":918},"kd78ywakatnz4sjfx781sy14vh86mtty",[909,215,913,910,911,915,914,912],{"evaluatedAt":921,"extractAt":922,"updatedAt":921},1778696977114,1778696052276,{"_creationTime":924,"_id":925,"community":926,"display":927,"identity":933,"providers":937,"relations":946,"tags":949,"workflow":950},1778695548458.3328,"k17cyw0d6mk1vdgew2xmncx1f186npdm",{"reviewCount":8},{"description":928,"installMethods":929,"name":931,"sourceUrl":932},"Audit project dependencies for version staleness, security vulnerabilities, and compatibility issues. Covers lock file analysis, upgrade path planning, and breaking change assessment. Use before a release to ensure dependencies are current and secure, during periodic maintenance reviews, after receiving a security advisory, when upgrading to a new language version, before submitting to CRAN or npm, or when inheriting a project to assess its dependency health.\n",{"claudeCode":930},"pjt222/agent-almanac","audit-dependency-versions","https://github.com/pjt222/agent-almanac",{"basePath":934,"githubOwner":935,"githubRepo":936,"locale":18,"slug":931,"type":248},"skills/audit-dependency-versions","pjt222","agent-almanac",{"evaluate":938,"extract":945},{"promptVersionExtension":205,"promptVersionScoring":206,"score":878,"tags":939,"targetMarket":218,"tier":219},[215,940,941,942,943,944],"auditing","security","upgrades","versioning","maintenance",{"commitSha":282},{"parentExtensionId":947,"repoId":948},"k170h0janaa9kwn7cfgfz2ykss86mmh9","kd7aryv63z61j39n2td1aeqkvh86mh12",[940,215,944,941,942,943],{"evaluatedAt":951,"extractAt":952,"updatedAt":951},1778696062378,1778695548458,{"_creationTime":954,"_id":955,"community":956,"display":957,"identity":963,"providers":967,"relations":974,"tags":976,"workflow":977},1778692846401.1472,"k17by5c7r3tzqbt6y8q24kpc2586m3ad",{"reviewCount":8},{"description":958,"installMethods":959,"name":961,"sourceUrl":962},"Interactive QA session where user reports bugs or issues conversationally, and the agent files GitHub issues. Explores the codebase in the background for context and domain language. Use when user wants to report bugs, do QA, file issues conversationally, or mentions \"QA session\".",{"claudeCode":960},"mattpocock/skills","qa","https://github.com/mattpocock/skills",{"basePath":964,"githubOwner":965,"githubRepo":966,"locale":18,"slug":961,"type":248},"skills/deprecated/qa","mattpocock","skills",{"evaluate":968,"extract":973},{"promptVersionExtension":205,"promptVersionScoring":206,"score":878,"tags":969,"targetMarket":218,"tier":219},[961,970,212,971,972],"github","codebase-exploration","developer-tools",{"commitSha":282},{"repoId":975},"kd70nm2vazehgqc4j28ve6cwv986mv1s",[971,972,970,212,961],{"evaluatedAt":978,"extractAt":979,"updatedAt":978},1778692919160,1778692846401,{"_creationTime":981,"_id":982,"community":983,"display":984,"identity":988,"providers":991,"relations":998,"tags":1000,"workflow":1001},1778696691708.3218,"k17eqpa3h27h177b037g2e8m8n86ndwb",{"reviewCount":8},{"description":985,"installMethods":986,"name":987,"sourceUrl":871},"Track long-horizon objectives across multiple sessions with milestone checkpoints, progress persistence, and drift detection",{"claudeCode":869},"Horizon Track",{"basePath":989,"githubOwner":874,"githubRepo":875,"locale":18,"slug":990,"type":248},"plugins/ruflo-goals/skills/horizon-track","horizon-track",{"evaluate":992,"extract":997},{"promptVersionExtension":205,"promptVersionScoring":206,"score":878,"tags":993,"targetMarket":218,"tier":219},[994,850,995,216,996,811],"objective-tracking","long-term-goals","session-management",{"commitSha":282,"license":241},{"parentExtensionId":999,"repoId":887},"k17bh7m6sv83frxqdhrd00vzcx86n03e",[995,811,994,216,850,996],{"evaluatedAt":1002,"extractAt":891,"updatedAt":1002},1778700614118]