[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-wondelai-software-design-philosophy-en":3,"guides-for-wondelai-software-design-philosophy":1250,"similar-k17584pc46k9tyvhjn1x2c3m1h86myx0-en":1251},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":229,"isFallback":214,"parentExtension":233,"providers":292,"relations":296,"repo":297,"tags":1248,"workflow":1249},1778698867338.3025,"k17584pc46k9tyvhjn1x2c3m1h86myx0",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Manage software complexity through deep modules, information hiding, and strategic programming. Use when the user mentions \"module design\", \"API too complex\", \"shallow class\", \"complexity budget\", \"strategic vs tactical\", \"deep module\", \"information leakage\", or \"pass-through method\". Also trigger when reviewing interface designs for simplicity, evaluating whether an abstraction is pulling its weight, or choosing between general-purpose and special-purpose approaches. Covers deep vs shallow modules, red flags for complexity, and comments as design documentation. For code quality, see clean-code. For boundaries, see clean-architecture.",{"claudeCode":12},"wondelai/skills","software-design-philosophy","https://github.com/wondelai/skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":212,"workflow":227},1778699540907.7932,"kn7em67kj605a1dmpzttgf9yr186mj72","en",{"checks":20,"evaluatedAt":181,"extensionSummary":182,"features":183,"nonGoals":189,"promptVersionExtension":193,"promptVersionScoring":194,"purpose":195,"rationale":196,"score":197,"summary":198,"tags":199,"targetMarket":205,"tier":206,"useCases":207},[21,26,29,32,36,39,43,46,50,54,58,61,64,68,72,76,80,84,87,91,94,97,100,103,106,109,113,116,120,124,128,131,135,139,142,145,148,151,154,157,161,165,168,171,173,176,177,178,179,180],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly identifies managing software complexity as the core problem and names specific user pain points and triggers related to module design, API complexity, and abstraction evaluation.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers a structured framework (based on Ousterhout's principles) for managing complexity, which goes beyond standard LLM capabilities by providing deep analysis and actionable design guidance.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill provides a comprehensive framework for evaluating and improving software design principles, covering the complete lifecycle of design decisions, making it suitable for direct workflow integration.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses exclusively on software design philosophy and complexity management, aligning with its name and description without straying into unrelated domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description accurately reflects the skill's content, clearly states its purpose, and provides specific keywords and use cases for invocation.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Precise Purpose","The skill clearly defines its purpose (managing software complexity), names the artifact it operates on (software designs, modules, APIs), and provides specific triggers and explicit boundaries for its use.",{"category":40,"check":44,"severity":24,"summary":45},"Concise Frontmatter","The frontmatter is dense and self-contained, clearly summarizing the core capability and providing specific trigger phrases within a reasonable character limit.",{"category":47,"check":48,"severity":24,"summary":49},"Documentation","Concise Body","The SKILL.md body is well-structured with progressive disclosure via reference files, keeping the main instruction concise and under the typical token limit.",{"category":51,"check":52,"severity":24,"summary":53},"Context","Progressive Disclosure","Detailed explanations for each design principle are provided in separate reference files, linked from the main SKILL.md, facilitating progressive disclosure.",{"category":51,"check":55,"severity":56,"summary":57},"Forked exploration","not_applicable","The skill provides structured advice and analysis rather than engaging in deep, multi-file exploration or code review, so `context: fork` is not applicable.",{"category":22,"check":59,"severity":24,"summary":60},"Usage examples","The skill includes example prompts that clearly demonstrate input, invocation, and expected outcome for its core capabilities.",{"category":22,"check":62,"severity":24,"summary":63},"Edge cases","The skill addresses edge cases and limitations, such as the 'tactical tornado' and the difference between shallow/deep modules, providing context on when certain approaches fail.",{"category":65,"check":66,"severity":56,"summary":67},"Code Execution","Tool Fallback","This skill is purely advisory and does not rely on external tools or MCP servers, therefore fallback mechanisms are not applicable.",{"category":69,"check":70,"severity":56,"summary":71},"Safety","Halt on unexpected state","As an advisory skill, it does not perform state-changing operations or interact with a user's environment, making checks for unexpected state and halting irrelevant.",{"category":73,"check":74,"severity":24,"summary":75},"Portability","Cross-skill coupling","The skill is self-contained and provides advice on general software design principles, without relying on or implicitly coupling with other specific skills.",{"category":77,"check":78,"severity":24,"summary":79},"License","License usability","The license is MIT, a permissive open-source license, clearly declared in the bundled LICENSE file and consistent with the SPDX identifier.",{"category":81,"check":82,"severity":24,"summary":83},"Maintenance","Commit recency","The last commit was on April 27, 2026, which is within the last 90 days, indicating recent maintenance.",{"category":81,"check":85,"severity":56,"summary":86},"Dependency Management","The skill does not appear to use any third-party dependencies, so dependency management checks are not applicable.",{"category":88,"check":89,"severity":56,"summary":90},"Security","Secret Management","The skill does not handle secrets or sensitive information, making secret management checks not applicable.",{"category":88,"check":92,"severity":24,"summary":93},"Injection","The skill is purely text-based and advisory, not loading or executing external data, so it is not susceptible to injection vulnerabilities.",{"category":88,"check":95,"severity":24,"summary":96},"Transitive Supply-Chain Grenades","The skill does not fetch remote content or execute code, and all its advice is bundled within the SKILL.md, posing no risk of transitive supply-chain attacks.",{"category":88,"check":98,"severity":56,"summary":99},"Sandbox Isolation","This skill is advisory and does not interact with the file system or execute code, thus sandbox isolation is not relevant.",{"category":88,"check":101,"severity":56,"summary":102},"Sandbox escape primitives","The skill does not involve code execution or scripts, making sandbox escape primitives irrelevant.",{"category":88,"check":104,"severity":56,"summary":105},"Data Exfiltration","The skill is read-only and does not submit any data, making data exfiltration checks irrelevant.",{"category":88,"check":107,"severity":24,"summary":108},"Hidden Text Tricks","The bundled content (SKILL.md, references) is free of hidden-steering tricks, using clean ASCII and expected Unicode characters.",{"category":110,"check":111,"severity":56,"summary":112},"Hooks","Opaque code execution","The skill does not bundle or execute any scripts, so opaque code execution is not applicable.",{"category":73,"check":114,"severity":56,"summary":115},"Structural Assumption","The skill operates on design principles and text, making no assumptions about the user's project structure or file layout.",{"category":117,"check":118,"severity":24,"summary":119},"Trust","Issues Attention","There are 0 open and 0 closed issues in the last 90 days, indicating either a new/stable project or a low volume of issues, with no signs of neglect.",{"category":121,"check":122,"severity":24,"summary":123},"Versioning","Release Management","The skill has a meaningful semantic version (1.1.0) declared in the frontmatter, indicating clear versioning.",{"category":125,"check":126,"severity":56,"summary":127},"Execution","Validation","The skill does not execute code or process structured input/output in a way that requires validation libraries.",{"category":88,"check":129,"severity":56,"summary":130},"Unguarded Destructive Operations","The skill is purely advisory and performs no destructive operations, making this check not applicable.",{"category":132,"check":133,"severity":56,"summary":134},"Protocol","Idempotent retry & timeouts","The skill does not make remote calls or perform state-changing operations, rendering checks for idempotency, retries, and timeouts irrelevant.",{"category":136,"check":137,"severity":56,"summary":138},"Compliance","GDPR","The skill does not operate on or process any personal data, making GDPR compliance checks not applicable.",{"category":136,"check":140,"severity":24,"summary":141},"Target market","The skill provides general software design principles applicable globally, with no regional or jurisdictional logic detected; targetMarket is set to 'global'.",{"category":73,"check":143,"severity":56,"summary":144},"Runtime stability","The skill is text-based and does not bundle scripts or make assumptions about specific runtime environments (OS, shell, etc.).",{"category":47,"check":146,"severity":24,"summary":147},"README","The README file exists, is comprehensive, and clearly states the purpose and installation instructions for the skills.",{"category":33,"check":149,"severity":56,"summary":150},"Tool surface size","This is a single-tool extension (a skill), making the 'tool surface size' check not applicable.",{"category":40,"check":152,"severity":56,"summary":153},"Overlapping near-synonym tools","This skill operates as a single unit and does not expose multiple tools or commands, making checks for overlapping synonyms irrelevant.",{"category":47,"check":155,"severity":24,"summary":156},"Phantom features","All advertised capabilities within the SKILL.md and README are implemented as part of the comprehensive software design framework.",{"category":158,"check":159,"severity":24,"summary":160},"Install","Installation instruction","The README provides clear, copy-pasteable installation instructions for both Claude Code plugin marketplace and skills.sh, along with examples.",{"category":162,"check":163,"severity":56,"summary":164},"Errors","Actionable error messages","As an advisory skill, there are no user-facing error paths or execution failures to report actionable messages for.",{"category":125,"check":166,"severity":56,"summary":167},"Pinned dependencies","The skill does not bundle scripts or use third-party dependencies, so pinned dependencies are not applicable.",{"category":33,"check":169,"severity":56,"summary":170},"Dry-run preview","The skill is purely advisory and does not perform any state-changing operations, making dry-run previews irrelevant.",{"category":132,"check":133,"severity":56,"summary":172},"The skill is non-mutating and does not perform remote calls, so checks for idempotency, retries, and timeouts are not applicable.",{"category":136,"check":174,"severity":56,"summary":175},"Telemetry opt-in","The skill does not emit any telemetry, making telemetry opt-in checks irrelevant.",{"category":33,"check":44,"severity":24,"summary":45},{"category":51,"check":52,"severity":24,"summary":53},{"category":65,"check":66,"severity":56,"summary":67},{"category":69,"check":70,"severity":56,"summary":71},{"category":73,"check":74,"severity":24,"summary":75},1778699540796,"This skill provides a comprehensive framework for managing software complexity based on John Ousterhout's principles, covering concepts like deep vs. shallow modules, information hiding, strategic programming, and identifying complexity symptoms and causes.",[184,185,186,187,188],"Manages software complexity through deep modules","Explains information hiding and identifies leakage","Differentiates strategic vs. tactical programming","Provides a framework for evaluating module depth","Offers guidance on comments as design documentation",[190,191,192],"Providing specific code implementations for every language","Covering low-level code quality details (see clean-code skill)","Detailed guidance on architectural patterns (see clean-architecture skill)","3.0.0","4.4.0","Manage software complexity through deep modules, information hiding, and strategic programming by applying core design principles.","All checks passed with high quality. The skill is well-documented, focused, and production-ready.",98,"Excellent skill on software design philosophy, offering deep insights into complexity management.",[200,201,202,203,204],"software-design","complexity-management","programming-principles","architecture","clean-code","global","verified",[208,209,210,211],"Use when the user mentions 'module design', 'API too complex', or 'complexity budget'","Use when reviewing interface designs for simplicity or evaluating abstraction depth","Trigger when choosing between general-purpose and special-purpose approaches","Apply when refactoring code or advising on architecture decisions",{"codeQuality":213,"collectedAt":215,"documentation":216,"maintenance":219,"security":224,"testCoverage":226},{"hasLockfile":214},false,1778699527783,{"descriptionLength":217,"readmeSize":218},642,84906,{"closedIssues90d":8,"forks":220,"hasChangelog":214,"manifestVersion":221,"openIssues90d":8,"pushedAt":222,"stars":223},110,"1.1.0",1777303489000,953,{"hasNpmPackage":214,"license":225,"smitheryVerified":214},"MIT",{"hasCi":214,"hasTests":214},{"updatedAt":228},1778699540907,{"basePath":13,"githubOwner":230,"githubRepo":231,"locale":18,"slug":13,"type":232},"wondelai","skills","skill",{"_creationTime":234,"_id":235,"community":236,"display":237,"identity":241,"parentExtension":244,"providers":278,"relations":288,"tags":289,"workflow":290},1778698867338.2917,"k17bj16z8e1yp2wwfd2hxagjtd86m0fp",{"reviewCount":8},{"description":238,"installMethods":239,"name":240,"sourceUrl":14},"Product strategy and innovation frameworks including Jobs to Be Done (Clayton Christensen) for customer discovery and product design, plus tactical negotiation skills (Chris Voss)",{"claudeCode":231},"Wondel.ai Skills",{"basePath":242,"githubOwner":230,"githubRepo":231,"locale":18,"slug":231,"type":243},"","plugin",{"_creationTime":245,"_id":246,"community":247,"display":248,"identity":252,"providers":254,"relations":272,"tags":274,"workflow":275},1778698867338.2915,"k17b5xtbnc3ma310pdjq42f8w186m4n1",{"reviewCount":8},{"description":249,"installMethods":250,"name":251,"sourceUrl":14},"42 agent skills for product strategy, UX design, marketing, sales, motivation, conversion optimization, code quality, and systems architecture — based on bestselling books",{"claudeCode":12},"wondelai-skills",{"basePath":242,"githubOwner":230,"githubRepo":231,"locale":18,"slug":231,"type":253},"marketplace",{"evaluate":255,"extract":266},{"promptVersionExtension":256,"promptVersionScoring":194,"score":257,"tags":258,"targetMarket":205,"tier":206},"3.1.0",99,[253,259,260,261,262,263,264,265],"curation","business-strategy","product-development","ux-design","marketing","sales","code-quality",{"commitSha":267,"marketplace":268,"plugin":270},"HEAD",{"name":251,"pluginCount":269},1,{"mcpCount":8,"provider":271,"skillCount":8},"classify",{"repoId":273},"kd7aexggvp8qjwjtgjbetg0jch86mg5a",[260,265,259,263,253,261,264,262],{"evaluatedAt":276,"extractAt":277,"updatedAt":276},1778698884072,1778698867338,{"evaluate":279,"extract":285},{"promptVersionExtension":193,"promptVersionScoring":194,"score":197,"tags":280,"targetMarket":205,"tier":206},[281,282,200,283,284],"systems-architecture","distributed-systems","technical-books","knowledge-base",{"commitSha":267,"license":225,"plugin":286},{"mcpCount":8,"provider":271,"skillCount":287},43,{"parentExtensionId":246,"repoId":273},[282,284,200,281,283],{"evaluatedAt":291,"extractAt":277,"updatedAt":291},1778699016780,{"evaluate":293,"extract":295},{"promptVersionExtension":193,"promptVersionScoring":194,"score":197,"tags":294,"targetMarket":205,"tier":206},[200,201,202,203,204],{"commitSha":267},{"parentExtensionId":235,"repoId":273},{"_creationTime":298,"_id":273,"identity":299,"providers":300,"workflow":1244},1778698861437.7021,{"githubOwner":230,"githubRepo":231,"sourceUrl":14},{"classify":301,"discover":1227,"github":1230},{"commitSha":267,"extensions":302},[303,316,323,329,336,343,350,357,364,371,377,400,423,442,460,484,502,521,543,564,590,614,633,653,672,691,717,736,762,780,809,825,852,870,893,911,929,938,960,987,1006,1027,1046,1063,1082,1097,1114,1133,1151,1166,1189,1210],{"basePath":242,"description":249,"displayName":251,"installMethods":304,"rationale":305,"selectedPaths":306,"source":315,"sourceLanguage":18,"type":253},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[307,310,312],{"path":308,"priority":309},".claude-plugin/marketplace.json","mandatory",{"path":311,"priority":309},"README.md",{"path":313,"priority":314},"LICENSE","high","rule",{"basePath":242,"description":238,"displayName":317,"installMethods":318,"rationale":319,"selectedPaths":320,"source":315,"sourceLanguage":18,"type":243},"product-strategy",{"claudeCode":231},"inline plugin source from marketplace.json at /",[321,322],{"path":311,"priority":309},{"path":313,"priority":314},{"basePath":242,"description":324,"displayName":262,"installMethods":325,"rationale":319,"selectedPaths":326,"source":315,"sourceLanguage":18,"type":243},"UX and UI design skills including Refactoring UI, iOS HIG design, usability heuristics, habit-forming product design, behavior design for retention, web typography, award-winning top-design, and Don Norman's foundational design principles",{"claudeCode":231},[327,328],{"path":311,"priority":309},{"path":313,"priority":314},{"basePath":242,"description":330,"displayName":331,"installMethods":332,"rationale":319,"selectedPaths":333,"source":315,"sourceLanguage":18,"type":243},"Marketing and conversion optimization skills including CRO methodology, StoryBrand messaging, Scorecard Marketing lead generation, viral marketing (Contagious), and 1-Page Marketing Plan","marketing-cro",{"claudeCode":231},[334,335],{"path":311,"priority":309},{"path":313,"priority":314},{"basePath":242,"description":337,"displayName":338,"installMethods":339,"rationale":319,"selectedPaths":340,"source":315,"sourceLanguage":18,"type":243},"Sales, persuasion, and messaging skills including Cialdini's influence psychology, Aaron Ross's outbound sales methodology, Heath Brothers' sticky messaging, and Alex Hormozi's offer creation","sales-influence",{"claudeCode":231},[341,342],{"path":311,"priority":309},{"path":313,"priority":314},{"basePath":242,"description":344,"displayName":345,"installMethods":346,"rationale":319,"selectedPaths":347,"source":315,"sourceLanguage":18,"type":243},"Product innovation and validation frameworks including Lean Startup methodology, Google Ventures Design Sprint, and Don Norman's design principles","product-innovation",{"claudeCode":231},[348,349],{"path":311,"priority":309},{"path":313,"priority":314},{"basePath":242,"description":351,"displayName":352,"installMethods":353,"rationale":319,"selectedPaths":354,"source":315,"sourceLanguage":18,"type":243},"Business strategy and growth frameworks including Crossing the Chasm tech adoption, Blue Ocean Strategy value innovation, EOS business operating system, and Obviously Awesome positioning","strategy-growth",{"claudeCode":231},[355,356],{"path":311,"priority":309},{"path":313,"priority":314},{"basePath":242,"description":358,"displayName":359,"installMethods":360,"rationale":319,"selectedPaths":361,"source":315,"sourceLanguage":18,"type":243},"Team motivation and intrinsic drive framework based on Daniel Pink's Autonomy, Mastery, Purpose (AMP) principles for designing engaging products and teams","team-motivation",{"claudeCode":231},[362,363],{"path":311,"priority":309},{"path":313,"priority":314},{"basePath":242,"description":365,"displayName":366,"installMethods":367,"rationale":319,"selectedPaths":368,"source":315,"sourceLanguage":18,"type":243},"Code quality and software design skills including Clean Code (Robert C. Martin), Refactoring patterns (Martin Fowler), A Philosophy of Software Design (John Ousterhout), The Pragmatic Programmer (Hunt & Thomas), and Domain-Driven Design (Eric Evans)","code-craftsmanship",{"claudeCode":231},[369,370],{"path":311,"priority":309},{"path":313,"priority":314},{"basePath":242,"description":372,"displayName":281,"installMethods":373,"rationale":319,"selectedPaths":374,"source":315,"sourceLanguage":18,"type":243},"Systems architecture and distributed systems skills including Designing Data-Intensive Applications (Martin Kleppmann), System Design Interview (Alex Xu), Clean Architecture (Robert C. Martin), Release It! (Michael Nygard), and High Performance Browser Networking (Ilya Grigorik)",{"claudeCode":231},[375,376],{"path":311,"priority":309},{"path":313,"priority":314},{"basePath":378,"description":379,"displayName":378,"installMethods":380,"rationale":381,"selectedPaths":382,"source":315,"sourceLanguage":18,"type":232},"37signals-way","Build lean, opinionated products using the 37signals philosophy from Getting Real, Rework, and Shape Up. Use when the user mentions \"Getting Real\", \"Rework\", \"Shape Up\", \"37signals\", \"Basecamp method\", \"six-week cycles\", \"fixed time variable scope\", \"appetite vs estimates\", \"betting table\", \"breadboarding\", \"fat marker sketch\", \"build less\", \"underdo the competition\", or \"opinionated software\". Also trigger when cutting scope to ship faster, running small teams, avoiding long-term roadmaps, or eliminating meetings. Covers shaping, betting, building, and the art of saying no. For MVP validation, see lean-startup. For design sprints, see design-sprint.",{"claudeCode":12},"SKILL.md frontmatter at 37signals-way/SKILL.md",[383,385,388,390,392,394,396,398],{"path":384,"priority":309},"SKILL.md",{"path":386,"priority":387},"references/betting-cycles.md","medium",{"path":389,"priority":387},"references/build-less.md",{"path":391,"priority":387},"references/case-studies.md",{"path":393,"priority":387},"references/opinionated-software.md",{"path":395,"priority":387},"references/shaping-work.md",{"path":397,"priority":387},"references/small-teams-execution.md",{"path":399,"priority":387},"references/ux-ui-copy.md",{"basePath":401,"description":402,"displayName":401,"installMethods":403,"rationale":404,"selectedPaths":405,"source":315,"sourceLanguage":18,"type":232},"blue-ocean-strategy","Create uncontested market space using value innovation instead of competing head-to-head. Use when the user mentions \"blue ocean\", \"red ocean\", \"strategy canvas\", \"ERRC framework\", \"value innovation\", \"non-customers\", \"buyer utility map\", \"eliminate-reduce-raise-create\", or \"uncontested market\". Also trigger when comparing pricing strategies, exploring new market categories, finding underserved customer segments, or asking how to stop competing on price. Covers the Four Actions Framework, buyer utility map, and value-cost trade-offs. For tech adoption strategy, see crossing-the-chasm. For product positioning, see obviously-awesome.",{"claudeCode":12},"SKILL.md frontmatter at blue-ocean-strategy/SKILL.md",[406,407,409,411,413,415,417,419,421],{"path":384,"priority":309},{"path":408,"priority":387},"references/blue-ocean-examples.md",{"path":410,"priority":387},"references/errc-grid.md",{"path":412,"priority":387},"references/implementation.md",{"path":414,"priority":387},"references/non-customers.md",{"path":416,"priority":387},"references/sequence.md",{"path":418,"priority":387},"references/six-paths.md",{"path":420,"priority":387},"references/strategy-canvas.md",{"path":422,"priority":387},"references/value-innovation.md",{"basePath":424,"description":425,"displayName":424,"installMethods":426,"rationale":427,"selectedPaths":428,"source":315,"sourceLanguage":18,"type":232},"clean-architecture","Structure software around the Dependency Rule: source code dependencies point inward from frameworks to use cases to entities. Use when the user mentions \"architecture layers\", \"dependency rule\", \"ports and adapters\", \"hexagonal architecture\", \"use case boundary\", \"onion architecture\", \"screaming architecture\", or \"framework independence\". Also trigger when decoupling business logic from databases or frameworks, defining module boundaries, or debating where to put business rules. Covers component principles, boundaries, and SOLID. For code quality, see clean-code. For domain modeling, see domain-driven-design.",{"claudeCode":12},"SKILL.md frontmatter at clean-architecture/SKILL.md",[429,430,432,434,436,438,440],{"path":384,"priority":309},{"path":431,"priority":387},"references/adapters-frameworks.md",{"path":433,"priority":387},"references/boundaries.md",{"path":435,"priority":387},"references/component-principles.md",{"path":437,"priority":387},"references/dependency-rule.md",{"path":439,"priority":387},"references/entities-use-cases.md",{"path":441,"priority":387},"references/solid-principles.md",{"basePath":204,"description":443,"displayName":204,"installMethods":444,"rationale":445,"selectedPaths":446,"source":315,"sourceLanguage":18,"type":232},"Write readable, maintainable code through disciplined naming, small functions, and clean error handling. Use when the user mentions \"code review\", \"naming conventions\", \"function too long\", \"code smells\", \"readable code\", \"boy scout rule\", \"single responsibility\", or \"unit test quality\". Also trigger when reviewing pull requests for readability, refactoring messy functions, debating comment styles, or improving error handling patterns. Covers SRP, comment discipline, formatting, and unit testing. For refactoring techniques, see refactoring-patterns. For architecture, see clean-architecture.",{"claudeCode":12},"SKILL.md frontmatter at clean-code/SKILL.md",[447,448,450,452,454,456,458],{"path":384,"priority":309},{"path":449,"priority":387},"references/code-smells.md",{"path":451,"priority":387},"references/comments-formatting.md",{"path":453,"priority":387},"references/error-handling.md",{"path":455,"priority":387},"references/functions-and-methods.md",{"path":457,"priority":387},"references/naming-conventions.md",{"path":459,"priority":387},"references/testing-principles.md",{"basePath":461,"description":462,"displayName":461,"installMethods":463,"rationale":464,"selectedPaths":465,"source":315,"sourceLanguage":18,"type":232},"contagious","Engineer word-of-mouth and virality using the STEPPS framework (Social Currency, Triggers, Emotion, Public, Practical Value, Stories). Use when the user mentions \"go viral\", \"word of mouth\", \"shareable content\", \"social currency\", \"why people share\", \"viral loop\", \"referral program\", or \"organic growth\". Also trigger when designing shareable features, crafting social media campaigns, or building products that spread through peer recommendation. Covers environmental triggers and high-arousal emotional content. For sticky messaging, see made-to-stick. For persuasion tactics, see influence-psychology.",{"claudeCode":12},"SKILL.md frontmatter at contagious/SKILL.md",[466,467,468,470,472,474,476,478,480,482],{"path":384,"priority":309},{"path":391,"priority":387},{"path":469,"priority":387},"references/emotion.md",{"path":471,"priority":387},"references/practical-value.md",{"path":473,"priority":387},"references/public-visibility.md",{"path":475,"priority":387},"references/social-currency.md",{"path":477,"priority":387},"references/stories-trojan-horse.md",{"path":479,"priority":387},"references/triggers.md",{"path":481,"priority":387},"references/viral-content-patterns.md",{"path":483,"priority":387},"references/word-of-mouth.md",{"basePath":485,"description":486,"displayName":485,"installMethods":487,"rationale":488,"selectedPaths":489,"source":315,"sourceLanguage":18,"type":232},"continuous-discovery","Build a weekly cadence of customer touchpoints using Opportunity Solution Trees, assumption mapping, and interview snapshots. Use when the user mentions \"continuous discovery\", \"opportunity solution tree\", \"weekly interviews\", \"assumption testing\", \"discovery habits\", \"product trio\", or \"outcome-based roadmap\". Also trigger when setting up regular customer feedback loops, prioritizing which experiments to run, or connecting discovery insights to delivery work. Covers experience mapping, co-creation, and prioritizing opportunities. For interview technique, see mom-test. For team structure, see inspired-product.",{"claudeCode":12},"SKILL.md frontmatter at continuous-discovery/SKILL.md",[490,491,493,494,496,498,500],{"path":384,"priority":309},{"path":492,"priority":387},"references/assumption-mapping.md",{"path":391,"priority":387},{"path":495,"priority":387},"references/experience-mapping.md",{"path":497,"priority":387},"references/interview-snapshots.md",{"path":499,"priority":387},"references/opportunity-trees.md",{"path":501,"priority":387},"references/prioritization-methods.md",{"basePath":503,"description":504,"displayName":503,"installMethods":505,"rationale":506,"selectedPaths":507,"source":315,"sourceLanguage":18,"type":232},"cro-methodology","Audit websites and landing pages for conversion issues and design evidence-based A/B tests. Use when the user mentions \"landing page isnt converting\", \"conversion rate\", \"A/B test\", \"why visitors leave\", \"objection handling\", \"bounce rate\", \"split testing\", or \"conversion funnel\". Also trigger when diagnosing why signups are low, designing experiment hypotheses, or auditing checkout flows for friction points. Covers funnel mapping, persuasion assets, and objection/counter-objection frameworks. For overall marketing strategy, see one-page-marketing. For usability issues, see ux-heuristics.",{"claudeCode":12},"SKILL.md frontmatter at cro-methodology/SKILL.md",[508,509,511,513,515,517,519],{"path":384,"priority":309},{"path":510,"priority":387},"references/COPYWRITING.md",{"path":512,"priority":387},"references/OBJECTIONS.md",{"path":514,"priority":387},"references/PERSUASION.md",{"path":516,"priority":387},"references/RESEARCH.md",{"path":518,"priority":387},"references/funnel-analysis.md",{"path":520,"priority":387},"references/testing-methodology.md",{"basePath":522,"description":523,"displayName":522,"installMethods":524,"rationale":525,"selectedPaths":526,"source":315,"sourceLanguage":18,"type":232},"crossing-the-chasm","Navigate the technology adoption lifecycle from early adopters to mainstream market. Use when the user mentions \"crossing the chasm\", \"beachhead segment\", \"whole product\", \"early adopters vs. mainstream\", \"tech go-to-market\", \"bowling pin strategy\", \"technology adoption lifecycle\", or \"pragmatist buyers\". Also trigger when a startup has early traction but struggles to grow beyond initial users, or when planning go-to-market for technical products. Covers D-Day analogy, bowling-pin strategy, and positioning against incumbents. For product positioning, see obviously-awesome. For new market creation, see blue-ocean-strategy.",{"claudeCode":12},"SKILL.md frontmatter at crossing-the-chasm/SKILL.md",[527,528,530,532,534,535,537,539,541],{"path":384,"priority":309},{"path":529,"priority":387},"references/b2b-saas.md",{"path":531,"priority":387},"references/beachhead-selection.md",{"path":533,"priority":387},"references/buyer-segments.md",{"path":391,"priority":387},{"path":536,"priority":387},"references/expansion.md",{"path":538,"priority":387},"references/go-to-market.md",{"path":540,"priority":387},"references/positioning.md",{"path":542,"priority":387},"references/whole-product.md",{"basePath":544,"description":545,"displayName":544,"installMethods":546,"rationale":547,"selectedPaths":548,"source":315,"sourceLanguage":18,"type":232},"ddia-systems","Design data systems by understanding storage engines, replication, partitioning, transactions, and consistency models. Use when the user mentions \"database choice\", \"replication lag\", \"partitioning strategy\", \"consistency vs availability\", \"stream processing\", \"ACID transactions\", \"eventual consistency\", or \"LSM tree vs B-tree\". Also trigger when choosing between SQL and NoSQL, designing data pipelines, or debugging distributed system consistency issues. Covers data models, batch/stream processing, and distributed consensus. For system design, see system-design. For resilience, see release-it.",{"claudeCode":12},"SKILL.md frontmatter at ddia-systems/SKILL.md",[549,550,552,554,556,558,560,562],{"path":384,"priority":309},{"path":551,"priority":387},"references/batch-stream.md",{"path":553,"priority":387},"references/data-models.md",{"path":555,"priority":387},"references/fault-tolerance.md",{"path":557,"priority":387},"references/partitioning.md",{"path":559,"priority":387},"references/replication.md",{"path":561,"priority":387},"references/storage-engines.md",{"path":563,"priority":387},"references/transactions.md",{"basePath":565,"description":566,"displayName":565,"installMethods":567,"rationale":568,"selectedPaths":569,"source":315,"sourceLanguage":18,"type":232},"design-everyday-things","Apply foundational design principles: affordances, signifiers, constraints, feedback, and conceptual models. Use when the user mentions \"why is this confusing\", \"affordance\", \"error prevention\", \"discoverability\", \"human-centered design\", \"fault tolerance\", \"mental model\", \"mapping\", or \"seven stages of action\". Also trigger when diagnosing why users make mistakes, reducing product complexity, or improving error messages and feedback systems. Covers the gulfs of execution and evaluation. For usability scoring, see ux-heuristics. For iOS-specific patterns, see ios-hig-design.",{"claudeCode":12},"SKILL.md frontmatter at design-everyday-things/SKILL.md",[570,571,573,574,576,578,580,582,584,586,588],{"path":384,"priority":309},{"path":572,"priority":387},"references/affordances.md",{"path":391,"priority":387},{"path":575,"priority":387},"references/conceptual-models.md",{"path":577,"priority":387},"references/constraints.md",{"path":579,"priority":387},"references/feedback.md",{"path":581,"priority":387},"references/human-error.md",{"path":583,"priority":387},"references/mappings.md",{"path":585,"priority":387},"references/seven-stages.md",{"path":587,"priority":387},"references/signifiers.md",{"path":589,"priority":387},"references/two-gulfs.md",{"basePath":591,"description":592,"displayName":591,"installMethods":593,"rationale":594,"selectedPaths":595,"source":315,"sourceLanguage":18,"type":232},"design-sprint","Run a structured 5-day process to prototype, test, and validate product ideas with real users. Use when the user mentions \"design sprint\", \"validate in a week\", \"rapid prototype\", \"test with users\", \"de-risk before building\", \"GV sprint\", \"prototype testing\", or \"design workshop\". Also trigger when a team needs to make a critical product decision quickly, resolve stakeholder disagreements, or test risky ideas before investing in development. Covers mapping, sketching, deciding, prototyping, and testing. For ongoing experimentation, see lean-startup. For customer job analysis, see jobs-to-be-done.",{"claudeCode":12},"SKILL.md frontmatter at design-sprint/SKILL.md",[596,597,598,600,602,604,606,608,610,612],{"path":384,"priority":309},{"path":391,"priority":387},{"path":599,"priority":387},"references/facilitation.md",{"path":601,"priority":387},"references/friday.md",{"path":603,"priority":387},"references/monday.md",{"path":605,"priority":387},"references/recruiting.md",{"path":607,"priority":387},"references/remote-sprints.md",{"path":609,"priority":387},"references/thursday.md",{"path":611,"priority":387},"references/tuesday.md",{"path":613,"priority":387},"references/wednesday.md",{"basePath":615,"description":616,"displayName":615,"installMethods":617,"rationale":618,"selectedPaths":619,"source":315,"sourceLanguage":18,"type":232},"domain-driven-design","Model software around the business domain using bounded contexts, aggregates, and ubiquitous language. Use when the user mentions \"domain modeling\", \"bounded context\", \"aggregate root\", \"ubiquitous language\", \"anti-corruption layer\", \"context mapping\", \"domain events\", or \"strategic design\". Also trigger when splitting a monolith into services, defining microservice boundaries, or aligning code structure with business processes. Covers entities vs value objects, domain events, and context mapping strategies. For architecture layers, see clean-architecture. For complexity, see software-design-philosophy.",{"claudeCode":12},"SKILL.md frontmatter at domain-driven-design/SKILL.md",[620,621,623,625,627,629,631],{"path":384,"priority":309},{"path":622,"priority":387},"references/bounded-contexts.md",{"path":624,"priority":387},"references/building-blocks.md",{"path":626,"priority":387},"references/domain-events.md",{"path":628,"priority":387},"references/repositories-factories.md",{"path":630,"priority":387},"references/strategic-design.md",{"path":632,"priority":387},"references/ubiquitous-language.md",{"basePath":634,"description":635,"displayName":634,"installMethods":636,"rationale":637,"selectedPaths":638,"source":315,"sourceLanguage":18,"type":232},"drive-motivation","Design motivation systems using Autonomy, Mastery, and Purpose (AMP) for products and teams. Use when the user mentions \"intrinsic motivation\", \"gamification isnt working\", \"team incentives\", \"autonomy\", \"mastery\", \"purpose-driven\", \"employee engagement\", or \"reward systems\". Also trigger when designing onboarding progression systems, fixing broken gamification, or building team structures that sustain high performance. Covers why carrot-and-stick fails and how to build progress systems. For habit-forming product loops, see hooked-ux. For retention behavior design, see improve-retention.",{"claudeCode":12},"SKILL.md frontmatter at drive-motivation/SKILL.md",[639,640,642,644,645,647,649,651],{"path":384,"priority":309},{"path":641,"priority":387},"references/applications.md",{"path":643,"priority":387},"references/autonomy.md",{"path":391,"priority":387},{"path":646,"priority":387},"references/extrinsic-rewards.md",{"path":648,"priority":387},"references/mastery.md",{"path":650,"priority":387},"references/purpose.md",{"path":652,"priority":387},"references/type-i.md",{"basePath":654,"description":655,"displayName":654,"installMethods":656,"rationale":657,"selectedPaths":658,"source":315,"sourceLanguage":18,"type":232},"high-perf-browser","Optimize web performance through network protocols, resource loading, and browser rendering internals. Use when the user mentions \"page load speed\", \"Core Web Vitals\", \"HTTP/2\", \"resource hints\", \"network latency\", \"render blocking\", \"TCP optimization\", \"service worker\", or \"critical rendering path\". Also trigger when diagnosing slow page loads, optimizing time to first byte, choosing between WebSocket and SSE, or reducing bundle sizes. Covers TCP/TLS optimization, caching strategies, WebSocket/SSE, and protocol selection. For UI visual performance, see refactoring-ui. For font loading, see web-typography.",{"claudeCode":12},"SKILL.md frontmatter at high-perf-browser/SKILL.md",[659,660,662,664,666,668,670],{"path":384,"priority":309},{"path":661,"priority":387},"references/caching-strategies.md",{"path":663,"priority":387},"references/core-web-vitals.md",{"path":665,"priority":387},"references/http-protocols.md",{"path":667,"priority":387},"references/network-fundamentals.md",{"path":669,"priority":387},"references/real-time-communication.md",{"path":671,"priority":387},"references/resource-loading.md",{"basePath":673,"description":674,"displayName":673,"installMethods":675,"rationale":676,"selectedPaths":677,"source":315,"sourceLanguage":18,"type":232},"hooked-ux","Design habit-forming product loops using the Hook Model (Trigger, Action, Variable Reward, Investment). Use when the user mentions \"users arent coming back\", \"engagement loops\", \"habit formation\", \"push notifications\", \"variable rewards\", \"daily active users\", \"habit zone\", or \"user retention loops\". Also trigger when designing notification strategies, building streaks or progress systems, or analyzing why users stop using a product after initial signup. Covers ethics evaluation and onboarding for habits. For friction reduction and B=MAP, see improve-retention. For viral sharing, see contagious.",{"claudeCode":12},"SKILL.md frontmatter at hooked-ux/SKILL.md",[678,679,680,682,684,686,688,690],{"path":384,"priority":309},{"path":391,"priority":387},{"path":681,"priority":387},"references/ethical-boundaries.md",{"path":683,"priority":387},"references/habit-testing.md",{"path":685,"priority":387},"references/neuroscience-foundations.md",{"path":687,"priority":387},"references/product-applications.md",{"path":689,"priority":387},"references/rewards.md",{"path":479,"priority":387},{"basePath":692,"description":693,"displayName":692,"installMethods":694,"rationale":695,"selectedPaths":696,"source":315,"sourceLanguage":18,"type":232},"hundred-million-offers","Create irresistible offers using the Value Equation, bonus stacking, risk-reversing guarantees, and ethical scarcity. Use when the user mentions \"pricing strategy\", \"irresistible offer\", \"bonuses and guarantees\", \"value-to-price ratio\", \"offer naming\", \"grand slam offer\", \"guarantee strategy\", or \"premium pricing justification\". Also trigger when packaging products for higher perceived value, designing money-back guarantees, or structuring pricing tiers to maximize conversions. Covers the MAGIC naming formula and starving-crowd targeting. For product positioning, see obviously-awesome. For outbound sales, see predictable-revenue.",{"claudeCode":12},"SKILL.md frontmatter at hundred-million-offers/SKILL.md",[697,698,700,701,703,705,707,709,711,713,715],{"path":384,"priority":309},{"path":699,"priority":387},"references/bonuses-stacking.md",{"path":391,"priority":387},{"path":702,"priority":387},"references/grand-slam-offers.md",{"path":704,"priority":387},"references/guarantees.md",{"path":706,"priority":387},"references/naming-offers.md",{"path":708,"priority":387},"references/offer-creation-checklist.md",{"path":710,"priority":387},"references/pricing-strategy.md",{"path":712,"priority":387},"references/scarcity-urgency.md",{"path":714,"priority":387},"references/starving-crowd.md",{"path":716,"priority":387},"references/value-equation.md",{"basePath":718,"description":719,"displayName":718,"installMethods":720,"rationale":721,"selectedPaths":722,"source":315,"sourceLanguage":18,"type":232},"improve-retention","Diagnose and fix retention problems using behavior design (B=MAP). Use when the user mentions \"users drop off\", \"activation rate\", \"onboarding friction\", \"retention metrics\", \"why users dont complete\", \"churn analysis\", \"user activation\", or \"aha moment\". Also trigger when analyzing cohort retention curves, designing activation milestones, reducing time-to-value for new users, or investigating why users stop after their first session. Covers the Ability Chain, prompt design, and tiny behaviors that compound. For habit loops and variable rewards, see hooked-ux. For intrinsic motivation, see drive-motivation.",{"claudeCode":12},"SKILL.md frontmatter at improve-retention/SKILL.md",[723,724,726,728,729,731,732,734],{"path":384,"priority":309},{"path":725,"priority":387},"references/ability-chain.md",{"path":727,"priority":387},"references/behavior-model.md",{"path":391,"priority":387},{"path":730,"priority":387},"references/motivation-waves.md",{"path":687,"priority":387},{"path":733,"priority":387},"references/prompt-design.md",{"path":735,"priority":387},"references/tiny-habits.md",{"basePath":737,"description":738,"displayName":737,"installMethods":739,"rationale":740,"selectedPaths":741,"source":315,"sourceLanguage":18,"type":232},"influence-psychology","Apply the six principles of ethical persuasion (reciprocity, commitment, social proof, authority, liking, scarcity) to product design, copy, and sales. Use when the user mentions \"social proof\", \"persuasive copy\", \"why users dont convert\", \"ethical persuasion\", \"reciprocity\", \"scarcity tactics\", or \"commitment and consistency\". Also trigger when designing testimonial sections, crafting urgency messaging, or improving trust signals on landing pages. For deal negotiation tactics, see negotiation. For viral word-of-mouth, see contagious.",{"claudeCode":12},"SKILL.md frontmatter at influence-psychology/SKILL.md",[742,743,745,746,748,750,752,754,756,758,760],{"path":384,"priority":309},{"path":744,"priority":387},"references/authority.md",{"path":391,"priority":387},{"path":747,"priority":387},"references/commitment-consistency.md",{"path":749,"priority":387},"references/copywriting.md",{"path":751,"priority":387},"references/ethics.md",{"path":753,"priority":387},"references/liking.md",{"path":755,"priority":387},"references/reciprocity.md",{"path":757,"priority":387},"references/scarcity.md",{"path":759,"priority":387},"references/social-proof.md",{"path":761,"priority":387},"references/unity.md",{"basePath":763,"description":764,"displayName":763,"installMethods":765,"rationale":766,"selectedPaths":767,"source":315,"sourceLanguage":18,"type":232},"inspired-product","Build empowered product teams using discovery and delivery dual-track. Use when the user mentions \"product discovery\", \"empowered teams\", \"feature factory\", \"product roadmap\", \"opportunity assessment\", \"product vision\", \"product-led growth\", or \"discovery vs delivery\". Also trigger when restructuring product teams away from output-driven models, setting product strategy, or defining what to build next based on outcomes. Covers product discovery techniques, team structure, and continuous value delivery. For customer interviews, see mom-test. For ongoing discovery systems, see continuous-discovery.",{"claudeCode":12},"SKILL.md frontmatter at inspired-product/SKILL.md",[768,769,770,772,774,776,778],{"path":384,"priority":309},{"path":391,"priority":387},{"path":771,"priority":387},"references/discovery-techniques.md",{"path":773,"priority":387},"references/empowered-teams.md",{"path":775,"priority":387},"references/opportunity-assessment.md",{"path":777,"priority":387},"references/product-vision.md",{"path":779,"priority":387},"references/stakeholder-management.md",{"basePath":781,"description":782,"displayName":781,"installMethods":783,"rationale":784,"selectedPaths":785,"source":315,"sourceLanguage":18,"type":232},"ios-hig-design","Design native iOS interfaces following Apple Human Interface Guidelines. Use when the user mentions \"iPhone app\", \"iPad layout\", \"SwiftUI\", \"UIKit\", \"Dynamic Island\", \"safe areas\", \"HIG compliance\", \"SF Symbols\", \"haptic feedback\", or \"iOS accessibility\". Also trigger when building tab bars, navigation stacks, sheets, or modals for iOS, implementing dark mode, or adapting layouts for different screen sizes. Covers navigation patterns, accessibility, SF Symbols, and platform conventions. For general UI polish, see refactoring-ui. For affordance design, see design-everyday-things.",{"claudeCode":12},"SKILL.md frontmatter at ios-hig-design/SKILL.md",[786,787,789,791,793,795,797,799,801,803,805,807],{"path":384,"priority":309},{"path":788,"priority":387},"references/accessibility.md",{"path":790,"priority":387},"references/app-icons.md",{"path":792,"priority":387},"references/colors-depth.md",{"path":794,"priority":387},"references/components.md",{"path":796,"priority":387},"references/gestures.md",{"path":798,"priority":387},"references/keyboard-input.md",{"path":800,"priority":387},"references/navigation.md",{"path":802,"priority":387},"references/privacy-permissions.md",{"path":804,"priority":387},"references/system-integration.md",{"path":806,"priority":387},"references/typography.md",{"path":808,"priority":387},"references/widgets-extensions.md",{"basePath":810,"description":811,"displayName":810,"installMethods":812,"rationale":813,"selectedPaths":814,"source":315,"sourceLanguage":18,"type":232},"jobs-to-be-done","Discover what customers truly need by analyzing the \"job\" they hire your product to do. Use when the user mentions \"customer discovery\", \"why customers churn\", \"what job does this solve\", \"competing against luck\", \"product-market fit\", \"switching behavior\", \"milkshake moment\", or \"functional vs emotional jobs\". Also trigger when investigating why users choose competitors, designing features around real customer needs, or reframing product value propositions. Covers JTBD interviews, competition analysis, and jobs-oriented roadmaps. For product positioning, see obviously-awesome. For rapid validation, see design-sprint.",{"claudeCode":12},"SKILL.md frontmatter at jobs-to-be-done/SKILL.md",[815,816,817,819,821,823],{"path":384,"priority":309},{"path":391,"priority":387},{"path":818,"priority":387},"references/competitive-strategy.md",{"path":820,"priority":387},"references/diagnostics.md",{"path":822,"priority":387},"references/innovation-process.md",{"path":824,"priority":387},"references/organizational-change.md",{"basePath":826,"description":827,"displayName":826,"installMethods":828,"rationale":829,"selectedPaths":830,"source":315,"sourceLanguage":18,"type":232},"lean-startup","Design MVPs, validated learning experiments, and pivot-or-persevere decisions using Build-Measure-Learn. Use when the user mentions \"MVP scope\", \"validated learning\", \"pivot or persevere\", \"vanity metrics\", \"test assumptions\", \"innovation accounting\", \"build-measure-learn\", or \"minimum viable experiment\". Also trigger when deciding what to include in a first version, measuring startup progress, or evaluating whether to change direction on a product bet. Covers innovation accounting and actionable metrics. For 5-day prototype testing, see design-sprint. For customer motivation analysis, see jobs-to-be-done.",{"claudeCode":12},"SKILL.md frontmatter at lean-startup/SKILL.md",[831,832,833,835,837,838,840,842,844,846,848,850],{"path":384,"priority":309},{"path":641,"priority":387},{"path":834,"priority":387},"references/assumptions.md",{"path":836,"priority":387},"references/build-measure-learn.md",{"path":391,"priority":387},{"path":839,"priority":387},"references/five-whys.md",{"path":841,"priority":387},"references/growth-engines.md",{"path":843,"priority":387},"references/innovation-accounting.md",{"path":845,"priority":387},"references/metrics.md",{"path":847,"priority":387},"references/mvp-design.md",{"path":849,"priority":387},"references/pivots.md",{"path":851,"priority":387},"references/small-batches.md",{"basePath":853,"description":854,"displayName":853,"installMethods":855,"rationale":856,"selectedPaths":857,"source":315,"sourceLanguage":18,"type":232},"lean-ux","Apply lean thinking to UX: hypothesis-driven design, collaborative sketching, and rapid experiments instead of heavy deliverables. Use when the user mentions \"Lean UX\", \"design hypothesis\", \"UX experiment\", \"collaborative design\", \"outcome over output\", \"design studio method\", \"assumption mapping\", or \"lightweight research\". Also trigger when reducing design documentation overhead, getting cross-functional teams to co-design, or running fast usability experiments. Covers hypothesis statements, MVPs for UX, and cross-functional collaboration. For Build-Measure-Learn, see lean-startup. For usability audits, see ux-heuristics.",{"claudeCode":12},"SKILL.md frontmatter at lean-ux/SKILL.md",[858,859,861,862,864,866,868],{"path":384,"priority":309},{"path":860,"priority":387},"references/agile-integration.md",{"path":391,"priority":387},{"path":863,"priority":387},"references/collaborative-design.md",{"path":865,"priority":387},"references/experiment-patterns.md",{"path":867,"priority":387},"references/hypothesis-canvas.md",{"path":869,"priority":387},"references/outcome-metrics.md",{"basePath":871,"description":872,"displayName":871,"installMethods":873,"rationale":874,"selectedPaths":875,"source":315,"sourceLanguage":18,"type":232},"made-to-stick","Craft messages that are understood, remembered, and drive action using the SUCCESs checklist (Simple, Unexpected, Concrete, Credible, Emotional, Stories). Use when the user mentions \"make it memorable\", \"sticky messaging\", \"tagline\", \"value proposition\", \"why the message isnt landing\", \"knowledge curse\", \"surprise gap\", or \"concrete language\". Also trigger when writing pitch decks, simplifying complex product explanations, or making presentations more compelling and memorable. For narrative brand frameworks, see storybrand-messaging. For viral sharing, see contagious.",{"claudeCode":12},"SKILL.md frontmatter at made-to-stick/SKILL.md",[876,877,878,879,881,883,885,887,889,891],{"path":384,"priority":309},{"path":641,"priority":387},{"path":391,"priority":387},{"path":880,"priority":387},"references/concrete.md",{"path":882,"priority":387},"references/credible.md",{"path":884,"priority":387},"references/curse-of-knowledge.md",{"path":886,"priority":387},"references/emotional.md",{"path":888,"priority":387},"references/simple.md",{"path":890,"priority":387},"references/stories.md",{"path":892,"priority":387},"references/unexpected.md",{"basePath":894,"description":895,"displayName":894,"installMethods":896,"rationale":897,"selectedPaths":898,"source":315,"sourceLanguage":18,"type":232},"microinteractions","Design the small details -- triggers, rules, feedback, loops and modes -- that separate good products from great ones. Use when the user mentions \"microinteraction\", \"button feedback\", \"loading state\", \"toggle design\", \"animation detail\", \"interaction polish\", \"state transitions\", or \"input feedback\". Also trigger when designing form validation responses, progress indicators, confirmation dialogs, or any UI element where the user expects immediate feedback. Covers trigger design, state rules, feedback mechanisms, and progressive loops. For overall UI polish, see refactoring-ui. For affordance design, see design-everyday-things.",{"claudeCode":12},"SKILL.md frontmatter at microinteractions/SKILL.md",[899,900,901,903,905,907,909],{"path":384,"priority":309},{"path":391,"priority":387},{"path":902,"priority":387},"references/feedback-patterns.md",{"path":904,"priority":387},"references/loops-modes.md",{"path":906,"priority":387},"references/rules-and-state.md",{"path":908,"priority":387},"references/signature-moments.md",{"path":910,"priority":387},"references/trigger-design.md",{"basePath":912,"description":913,"displayName":912,"installMethods":914,"rationale":915,"selectedPaths":916,"source":315,"sourceLanguage":18,"type":232},"mom-test","Talk to customers without leading them using Mom Test rules: discuss their life not your idea, ask about specifics in the past, and talk less. Use when the user mentions \"customer interviews\", \"validate my idea\", \"users say they want it but dont buy\", \"leading questions\", \"The Mom Test\", \"customer feedback bias\", or \"interview script\". Also trigger when preparing user research questions, interpreting ambiguous customer feedback, or designing customer discovery processes that avoid false positives. Covers commitment and advancement, avoiding compliments, and extracting signal from noise. For product-market fit, see jobs-to-be-done. For rapid prototype testing, see design-sprint.",{"claudeCode":12},"SKILL.md frontmatter at mom-test/SKILL.md",[917,918,920,921,923,925,927],{"path":384,"priority":309},{"path":919,"priority":387},"references/avoiding-bad-data.md",{"path":391,"priority":387},{"path":922,"priority":387},"references/commitment-advancement.md",{"path":924,"priority":387},"references/finding-conversations.md",{"path":926,"priority":387},"references/processing-learning.md",{"path":928,"priority":387},"references/question-patterns.md",{"basePath":930,"description":931,"displayName":930,"installMethods":932,"rationale":933,"selectedPaths":934,"source":315,"sourceLanguage":18,"type":232},"negotiation","Prepare and execute negotiations using tactical empathy, calibrated questions, and the Ackerman method. Use when the user mentions \"salary negotiation\", \"contract terms\", \"handling objections\", \"mirroring and labeling\", \"difficult conversation\", \"deal terms\", \"BATNA\", or \"anchoring\". Also trigger when preparing for vendor negotiations, resolving pricing disputes, or navigating high-stakes conversations where both parties need to feel heard. Covers accusation audits, Black Swan discovery, and the \"Thats Right\" technique. For persuasion in product/marketing, see influence-psychology.",{"claudeCode":12},"SKILL.md frontmatter at negotiation/SKILL.md",[935,936],{"path":384,"priority":309},{"path":937,"priority":387},"references/techniques.md",{"basePath":939,"description":940,"displayName":939,"installMethods":941,"rationale":942,"selectedPaths":943,"source":315,"sourceLanguage":18,"type":232},"obviously-awesome","Define product positioning by mapping competitive alternatives, unique attributes, and best-fit customers to the right market category. Use when the user mentions \"positioning\", \"competitive alternatives\", \"how to position\", \"market category\", \"why customers dont get it\", \"positioning canvas\", \"repositioning\", or \"category creation\". Also trigger when launching a new product, entering a crowded market, or diagnosing why prospects dont understand the products value. Covers positioning canvas and team workshops. For customer jobs analysis, see jobs-to-be-done. For go-to-market, see crossing-the-chasm.",{"claudeCode":12},"SKILL.md frontmatter at obviously-awesome/SKILL.md",[944,945,946,948,950,952,954,956,958],{"path":384,"priority":309},{"path":391,"priority":387},{"path":947,"priority":387},"references/competitive-alternatives.md",{"path":949,"priority":387},"references/market-category.md",{"path":951,"priority":387},"references/positioning-canvas.md",{"path":953,"priority":387},"references/target-customers.md",{"path":955,"priority":387},"references/team-exercise.md",{"path":957,"priority":387},"references/unique-attributes.md",{"path":959,"priority":387},"references/value-mapping.md",{"basePath":961,"description":962,"displayName":961,"installMethods":963,"rationale":964,"selectedPaths":965,"source":315,"sourceLanguage":18,"type":232},"one-page-marketing","Build a complete marketing plan covering the full customer journey from stranger to raving fan. Use when the user mentions \"marketing plan\", \"target market\", \"USP\", \"lead nurture\", \"customer lifetime value\", \"referral program\", \"marketing strategy\", or \"PVP Index\". Also trigger when building a marketing plan from scratch, choosing acquisition channels, or designing end-to-end customer lifecycle campaigns. Covers the PVP Index, channel selection, and advocacy systems. For brand messaging, see storybrand-messaging. For conversion optimization, see cro-methodology.",{"claudeCode":12},"SKILL.md frontmatter at one-page-marketing/SKILL.md",[966,967,969,971,973,975,977,979,981,983,985],{"path":384,"priority":309},{"path":968,"priority":387},"references/advertising-media.md",{"path":970,"priority":387},"references/capture-leads.md",{"path":972,"priority":387},"references/craft-message.md",{"path":974,"priority":387},"references/customer-experience.md",{"path":976,"priority":387},"references/lifetime-value.md",{"path":978,"priority":387},"references/nurture-leads.md",{"path":980,"priority":387},"references/one-page-plan-template.md",{"path":982,"priority":387},"references/referral-systems.md",{"path":984,"priority":387},"references/sales-conversion.md",{"path":986,"priority":387},"references/target-market.md",{"basePath":988,"description":989,"displayName":988,"installMethods":990,"rationale":991,"selectedPaths":992,"source":315,"sourceLanguage":18,"type":232},"pragmatic-programmer","Apply meta-principles of software craftsmanship: DRY, orthogonality, tracer bullets, and design by contract. Use when the user mentions \"best practices\", \"pragmatic approach\", \"broken windows\", \"tracer bullet\", \"software craftsmanship\", \"technical debt prevention\", \"prototype vs tracer bullet\", or \"code ownership\". Also trigger when evaluating build-vs-buy decisions, designing estimation approaches, or choosing between reversible and irreversible architectural decisions. Covers estimation, domain languages, and reversibility. For code-level quality, see clean-code. For refactoring techniques, see refactoring-patterns.",{"claudeCode":12},"SKILL.md frontmatter at pragmatic-programmer/SKILL.md",[993,994,996,998,1000,1002,1004],{"path":384,"priority":309},{"path":995,"priority":387},"references/broken-windows.md",{"path":997,"priority":387},"references/contracts-assertions.md",{"path":999,"priority":387},"references/dry-orthogonality.md",{"path":1001,"priority":387},"references/estimation-portfolio.md",{"path":1003,"priority":387},"references/reversibility.md",{"path":1005,"priority":387},"references/tracer-bullets.md",{"basePath":1007,"description":1008,"displayName":1007,"installMethods":1009,"rationale":1010,"selectedPaths":1011,"source":315,"sourceLanguage":18,"type":232},"predictable-revenue","Build a scalable outbound B2B sales process with specialized roles (SDR, AE, CSM). Use when the user mentions \"outbound sales\", \"Cold Calling 2.0\", \"prospecting emails\", \"sales pipeline\", \"SDR process\", \"B2B SaaS sales\", \"sales development\", or \"pipeline velocity\". Also trigger when setting up a sales team from scratch, designing cold email sequences, or building qualification frameworks to improve close rates. Covers lead generation, qualification frameworks, and separating prospecting from closing. For offer design, see hundred-million-offers. For persuasion science, see influence-psychology.",{"claudeCode":12},"SKILL.md frontmatter at predictable-revenue/SKILL.md",[1012,1013,1014,1016,1018,1019,1021,1023,1025],{"path":384,"priority":309},{"path":391,"priority":387},{"path":1015,"priority":387},"references/cold-calling-2.md",{"path":1017,"priority":387},"references/lead-types.md",{"path":845,"priority":387},{"path":1020,"priority":387},"references/pipeline-math.md",{"path":1022,"priority":387},"references/qualification.md",{"path":1024,"priority":387},"references/roles.md",{"path":1026,"priority":387},"references/team-building.md",{"basePath":1028,"description":1029,"displayName":1028,"installMethods":1030,"rationale":1031,"selectedPaths":1032,"source":315,"sourceLanguage":18,"type":232},"refactoring-patterns","Apply named refactoring transformations to improve code structure without changing behavior. Use when the user mentions \"refactor this\", \"code smells\", \"extract method\", \"replace conditional\", \"technical debt\", \"move method\", \"inline variable\", or \"decompose conditional\". Also trigger when cleaning up legacy code, preparing code for new features by restructuring, or identifying which transformation to apply to a specific code smell. Covers smell-driven refactoring, safe transformation sequences, and testing guards. For code quality foundations, see clean-code. For managing complexity, see software-design-philosophy.",{"claudeCode":12},"SKILL.md frontmatter at refactoring-patterns/SKILL.md",[1033,1034,1036,1038,1040,1042,1044],{"path":384,"priority":309},{"path":1035,"priority":387},"references/composing-methods.md",{"path":1037,"priority":387},"references/moving-features.md",{"path":1039,"priority":387},"references/organizing-data.md",{"path":1041,"priority":387},"references/refactoring-workflow.md",{"path":1043,"priority":387},"references/simplifying-conditionals.md",{"path":1045,"priority":387},"references/smell-catalog.md",{"basePath":1047,"description":1048,"displayName":1047,"installMethods":1049,"rationale":1050,"selectedPaths":1051,"source":315,"sourceLanguage":18,"type":232},"refactoring-ui","Audit and fix visual hierarchy, spacing, color, and depth in web UIs. Use when the user mentions \"my UI looks off\", \"fix the design\", \"Tailwind styling\", \"color palette\", \"visual hierarchy\", \"design system\", \"spacing scale\", or \"component styling\". Also trigger when building consistent design tokens, creating dark mode themes, improving data visualization clarity, or polishing UI details before launch. Covers grayscale-first workflow, constrained design scales, shadows, and component styling. For typeface selection, see web-typography. For usability audits, see ux-heuristics.",{"claudeCode":12},"SKILL.md frontmatter at refactoring-ui/SKILL.md",[1052,1053,1055,1057,1059,1061],{"path":384,"priority":309},{"path":1054,"priority":387},"references/accessibility-depth.md",{"path":1056,"priority":387},"references/advanced-patterns.md",{"path":1058,"priority":387},"references/animation-microinteractions.md",{"path":1060,"priority":387},"references/data-visualization.md",{"path":1062,"priority":387},"references/theming-dark-mode.md",{"basePath":1064,"description":1065,"displayName":1064,"installMethods":1066,"rationale":1067,"selectedPaths":1068,"source":315,"sourceLanguage":18,"type":232},"release-it","Build production-ready systems with stability patterns: circuit breakers, bulkheads, timeouts, and retry logic. Use when the user mentions \"production outage\", \"circuit breaker\", \"timeout strategy\", \"deployment pipeline\", \"chaos engineering\", \"bulkhead pattern\", \"retry with backoff\", or \"health checks\". Also trigger when designing resilient microservices, planning zero-downtime deployments, or investigating cascading failure scenarios. Covers capacity planning, health checks, and anti-fragility patterns. For data systems, see ddia-systems. For system architecture, see system-design.",{"claudeCode":12},"SKILL.md frontmatter at release-it/SKILL.md",[1069,1070,1072,1074,1076,1078,1080],{"path":384,"priority":309},{"path":1071,"priority":387},"references/anti-patterns.md",{"path":1073,"priority":387},"references/capacity-planning.md",{"path":1075,"priority":387},"references/chaos-engineering.md",{"path":1077,"priority":387},"references/deployment-strategies.md",{"path":1079,"priority":387},"references/observability.md",{"path":1081,"priority":387},"references/stability-patterns.md",{"basePath":1083,"description":1084,"displayName":1083,"installMethods":1085,"rationale":1086,"selectedPaths":1087,"source":315,"sourceLanguage":18,"type":232},"scorecard-marketing","Build quiz and assessment funnels that generate qualified leads at 30-50%% conversion. Use when the user mentions \"lead magnet\", \"quiz funnel\", \"assessment tool\", \"lead generation\", \"score-based segmentation\", \"interactive content\", \"lead qualification\", or \"quiz marketing\". Also trigger when designing self-assessment tools, building calculators or graders for marketing, or creating personalized result pages that drive conversions. Covers question design, dynamic results by tier, and automated follow-up sequences. For landing page conversion, see cro-methodology. For full marketing plans, see one-page-marketing.",{"claudeCode":12},"SKILL.md frontmatter at scorecard-marketing/SKILL.md",[1088,1089,1091,1093,1095],{"path":384,"priority":309},{"path":1090,"priority":387},"references/analytics-optimization.md",{"path":1092,"priority":387},"references/industry-examples.md",{"path":1094,"priority":387},"references/psychology.md",{"path":1096,"priority":387},"references/technical-implementation.md",{"basePath":13,"description":10,"displayName":13,"installMethods":1098,"rationale":1099,"selectedPaths":1100,"source":315,"sourceLanguage":18,"type":232},{"claudeCode":12},"SKILL.md frontmatter at software-design-philosophy/SKILL.md",[1101,1102,1104,1106,1108,1110,1112],{"path":384,"priority":309},{"path":1103,"priority":387},"references/comments-as-design.md",{"path":1105,"priority":387},"references/complexity-symptoms.md",{"path":1107,"priority":387},"references/deep-modules.md",{"path":1109,"priority":387},"references/general-vs-special.md",{"path":1111,"priority":387},"references/information-hiding.md",{"path":1113,"priority":387},"references/strategic-programming.md",{"basePath":1115,"description":1116,"displayName":1115,"installMethods":1117,"rationale":1118,"selectedPaths":1119,"source":315,"sourceLanguage":18,"type":232},"storybrand-messaging","Clarify brand messaging using narrative structure that positions the customer as hero. Use when the user mentions \"brand message\", \"website copy\", \"elevator pitch\", \"one-liner\", \"messaging isnt resonating\", \"brand script\", \"StoryBrand framework\", or \"customer as hero\". Also trigger when rewriting homepage copy, crafting email nurture sequences, or creating consistent messaging across sales collateral and marketing materials. Covers landing page copy, marketing collateral, and consistent communication. For memorable messaging, see made-to-stick. For product positioning, see obviously-awesome.",{"claudeCode":12},"SKILL.md frontmatter at storybrand-messaging/SKILL.md",[1120,1121,1123,1125,1127,1129,1131],{"path":384,"priority":309},{"path":1122,"priority":387},"references/brand-script.md",{"path":1124,"priority":387},"references/email-sequences.md",{"path":1126,"priority":387},"references/multi-channel-consistency.md",{"path":1128,"priority":387},"references/one-liners.md",{"path":1130,"priority":387},"references/sales-conversations.md",{"path":1132,"priority":387},"references/website-wireframe.md",{"basePath":1134,"description":1135,"displayName":1134,"installMethods":1136,"rationale":1137,"selectedPaths":1138,"source":315,"sourceLanguage":18,"type":232},"system-design","Design scalable distributed systems using structured approaches for load balancing, caching, database scaling, and message queues. Use when the user mentions \"system design\", \"scale this\", \"high availability\", \"rate limiter\", \"design a URL shortener\", \"system design interview\", \"capacity planning\", or \"distributed architecture\". Also trigger when estimating infrastructure requirements, choosing between microservices and monoliths, or designing for millions of concurrent users. Covers common system designs and back-of-the-envelope estimation. For data fundamentals, see ddia-systems. For resilience, see release-it.",{"claudeCode":12},"SKILL.md frontmatter at system-design/SKILL.md",[1139,1140,1141,1143,1145,1147,1149],{"path":384,"priority":309},{"path":624,"priority":387},{"path":1142,"priority":387},"references/common-designs.md",{"path":1144,"priority":387},"references/database-scaling.md",{"path":1146,"priority":387},"references/estimation-numbers.md",{"path":1148,"priority":387},"references/four-step-process.md",{"path":1150,"priority":387},"references/reliability-operations.md",{"basePath":1152,"description":1153,"displayName":1152,"installMethods":1154,"rationale":1155,"selectedPaths":1156,"source":315,"sourceLanguage":18,"type":232},"top-design","Create award-winning, immersive web experiences at the level of Awwwards-featured agencies. Use when the user mentions \"premium website\", \"portfolio site\", \"scroll animations\", \"Awwwards quality\", \"brand experience\", \"cinematic web design\", \"parallax storytelling\", or \"agency-quality site\". Also trigger when building landing pages that need to impress, designing creative portfolios, or elevating a standard website to a memorable digital experience. Covers dramatic typography, purposeful motion, scroll-based composition, and performance-optimized animation. For foundational UI, see refactoring-ui. For type selection, see web-typography.",{"claudeCode":12},"SKILL.md frontmatter at top-design/SKILL.md",[1157,1158,1160,1161,1163,1165],{"path":384,"priority":309},{"path":1159,"priority":387},"references/animation-patterns.md",{"path":391,"priority":387},{"path":1162,"priority":387},"references/layout-systems.md",{"path":1164,"priority":387},"references/technical-stack.md",{"path":806,"priority":387},{"basePath":1167,"description":1168,"displayName":1167,"installMethods":1169,"rationale":1170,"selectedPaths":1171,"source":315,"sourceLanguage":18,"type":232},"traction-eos","Implement the Entrepreneurial Operating System (EOS) to align vision and execution across a company. Use when the user mentions \"EOS\", \"V/TO\", \"quarterly rocks\", \"Level 10 meetings\", \"accountability chart\", \"IDS process\", \"Entrepreneurial Operating System\", or \"business operating system\". Also trigger when a growing company needs meeting structure, goal-setting frameworks, or a systematic approach to solving recurring organizational issues. Covers the six EOS components: Vision, People, Data, Issues, Process, Traction. For team motivation design, see drive-motivation. For lean experimentation, see lean-startup.",{"claudeCode":12},"SKILL.md frontmatter at traction-eos/SKILL.md",[1172,1173,1174,1176,1177,1179,1181,1183,1185,1187],{"path":384,"priority":309},{"path":391,"priority":387},{"path":1175,"priority":387},"references/data.md",{"path":412,"priority":387},{"path":1178,"priority":387},"references/issues.md",{"path":1180,"priority":387},"references/level-10.md",{"path":1182,"priority":387},"references/people.md",{"path":1184,"priority":387},"references/process.md",{"path":1186,"priority":387},"references/rocks.md",{"path":1188,"priority":387},"references/vto.md",{"basePath":1190,"description":1191,"displayName":1190,"installMethods":1192,"rationale":1193,"selectedPaths":1194,"source":315,"sourceLanguage":18,"type":232},"ux-heuristics","Evaluate and improve interface usability using heuristic analysis. Use when the user mentions \"usability audit\", \"UX review\", \"users are confused\", \"heuristic evaluation\", \"form usability\", \"navigation problems\", \"Nielsen heuristics\", \"cognitive walkthrough\", or \"usability testing\". Also trigger when reviewing a design for usability issues, improving form completion rates, or evaluating information architecture and navigation. Covers Nielsens 10 heuristics, severity ratings, and information architecture. For visual design fixes, see refactoring-ui. For conversion-focused audits, see cro-methodology.",{"claudeCode":12},"SKILL.md frontmatter at ux-heuristics/SKILL.md",[1195,1196,1198,1200,1202,1204,1206,1208],{"path":384,"priority":309},{"path":1197,"priority":387},"references/audit-template.md",{"path":1199,"priority":387},"references/cultural-ux.md",{"path":1201,"priority":387},"references/dark-patterns.md",{"path":1203,"priority":387},"references/heuristic-conflicts.md",{"path":1205,"priority":387},"references/krug-principles.md",{"path":1207,"priority":387},"references/nielsen-heuristics.md",{"path":1209,"priority":387},"references/wcag-checklist.md",{"basePath":1211,"description":1212,"displayName":1211,"installMethods":1213,"rationale":1214,"selectedPaths":1215,"source":315,"sourceLanguage":18,"type":232},"web-typography","Select, pair, and implement typefaces for web projects. Use when the user mentions \"font pairing\", \"which typeface\", \"line height\", \"responsive typography\", \"web font loading\", \"type hierarchy\", \"variable fonts\", \"FOUT/FOIT\", or \"typographic scale\". Also trigger when choosing between system fonts and web fonts, optimizing font loading performance, or designing readable long-form content layouts. Covers readability evaluation, CSS implementation, and performance optimization. For overall UI design systems, see refactoring-ui. For dramatic typographic experiences, see top-design.",{"claudeCode":12},"SKILL.md frontmatter at web-typography/SKILL.md",[1216,1217,1219,1221,1223,1225],{"path":384,"priority":309},{"path":1218,"priority":387},"references/css-implementation.md",{"path":1220,"priority":387},"references/evaluating-typefaces.md",{"path":1222,"priority":387},"references/pairing-strategies.md",{"path":1224,"priority":387},"references/responsive-typography.md",{"path":1226,"priority":387},"references/typeface-anatomy.md",{"sources":1228},[1229],"manual",{"closedIssues90d":8,"description":1231,"forks":220,"homepage":1232,"license":225,"openIssues90d":8,"pushedAt":222,"readmeSize":218,"stars":223,"topics":1233},"Agent skills for Claude Code and other agentskills.io-compatible agents. See https://developertoolkit.ai for more information about skills in general.","https://skills.wondel.ai",[1234,1235,1236,1237,1238,1239,1240,1241,1242,1243],"agent-skills","ai-skills","claude-code","claude-code-marketplace","claude-code-plugin","claude-code-skills","claude-plugins","claude-skills","skill-md","skillsmp",{"classifiedAt":1245,"discoverAt":1246,"extractAt":1247,"githubAt":1247,"updatedAt":1245},1778698867020,1778698861437,1778698864912,[203,204,201,202,200],{"evaluatedAt":228,"extractAt":277,"updatedAt":228},[],[1252,1280,1310,1338,1369,1400],{"_creationTime":1253,"_id":1254,"community":1255,"display":1256,"identity":1262,"providers":1266,"relations":1274,"tags":1276,"workflow":1277},1778696691708.3062,"k178rt0mhkwtjj1axhgtt0tfth86mt09",{"reviewCount":8},{"description":1257,"installMethods":1258,"name":1260,"sourceUrl":1261},"Domain-Driven Design architecture for claude-flow v3. Implements modular, bounded context architecture with clean separation of concerns and microkernel pattern.",{"claudeCode":1259},"ruvnet/ruflo","v3-ddd-architecture","https://github.com/ruvnet/ruflo",{"basePath":1263,"githubOwner":1264,"githubRepo":1265,"locale":18,"slug":1260,"type":232},".claude/skills/v3-ddd-architecture","ruvnet","ruflo",{"evaluate":1267,"extract":1273},{"promptVersionExtension":193,"promptVersionScoring":194,"score":1268,"tags":1269,"targetMarket":205,"tier":206},100,[1270,203,1271,424,1272],"ddd","refactoring","typescript",{"commitSha":267},{"repoId":1275},"kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[203,424,1270,1271,1272],{"evaluatedAt":1278,"extractAt":1279,"updatedAt":1278},1778699412094,1778696691708,{"_creationTime":1281,"_id":1282,"community":1283,"display":1284,"identity":1290,"providers":1295,"relations":1303,"tags":1305,"workflow":1306},1778698056313.1528,"k176pxdjxvnyex7jv6abt3myd586n5vv",{"reviewCount":8},{"description":1285,"installMethods":1286,"name":1288,"sourceUrl":1289},"Map a codebase into feature-grouped flowcharts, identify duplicated concerns across features, and propose a unified architecture. Use when asked to \"find the ideal path,\" unify duplicated systems, or audit architecture before a refactor. Emits a proposed unified flowchart plus per-system /make-plan prompts.",{"claudeCode":1287},"thedotmack/claude-mem","Pathfinder","https://github.com/thedotmack/claude-mem",{"basePath":1291,"githubOwner":1292,"githubRepo":1293,"locale":18,"slug":1294,"type":232},"plugin/skills/pathfinder","thedotmack","claude-mem","pathfinder",{"evaluate":1296,"extract":1301},{"promptVersionExtension":193,"promptVersionScoring":194,"score":1268,"tags":1297,"targetMarket":205,"tier":206},[1298,203,1299,1271,1300],"code-analysis","documentation","flowchart",{"commitSha":267,"license":1302},"Apache-2.0",{"repoId":1304},"kd70jnxgm695az2wtf37zbqdj986mp7k",[203,1298,1299,1300,1271],{"evaluatedAt":1307,"extractAt":1308,"updatedAt":1309},1778698228002,1778698056313,1778698443446,{"_creationTime":1311,"_id":1312,"community":1313,"display":1314,"identity":1320,"providers":1324,"relations":1331,"tags":1333,"workflow":1334},1778692549705.5164,"k17cmt6ekj6t5bf5dbscrqa3an86m6p3",{"reviewCount":8},{"description":1315,"installMethods":1316,"name":1318,"sourceUrl":1319},"Analyze a codebase to produce an interactive knowledge graph for understanding architecture, components, and relationships",{"claudeCode":1317},"Lum1104/Understand-Anything","understand","https://github.com/Lum1104/Understand-Anything",{"basePath":1321,"githubOwner":1322,"githubRepo":1323,"locale":18,"slug":1318,"type":232},"understand-anything-plugin/skills/understand","Lum1104","Understand-Anything",{"evaluate":1325,"extract":1330},{"promptVersionExtension":193,"promptVersionScoring":194,"score":1268,"tags":1326,"targetMarket":205,"tier":206},[1298,1327,1328,203,1329],"knowledge-graph","developer-tools","code-exploration",{"commitSha":267},{"repoId":1332},"kd78egfytykkxxbpr6k3t7wsph86n83x",[203,1298,1329,1328,1327],{"evaluatedAt":1335,"extractAt":1336,"updatedAt":1337},1778692606129,1778692549705,1778692824891,{"_creationTime":1339,"_id":1340,"community":1341,"display":1342,"identity":1348,"providers":1351,"relations":1362,"tags":1365,"workflow":1366},1778691344230.127,"k171ek0rpwqxg9vk3fqg7067jn86mq22",{"reviewCount":8},{"description":1343,"installMethods":1344,"name":1346,"sourceUrl":1347},"Designs cloud architectures, creates migration plans, generates cost optimization recommendations, and produces disaster recovery strategies across AWS, Azure, and GCP. Use when designing cloud architectures, planning migrations, or optimizing multi-cloud deployments. Invoke for Well-Architected Framework, cost optimization, disaster recovery, landing zones, security architecture, serverless design.",{"claudeCode":1345},"jeffallan/claude-skills","cloud-architect","https://github.com/jeffallan/claude-skills",{"basePath":1349,"githubOwner":1350,"githubRepo":1241,"locale":18,"slug":1346,"type":232},"skills/cloud-architect","jeffallan",{"evaluate":1352,"extract":1361},{"promptVersionExtension":193,"promptVersionScoring":194,"score":1268,"tags":1353,"targetMarket":205,"tier":206},[1354,1355,1356,1357,203,1358,1359,1360],"cloud","aws","azure","gcp","migration","cost-optimization","disaster-recovery",{"commitSha":267},{"parentExtensionId":1363,"repoId":1364},"k177fx0q0bsftkws6j1av221j186ndt6","kd77w37et655xneae33d1p2d2n86ncxp",[203,1355,1356,1354,1359,1360,1357,1358],{"evaluatedAt":1367,"extractAt":1368,"updatedAt":1367},1778691534007,1778691344230,{"_creationTime":1370,"_id":1371,"community":1372,"display":1373,"identity":1379,"providers":1384,"relations":1394,"tags":1396,"workflow":1397},1778683190010.289,"k17dt9pfj64mxg37xxvqbrr8c986madj",{"reviewCount":8},{"description":1374,"installMethods":1375,"name":1377,"sourceUrl":1378},"Comprehensive API design patterns covering REST, GraphQL, gRPC, versioning, authentication, and modern API best practices",{"claudeCode":1376},"bobmatnyc/claude-mpm-skills","API Design Patterns","https://github.com/bobmatnyc/claude-mpm-skills",{"basePath":1380,"githubOwner":1381,"githubRepo":1382,"locale":18,"slug":1383,"type":232},"universal/web/api-design-patterns","bobmatnyc","claude-mpm-skills","api-design-patterns",{"evaluate":1385,"extract":1393},{"promptVersionExtension":193,"promptVersionScoring":194,"score":1268,"tags":1386,"targetMarket":205,"tier":206},[1387,1388,1389,1390,203,1391,1392],"api","rest","graphql","grpc","web","design-patterns",{"commitSha":267,"license":1302},{"repoId":1395},"kd72g55e5qeqs90bk1bvkt8wbx86nkn3",[1387,203,1392,1389,1390,1388,1391],{"evaluatedAt":1398,"extractAt":1399,"updatedAt":1398},1778686823368,1778683190010,{"_creationTime":1401,"_id":1402,"community":1403,"display":1404,"identity":1410,"providers":1413,"relations":1420,"tags":1422,"workflow":1423},1778675261529.2524,"k17aryazxrvpsmez8dkpm36x8986n90v",{"reviewCount":8},{"description":1405,"installMethods":1406,"name":1408,"sourceUrl":1409},"Generates Angular code and provides architectural guidance. Trigger when creating projects, components, or services, or for best practices on reactivity (signals, linkedSignal, resource), forms, dependency injection, routing, SSR, accessibility (ARIA), animations, styling (component styles, Tailwind CSS), testing, or CLI tooling.",{"claudeCode":1407},"angular/skills","Angular Developer","https://github.com/angular/skills",{"basePath":1411,"githubOwner":1412,"githubRepo":231,"locale":18,"slug":1411,"type":232},"angular-developer","angular",{"evaluate":1414,"extract":1419},{"promptVersionExtension":193,"promptVersionScoring":194,"score":1268,"tags":1415,"targetMarket":205,"tier":206},[1412,1272,1416,1417,203,1418],"frontend","code-generation","cli",{"commitSha":267,"license":225},{"repoId":1421},"kd72kh0c20h4ydhj34tck12bb186nghf",[1412,203,1418,1417,1416,1272],{"evaluatedAt":1424,"extractAt":1425,"updatedAt":1426},1778675287311,1778675261529,1778675340450]