[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-john-wilmes-learn-en":3,"guides-for-john-wilmes-learn":356,"similar-k177q146qfm225pm2q5haxqn2x86mjpw-en":357},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":258,"isFallback":253,"parentExtension":264,"providers":265,"relations":270,"repo":272,"tags":352,"workflow":353},1778691644748.7188,"k177q146qfm225pm2q5haxqn2x86mjpw",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Capture a lesson as a structured knowledge entry. Use when you discover a non-obvious bug, workaround, or pattern worth preserving for future sessions. Use when user says \"remember this\", \"save this lesson\", or \"this is worth noting\".",{"claudeCode":12},"john-wilmes/claude-agentic-coding-playbook","Learn","https://github.com/john-wilmes/claude-agentic-coding-playbook",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":241,"workflow":256},1778691724082.08,"kn75p75m9xcm8k7ht3004qwccn86npr0","en",{"checks":20,"evaluatedAt":195,"extensionSummary":196,"features":197,"nonGoals":203,"practices":207,"prerequisites":211,"promptVersionExtension":215,"promptVersionScoring":216,"purpose":217,"rationale":218,"score":219,"summary":220,"tags":221,"targetMarket":227,"tier":228,"useCases":229,"workflow":234},[21,26,29,32,36,39,43,47,50,53,57,61,65,69,72,75,78,81,84,87,91,95,99,103,107,110,114,117,121,124,127,130,133,136,139,143,147,150,153,157,160,163,166,169,173,176,179,182,185,188,192],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of capturing lessons as structured knowledge entries and provides specific use cases for discovering non-obvious bugs, workarounds, or patterns.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers a structured approach to capturing and managing knowledge across sessions and projects, going beyond simple note-taking or LLM memory.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill has a clear installation process, dependencies, and a defined workflow for capturing and managing knowledge entries, making it ready for production use.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses on capturing and managing lessons as structured knowledge entries, with a clear scope that does not extend into unrelated domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's functionality of capturing structured knowledge entries and provides clear use cases.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill uses specific tools like Read, Write, Edit, Glob, Grep, and Bash in a focused manner, rather than a single generalist tool.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The SKILL.md provides detailed instructions on how to use the skill, including prerequisites and step-by-step procedures for capturing and managing knowledge entries.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The skill and its associated scripts have descriptive names that clearly indicate their purpose.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The skill's inputs and outputs are well-defined, focusing on capturing specific lesson details without unnecessary data bloat.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The project includes an MIT license file, which is a permissive open-source license.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The last commit was on April 6, 2026, which is within the last 3 months, indicating active maintenance.",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","The skill's hooks and scripts use only Node.js standard library, thus it has no third-party dependencies to manage.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The skill does not appear to handle or echo secrets, and the installation script emphasizes security by including a pre-commit hook for secrets detection.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The SKILL.md instructs to use JSON.stringify for entry creation and frames content as informational descriptions, mitigating prompt injection risks.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill uses only Node.js standard library and relies on committed files, avoiding runtime downloads or remote execution.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill's operations are confined to the ~/.claude/ directory or project memory files, and scripts use relative paths where appropriate.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","The provided scripts and instructions do not appear to contain primitives for escaping the sandbox, such as detached process spawns or deny-retry loops.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill focuses on local knowledge capture and does not appear to exfiltrate any data to third parties.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content and descriptions are free of hidden-steering tricks, using clean printable ASCII and expected Unicode.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The scripts and hooks are written in plain JavaScript and Bash, with no signs of obfuscation like base64 payloads or runtime fetched code.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill uses relative paths and checks for the existence of necessary files like knowledge-db.js, providing a fallback if it's not found.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","There are 0 open and 0 closed issues in the last 90 days, indicating a new or well-maintained project with no current attention issues.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","While there is no explicit version number in the SKILL.md frontmatter, the presence of a `CHANGELOG.md` and recent commits suggests good release practices.",{"category":104,"check":105,"severity":24,"summary":106},"Execution","Validation","The skill uses Node.js's JSON.stringify for safe JSON construction and relies on standard file system operations, implying a level of validation.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","Destructive operations like writing to files are guarded by checks for prerequisites and use of the Edit tool, with clear confirmation messages provided.",{"category":111,"check":112,"severity":24,"summary":113},"Code Execution","Error Handling","The skill includes explicit checks for prerequisites, falling back to a different method if knowledge-db.js is not found, and provides clear confirmation messages.",{"category":111,"check":115,"severity":24,"summary":116},"Logging","The README mentions that hooks log decisions to JSONL files for analysis, providing an audit trail of the skill's actions.",{"category":118,"check":119,"severity":24,"summary":120},"Compliance","GDPR","The skill captures lessons locally and does not appear to handle personal data submitted to third parties.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The skill operates locally and does not have any geographical or jurisdictional restrictions, making it global in scope.",{"category":92,"check":125,"severity":24,"summary":126},"Runtime stability","The skill relies on Node.js standard library and Bash, with checks for file existence and fallbacks, ensuring multi-platform compatibility.",{"category":44,"check":128,"severity":24,"summary":129},"README","The README file exists, is comprehensive, and clearly explains the purpose and functionality of the Agentic Coding Playbook, including the 'learn' skill.",{"category":33,"check":131,"severity":24,"summary":132},"Tool surface size","The 'learn' skill itself exposes a limited set of tools (Read, Write, Edit, Glob, Grep, Bash) which is appropriate for its focused function.",{"category":40,"check":134,"severity":24,"summary":135},"Overlapping near-synonym tools","The tools used by the 'learn' skill (Read, Write, Edit, Glob, Grep, Bash) are distinct and do not appear to have overlapping near-synonyms.",{"category":44,"check":137,"severity":24,"summary":138},"Phantom features","All features described in the README and SKILL.md, such as capturing lessons and using specific tools, have corresponding implementations.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","The README provides clear installation instructions, including prerequisites and command-line examples for setup.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","The skill provides clear steps for checking prerequisites and offers a fallback mechanism if knowledge-db.js is not found, guiding the user on remediation.",{"category":104,"check":148,"severity":24,"summary":149},"Pinned dependencies","The skill uses Node.js standard library only, and scripts have shebangs with specified interpreters, ensuring pinned dependencies.",{"category":33,"check":151,"severity":63,"summary":152},"Dry-run preview","The 'learn' skill primarily involves writing to local files and doesn't have state-changing operations that would typically require a dry-run preview.",{"category":154,"check":155,"severity":63,"summary":156},"Protocol","Idempotent retry & timeouts","The skill operates locally and does not involve remote calls or state-changing operations that would necessitate idempotent retries or timeouts.",{"category":118,"check":158,"severity":24,"summary":159},"Telemetry opt-in","The README mentions logging for analysis but does not indicate any telemetry being sent to third parties; any logging appears to be local and opt-in via configuration.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The skill's purpose is precisely defined, specifying the action (capture lesson) and the context (non-obvious bug, workaround, pattern) for its use.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter in SKILL.md is concise and effectively summarizes the skill's core capability and use cases.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md body is well-structured with clear sections and avoids excessive length by delegating detailed procedures to scripts and external files.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md outlines the workflow and references external scripts for detailed operations, adhering to progressive disclosure principles.",{"category":170,"check":174,"severity":63,"summary":175},"Forked exploration","This skill is not an exploration-heavy skill; it captures specific lessons and does not require forked context.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The SKILL.md provides clear, step-by-step examples of how to use the 'learn' skill, including sample commands and expected outcomes.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The skill handles the edge case where 'knowledge-db.js' is not available by providing a fallback mechanism to write directly to a memory file.",{"category":111,"check":183,"severity":24,"summary":184},"Tool Fallback","The skill has a defined fallback path if 'knowledge-db.js' is not available, ensuring functionality even in its absence.",{"category":92,"check":186,"severity":24,"summary":187},"Stack assumptions","The SKILL.md and installation script clearly state prerequisites such as Bash, Node.js 18+, and git, defining the stack assumptions.",{"category":189,"check":190,"severity":24,"summary":191},"Safety","Halt on unexpected state","The skill checks for the availability of knowledge-db.js and provides a clear fallback, halting gracefully if the primary method is unavailable.",{"category":92,"check":193,"severity":24,"summary":194},"Cross-skill coupling","The 'learn' skill is self-contained and does not appear to implicitly rely on other skills being loaded in the same session.",1778691723962,"This skill enables users to capture non-obvious bugs, workarounds, or patterns as structured knowledge entries. It includes a fallback mechanism if the primary knowledge database is unavailable and integrates with a broader coding playbook for knowledge management.",[198,199,200,201,202],"Capture structured knowledge entries","Categorize lessons by type (gotcha, pattern, workaround, etc.)","Assign tools, tags, and confidence levels to entries","Store entries in a local or shared knowledge database","Provide fallback mechanism for knowledge storage",[204,205,206],"Replacing a full knowledge base system.","Capturing trivial or session-specific facts.","Executing commands automatically based on learned lessons.",[208,209,210],"Knowledge capture","Structured data entry","Session continuity",[212,213,214],"Bash on Linux or macOS","Node.js 18+","git","3.0.0","4.4.0","To systematically preserve valuable insights discovered during development sessions, making them accessible for future use and learning.","The skill is well-documented, production-ready, and adheres to security best practices. Its functionality is clearly defined and implemented, with robust error handling and portability.",100,"A high-quality skill for capturing structured lessons and knowledge entries across sessions.",[222,223,224,225,226],"knowledge-management","developer-productivity","llm-assistant","note-taking","session-memory","global","verified",[230,231,232,233],"Use when you discover a non-obvious bug or its root cause.","Use when you find a workaround for a tool or platform issue.","Use when you identify a pattern that saves significant time.","Use when the user explicitly asks to remember or save a lesson.",[235,236,237,238,239,240],"Check prerequisites (knowledge-db.js availability)","Identify the lesson (from arguments or user input)","Classify the entry (category, tool, tags, confidence)","Create the entry (generate ID, format JSON, insert via knowledge-db.js)","Export for sharing (optional, if knowledge base is shared)","Confirm capture to the user",{"codeQuality":242,"collectedAt":244,"documentation":245,"maintenance":248,"security":252,"testCoverage":255},{"hasLockfile":243},true,1778691706797,{"descriptionLength":246,"readmeSize":247},234,23320,{"closedIssues90d":8,"forks":249,"hasChangelog":243,"openIssues90d":8,"pushedAt":250,"stars":251},1,1775499180000,2,{"hasNpmPackage":253,"license":254,"smitheryVerified":253},false,"MIT",{"hasCi":243,"hasTests":243},{"updatedAt":257},1778691724082,{"basePath":259,"githubOwner":260,"githubRepo":261,"locale":18,"slug":262,"type":263},"profiles/combined/skills/learn","john-wilmes","claude-agentic-coding-playbook","learn","skill",null,{"evaluate":266,"extract":268},{"promptVersionExtension":215,"promptVersionScoring":216,"score":219,"tags":267,"targetMarket":227,"tier":228},[222,223,224,225,226],{"commitSha":269,"license":254},"HEAD",{"repoId":271},"kd70rsdwht91wffapxne36m7gs86nqms",{"_creationTime":273,"_id":271,"identity":274,"providers":275,"workflow":348},1778690408540.5417,{"githubOwner":260,"githubRepo":261,"sourceUrl":14},{"classify":276,"discover":332,"github":335},{"commitSha":269,"extensions":277},[278,289,297,311,316,324],{"basePath":279,"description":280,"displayName":281,"installMethods":282,"rationale":283,"selectedPaths":284,"source":288,"sourceLanguage":18,"type":263},"profiles/combined/skills/checkpoint","Save all work, update memory, commit, push, and prepare to end the session. Use when user says \"save my work\", \"wrap up\", or \"I'm done for now\". Use at natural breakpoints or when context is getting large.","checkpoint",{"claudeCode":12},"SKILL.md frontmatter at profiles/combined/skills/checkpoint/SKILL.md",[285],{"path":286,"priority":287},"SKILL.md","mandatory","rule",{"basePath":290,"description":291,"displayName":292,"installMethods":293,"rationale":294,"selectedPaths":295,"source":288,"sourceLanguage":18,"type":263},"profiles/combined/skills/create-project","Scaffold a new project with git, .gitignore, CLAUDE.md, AGENTS.md, GitHub repo, and memory directory. Use when user says \"start a new project\", \"create a repo\", or \"scaffold an app\". Creates the project as a sibling to the .claude/ config directory.","create-project",{"claudeCode":12},"SKILL.md frontmatter at profiles/combined/skills/create-project/SKILL.md",[296],{"path":286,"priority":287},{"basePath":298,"description":299,"displayName":300,"installMethods":301,"rationale":302,"selectedPaths":303,"source":288,"sourceLanguage":18,"type":263},"profiles/combined/skills/investigate","Manage structured investigations with multi-agent evidence collection, synthesis, tagging, and PHI sanitization. Use when user says \"start an investigation\", \"root cause analysis\", or \"collect evidence about X\". Subcommands: new, run, collect, synthesize, close, status, list, search. Do NOT use for casual debugging or quick code questions — only for formal, multi-step research.","investigate",{"claudeCode":12},"SKILL.md frontmatter at profiles/combined/skills/investigate/SKILL.md",[304,305,308],{"path":286,"priority":287},{"path":306,"priority":307},"references/specialist-prompts.md","medium",{"path":309,"priority":310},"scripts/check-citations.sh","low",{"basePath":259,"description":10,"displayName":262,"installMethods":312,"rationale":313,"selectedPaths":314,"source":288,"sourceLanguage":18,"type":263},{"claudeCode":12},"SKILL.md frontmatter at profiles/combined/skills/learn/SKILL.md",[315],{"path":286,"priority":287},{"basePath":317,"description":318,"displayName":319,"installMethods":320,"rationale":321,"selectedPaths":322,"source":288,"sourceLanguage":18,"type":263},"profiles/combined/skills/playbook","Analyze your Claude Code configuration and suggest improvements based on the agentic coding playbook. Use when user says \"audit my config\", \"check my setup\", or \"improve my CLAUDE.md\". Works on both global and project-level CLAUDE.md files. Do NOT use for application configuration — only for Claude Code setup.","playbook",{"claudeCode":12},"SKILL.md frontmatter at profiles/combined/skills/playbook/SKILL.md",[323],{"path":286,"priority":287},{"basePath":325,"description":326,"displayName":327,"installMethods":328,"rationale":329,"selectedPaths":330,"source":288,"sourceLanguage":18,"type":263},"profiles/combined/skills/promote","Promote a project-level lesson to global scope so it's available across all projects. Use when user says \"make this global\", \"share this across projects\", or \"promote this lesson\". Use when a lesson discovered in one project would benefit others.","promote",{"claudeCode":12},"SKILL.md frontmatter at profiles/combined/skills/promote/SKILL.md",[331],{"path":286,"priority":287},{"sources":333},[334],"manual",{"closedIssues90d":8,"description":336,"forks":249,"license":254,"openIssues90d":8,"pushedAt":250,"readmeSize":247,"stars":251,"topics":337},"Evidence-based practices for LLM-assisted development. Install scripts, Claude Code configuration, and a research-backed best practices guide with 34 verified citations.",[338,339,340,341,342,343,344,345,346,347],"agentic-development","ai-coding","best-practices","claude-code","code-quality","cursor","developer-tools","prompt-engineering","security","testing",{"classifiedAt":349,"discoverAt":350,"extractAt":351,"githubAt":351,"updatedAt":349},1778691644354,1778690408540,1778691642374,[223,222,224,225,226],{"evaluatedAt":257,"extractAt":354,"updatedAt":355},1778691644748,1778691855769,[],[358,387,417,446,468,497],{"_creationTime":359,"_id":360,"community":361,"display":362,"identity":368,"providers":372,"relations":380,"tags":383,"workflow":384},1778690831986.375,"k17cz34xvdsccr5kww43wmkzr986mzk6",{"reviewCount":8},{"description":363,"installMethods":364,"name":366,"sourceUrl":367},"Create a library-grade Vue composable that accepts maybe-reactive inputs (MaybeRef / MaybeRefOrGetter) so callers can pass a plain value, ref, or getter. Normalize inputs with toValue()/toRef() inside reactive effects (watch/watchEffect) to keep behavior predictable and reactive. Use this skill when user asks for creating adaptable or reusable composables.",{"claudeCode":365},"hyf0/vue-skills","create-adaptable-composable","https://github.com/hyf0/vue-skills",{"basePath":369,"githubOwner":370,"githubRepo":371,"locale":18,"slug":366,"type":263},"skills/create-adaptable-composable","hyf0","vue-skills",{"evaluate":373,"extract":379},{"promptVersionExtension":215,"promptVersionScoring":216,"score":219,"tags":374,"targetMarket":227,"tier":228},[375,376,377,378,223],"vue","composable","reactivity","typescript",{"commitSha":269},{"parentExtensionId":381,"repoId":382},"k17fvvpt61wrah7aepwqhgjp4d86n8jx","kd7a1a0bdc2ez150x3razht61n86m6a8",[376,223,377,378,375],{"evaluatedAt":385,"extractAt":386,"updatedAt":385},1778691066243,1778690831986,{"_creationTime":388,"_id":389,"community":390,"display":391,"identity":397,"providers":402,"relations":410,"tags":413,"workflow":414},1778695116697.199,"k17cex5hqwje7qgvts5evct1d186nd4m",{"reviewCount":8},{"description":392,"installMethods":393,"name":395,"sourceUrl":396},"Records research provenance as a post-task epilogue, scanning conversation history at the end of a coding or research session to extract decisions, experiments, dead ends, claims, heuristics, and pivots, and writing them into the ara/ directory with user-vs-AI provenance tags. Use as a session epilogue — never during execution — to maintain a faithful, auditable trace of how a research project actually evolved.",{"claudeCode":394},"Orchestra-Research/AI-Research-SKILLs","ARA Research Manager","https://github.com/Orchestra-Research/AI-Research-SKILLs",{"basePath":398,"githubOwner":399,"githubRepo":400,"locale":18,"slug":401,"type":263},"22-agent-native-research-artifact/research-manager","Orchestra-Research","AI-Research-SKILLs","research-manager",{"evaluate":403,"extract":409},{"promptVersionExtension":215,"promptVersionScoring":216,"score":219,"tags":404,"targetMarket":227,"tier":228},[405,406,222,407,408],"research","provenance","session-logging","ara",{"commitSha":269,"license":254},{"parentExtensionId":411,"repoId":412},"k17155ws9qc0hw7a568bg79sfd86max8","kd70hj1y80mhra5xm5g188j5n586mg18",[408,222,406,405,407],{"evaluatedAt":415,"extractAt":416,"updatedAt":415},1778697541177,1778695116697,{"_creationTime":418,"_id":419,"community":420,"display":421,"identity":427,"providers":431,"relations":439,"tags":442,"workflow":443},1778696595410.5657,"k17bk9m02r7jkbzzqapbzfvq8h86m6qn",{"reviewCount":8},{"description":422,"installMethods":423,"name":425,"sourceUrl":426},"Wire Commands, Agents, and Skills together for complex features. Use when building features that need research, planning, and implementation phases.",{"claudeCode":424},"rohitg00/pro-workflow","orchestrate","https://github.com/rohitg00/pro-workflow",{"basePath":428,"githubOwner":429,"githubRepo":430,"locale":18,"slug":425,"type":263},"skills/orchestrate","rohitg00","pro-workflow",{"evaluate":432,"extract":438},{"promptVersionExtension":215,"promptVersionScoring":216,"score":219,"tags":433,"targetMarket":227,"tier":228},[434,435,436,437,222],"llm-ops","agent","workflow","memory",{"commitSha":269},{"parentExtensionId":440,"repoId":441},"k17fxtjcfh5gvxdrhv2dmgn1t986mdhv","kd7am4e918eq98hrd9s31jm4vs86nn0b",[435,222,434,437,436],{"evaluatedAt":444,"extractAt":445,"updatedAt":444},1778696881233,1778696595410,{"_creationTime":447,"_id":448,"community":449,"display":450,"identity":454,"providers":456,"relations":464,"tags":465,"workflow":466},1778696595410.5618,"k174h4yhwrcpcmdx62n2g2b88986mx17",{"reviewCount":8},{"description":451,"installMethods":452,"name":453,"sourceUrl":426},"Coordinate multiple Claude Code sessions as a team — lead + teammates with shared task lists, mailbox messaging, and file-lock claiming. Patterns for team sizing, task decomposition, and when to use teams vs sub-agents vs worktrees.",{"claudeCode":424},"agent-teams",{"basePath":455,"githubOwner":429,"githubRepo":430,"locale":18,"slug":453,"type":263},"skills/agent-teams",{"evaluate":457,"extract":463},{"promptVersionExtension":215,"promptVersionScoring":216,"score":219,"tags":458,"targetMarket":227,"tier":228},[459,460,222,434,461,462],"ai-workflow","collaboration","productivity","self-correction",{"commitSha":269},{"parentExtensionId":440,"repoId":441},[459,460,222,434,461,462],{"evaluatedAt":467,"extractAt":445,"updatedAt":467},1778696637446,{"_creationTime":469,"_id":470,"community":471,"display":472,"identity":478,"providers":482,"relations":490,"tags":493,"workflow":494},1778692488329.0144,"k1724vjyyetw8qcfh8anb4c3tn86ngy7",{"reviewCount":8},{"description":473,"installMethods":474,"name":476,"sourceUrl":477},"Extract domain knowledge from existing project sources and generate domain rules. Also handles vault sync and domain listing.",{"claudeCode":475},"luiseiman/claude-kit","domain-extract","https://github.com/luiseiman/claude-kit",{"basePath":479,"githubOwner":480,"githubRepo":481,"locale":18,"slug":476,"type":263},"skills/domain-extract","luiseiman","claude-kit",{"evaluate":483,"extract":489},{"promptVersionExtension":215,"promptVersionScoring":216,"score":219,"tags":484,"targetMarket":227,"tier":228},[485,222,486,487,488],"domain-extraction","rule-generation","code-analysis","automation",{"commitSha":269},{"parentExtensionId":491,"repoId":492},"k17650xadq8363kzchr4w0gmf186nq24","kd79wqc8an5wh20cc2znr8tyb586mxwx",[488,487,485,222,486],{"evaluatedAt":495,"extractAt":496,"updatedAt":495},1778693090713,1778692488329,{"_creationTime":498,"_id":499,"community":500,"display":501,"identity":507,"providers":513,"relations":520,"tags":522,"workflow":523},1778692098392.723,"k171q2y70k2z7p5t62a7zrpw6s86n4kw",{"reviewCount":8},{"description":502,"installMethods":503,"name":505,"sourceUrl":506},"飞书知识库：管理知识空间、空间成员和文档节点。创建和查询知识空间、查看和管理空间成员、管理节点层级结构、在知识库中组织文档和快捷方式。当用户需要在知识库中查找或创建文档、浏览知识空间结构、查看或管理空间成员、移动或复制节点时使用。",{"claudeCode":504},"larksuite/cli","Lark Wiki CLI","https://github.com/larksuite/cli",{"basePath":508,"githubOwner":509,"githubRepo":510,"locale":511,"slug":512,"type":263},"skills/lark-wiki","larksuite","cli","zh-CN","lark-wiki",{"evaluate":514,"extract":519},{"promptVersionExtension":215,"promptVersionScoring":216,"score":219,"tags":515,"targetMarket":227,"tier":228},[516,517,518,222,488,510],"lark","feishu","wiki",{"commitSha":269,"license":254},{"repoId":521},"kd7akv5cxs7vx53ys6jsrv85v186mha4",[488,510,517,222,516,518],{"evaluatedAt":524,"extractAt":525,"updatedAt":524},1778692680305,1778692098392]