[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-anthropics-skill-creator-vi":3,"guides-for-anthropics-skill-creator":256},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":23,"identity":182,"isFallback":187,"parentExtension":188,"providers":238,"relations":244,"repo":245,"workflow":255},1778003232571.9197,"k174rfgvnne1rbsh5w531vsh9h8655y9",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":12,"sourceUrl":13,"tags":14},"Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.",{},"Skill Creator","https://github.com/anthropics/skills/tree/HEAD/skills/skill-creator",[15,16,17,18,19,20,21,22],"mcp","skill-creation","developer-tool","prompt-engineering","testing","evaluation","productivity","ai-ml",{"_creationTime":24,"_id":25,"extensionId":5,"locale":26,"result":27,"trustSignals":171,"workflow":180},1778007125066.717,"kn78k4mpn08qd5e2p2cepkxvj98658zd","en",{"checks":28,"evaluatedAt":161,"extensionSummary":162,"promptVersionExtension":163,"promptVersionScoring":164,"rationale":165,"score":166,"summary":167,"tags":168,"targetMarket":169,"tier":170},[29,34,37,40,44,47,51,54,58,62,66,69,72,76,80,84,86,90,93,96,99,102,105,108,111,114,118,122,125,128,131,134,138,141,144,147,150,154,158],{"category":30,"check":31,"severity":32,"summary":33},"Practical Utility","Problem relevance","pass","The description clearly names the user problem and the scenarios for using the skill, such as creating skills from scratch, modifying existing ones, and measuring performance.",{"category":30,"check":35,"severity":32,"summary":36},"Unique selling proposition","The skill offers a comprehensive workflow for skill creation and iteration, going beyond simple prompt engineering by providing structured steps for testing, evaluation, and refinement.",{"category":30,"check":38,"severity":32,"summary":39},"Production readiness","The skill covers the entire lifecycle of skill creation and improvement, from initial intent capture to iterative refinement and description optimization, making it ready for practical use.",{"category":41,"check":42,"severity":32,"summary":43},"Scope","Single responsibility principle","The skill has a clear, single responsibility: to assist users in creating, improving, and evaluating other skills.",{"category":41,"check":45,"severity":32,"summary":46},"Description quality","The description accurately reflects the skill's purpose and capabilities as outlined in its internal documentation and structure.",{"category":48,"check":49,"severity":32,"summary":50},"Invocation","Precise Purpose","The skill's description and internal documentation clearly define its purpose (skill creation and improvement) and when to use it, with specific examples and intended workflows.",{"category":48,"check":52,"severity":32,"summary":53},"Concise Frontmatter","The frontmatter is concise and self-contained, effectively summarizing the core capability and providing clear guidance for triggering.",{"category":55,"check":56,"severity":32,"summary":57},"Documentation","Concise Body","The skill's main body is well-organized and adheres to the recommended length, with detailed procedures and external resources appropriately deferred to separate files.",{"category":59,"check":60,"severity":32,"summary":61},"Context","Progressive Disclosure","The skill utilizes progressive disclosure effectively, keeping the main SKILL.md concise and linking to external reference files for more detailed information.",{"category":59,"check":63,"severity":64,"summary":65},"Forked exploration","not_applicable","This skill focuses on managing other skills and does not involve deep code review or exploration that would require forked context.",{"category":30,"check":67,"severity":32,"summary":68},"Usage examples","The skill's documentation includes clear examples of how to use it for creating and improving skills, outlining the input, process, and expected outcome.",{"category":30,"check":70,"severity":32,"summary":71},"Edge cases","The skill's documentation addresses potential issues and failure modes, such as user unfamiliarity with terms or the need for iteration, and provides guidance on handling them.",{"category":73,"check":74,"severity":64,"summary":75},"Code Execution","Tool Fallback","The skill does not appear to rely on external tools like MCP servers, making fallbacks unnecessary.",{"category":77,"check":78,"severity":32,"summary":79},"Safety","Halt on unexpected state","The skill's workflow implies a process of user interaction and confirmation, which inherently halts on unexpected states before potentially destructive actions.",{"category":81,"check":82,"severity":32,"summary":83},"Portability","Cross-skill coupling","The skill is self-contained and does not implicitly rely on other skills being loaded, maintaining portability.",{"category":48,"check":52,"severity":32,"summary":85},"The frontmatter is concise and effectively summarizes the skill's purpose.",{"category":87,"check":88,"severity":64,"summary":89},"Security","Secret Management","The skill does not handle or manage secrets.",{"category":87,"check":91,"severity":32,"summary":92},"Injection","The skill operates on skill definitions and queries, and its internal logic does not appear to load or execute untrusted third-party data.",{"category":87,"check":94,"severity":32,"summary":95},"Transitive Supply-Chain Grenades","The skill is self-contained within the repository and does not fetch external code or data at runtime.",{"category":87,"check":97,"severity":32,"summary":98},"Sandbox Isolation","The skill's operations are confined to managing skill definitions and running evaluations, which are implicitly sandboxed operations. No file system manipulation outside of its defined scope is evident.",{"category":87,"check":100,"severity":32,"summary":101},"Sandbox escape primitives","No sandbox escape primitives like detached processes or retry loops around denied calls were found in the skill's logic.",{"category":87,"check":103,"severity":32,"summary":104},"Data Exfiltration","The skill does not appear to exfiltrate any user data or confidential information.",{"category":87,"check":106,"severity":32,"summary":107},"Hidden Text Tricks","The bundled files are free of hidden steering tricks, invisible Unicode characters, or other obfuscation methods.",{"category":87,"check":109,"severity":32,"summary":110},"Opaque code execution","The skill's logic is contained within readable markdown and Python scripts, with no evidence of obfuscated or dynamically fetched code execution.",{"category":81,"check":112,"severity":32,"summary":113},"Structural Assumption","The skill's assumptions about project structure are limited to standard file locations for skills and logs, which is generally portable.",{"category":115,"check":116,"severity":64,"summary":117},"Trust","Issues Attention","No issues are reported for this skill in the repository's metadata.",{"category":119,"check":120,"severity":64,"summary":121},"Versioning","Release Management","Manifest version information is not available for this skill.",{"category":73,"check":123,"severity":64,"summary":124},"Validation","The skill does not directly execute arbitrary code or process user-supplied structured data that requires runtime validation beyond its internal logic.",{"category":87,"check":126,"severity":32,"summary":127},"Unguarded Destructive Operations","The skill does not perform any destructive operations.",{"category":73,"check":129,"severity":32,"summary":130},"Error Handling","The skill's process relies on user interaction and iterative refinement, implying a controlled workflow where errors are handled through user feedback rather than automated retries or silent failures.",{"category":73,"check":132,"severity":64,"summary":133},"Logging","The skill's primary function does not involve destructive actions or outbound calls that would necessitate local audit logging.",{"category":135,"check":136,"severity":64,"summary":137},"Compliance","GDPR","The skill does not operate on personal data.",{"category":135,"check":139,"severity":32,"summary":140},"Target market","The skill's functionality is general and not tied to any specific geographic or legal jurisdiction; the target market is global.",{"category":81,"check":142,"severity":32,"summary":143},"Runtime stability","The skill's core logic appears to be platform-agnostic, relying on standard Python and CLI tools commonly available in development environments.",{"category":41,"check":145,"severity":64,"summary":146},"Tool naming","The skill does not expose specific tools or commands; its functionality is accessed through natural language interaction.",{"category":41,"check":148,"severity":32,"summary":149},"Minimal I/O surface","The skill's interaction surface is limited to the description and the process of creating/improving skills, with no unnecessary parameters or verbose outputs.",{"category":151,"check":152,"severity":32,"summary":153},"License","License usability","The skill is licensed under the Apache 2.0 license, which is permissive and widely usable.",{"category":155,"check":156,"severity":64,"summary":157},"Maintenance","Commit recency","Commit recency information is not available for this skill.",{"category":155,"check":159,"severity":64,"summary":160},"Dependency Management","The skill does not appear to introduce external dependencies beyond standard Python libraries and the 'claude' CLI tool.",1778007043045,"This skill provides a structured workflow for developing and refining AI skills, guiding users through intent capture, drafting, testing, and description optimization. It utilizes internal testing mechanisms and encourages iterative improvement based on performance metrics.","2.0.0","3.4.0","The 'skill-creator' skill is a well-implemented tool for its intended purpose. It clearly defines its problem space, offers a complete production-ready workflow, and adheres to good practices regarding scope and documentation. The internal structure leverages progressive disclosure effectively, and all security and portability checks pass. The only noted absence is the lack of commit recency and versioning information, which does not detract from its overall quality.",98,"A comprehensive and robust skill for creating and improving other AI skills.",[15,16,17,18,19,20],"global","verified",{"codeQuality":172,"collectedAt":173,"documentation":174,"maintenance":176,"security":177,"testCoverage":179},{},1778007033885,{"descriptionLength":175,"readmeSize":8},319,{},{"hasNpmPackage":178,"smitheryVerified":178},false,{"hasCi":178,"hasTests":178},{"invalidatedAt":181,"updatedAt":181},1778008076651,{"githubOwner":183,"githubRepo":184,"locale":26,"slug":185,"type":186},"anthropics","skills","skill-creator","skill",true,{"_creationTime":189,"_id":190,"community":191,"display":192,"identity":199,"parentExtension":202,"providers":233,"relations":236,"workflow":237},1778003232571.9158,"k178h7yq3ctta15zcwenpxpkvd864mcm",{"reviewCount":8},{"description":193,"installMethods":194,"name":195,"sourceUrl":196,"tags":197},"Collection of example skills demonstrating various capabilities including skill creation, MCP building, visual design, algorithmic art, internal communications, web testing, artifact building, Slack GIFs, and theme styling",{},"Example Skills Collection","https://github.com/anthropics/skills",[198,184,15],"examples",{"githubOwner":183,"githubRepo":184,"locale":26,"slug":200,"type":201},"example-skills","plugin",{"_creationTime":203,"_id":204,"community":205,"display":206,"identity":216,"providers":219,"relations":227,"workflow":229},1778003232571.9128,"k17124zdhjkq8c15ck8qz63e5d8652gy",{"reviewCount":8},{"description":207,"installMethods":208,"name":209,"sourceUrl":196,"tags":210},"Anthropic example skills",{},"Anthropic Skills",[198,211,184,212,213,214,215],"documentation","claude","creative","technical","enterprise",{"githubOwner":183,"githubRepo":184,"locale":26,"slug":217,"type":218},"anthropic-agent-skills","marketplace",{"extract":220,"smithery":226},{"commitSha":221,"license":222,"marketplace":223},"d230a6dd6eb1a0dbee9fec55e2f00a96e28dff81","Apache-2.0",{"name":217,"pluginCount":224,"version":225},3,"1.0.0",{"qualityScore":8,"totalActivations":8,"uniqueUsers":8,"useCount":8,"verified":178},{"repoId":228},"kd72m31vxr2nd4hahhzvp0cyrn864eyx",{"anyEnrichmentAt":181,"extractAt":230,"githubAt":231,"invalidatedAt":181,"llmAt":232,"smitheryAt":181,"updatedAt":181},1778003232571,1778003234861,1778007125066,{"extract":234,"smithery":235},{"commitSha":221,"license":64},{"qualityScore":8,"totalActivations":8,"uniqueUsers":8,"useCount":8,"verified":178},{"parentExtensionId":204,"repoId":228},{"anyEnrichmentAt":181,"extractAt":230,"githubAt":231,"invalidatedAt":181,"llmAt":232,"smitheryAt":181,"updatedAt":181},{"extract":239,"smithery":240},{"commitSha":221,"license":222},{"qualityScore":241,"totalActivations":242,"uniqueUsers":243,"useCount":8,"verified":178},1,1143,579,{"parentExtensionId":190,"repoId":228},{"_creationTime":246,"_id":228,"identity":247,"providers":248,"workflow":253},1777995558409.8123,{"githubOwner":183,"githubRepo":184,"sourceUrl":196},{"discover":249},{"sources":250},[251,252],"skills-sh","smithery",{"discoverAt":254,"extractAt":230,"updatedAt":230},1777995558409,{"anyEnrichmentAt":181,"extractAt":230,"githubAt":231,"invalidatedAt":181,"llmAt":232,"smitheryAt":181,"updatedAt":181},[]]