[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-ai-native-camp-day2-create-context-sync-skill-ms":3,"guides-for-ai-native-camp-day2-create-context-sync-skill":218,"similar-k1779jg9bachbejc4hfmyejtjx867tzc":219},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":20,"identity":184,"isFallback":189,"parentExtension":190,"providers":191,"relations":195,"repo":197,"workflow":215},1778054781976.5928,"k1779jg9bachbejc4hfmyejtjx867tzc",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":12,"sourceUrl":13,"tags":14},"AI Native Camp Day 2 Context Sync 스킬 만들기. 여러 외부 도구에서 컨텍스트를 수집하여 하나의 sync 문서로 만드는 나만의 스킬을 직접 구축한다. \"2일차\", \"Day 2\", \"context sync\", \"컨텍스트 싱크\", \"sync 스킬\", \"스킬 만들기\", \"정보 수집 스킬\" 요청에 사용.",{},"Day 2: 나만의 Context Sync 스킬 만들기","https://github.com/ai-native-camp/camp-1/tree/HEAD/.agents/skills/day2-create-context-sync-skill",[15,16,17,18,19],"automation","mcp","skill-building","productivity","data-sync",{"_creationTime":21,"_id":22,"extensionId":5,"locale":23,"result":24,"trustSignals":173,"workflow":182},1778054817045.2766,"kn74z6q9nbt23r7mp4aqn6ww8d867ffq","en",{"checks":25,"evaluatedAt":163,"extensionSummary":164,"promptVersionExtension":165,"promptVersionScoring":166,"rationale":167,"score":168,"summary":169,"tags":170,"targetMarket":171,"tier":172},[26,31,34,37,41,44,48,51,55,59,63,66,69,73,77,81,85,89,92,96,99,102,105,108,111,114,118,121,125,129,132,135,138,141,145,148,151,154,157,160],{"category":27,"check":28,"severity":29,"summary":30},"Practical Utility","Problem relevance","pass","The description clearly names a concrete user problem: the time-consuming daily context switching between multiple tools. It also specifies the goal of creating a \"Context Sync\" skill to address this.",{"category":27,"check":32,"severity":29,"summary":33},"Unique selling proposition","The skill offers significant value over a simple prompt by orchestrating multiple tools (Slack, Gmail, Notion, etc.) in parallel, automating a tedious daily workflow. It's not a thin wrapper but a custom automation.",{"category":27,"check":35,"severity":29,"summary":36},"Production readiness","The skill is well-defined with clear steps for tool selection, connection (MCP/API), parallel execution, data validation, and output formatting. It guides the user through the entire lifecycle of creating and using the sync skill.",{"category":38,"check":39,"severity":29,"summary":40},"Scope","Single responsibility principle","The skill has a single, coherent responsibility: to create a context synchronization tool by gathering information from specified external sources.",{"category":38,"check":42,"severity":29,"summary":43},"Description quality","The displayed description accurately and concisely reflects the skill's purpose, triggers, and core functionality, which is to build a custom context sync skill from various external tools.",{"category":45,"check":46,"severity":29,"summary":47},"Invocation","Precise Purpose","The SKILL.md clearly states the skill's purpose (creating a context sync skill), what it operates on (multiple external tools), and its triggers ('싱크', 'sync', '정보 수집'). Boundaries are implied by the specific tools it integrates with.",{"category":45,"check":49,"severity":29,"summary":50},"Concise Frontmatter","The frontmatter is dense, providing a clear summary of the skill's core capability and a list of precise trigger phrases for routing.",{"category":52,"check":53,"severity":29,"summary":54},"Documentation","Concise Body","The SKILL.md is well-structured with clear sections for EXPLAIN, EXECUTE, QUIZ, and REFERENCES. It delegates deeper material to separate reference files, keeping the main skill file concise.",{"category":56,"check":57,"severity":29,"summary":58},"Context","Progressive Disclosure","The SKILL.md effectively uses `references/*.md` files for detailed explanations and procedures for each block, linking to them from the main file. This follows a progressive disclosure pattern.",{"category":56,"check":60,"severity":61,"summary":62},"Forked exploration","not_applicable","This skill is focused on creating another skill rather than deep exploration or code review, so forked exploration context is not applicable.",{"category":27,"check":64,"severity":29,"summary":65},"Usage examples","The template and reference files provide clear examples of how to define sources, execute the skill, and present the output, guiding the user through the entire process.",{"category":27,"check":67,"severity":29,"summary":68},"Edge cases","The skill addresses potential edge cases such as connection failures (authentication, network), data quality issues (empty results, duplicates), and provides guidance on how to handle them and recover.",{"category":70,"check":71,"severity":61,"summary":72},"Code Execution","Tool Fallback","The skill uses Claude's internal tools and MCP mechanisms rather than external dependencies that would require a fallback path.",{"category":74,"check":75,"severity":29,"summary":76},"Safety","Halt on unexpected state","The skill's process is designed to halt and report on unexpected states, such as connection failures or data quality issues, and guides the user through recovery steps.",{"category":78,"check":79,"severity":29,"summary":80},"Portability","Cross-skill coupling","The skill is self-contained and does not implicitly rely on other skills. It provides clear instructions and documentation.",{"category":82,"check":83,"severity":61,"summary":84},"License","License usability","No license information was found in the repository files. The extension does not provide a LICENSE file or SPDX identifier in its manifests.",{"category":86,"check":87,"severity":61,"summary":88},"Maintenance","Commit recency","The provided repository files do not contain commit history information (pushedAt) to evaluate recency.",{"category":86,"check":90,"severity":61,"summary":91},"Dependency Management","The skill does not explicitly list or manage third-party dependencies in a way that requires a formal dependency management check.",{"category":93,"check":94,"severity":29,"summary":95},"Security","Secret Management","The skill correctly instructs users to handle secrets like API keys using environment variables or secure storage (.env, Connectors) and avoids echoing them to stdout/stderr.",{"category":93,"check":97,"severity":29,"summary":98},"Injection","The skill focuses on orchestrating internal tools and guiding user input for configuration, rather than loading and executing untrusted third-party data as instructions.",{"category":93,"check":100,"severity":29,"summary":101},"Transitive Supply-Chain Grenades","The skill does not fetch external code or data at runtime and all configurations are handled within the provided files or through secure Claude mechanisms.",{"category":93,"check":103,"severity":29,"summary":104},"Sandbox Isolation","The skill operates within the Claude Code environment, guiding the creation of configurations and leveraging internal tools without attempting to modify files outside the designated project scope.",{"category":93,"check":106,"severity":29,"summary":107},"Sandbox escape primitives","No detached-process spawns or deny-retry loops were found in the provided scripts or instructions.",{"category":93,"check":109,"severity":29,"summary":110},"Data Exfiltration","The skill focuses on collecting and synchronizing user data within their project and does not contain instructions for exfiltrating confidential data to third parties.",{"category":93,"check":112,"severity":29,"summary":113},"Hidden Text Tricks","The bundled files are free of hidden-steering tricks, and all descriptions and instructions use clean printable ASCII and expected Unicode.",{"category":115,"check":116,"severity":29,"summary":117},"Hooks","Opaque code execution","The skill's execution relies on readable SKILL.md instructions and standard Claude tool calls, with no obfuscated or dynamically fetched code.",{"category":78,"check":119,"severity":29,"summary":120},"Structural Assumption","The skill makes reasonable assumptions about project structure (e.g., presence of .claude/skills) and guides the user to create necessary files, rather than assuming a pre-existing arbitrary layout.",{"category":122,"check":123,"severity":61,"summary":124},"Trust","Issues Attention","No GitHub issues data is available for evaluation.",{"category":126,"check":127,"severity":61,"summary":128},"Versioning","Release Management","No versioning information (e.g., `version` field in manifests, release tags) is present in the provided files.",{"category":70,"check":130,"severity":29,"summary":131},"Validation","The skill guides the user through defining parameters and ensures inputs are handled appropriately through Claude's internal mechanisms and explicit instructions.",{"category":93,"check":133,"severity":29,"summary":134},"Unguarded Destructive Operations","The skill focuses on data collection and organization, not destructive operations. Any file modifications are to create skill configurations within the project scope.",{"category":70,"check":136,"severity":29,"summary":137},"Error Handling","The skill explicitly guides the user on handling errors like connection failures and data quality issues, providing specific recovery steps and ensuring the workflow halts gracefully on unexpected states.",{"category":70,"check":139,"severity":61,"summary":140},"Logging","The skill doesn't perform destructive actions or outbound calls that necessitate local audit logging beyond the standard transcript.",{"category":142,"check":143,"severity":29,"summary":144},"Compliance","GDPR","The skill collects user-authorized data from specified tools and synthesizes it; it does not involve unauthorized processing of personal data.",{"category":142,"check":146,"severity":29,"summary":147},"Target market","The skill is general-purpose and focuses on tool integration and data synthesis, with no specific regional or jurisdictional logic detected. The target market is global.",{"category":78,"check":149,"severity":29,"summary":150},"Runtime stability","The skill operates within the Claude Code environment and leverages internal tools, with no assumptions about specific OS, shells, or editor runtimes.",{"category":45,"check":152,"severity":29,"summary":153},"Scoped tools","The skill orchestrates predefined tools and Claude's internal capabilities (subagents, Task tool) rather than relying on a single, free-form command execution tool.",{"category":52,"check":155,"severity":29,"summary":156},"Configuration & parameter reference","All relevant parameters for tool selection, connection, data range, and output format are clearly referenced and explained within the SKILL.md and its associated reference files.",{"category":38,"check":158,"severity":29,"summary":159},"Tool naming","The tools and commands referenced (e.g., MCP functions, Python scripts) are descriptive and follow a clear naming convention.",{"category":38,"check":161,"severity":29,"summary":162},"Minimal I/O surface","Inputs are guided through selections and configurations, and outputs are structured into specific formats (Markdown, Slack, Notion) as defined by the user's choice.",1778054800600,"This skill empowers users to create a personalized context synchronization tool. It guides them through selecting external services (like Slack, Gmail, Notion), connecting them via MCP or API scripts, executing parallel data collection using subagents, validating the results, and finally formatting the output into Markdown files, Slack messages, or Notion pages.","2.0.0","3.4.0","This skill is exceptionally well-crafted, demonstrating a strong understanding of Claude Code's capabilities and best practices. The clear separation of concerns between the main skill file and reference documents, comprehensive error handling, and focus on user guidance make it highly polished. The only deductions are for missing license and versioning information, which are not critical for its functionality within the Claude Code environment.",98,"A high-quality, comprehensive skill that guides users to build their own context synchronization tool, integrating multiple external services.",[15,16,17,18,19],"global","verified",{"codeQuality":174,"collectedAt":175,"documentation":176,"maintenance":178,"security":179,"testCoverage":181},{},1778054783880,{"descriptionLength":177,"readmeSize":8},180,{},{"hasNpmPackage":180,"smitheryVerified":180},false,{"hasCi":180,"hasTests":180},{"updatedAt":183},1778054817045,{"githubOwner":185,"githubRepo":186,"locale":23,"slug":187,"type":188},"ai-native-camp","camp-1","day2-create-context-sync-skill","skill",true,null,{"extract":192,"llm":194},{"commitSha":193,"license":61},"9ffaf358dc8c88567d8f0450966b5518071da4f0",{"promptVersionExtension":165,"promptVersionScoring":166,"score":168,"targetMarket":171,"tier":172},{"repoId":196},"kd72seepns71xx9ksxrb02bs1n8645k6",{"_creationTime":198,"_id":196,"identity":199,"providers":201,"workflow":212},1777995558409.9043,{"githubOwner":185,"githubRepo":186,"sourceUrl":200},"https://github.com/ai-native-camp/camp-1",{"discover":202,"github":205},{"sources":203},[204],"skills-sh",{"closedIssues90d":206,"forks":207,"openIssues90d":206,"pushedAt":208,"readmeSize":209,"stars":210,"topics":211},1,63,1772632347000,3009,237,[],{"discoverAt":213,"extractAt":214,"githubAt":214,"updatedAt":214},1777995558409,1778054782813,{"anyEnrichmentAt":216,"extractAt":217,"githubAt":216,"llmAt":183,"updatedAt":183},1778054782298,1778054781976,[],[220,250,272,295,315,338],{"_creationTime":221,"_id":222,"community":223,"display":224,"identity":234,"providers":238,"relations":244,"workflow":246},1778053148350.472,"k173y3pwnb1drb2gbyz8f6z35h867n6c",{"reviewCount":8},{"description":225,"installMethods":226,"name":227,"sourceUrl":228,"tags":229},"Google Sheets automation workflows - data sync, task management, reporting dashboards, and multi-platform integrations",{},"Google Sheets Automation","https://github.com/claude-office-skills/skills/tree/HEAD/sheets-automation",[230,15,19,231,232,18,233],"google-sheets","reporting","n8n","workflow",{"githubOwner":235,"githubRepo":236,"locale":23,"slug":237,"type":188},"claude-office-skills","skills","sheets-automation",{"extract":239,"llm":242},{"commitSha":240,"license":241},"9c4c7d5cd2813a8936bf2c9fdb174ea883b85a11","MIT",{"promptVersionExtension":165,"promptVersionScoring":166,"score":243,"targetMarket":171,"tier":172},96,{"repoId":245},"kd7fw7xbj58qc2z8whrrjptbed8659db",{"anyEnrichmentAt":247,"extractAt":248,"githubAt":247,"llmAt":249,"updatedAt":249},1778053151766,1778053148350,1778053561145,{"_creationTime":251,"_id":252,"community":253,"display":254,"identity":265,"providers":267,"relations":270,"workflow":271},1778053148350.4817,"k1799ke3mvvmb9chq1vt0k97k5867cfv",{"reviewCount":8},{"description":255,"installMethods":256,"name":257,"sourceUrl":258,"tags":259},"Build and manage webhook-based integrations for real-time event processing and API connections",{},"Webhook Automation","https://github.com/claude-office-skills/skills/tree/HEAD/webhook-automation",[260,261,262,15,263,264,16],"webhook","api","integration","events","engineering",{"githubOwner":235,"githubRepo":236,"locale":23,"slug":266,"type":188},"webhook-automation",{"extract":268,"llm":269},{"commitSha":240,"license":241},{"promptVersionExtension":165,"promptVersionScoring":166,"score":168,"targetMarket":171,"tier":172},{"repoId":245},{"anyEnrichmentAt":247,"extractAt":248,"githubAt":247,"llmAt":249,"updatedAt":249},{"_creationTime":273,"_id":274,"community":275,"display":276,"identity":288,"providers":290,"relations":293,"workflow":294},1778053148350.4539,"k179tsfdj29k96rtptbbar2tvn866b71",{"reviewCount":8},{"description":277,"installMethods":278,"name":279,"sourceUrl":280,"tags":281},"Intelligent lead assignment and routing - AI-powered scoring, territory mapping, round-robin distribution, and workload balancing",{},"Lead Routing","https://github.com/claude-office-skills/skills/tree/HEAD/lead-routing",[282,283,284,285,286,15,16,287],"sales","crm","lead-management","routing","assignment","ai-powered",{"githubOwner":235,"githubRepo":236,"locale":23,"slug":289,"type":188},"lead-routing",{"extract":291,"llm":292},{"commitSha":240,"license":241},{"promptVersionExtension":165,"promptVersionScoring":166,"score":168,"targetMarket":171,"tier":172},{"repoId":245},{"anyEnrichmentAt":247,"extractAt":248,"githubAt":247,"llmAt":249,"updatedAt":249},{"_creationTime":296,"_id":297,"community":298,"display":299,"identity":308,"providers":310,"relations":313,"workflow":314},1778053148350.443,"k17egbtw22kasr9cqze6c68w2x867j0e",{"reviewCount":8},{"description":300,"installMethods":301,"name":302,"sourceUrl":303,"tags":304},"Organize and rename files based on content analysis",{},"File Organizer","https://github.com/claude-office-skills/skills/tree/HEAD/file-organizer",[305,306,307,18,16],"file","organization","naming",{"githubOwner":235,"githubRepo":236,"locale":23,"slug":309,"type":188},"file-organizer",{"extract":311,"llm":312},{"commitSha":240,"license":241},{"promptVersionExtension":165,"promptVersionScoring":166,"score":168,"targetMarket":171,"tier":172},{"repoId":245},{"anyEnrichmentAt":247,"extractAt":248,"githubAt":247,"llmAt":249,"updatedAt":249},{"_creationTime":316,"_id":317,"community":318,"display":319,"identity":330,"providers":332,"relations":336,"workflow":337},1778053148350.4675,"k176x1kch7mdjya5m8r9yrd5b9867mkk",{"reviewCount":8},{"description":320,"installMethods":321,"name":322,"sourceUrl":323,"tags":324},"Design presentation visuals and slide layouts. Create visual concepts, suggest graphics, and provide design specifications for impactful PowerPoint slides.",{},"PPT Visual","https://github.com/claude-office-skills/skills/tree/HEAD/ppt-visual",[325,326,327,328,329,16],"presentation","powerpoint","slides","visual-design","layout",{"githubOwner":235,"githubRepo":236,"locale":23,"slug":331,"type":188},"ppt-visual",{"extract":333,"llm":334},{"commitSha":240,"license":241},{"promptVersionExtension":165,"promptVersionScoring":166,"score":335,"targetMarket":171,"tier":172},100,{"repoId":245},{"anyEnrichmentAt":247,"extractAt":248,"githubAt":247,"llmAt":249,"updatedAt":249},{"_creationTime":339,"_id":340,"community":341,"display":342,"identity":354,"providers":356,"relations":361,"workflow":364},1778054268187.7783,"k1799kwx7k8g1vx165qr4np3298670sw",{"reviewCount":8},{"description":343,"installMethods":344,"name":345,"sourceUrl":346,"tags":347},"Guide for using the Bright Data CLI (`brightdata` / `bdata`) to scrape websites, search the web, extract structured data from 40+ platforms, manage proxy zones, and check account budget. Use this skill whenever the user wants to scrape a URL, search Google/Bing/Yandex, extract data from Amazon/LinkedIn/Instagram/TikTok/YouTube/Reddit or any other platform, check their Bright Data balance or zones, or do anything involving web data collection from the terminal. Also trigger when the user mentions brightdata, bdata, web scraping CLI, SERP API, or wants to install Bright Data skills into their coding agent.",{},"Bright Data CLI","https://github.com/brightdata/skills/tree/HEAD/skills/brightdata-cli",[348,349,350,351,352,15,353],"brightdata","cli","web-scraping","data-extraction","serp-api","terminal",{"githubOwner":348,"githubRepo":236,"locale":23,"slug":355,"type":188},"brightdata-cli",{"extract":357,"llm":359},{"commitSha":358,"license":241},"d0eeb1fbab809ffffe7c270186bd3eb78cf0c8ba",{"promptVersionExtension":165,"promptVersionScoring":166,"score":360,"targetMarket":171,"tier":172},99,{"parentExtensionId":362,"repoId":363},"k177secs2fy2665c3z8prspg0s867xd1","kd7e4q3ah25vmt87x67vanphhn864r9h",{"anyEnrichmentAt":365,"extractAt":366,"githubAt":365,"llmAt":367,"updatedAt":367},1778054269540,1778054268187,1778054318963]