[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-alirezarezvani-dependency-auditor-de":3,"guides-for-alirezarezvani-dependency-auditor":5686,"similar-k17ertqb5np95b8xekv64j1wf186n7m4-de":5687},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":14,"identity":255,"isFallback":247,"parentExtension":261,"providers":321,"relations":325,"repo":326,"tags":5684,"workflow":5685},1778675056600.2349,"k17ertqb5np95b8xekv64j1wf186n7m4",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":10,"sourceUrl":13},"Dependency Auditor",{"claudeCode":12},"alirezarezvani/claude-skills","https://github.com/alirezarezvani/claude-skills",{"_creationTime":15,"_id":16,"extensionId":5,"locale":17,"result":18,"trustSignals":237,"workflow":253},1778678627378.5269,"kn7bj530tfphtpfqay49tgvxhn86nj41","en",{"checks":19,"evaluatedAt":191,"extensionSummary":192,"features":193,"nonGoals":200,"practices":204,"prerequisites":209,"promptVersionExtension":210,"promptVersionScoring":211,"purpose":212,"rationale":213,"score":214,"summary":215,"tags":216,"targetMarket":224,"tier":225,"useCases":226,"workflow":231},[20,25,28,31,35,38,43,47,50,53,57,61,64,68,71,74,77,80,83,86,90,94,98,102,106,109,113,116,120,123,126,129,132,135,138,142,146,149,152,156,159,162,165,168,172,175,178,181,184,188],{"category":21,"check":22,"severity":23,"summary":24},"Practical Utility","Problem relevance","pass","The description clearly states the problem of managing dependencies across multi-language projects and the need for visibility into security, legal, and maintenance risks.",{"category":21,"check":26,"severity":23,"summary":27},"Unique selling proposition","The skill offers a comprehensive, multi-language, and multi-faceted approach to dependency auditing beyond basic scanning, including detailed license analysis, upgrade planning, and supply chain security.",{"category":21,"check":29,"severity":23,"summary":30},"Production readiness","The skill is production-ready, covering the full lifecycle of dependency analysis from scanning and compliance checking to upgrade planning and remediation, with clear integration examples.",{"category":32,"check":33,"severity":23,"summary":34},"Scope","Single responsibility principle","The skill focuses on dependency management, analysis, and auditing across multiple languages, without straying into unrelated domains.",{"category":32,"check":36,"severity":23,"summary":37},"Description quality","The description accurately reflects the skill's capabilities in analyzing, auditing, and managing software dependencies across multiple languages.",{"category":39,"check":40,"severity":41,"summary":42},"Invocation","Scoped tools","not_applicable","This is a skill that operates based on provided input files and project context, rather than exposing distinct tools with specific action verbs.",{"category":44,"check":45,"severity":23,"summary":46},"Documentation","Configuration & parameter reference","The documentation, particularly in the README and SKILL.md, details command-line options and their effects for each script, including default behaviors where applicable.",{"category":32,"check":48,"severity":23,"summary":49},"Tool naming","The scripts (`dep_scanner.py`, `license_checker.py`, `upgrade_planner.py`) have descriptive and understandable names.",{"category":32,"check":51,"severity":23,"summary":52},"Minimal I/O surface","The command-line tools accept project paths and specific inventory files as input, and output reports in designated formats, adhering to the principle of minimal, documented I/O.",{"category":54,"check":55,"severity":23,"summary":56},"License","License usability","The skill is licensed under the MIT License, which is a permissive open-source license, as indicated in the README and bundled scripts.",{"category":58,"check":59,"severity":23,"summary":60},"Maintenance","Commit recency","The repository shows recent commit activity, indicating active maintenance.",{"category":58,"check":62,"severity":41,"summary":63},"Dependency Management","The skill explicitly states 'No external dependencies required! All scripts use only Python standard library.' and installation instructions confirm this.",{"category":65,"check":66,"severity":23,"summary":67},"Security","Secret Management","The skill operates on project files and metadata; it does not appear to handle or expose any secrets.",{"category":65,"check":69,"severity":23,"summary":70},"Injection","The skill processes project files and metadata. Input file paths are handled by standard Python file I/O, and vulnerability data is internally defined, mitigating injection risks.",{"category":65,"check":72,"severity":23,"summary":73},"Transitive Supply-Chain Grenades","The skill operates on static, bundled files and uses only the Python standard library, with no runtime downloads or external code execution.",{"category":65,"check":75,"severity":23,"summary":76},"Sandbox Isolation","The skill operates on local project files and does not modify any files outside of the specified output paths, adhering to sandbox isolation principles.",{"category":65,"check":78,"severity":23,"summary":79},"Sandbox escape primitives","The skill's scripts are written in standard Python and do not contain any patterns indicative of sandbox escape primitives.",{"category":65,"check":81,"severity":23,"summary":82},"Data Exfiltration","The skill analyzes local project data and has no documented outbound network calls or mechanisms for submitting confidential data.",{"category":65,"check":84,"severity":23,"summary":85},"Hidden Text Tricks","The bundled content, including SKILL.md and README, appears free of hidden steering tricks, control characters, or deceptive formatting.",{"category":87,"check":88,"severity":23,"summary":89},"Hooks","Opaque code execution","The skill's scripts are written in clear, readable Python and do not employ obfuscation techniques like base64 encoding or runtime code fetching.",{"category":91,"check":92,"severity":23,"summary":93},"Portability","Structural Assumption","The scripts accept a project path as an argument and operate on standard dependency file formats, making reasonable assumptions about project structure that are generally portable.",{"category":95,"check":96,"severity":23,"summary":97},"Trust","Issues Attention","Open issues (0) and closed issues (58) in the last 90 days indicate active maintenance and responsiveness.",{"category":99,"check":100,"severity":23,"summary":101},"Versioning","Release Management","The project utilizes GitHub release tags and has a CHANGELOG.md, providing clear versioning signals.",{"category":103,"check":104,"severity":23,"summary":105},"Execution","Validation","The Python scripts use standard libraries for file parsing and argument handling, with error checking for file operations and command-line arguments.",{"category":65,"check":107,"severity":23,"summary":108},"Unguarded Destructive Operations","The skill is purely analytical and read-only, performing no destructive operations.",{"category":110,"check":111,"severity":23,"summary":112},"Code Execution","Error Handling","The Python scripts include try-except blocks for file operations and parsing, reporting errors to stderr and exiting gracefully, providing descriptive messages.",{"category":110,"check":114,"severity":23,"summary":115},"Logging","The skill is primarily analytical and does not perform destructive actions or network calls that would typically require audit logging.",{"category":117,"check":118,"severity":41,"summary":119},"Compliance","GDPR","The skill analyzes project metadata and does not process personal data.",{"category":117,"check":121,"severity":23,"summary":122},"Target market","The skill is language and ecosystem agnostic, operating on standard dependency files, making it globally applicable.",{"category":91,"check":124,"severity":23,"summary":125},"Runtime stability","The skill uses only Python standard library modules and standard file I/O, ensuring broad compatibility across POSIX-like and Windows systems with Python 3.7+.",{"category":44,"check":127,"severity":23,"summary":128},"README","The README file is comprehensive, clearly states the purpose, and includes installation and usage instructions.",{"category":32,"check":130,"severity":23,"summary":131},"Tool surface size","The skill exposes three distinct command-line scripts (`dep_scanner.py`, `license_checker.py`, `upgrade_planner.py`), falling within the ideal range.",{"category":39,"check":133,"severity":23,"summary":134},"Overlapping near-synonym tools","The three main scripts (`dep_scanner.py`, `license_checker.py`, `upgrade_planner.py`) have distinct functionalities and do not present overlapping near-synonym tools.",{"category":44,"check":136,"severity":23,"summary":137},"Phantom features","All advertised features in the README and SKILL.md correspond to implemented functionality within the provided scripts.",{"category":139,"check":140,"severity":23,"summary":141},"Install","Installation instruction","The README provides clear installation instructions (cloning the repo, making scripts executable) and multiple copy-pasteable invocation examples for each script.",{"category":143,"check":144,"severity":23,"summary":145},"Errors","Actionable error messages","The scripts provide clear error messages for file parsing issues, missing arguments, and policy violations, guiding the user on remediation.",{"category":103,"check":147,"severity":23,"summary":148},"Pinned dependencies","The skill explicitly states it uses only Python standard library modules, thus having no third-party dependencies to pin.",{"category":32,"check":150,"severity":41,"summary":151},"Dry-run preview","The skill is purely analytical and performs no state-changing operations or outbound data sending, making a dry-run feature unnecessary.",{"category":153,"check":154,"severity":41,"summary":155},"Protocol","Idempotent retry & timeouts","The skill operates on local files and has no remote calls or state-changing operations, thus not requiring idempotency or timeouts.",{"category":117,"check":157,"severity":23,"summary":158},"Telemetry opt-in","The skill does not emit any telemetry; it operates locally and produces reports to stdout or specified files.",{"category":39,"check":160,"severity":23,"summary":161},"Precise Purpose","The SKILL.md clearly defines the purpose as analyzing dependencies for security, license compliance, and upgrades, with explicit use cases and non-goals.",{"category":39,"check":163,"severity":23,"summary":164},"Concise Frontmatter","The frontmatter in SKILL.md is concise and self-contained, summarizing the core capability and domain.",{"category":44,"check":166,"severity":23,"summary":167},"Concise Body","The SKILL.md body is well-structured and delegates deeper material to reference files, keeping the main instructions concise.",{"category":169,"check":170,"severity":23,"summary":171},"Context","Progressive Disclosure","The SKILL.md outlines the main flows and links to dedicated reference files for detailed best practices and guides, enabling progressive disclosure.",{"category":169,"check":173,"severity":41,"summary":174},"Forked exploration","The skill is not designed for deep exploration or code review; its tasks are short-form analysis of provided files.",{"category":21,"check":176,"severity":23,"summary":177},"Usage examples","The README and SKILL.md provide sufficient, ready-to-use examples covering basic and advanced usage scenarios for all three scripts.",{"category":21,"check":179,"severity":23,"summary":180},"Edge cases","The documentation addresses potential issues like file parsing errors, unknown licenses, and policy violations, providing basic recovery paths.",{"category":110,"check":182,"severity":41,"summary":183},"Tool Fallback","The skill does not rely on external tools or MCP servers; it is self-contained and uses only the Python standard library.",{"category":185,"check":186,"severity":23,"summary":187},"Safety","Halt on unexpected state","The scripts handle file parsing errors and incorrect inputs by aborting with clear error messages, preventing unexpected state issues.",{"category":91,"check":189,"severity":23,"summary":190},"Cross-skill coupling","The skill operates independently on project files and does not implicitly rely on other skills being loaded or available.",1778678627265,"This skill provides a suite of Python scripts for analyzing software dependencies. It scans for vulnerabilities, checks license compliance, and plans dependency upgrades across multiple programming languages.",[194,195,196,197,198,199],"Vulnerability scanning and CVE matching","License compliance and legal risk assessment","Outdated dependency detection and analysis","Upgrade path planning and breaking change risk assessment","Multi-language support (JavaScript, Python, Go, Rust, Ruby, Java, PHP, C#)","Detailed reporting in text and JSON formats",[201,202,203],"Performing actual dependency installation or updates","Replacing dedicated package managers or security platforms","Providing legal advice on license interpretation beyond compatibility rules",[205,206,207,208],"Security scanning","License auditing","Upgrade management","Dependency hygiene",[],"3.0.0","4.4.0","To help development teams maintain secure, legally compliant, and up-to-date software projects by providing deep visibility into their dependency ecosystem.","The skill is highly comprehensive and well-documented, with excellent production readiness and security. The score is slightly lowered from perfect due to the simulated nature of version lookups and security advisory checks, which in a real-world scenario would be dynamic.",97,"A robust, well-documented, and production-ready skill for comprehensive dependency auditing.",[217,218,219,220,221,222,223],"dependency-management","security","license-compliance","python","auditing","vulnerability-scanning","upgrade-planning","global","verified",[227,228,229,230],"Automating security vulnerability checks in CI/CD pipelines","Auditing project licenses for legal compliance before distribution","Planning and prioritizing dependency upgrades to manage technical debt","Identifying and mitigating risks associated with transitive dependencies",[232,233,234,235,236],"Identify project path or dependency inventory file","Run `dep_scanner.py` for vulnerability analysis","Run `license_checker.py` for license compliance","Run `upgrade_planner.py` to generate upgrade plans","Review reports and recommendations for action",{"codeQuality":238,"collectedAt":240,"documentation":241,"maintenance":244,"security":250,"testCoverage":252},{"hasLockfile":239},false,1778678607229,{"descriptionLength":242,"readmeSize":243},18,18690,{"closedIssues90d":245,"forks":246,"hasChangelog":247,"openIssues90d":8,"pushedAt":248,"stars":249},58,1983,true,1778667031000,14627,{"hasNpmPackage":239,"license":251,"smitheryVerified":239},"MIT",{"hasCi":247,"hasTests":247},{"updatedAt":254},1778678627378,{"basePath":256,"githubOwner":257,"githubRepo":258,"locale":17,"slug":259,"type":260},"engineering/skills/dependency-auditor","alirezarezvani","claude-skills","dependency-auditor","skill",{"_creationTime":262,"_id":263,"community":264,"display":265,"identity":269,"parentExtension":272,"providers":306,"relations":317,"tags":318,"workflow":319},1778675056600.2007,"k173223hfbd6c4mx6r1jdx23wn86mbpb",{"reviewCount":8},{"description":266,"installMethods":267,"name":268,"sourceUrl":13},"40 advanced engineering skills: agent designer, agent workflow designer, AgentHub, RAG architect, database designer, migration architect, observability designer, dependency auditor, release manager, API reviewer, CI/CD pipeline builder, MCP server builder, skill security auditor, performance profiler, Helm chart builder, Terraform patterns, focused-fix, browser-automation, spec-driven-workflow, secrets-vault-manager, sql-database-assistant, self-eval, llm-cost-optimizer, prompt-governance, llm-wiki (second brain for Obsidian + Claude Code, Karpathy pattern), tc-tracker (task context tracker with lifecycle and handoff format), feature-flags-architect, kubernetes-operator, chaos-engineering, ship-gate (pre-production 8-category audit with deploy-intent intercept), slo-architect (SLO designer, error-budget calculator with multi-window burn-rate alerts, SLO reviewer per Google SRE Workbook), and more. Agent skill and plugin for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw.",{"claudeCode":268},"engineering-advanced-skills",{"basePath":270,"githubOwner":257,"githubRepo":258,"locale":17,"slug":270,"type":271},"engineering","plugin",{"_creationTime":273,"_id":274,"community":275,"display":276,"identity":280,"providers":283,"relations":300,"tags":302,"workflow":303},1778675056600.1982,"k17dce6sbramb6sxm7ksr3928x86ncfs",{"reviewCount":8},{"description":277,"installMethods":278,"name":279,"sourceUrl":13},"246 production-ready skill packages for Claude AI across 9 domains: engineering advanced (67 unique), engineering core (51), marketing (45), c-level advisory (34), product (17), regulatory/QMS (14), project management (9), business growth (5), and finance (4). Includes 359 Python tools, 485 reference documents, 27 agents (20 cs-* + 7 personas), and 33 slash commands.",{"claudeCode":12},"Claude Code Skills & Plugins",{"basePath":281,"githubOwner":257,"githubRepo":258,"locale":17,"slug":258,"type":282},"","marketplace",{"evaluate":284,"extract":293},{"promptVersionExtension":285,"promptVersionScoring":211,"score":286,"tags":287,"targetMarket":224,"tier":292},"3.1.0",95,[282,288,289,290,291],"ai-skills","developer-tools","code-generation","automation","community",{"commitSha":294,"license":251,"marketplace":295,"plugin":298},"HEAD",{"name":296,"pluginCount":297},"claude-code-skills",39,{"mcpCount":8,"provider":299,"skillCount":8},"classify",{"repoId":301},"kd7ff9s1w43mfyy1n7hf87816186m6px",[288,291,290,289,282],{"evaluatedAt":304,"extractAt":305,"updatedAt":304},1778675083482,1778675056600,{"evaluate":307,"extract":314},{"promptVersionExtension":210,"promptVersionScoring":211,"score":308,"tags":309,"targetMarket":224,"tier":292},85,[270,310,311,312,313,291,218],"agents","architecture","devops","productivity",{"commitSha":294,"license":251,"plugin":315},{"mcpCount":8,"provider":299,"skillCount":316},40,{"parentExtensionId":274,"repoId":301},[310,311,291,312,270,313,218],{"evaluatedAt":320,"extractAt":305,"updatedAt":320},1778675228265,{"evaluate":322,"extract":324},{"promptVersionExtension":210,"promptVersionScoring":211,"score":214,"tags":323,"targetMarket":224,"tier":225},[217,218,219,220,221,222,223],{"commitSha":294,"license":251},{"parentExtensionId":263,"repoId":301},{"_creationTime":327,"_id":301,"identity":328,"providers":329,"workflow":5680},1778675047256.7249,{"githubOwner":257,"githubRepo":258,"sourceUrl":13},{"classify":330,"discover":5656,"github":5659},{"commitSha":294,"extensions":331},[332,345,444,519,598,608,618,628,638,648,733,806,843,878,907,925,939,982,1011,1033,1043,1055,1080,1092,1114,1124,1134,1144,1154,1164,1174,1184,1194,1204,1231,1248,1258,1268,1278,1288,1298,1436,1446,1456,1466,1476,1486,1496,1504,1512,1545,1578,1607,1615,1623,1630,1638,1646,1654,1662,1670,1678,1686,1694,1702,1710,1718,1726,1734,1742,1750,1758,1766,1774,1782,1803,1824,1845,1853,1861,1878,1886,1894,1902,1919,1929,1941,1955,1962,1980,2000,2010,2022,2040,2058,2076,2088,2100,2110,2128,2146,2164,2176,2194,2206,2218,2230,2242,2254,2266,2278,2290,2302,2323,2348,2356,2364,2372,2380,2388,2396,2404,2421,2429,2437,2445,2454,2479,2486,2501,2510,2525,2548,2563,2584,2608,2615,2688,2695,2716,2728,2746,2756,2776,2795,2814,2828,2836,2859,2869,2893,2900,2914,2922,2932,2949,2972,2993,3022,3036,3063,3075,3083,3097,3120,3132,3152,3160,3174,3186,3223,3247,3267,3287,3312,3347,3362,3377,3408,3435,3443,3453,3463,3475,3595,3603,3613,3621,3629,3637,3645,3653,3661,3673,3696,3711,3723,3743,3751,3758,3788,3803,3852,3864,3883,3895,3915,3934,3954,3976,3999,4018,4036,4056,4073,4093,4113,4134,4154,4172,4180,4218,4251,4263,4277,4284,4291,4323,4342,4355,4369,4383,4399,4433,4443,4472,4486,4502,4516,4538,4552,4578,4590,4606,4620,4632,4644,4658,4670,4682,4700,4710,4720,4730,4737,4753,4763,4773,4794,4802,4812,4826,4836,4855,4869,4883,4903,4915,4929,4943,4960,4970,4989,4996,5013,5029,5047,5062,5079,5092,5109,5122,5134,5155,5162,5180,5194,5212,5226,5246,5266,5282,5296,5313,5333,5341,5348,5377,5406,5422,5438,5462,5482,5499,5515,5531,5545,5561,5577,5591,5598,5618,5636],{"basePath":281,"description":277,"displayName":296,"installMethods":333,"rationale":334,"selectedPaths":335,"source":344,"sourceLanguage":17,"type":282},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[336,339,341],{"path":337,"priority":338},".claude-plugin/marketplace.json","mandatory",{"path":340,"priority":338},"README.md",{"path":342,"priority":343},"LICENSE","high","rule",{"basePath":346,"description":347,"displayName":348,"installMethods":349,"license":251,"rationale":350,"selectedPaths":351,"source":344,"sourceLanguage":17,"type":271},"marketing-skill","44 production-ready marketing skills across 7 pods: Content (copywriting, content strategy, content production), SEO (audits, schema markup, programmatic SEO, site architecture), CRO (A/B testing, forms, popups, signup flows, pricing, onboarding), Channels (email sequences, social media, paid ads, cold email, X/Twitter growth), Growth (launch strategy, referral programs, free tools), Intelligence (competitor analysis, marketing psychology, analytics tracking), and Sales enablement. Agent skill and plugin for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw.","marketing-skills",{"claudeCode":348},"plugin manifest at marketing-skill/.claude-plugin/plugin.json",[352,354,355,358,360,362,364,366,368,370,372,374,376,378,380,382,384,386,388,390,392,394,396,398,400,402,404,406,408,410,412,414,416,418,420,422,424,426,428,430,432,434,436,438,440,442],{"path":353,"priority":338},".claude-plugin/plugin.json",{"path":340,"priority":338},{"path":356,"priority":357},"skills/ab-test-setup/SKILL.md","medium",{"path":359,"priority":357},"skills/ad-creative/SKILL.md",{"path":361,"priority":357},"skills/ai-seo/SKILL.md",{"path":363,"priority":357},"skills/analytics-tracking/SKILL.md",{"path":365,"priority":357},"skills/app-store-optimization/SKILL.md",{"path":367,"priority":357},"skills/brand-guidelines/SKILL.md",{"path":369,"priority":357},"skills/campaign-analytics/SKILL.md",{"path":371,"priority":357},"skills/churn-prevention/SKILL.md",{"path":373,"priority":357},"skills/cold-email/SKILL.md",{"path":375,"priority":357},"skills/competitor-alternatives/SKILL.md",{"path":377,"priority":357},"skills/content-creator/SKILL.md",{"path":379,"priority":357},"skills/content-humanizer/SKILL.md",{"path":381,"priority":357},"skills/content-production/SKILL.md",{"path":383,"priority":357},"skills/content-strategy/SKILL.md",{"path":385,"priority":357},"skills/copy-editing/SKILL.md",{"path":387,"priority":357},"skills/copywriting/SKILL.md",{"path":389,"priority":357},"skills/email-sequence/SKILL.md",{"path":391,"priority":357},"skills/form-cro/SKILL.md",{"path":393,"priority":357},"skills/free-tool-strategy/SKILL.md",{"path":395,"priority":357},"skills/launch-strategy/SKILL.md",{"path":397,"priority":357},"skills/marketing-context/SKILL.md",{"path":399,"priority":357},"skills/marketing-demand-acquisition/SKILL.md",{"path":401,"priority":357},"skills/marketing-ideas/SKILL.md",{"path":403,"priority":357},"skills/marketing-ops/SKILL.md",{"path":405,"priority":357},"skills/marketing-psychology/SKILL.md",{"path":407,"priority":357},"skills/marketing-skills/SKILL.md",{"path":409,"priority":357},"skills/marketing-strategy-pmm/SKILL.md",{"path":411,"priority":357},"skills/onboarding-cro/SKILL.md",{"path":413,"priority":357},"skills/page-cro/SKILL.md",{"path":415,"priority":357},"skills/paid-ads/SKILL.md",{"path":417,"priority":357},"skills/paywall-upgrade-cro/SKILL.md",{"path":419,"priority":357},"skills/popup-cro/SKILL.md",{"path":421,"priority":357},"skills/pricing-strategy/SKILL.md",{"path":423,"priority":357},"skills/programmatic-seo/SKILL.md",{"path":425,"priority":357},"skills/prompt-engineer-toolkit/SKILL.md",{"path":427,"priority":357},"skills/referral-program/SKILL.md",{"path":429,"priority":357},"skills/schema-markup/SKILL.md",{"path":431,"priority":357},"skills/seo-audit/SKILL.md",{"path":433,"priority":357},"skills/signup-flow-cro/SKILL.md",{"path":435,"priority":357},"skills/site-architecture/SKILL.md",{"path":437,"priority":357},"skills/social-content/SKILL.md",{"path":439,"priority":357},"skills/social-media-analyzer/SKILL.md",{"path":441,"priority":357},"skills/social-media-manager/SKILL.md",{"path":443,"priority":357},"skills/x-twitter-growth/SKILL.md",{"basePath":445,"description":446,"displayName":447,"installMethods":448,"license":251,"rationale":449,"selectedPaths":450,"source":344,"sourceLanguage":17,"type":271},"c-level-advisor","33 C-level advisory skills + c-level-agents plugin layer (13 cs-* persona agents + 21 /cs:* slash commands). Complete virtual board of directors with CEO, CTO, COO, CPO, CMO, CFO, CRO, CISO, CHRO advisors plus General Counsel, Chief Data Officer, Chief AI Officer, Chief Customer Officer, and VP of Engineering (delivery throughput DORA analyzer, eng hiring funnel calculator, eng team structure designer), executive mentor, founder coach, Chief of Staff router, board meetings, decision logger, board deck builder, scenario war room, competitive intel, org health diagnostic, M&A playbook, international expansion, culture architect, change management, strategic alignment, and the founder-mode plugin (office-hours, boardroom, brief/decide/execute/post-mortem pipeline, cross-model consensus, decision freeze).","c-level-skills",{"claudeCode":447},"plugin manifest at c-level-advisor/.claude-plugin/plugin.json",[451,452,453,455,457,459,461,463,465,467,469,471,473,475,477,479,481,483,485,487,489,491,493,495,497,499,501,503,505,507,509,511,513,515,517],{"path":353,"priority":338},{"path":340,"priority":338},{"path":454,"priority":357},"skills/agent-protocol/SKILL.md",{"path":456,"priority":357},"skills/board-deck-builder/SKILL.md",{"path":458,"priority":357},"skills/board-meeting/SKILL.md",{"path":460,"priority":357},"skills/c-level-skills/SKILL.md",{"path":462,"priority":357},"skills/ceo-advisor/SKILL.md",{"path":464,"priority":357},"skills/cfo-advisor/SKILL.md",{"path":466,"priority":357},"skills/change-management/SKILL.md",{"path":468,"priority":357},"skills/chief-ai-officer-advisor/SKILL.md",{"path":470,"priority":357},"skills/chief-customer-officer-advisor/SKILL.md",{"path":472,"priority":357},"skills/chief-data-officer-advisor/SKILL.md",{"path":474,"priority":357},"skills/chief-of-staff/SKILL.md",{"path":476,"priority":357},"skills/chro-advisor/SKILL.md",{"path":478,"priority":357},"skills/ciso-advisor/SKILL.md",{"path":480,"priority":357},"skills/cmo-advisor/SKILL.md",{"path":482,"priority":357},"skills/company-os/SKILL.md",{"path":484,"priority":357},"skills/competitive-intel/SKILL.md",{"path":486,"priority":357},"skills/context-engine/SKILL.md",{"path":488,"priority":357},"skills/coo-advisor/SKILL.md",{"path":490,"priority":357},"skills/cpo-advisor/SKILL.md",{"path":492,"priority":357},"skills/cro-advisor/SKILL.md",{"path":494,"priority":357},"skills/cs-onboard/SKILL.md",{"path":496,"priority":357},"skills/cto-advisor/SKILL.md",{"path":498,"priority":357},"skills/culture-architect/SKILL.md",{"path":500,"priority":357},"skills/decision-logger/SKILL.md",{"path":502,"priority":357},"skills/founder-coach/SKILL.md",{"path":504,"priority":357},"skills/general-counsel-advisor/SKILL.md",{"path":506,"priority":357},"skills/internal-narrative/SKILL.md",{"path":508,"priority":357},"skills/intl-expansion/SKILL.md",{"path":510,"priority":357},"skills/ma-playbook/SKILL.md",{"path":512,"priority":357},"skills/org-health-diagnostic/SKILL.md",{"path":514,"priority":357},"skills/scenario-war-room/SKILL.md",{"path":516,"priority":357},"skills/strategic-alignment/SKILL.md",{"path":518,"priority":357},"skills/vpe-advisor/SKILL.md",{"basePath":520,"description":521,"displayName":522,"installMethods":523,"license":251,"rationale":524,"selectedPaths":525,"source":344,"sourceLanguage":17,"type":271},"c-level-advisor/c-level-agents","Founder-mode executive team plugin: 13 cs-* C-suite agents (CFO, CMO, CRO, CPO, COO, CHRO, CISO, Chief of Staff, General Counsel, Chief Data Officer, Chief AI Officer, Chief Customer Officer, VP of Engineering) plus 21 /cs:* slash commands for forcing-question office hours (incl. /cs:vpe-review), multi-role boardroom deliberation, strategic sprint pipeline, and meta routing. Wraps the 33 c-level skills (including vpe-advisor with delivery throughput DORA analyzer + eng hiring funnel calculator + eng team structure designer) with cognitive gearing and artifact handoffs.","c-level-agents",{"claudeCode":522},"plugin manifest at c-level-advisor/c-level-agents/.claude-plugin/plugin.json",[526,527,528,530,532,534,536,538,540,542,544,546,548,550,552,554,556,558,560,562,564,566,568,570,572,574,576,578,580,582,584,586,588,590,592,594,596],{"path":353,"priority":338},{"path":340,"priority":338},{"path":529,"priority":357},"skills/boardroom/SKILL.md",{"path":531,"priority":357},"skills/brief/SKILL.md",{"path":533,"priority":357},"skills/c-level-agents/SKILL.md",{"path":535,"priority":357},"skills/caio-review/SKILL.md",{"path":537,"priority":357},"skills/cco-review/SKILL.md",{"path":539,"priority":357},"skills/cdo-review/SKILL.md",{"path":541,"priority":357},"skills/cfo-review/SKILL.md",{"path":543,"priority":357},"skills/ciso-review/SKILL.md",{"path":545,"priority":357},"skills/cmo-review/SKILL.md",{"path":547,"priority":357},"skills/cpo-review/SKILL.md",{"path":549,"priority":357},"skills/cro-review/SKILL.md",{"path":551,"priority":357},"skills/cross-eval/SKILL.md",{"path":553,"priority":357},"skills/cto-review/SKILL.md",{"path":555,"priority":357},"skills/decide/SKILL.md",{"path":557,"priority":357},"skills/execute/SKILL.md",{"path":559,"priority":357},"skills/founder-mode/SKILL.md",{"path":561,"priority":357},"skills/freeze/SKILL.md",{"path":563,"priority":357},"skills/gc-review/SKILL.md",{"path":565,"priority":357},"skills/office-hours/SKILL.md",{"path":567,"priority":357},"skills/onboard/SKILL.md",{"path":569,"priority":357},"skills/post-mortem/SKILL.md",{"path":571,"priority":357},"skills/vpe-review/SKILL.md",{"path":573,"priority":343},"agents/cs-caio-advisor.md",{"path":575,"priority":343},"agents/cs-cco-advisor.md",{"path":577,"priority":343},"agents/cs-cdo-advisor.md",{"path":579,"priority":343},"agents/cs-cfo-advisor.md",{"path":581,"priority":343},"agents/cs-chief-of-staff.md",{"path":583,"priority":343},"agents/cs-chro-advisor.md",{"path":585,"priority":343},"agents/cs-ciso-advisor.md",{"path":587,"priority":343},"agents/cs-cmo-advisor.md",{"path":589,"priority":343},"agents/cs-coo-advisor.md",{"path":591,"priority":343},"agents/cs-cpo-advisor.md",{"path":593,"priority":343},"agents/cs-cro-advisor.md",{"path":595,"priority":343},"agents/cs-general-counsel-advisor.md",{"path":597,"priority":343},"agents/cs-vpe-advisor.md",{"basePath":599,"description":600,"displayName":601,"installMethods":602,"license":251,"rationale":603,"selectedPaths":604,"source":344,"sourceLanguage":17,"type":271},"c-level-advisor/general-counsel-advisor","General Counsel advisory for startups: contract risk scanner (12 founder-killer patterns: auto-renew traps, uncapped indemnity, vague IP, MFN pricing, missing DPA, one-sided venue, broad non-solicit, perpetual license-back, etc.) and term sheet analyzer (0-100 founder-friendliness score across 12 dimensions: liquidation preference, anti-dilution, option pool, board, vesting, drag-along, protective provisions, info rights, dividends, valuation). 3 in-depth references: contracts playbook (7 startup contract types), IP + regulatory landscape (HIPAA, GDPR, FDA, fintech, EU AI Act + SOC 2 to ISO sequencing), term sheet decoder. Stdlib-only. Standalone-installable; also bundled in c-level-skills. NOT a substitute for licensed counsel.","general-counsel-advisor",{"claudeCode":601},"plugin manifest at c-level-advisor/general-counsel-advisor/.claude-plugin/plugin.json",[605,606,607],{"path":353,"priority":338},{"path":340,"priority":338},{"path":504,"priority":357},{"basePath":609,"description":610,"displayName":611,"installMethods":612,"license":251,"rationale":613,"selectedPaths":614,"source":344,"sourceLanguage":17,"type":271},"c-level-advisor/chief-data-officer-advisor","Chief Data Officer advisory: AI training data audit (origin x class x use-case matrix with GDPR Art. 6 + EU AI Act citations -> GO/MITIGATE/NO-GO per source), data product strategy picker (warehouse vs lakehouse vs mesh + 6-layer build-vs-buy + 12-month sequencing), data asset valuator (strategic value 0-10 + M&A multiplier with carve-out penalties + 3 ranked productization paths). 4 references answering one decision each: training rights, data product strategy, customer-data-as-asset, data team org evolution. Stdlib-only. Standalone-installable; also bundled in c-level-skills. Strategic only - does not duplicate engineering data skills.","chief-data-officer-advisor",{"claudeCode":611},"plugin manifest at c-level-advisor/chief-data-officer-advisor/.claude-plugin/plugin.json",[615,616,617],{"path":353,"priority":338},{"path":340,"priority":338},{"path":472,"priority":357},{"basePath":619,"description":620,"displayName":621,"installMethods":622,"license":251,"rationale":623,"selectedPaths":624,"source":344,"sourceLanguage":17,"type":271},"c-level-advisor/vpe-advisor","VP of Engineering advisory: delivery throughput analyzer (DORA 4 metrics + cycle-time bottleneck identification), eng hiring funnel calculator (7-stage conversion + pipeline gap + weakest-stage fixes), eng team structure designer (squad/tribe model + manager-trigger + director-trigger + span-of-control). 4 in-depth references: DORA framework, eng hiring funnel, eng team structure (Conway's Law), production discipline (on-call, incidents, deployment, SLOs). Stdlib-only. Standalone-installable; also bundled in c-level-skills. NOT a CTO skill — VPE owns how the team ships, CTO owns what to build.","vpe-advisor",{"claudeCode":621},"plugin manifest at c-level-advisor/vpe-advisor/.claude-plugin/plugin.json",[625,626,627],{"path":353,"priority":338},{"path":340,"priority":338},{"path":518,"priority":357},{"basePath":629,"description":630,"displayName":631,"installMethods":632,"license":251,"rationale":633,"selectedPaths":634,"source":344,"sourceLanguage":17,"type":271},"c-level-advisor/chief-customer-officer-advisor","Chief Customer Officer advisory for startups: retention decomposition analyzer (honest GRR vs NRR + 7-category churn taxonomy), customer segmentation designer (4-tier framework + ICP fit scoring + kill list), CS coverage calculator (pooled vs named CSM models + ratio math + 12-month hiring plan). 4 in-depth references: retention decomposition, customer segmentation strategy, CS coverage model, CS team org evolution (CSM vs Support vs AM vs IM vs CS Ops). Stdlib-only. Standalone-installable; also bundled in c-level-skills. Strategic only - does not duplicate business-growth tactical CS skills.","chief-customer-officer-advisor",{"claudeCode":631},"plugin manifest at c-level-advisor/chief-customer-officer-advisor/.claude-plugin/plugin.json",[635,636,637],{"path":353,"priority":338},{"path":340,"priority":338},{"path":470,"priority":357},{"basePath":639,"description":640,"displayName":641,"installMethods":642,"license":251,"rationale":643,"selectedPaths":644,"source":344,"sourceLanguage":17,"type":271},"c-level-advisor/chief-ai-officer-advisor","Chief AI Officer advisory: model build-vs-buy calculator (API vs fine-tune vs build with 3-year TCO across 6 paths + breakeven balancing economics with practical feasibility), AI risk classifier (EU AI Act tier with 7 Article citations + US state patchwork: NYC LL 144, CO AI Act, IL HB 53, CA SB 1001, IL BIPA + industry overlays for FDA AI/ML, CFPB Circular 2023-03, NYDFS Reg 23, NAIC, ECOA, Fed SR 11-7), AI cost economics (API vs self-hosted breakeven with 2026 pricing across A100/H100, utilization reality, hidden costs). 4 in-depth references each citing 5+ authoritative sources. Stdlib-only. Standalone-installable; also bundled in c-level-skills. Strategic only - does not duplicate engineering AI/ML skills.","chief-ai-officer-advisor",{"claudeCode":641},"plugin manifest at c-level-advisor/chief-ai-officer-advisor/.claude-plugin/plugin.json",[645,646,647],{"path":353,"priority":338},{"path":340,"priority":338},{"path":468,"priority":357},{"basePath":270,"description":266,"displayName":268,"installMethods":649,"license":251,"rationale":650,"selectedPaths":651,"source":344,"sourceLanguage":17,"type":271},{"claudeCode":268},"plugin manifest at engineering/.claude-plugin/plugin.json",[652,653,655,657,659,661,663,665,667,669,671,673,675,677,679,681,683,685,687,689,691,693,695,697,699,701,703,705,707,709,711,713,715,717,719,721,723,725,727,729,731],{"path":353,"priority":338},{"path":654,"priority":357},"skills/agent-designer/SKILL.md",{"path":656,"priority":357},"skills/agent-workflow-designer/SKILL.md",{"path":658,"priority":357},"skills/api-design-reviewer/SKILL.md",{"path":660,"priority":357},"skills/api-test-suite-builder/SKILL.md",{"path":662,"priority":357},"skills/browser-automation/SKILL.md",{"path":664,"priority":357},"skills/changelog-generator/SKILL.md",{"path":666,"priority":357},"skills/chaos-engineering/SKILL.md",{"path":668,"priority":357},"skills/ci-cd-pipeline-builder/SKILL.md",{"path":670,"priority":357},"skills/codebase-onboarding/SKILL.md",{"path":672,"priority":357},"skills/command-guide/SKILL.md",{"path":674,"priority":357},"skills/database-designer/SKILL.md",{"path":676,"priority":357},"skills/database-schema-designer/SKILL.md",{"path":678,"priority":357},"skills/dependency-auditor/SKILL.md",{"path":680,"priority":357},"skills/engineering-advanced-skills/SKILL.md",{"path":682,"priority":357},"skills/env-secrets-manager/SKILL.md",{"path":684,"priority":357},"skills/feature-flags-architect/SKILL.md",{"path":686,"priority":357},"skills/focused-fix/SKILL.md",{"path":688,"priority":357},"skills/full-page-screenshot/SKILL.md",{"path":690,"priority":357},"skills/git-worktree-manager/SKILL.md",{"path":692,"priority":357},"skills/interview-system-designer/SKILL.md",{"path":694,"priority":357},"skills/kubernetes-operator/SKILL.md",{"path":696,"priority":357},"skills/mcp-server-builder/SKILL.md",{"path":698,"priority":357},"skills/migration-architect/SKILL.md",{"path":700,"priority":357},"skills/monorepo-navigator/SKILL.md",{"path":702,"priority":357},"skills/observability-designer/SKILL.md",{"path":704,"priority":357},"skills/performance-profiler/SKILL.md",{"path":706,"priority":357},"skills/pr-review-expert/SKILL.md",{"path":708,"priority":357},"skills/rag-architect/SKILL.md",{"path":710,"priority":357},"skills/release-manager/SKILL.md",{"path":712,"priority":357},"skills/runbook-generator/SKILL.md",{"path":714,"priority":357},"skills/secrets-vault-manager/SKILL.md",{"path":716,"priority":357},"skills/self-eval/SKILL.md",{"path":718,"priority":357},"skills/ship-gate/SKILL.md",{"path":720,"priority":357},"skills/skill-security-auditor/SKILL.md",{"path":722,"priority":357},"skills/skill-tester/SKILL.md",{"path":724,"priority":357},"skills/slo-architect/SKILL.md",{"path":726,"priority":357},"skills/spec-driven-workflow/SKILL.md",{"path":728,"priority":357},"skills/sql-database-assistant/SKILL.md",{"path":730,"priority":357},"skills/tc-tracker/SKILL.md",{"path":732,"priority":357},"skills/tech-debt-tracker/SKILL.md",{"basePath":734,"description":735,"displayName":736,"installMethods":737,"license":251,"rationale":738,"selectedPaths":739,"source":344,"sourceLanguage":17,"type":271},"engineering-team","32 production-ready engineering skills: architecture, frontend, backend, fullstack, QA, DevOps, security, AI/ML, data engineering, Playwright, self-improving agent, security suite (adversarial-reviewer, ai-security, cloud-security, incident-response, red-team, threat-detection), Stripe integration, TDD guide, Google Workspace CLI, a11y audit, Snowflake development, and more. Agent skill and plugin for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw.","engineering-skills",{"claudeCode":736},"plugin manifest at engineering-team/.claude-plugin/plugin.json",[740,741,742,744,746,748,750,752,754,756,758,760,762,764,766,768,770,772,774,776,778,780,782,784,786,788,790,792,794,796,798,800,802,804],{"path":353,"priority":338},{"path":340,"priority":338},{"path":743,"priority":357},"skills/adversarial-reviewer/SKILL.md",{"path":745,"priority":357},"skills/ai-security/SKILL.md",{"path":747,"priority":357},"skills/aws-solution-architect/SKILL.md",{"path":749,"priority":357},"skills/azure-cloud-architect/SKILL.md",{"path":751,"priority":357},"skills/cloud-security/SKILL.md",{"path":753,"priority":357},"skills/code-reviewer/SKILL.md",{"path":755,"priority":357},"skills/email-template-builder/SKILL.md",{"path":757,"priority":357},"skills/engineering-skills/SKILL.md",{"path":759,"priority":357},"skills/epic-design/SKILL.md",{"path":761,"priority":357},"skills/gcp-cloud-architect/SKILL.md",{"path":763,"priority":357},"skills/incident-commander/SKILL.md",{"path":765,"priority":357},"skills/incident-response/SKILL.md",{"path":767,"priority":357},"skills/ms365-tenant-manager/SKILL.md",{"path":769,"priority":357},"skills/red-team/SKILL.md",{"path":771,"priority":357},"skills/security-pen-testing/SKILL.md",{"path":773,"priority":357},"skills/senior-architect/SKILL.md",{"path":775,"priority":357},"skills/senior-backend/SKILL.md",{"path":777,"priority":357},"skills/senior-computer-vision/SKILL.md",{"path":779,"priority":357},"skills/senior-data-engineer/SKILL.md",{"path":781,"priority":357},"skills/senior-data-scientist/SKILL.md",{"path":783,"priority":357},"skills/senior-devops/SKILL.md",{"path":785,"priority":357},"skills/senior-frontend/SKILL.md",{"path":787,"priority":357},"skills/senior-fullstack/SKILL.md",{"path":789,"priority":357},"skills/senior-ml-engineer/SKILL.md",{"path":791,"priority":357},"skills/senior-prompt-engineer/SKILL.md",{"path":793,"priority":357},"skills/senior-qa/SKILL.md",{"path":795,"priority":357},"skills/senior-secops/SKILL.md",{"path":797,"priority":357},"skills/senior-security/SKILL.md",{"path":799,"priority":357},"skills/stripe-integration-expert/SKILL.md",{"path":801,"priority":357},"skills/tdd-guide/SKILL.md",{"path":803,"priority":357},"skills/tech-stack-evaluator/SKILL.md",{"path":805,"priority":357},"skills/threat-detection/SKILL.md",{"basePath":807,"description":808,"displayName":809,"installMethods":810,"license":251,"rationale":811,"selectedPaths":812,"source":344,"sourceLanguage":17,"type":271},"ra-qm-team","14 regulatory affairs & quality management skills for HealthTech/MedTech: ISO 13485 QMS, MDR 2017/745, FDA 510(k)/PMA, GDPR/DSGVO, ISO 27001 ISMS, SOC 2, CAPA management, risk management, clinical evaluation, and more. Agent skill and plugin for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw.","ra-qm-skills",{"claudeCode":809},"plugin manifest at ra-qm-team/.claude-plugin/plugin.json",[813,814,815,817,819,821,823,825,827,829,831,833,835,837,839,841],{"path":353,"priority":338},{"path":340,"priority":338},{"path":816,"priority":357},"skills/capa-officer/SKILL.md",{"path":818,"priority":357},"skills/fda-consultant-specialist/SKILL.md",{"path":820,"priority":357},"skills/gdpr-dsgvo-expert/SKILL.md",{"path":822,"priority":357},"skills/information-security-manager-iso27001/SKILL.md",{"path":824,"priority":357},"skills/isms-audit-expert/SKILL.md",{"path":826,"priority":357},"skills/mdr-745-specialist/SKILL.md",{"path":828,"priority":357},"skills/qms-audit-expert/SKILL.md",{"path":830,"priority":357},"skills/quality-documentation-manager/SKILL.md",{"path":832,"priority":357},"skills/quality-manager-qmr/SKILL.md",{"path":834,"priority":357},"skills/quality-manager-qms-iso13485/SKILL.md",{"path":836,"priority":357},"skills/ra-qm-skills/SKILL.md",{"path":838,"priority":357},"skills/regulatory-affairs-head/SKILL.md",{"path":840,"priority":357},"skills/risk-management-specialist/SKILL.md",{"path":842,"priority":357},"skills/soc2-compliance/SKILL.md",{"basePath":844,"description":845,"displayName":846,"installMethods":847,"license":251,"rationale":848,"selectedPaths":849,"source":344,"sourceLanguage":17,"type":271},"product-team","13 production-ready product skills: product manager toolkit (RICE, PRDs), agile product owner, product strategist, UX researcher, UI design system, competitive teardown, landing page generator, SaaS scaffolder, product analytics, experiment designer, product discovery, roadmap communicator, code-to-prd, research summarizer, apple-hig-expert (Apple Human Interface Guidelines), spec-to-repo. Agent skill and plugin for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw.","product-skills",{"claudeCode":846},"plugin manifest at product-team/.claude-plugin/plugin.json",[850,851,852,854,856,858,860,862,864,866,868,870,872,874,876],{"path":353,"priority":338},{"path":340,"priority":338},{"path":853,"priority":357},"skills/competitive-teardown/SKILL.md",{"path":855,"priority":357},"skills/experiment-designer/SKILL.md",{"path":857,"priority":357},"skills/landing-page-generator/SKILL.md",{"path":859,"priority":357},"skills/product-analytics/SKILL.md",{"path":861,"priority":357},"skills/product-discovery/SKILL.md",{"path":863,"priority":357},"skills/product-manager-toolkit/SKILL.md",{"path":865,"priority":357},"skills/product-skills/SKILL.md",{"path":867,"priority":357},"skills/product-strategist/SKILL.md",{"path":869,"priority":357},"skills/roadmap-communicator/SKILL.md",{"path":871,"priority":357},"skills/saas-scaffolder/SKILL.md",{"path":873,"priority":357},"skills/spec-to-repo/SKILL.md",{"path":875,"priority":357},"skills/ui-design-system/SKILL.md",{"path":877,"priority":357},"skills/ux-researcher-designer/SKILL.md",{"basePath":879,"description":880,"displayName":881,"installMethods":882,"license":251,"rationale":883,"selectedPaths":884,"source":344,"sourceLanguage":17,"type":271},"project-management","9 project management skills: senior PM, scrum master, Jira expert, Confluence expert, Atlassian admin, template scaffolder, and Atlassian MCP-bundled (Remote SSE) integration. Agent skill and plugin for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw.","pm-skills",{"claudeCode":881},"plugin manifest at project-management/.claude-plugin/plugin.json",[885,886,887,889,891,893,895,897,899,901,903,905],{"path":353,"priority":338},{"path":340,"priority":338},{"path":888,"priority":357},"skills/atlassian-admin/SKILL.md",{"path":890,"priority":357},"skills/atlassian-templates/SKILL.md",{"path":892,"priority":357},"skills/confluence-expert/SKILL.md",{"path":894,"priority":357},"skills/jira-expert/SKILL.md",{"path":896,"priority":357},"skills/meeting-analyzer/SKILL.md",{"path":898,"priority":357},"skills/pm-skills/SKILL.md",{"path":900,"priority":357},"skills/scrum-master/SKILL.md",{"path":902,"priority":357},"skills/senior-pm/SKILL.md",{"path":904,"priority":357},"skills/team-communications/SKILL.md",{"path":906,"priority":338},".mcp.json",{"basePath":908,"description":909,"displayName":910,"installMethods":911,"license":251,"rationale":912,"selectedPaths":913,"source":344,"sourceLanguage":17,"type":271},"business-growth","5 business & growth skills: customer success manager, sales engineer, revenue operations, contract & proposal writer, and BizDev-toolkit. Agent skill and plugin for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw.","business-growth-skills",{"claudeCode":910},"plugin manifest at business-growth/.claude-plugin/plugin.json",[914,915,917,919,921,923],{"path":353,"priority":338},{"path":916,"priority":357},"skills/business-growth-skills/SKILL.md",{"path":918,"priority":357},"skills/contract-and-proposal-writer/SKILL.md",{"path":920,"priority":357},"skills/customer-success-manager/SKILL.md",{"path":922,"priority":357},"skills/revenue-operations/SKILL.md",{"path":924,"priority":357},"skills/sales-engineer/SKILL.md",{"basePath":926,"description":927,"displayName":928,"installMethods":929,"license":251,"rationale":930,"selectedPaths":931,"source":344,"sourceLanguage":17,"type":271},"finance","3 finance skills: financial analyst (ratio analysis, DCF valuation, budgeting, forecasting), SaaS metrics coach (ARR, MRR, churn, CAC, LTV, NRR, Quick Ratio, 12-month projections), and business investment advisor. 7 Python automation tools. Agent skill and plugin for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw.","finance-skills",{"claudeCode":928},"plugin manifest at finance/.claude-plugin/plugin.json",[932,933,935,937],{"path":353,"priority":338},{"path":934,"priority":357},"skills/finance-skills/SKILL.md",{"path":936,"priority":357},"skills/financial-analyst/SKILL.md",{"path":938,"priority":357},"skills/saas-metrics-coach/SKILL.md",{"basePath":940,"description":941,"displayName":942,"installMethods":943,"license":251,"rationale":944,"selectedPaths":945,"source":344,"sourceLanguage":17,"type":271},"engineering-team/playwright-pro","Production-grade Playwright testing toolkit. Generate tests from specs, fix flaky failures, migrate from Cypress/Selenium, sync with TestRail, run on BrowserStack. 55+ ready-to-use templates, 3 specialized agents, smart reporting that plugs into your existing workflow.","pw",{"claudeCode":942},"plugin manifest at engineering-team/playwright-pro/.claude-plugin/plugin.json",[946,947,948,949,951,953,955,957,959,961,963,965,967,968,970,972,974,976,978,980],{"path":353,"priority":338},{"path":340,"priority":338},{"path":342,"priority":343},{"path":950,"priority":357},"skills/browserstack/SKILL.md",{"path":952,"priority":357},"skills/fix/SKILL.md",{"path":954,"priority":357},"skills/generate/SKILL.md",{"path":956,"priority":357},"skills/init/SKILL.md",{"path":958,"priority":357},"skills/migrate/SKILL.md",{"path":960,"priority":357},"skills/pw/SKILL.md",{"path":962,"priority":357},"skills/report/SKILL.md",{"path":964,"priority":357},"skills/review/SKILL.md",{"path":966,"priority":357},"skills/testrail/SKILL.md",{"path":906,"priority":338},{"path":969,"priority":343},"agents/migration-planner.md",{"path":971,"priority":343},"agents/test-architect.md",{"path":973,"priority":343},"agents/test-debugger.md",{"path":975,"priority":343},"hooks/detect-playwright.sh",{"path":977,"priority":343},"hooks/hooks.json",{"path":979,"priority":343},"hooks/validate-test.sh",{"path":981,"priority":338},"settings.json",{"basePath":983,"description":984,"displayName":985,"installMethods":986,"license":251,"rationale":987,"selectedPaths":988,"source":344,"sourceLanguage":17,"type":271},"engineering-team/self-improving-agent","Self-Improving Agent: curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills. Provides /si:review, /si:promote, /si:extract, /si:status, and /si:remember slash commands.","si",{"claudeCode":985},"plugin manifest at engineering-team/self-improving-agent/.claude-plugin/plugin.json",[989,990,991,992,994,996,998,999,1001,1003,1005,1007,1009,1010],{"path":353,"priority":338},{"path":340,"priority":338},{"path":342,"priority":343},{"path":993,"priority":357},"skills/extract/SKILL.md",{"path":995,"priority":357},"skills/promote/SKILL.md",{"path":997,"priority":357},"skills/remember/SKILL.md",{"path":964,"priority":357},{"path":1000,"priority":357},"skills/self-improving-agent/SKILL.md",{"path":1002,"priority":357},"skills/status/SKILL.md",{"path":1004,"priority":343},"agents/memory-analyst.md",{"path":1006,"priority":343},"agents/skill-extractor.md",{"path":1008,"priority":343},"hooks/error-capture.sh",{"path":977,"priority":343},{"path":981,"priority":338},{"basePath":1012,"description":1013,"displayName":1014,"installMethods":1015,"license":251,"rationale":1016,"selectedPaths":1017,"source":344,"sourceLanguage":17,"type":271},"engineering/autoresearch-agent","Autonomous experiment loop that optimizes any file by a measurable metric. 5 slash commands, 8 evaluators, configurable loop intervals (10min to monthly).","autoresearch-agent",{"claudeCode":1014},"plugin manifest at engineering/autoresearch-agent/.claude-plugin/plugin.json",[1018,1019,1021,1023,1025,1027,1029,1030,1032],{"path":353,"priority":338},{"path":1020,"priority":357},"skills/autoresearch-agent/SKILL.md",{"path":1022,"priority":357},"skills/loop/SKILL.md",{"path":1024,"priority":357},"skills/resume/SKILL.md",{"path":1026,"priority":357},"skills/run/SKILL.md",{"path":1028,"priority":357},"skills/setup/SKILL.md",{"path":1002,"priority":357},{"path":1031,"priority":343},"agents/experiment-runner.md",{"path":981,"priority":338},{"basePath":1034,"description":1035,"displayName":1036,"installMethods":1037,"license":251,"rationale":1038,"selectedPaths":1039,"source":344,"sourceLanguage":17,"type":271},"engineering-team/google-workspace-cli","Google Workspace administration via the gws CLI. Install, authenticate, and automate Gmail, Drive, Sheets, Calendar, Docs, Chat, and Tasks. 5 Python tools, 3 reference guides, 43 built-in recipes, 10 persona bundles.","google-workspace-cli",{"claudeCode":1036},"plugin manifest at engineering-team/google-workspace-cli/.claude-plugin/plugin.json",[1040,1041],{"path":353,"priority":338},{"path":1042,"priority":357},"skills/google-workspace-cli/SKILL.md",{"basePath":1044,"description":1045,"displayName":1046,"installMethods":1047,"license":251,"rationale":1048,"selectedPaths":1049,"source":344,"sourceLanguage":17,"type":271},"product-team/code-to-prd","Reverse-engineer any codebase into a complete Product Requirements Document (PRD). Analyzes routes, components, models, APIs, and interactions for frontend (React, Vue, Angular, Next.js), backend (NestJS, Django, Express, FastAPI), and fullstack applications.","code-to-prd",{"claudeCode":1046},"plugin manifest at product-team/code-to-prd/.claude-plugin/plugin.json",[1050,1051,1052,1054],{"path":353,"priority":338},{"path":340,"priority":338},{"path":1053,"priority":357},"skills/code-to-prd/SKILL.md",{"path":981,"priority":338},{"basePath":1056,"description":1057,"displayName":1058,"installMethods":1059,"license":251,"rationale":1060,"selectedPaths":1061,"source":344,"sourceLanguage":17,"type":271},"engineering/agenthub","Multi-agent collaboration plugin for Claude Code. Spawn N parallel subagents that compete on code optimization, content drafts, research approaches, or any problem that benefits from diverse solutions. Evaluate by metric or LLM judge, merge the winner. 7 slash commands, agent templates, git DAG orchestration, message board coordination.","agenthub",{"claudeCode":1058},"plugin manifest at engineering/agenthub/.claude-plugin/plugin.json",[1062,1063,1064,1066,1068,1070,1071,1073,1074,1076,1077,1079],{"path":353,"priority":338},{"path":340,"priority":338},{"path":1065,"priority":357},"skills/agenthub/SKILL.md",{"path":1067,"priority":357},"skills/board/SKILL.md",{"path":1069,"priority":357},"skills/eval/SKILL.md",{"path":956,"priority":357},{"path":1072,"priority":357},"skills/merge/SKILL.md",{"path":1026,"priority":357},{"path":1075,"priority":357},"skills/spawn/SKILL.md",{"path":1002,"priority":357},{"path":1078,"priority":343},"agents/hub-coordinator.md",{"path":981,"priority":338},{"basePath":1081,"description":1082,"displayName":1083,"installMethods":1084,"license":251,"rationale":1085,"selectedPaths":1086,"source":344,"sourceLanguage":17,"type":271},"engineering-team/a11y-audit","WCAG 2.2 accessibility audit and fix skill for React, Next.js, Vue, Angular, Svelte, and HTML. Static scanner detecting 20+ violation types, contrast checker with suggest mode, framework-specific fix patterns, CI-friendly exit codes.","a11y-audit",{"claudeCode":1083},"plugin manifest at engineering-team/a11y-audit/.claude-plugin/plugin.json",[1087,1088,1089,1091],{"path":353,"priority":338},{"path":340,"priority":338},{"path":1090,"priority":357},"skills/a11y-audit/SKILL.md",{"path":981,"priority":338},{"basePath":1093,"description":1094,"displayName":1095,"installMethods":1096,"license":251,"rationale":1097,"selectedPaths":1098,"source":344,"sourceLanguage":17,"type":271},"c-level-advisor/executive-mentor","Adversarial thinking partner for founders and executives. Stress-tests plans, prepares for board meetings, navigates hard decisions, and forces honest post-mortems.","executive-mentor",{"claudeCode":1095},"plugin manifest at c-level-advisor/executive-mentor/.claude-plugin/plugin.json",[1099,1100,1102,1104,1106,1108,1110,1112],{"path":353,"priority":338},{"path":1101,"priority":357},"skills/board-prep/SKILL.md",{"path":1103,"priority":357},"skills/challenge/SKILL.md",{"path":1105,"priority":357},"skills/executive-mentor/SKILL.md",{"path":1107,"priority":357},"skills/hard-call/SKILL.md",{"path":1109,"priority":357},"skills/postmortem/SKILL.md",{"path":1111,"priority":357},"skills/stress-test/SKILL.md",{"path":1113,"priority":343},"agents/devils-advocate.md",{"basePath":1115,"description":1116,"displayName":1117,"installMethods":1118,"license":251,"rationale":1119,"selectedPaths":1120,"source":344,"sourceLanguage":17,"type":271},"engineering/docker-development","Docker and container development agent skill and plugin for Dockerfile optimization, docker-compose orchestration, multi-stage builds, and container security hardening. Covers build performance, layer caching, and production-ready container patterns.","docker-development",{"claudeCode":1117},"plugin manifest at engineering/docker-development/.claude-plugin/plugin.json",[1121,1122],{"path":353,"priority":338},{"path":1123,"priority":357},"skills/docker-development/SKILL.md",{"basePath":1125,"description":1126,"displayName":1127,"installMethods":1128,"license":251,"rationale":1129,"selectedPaths":1130,"source":344,"sourceLanguage":17,"type":271},"engineering/helm-chart-builder","Helm chart development agent skill and plugin for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw — chart scaffolding, values design, template patterns, dependency management, security hardening, and chart testing.","helm-chart-builder",{"claudeCode":1127},"plugin manifest at engineering/helm-chart-builder/.claude-plugin/plugin.json",[1131,1132],{"path":353,"priority":338},{"path":1133,"priority":357},"skills/helm-chart-builder/SKILL.md",{"basePath":1135,"description":1136,"displayName":1137,"installMethods":1138,"license":251,"rationale":1139,"selectedPaths":1140,"source":344,"sourceLanguage":17,"type":271},"engineering/terraform-patterns","Terraform infrastructure-as-code agent skill and plugin for module design patterns, state management strategies, provider configuration, security hardening, and CI/CD plan/apply workflows. Covers mono-repo vs multi-repo, workspaces, policy-as-code, and drift detection.","terraform-patterns",{"claudeCode":1137},"plugin manifest at engineering/terraform-patterns/.claude-plugin/plugin.json",[1141,1142],{"path":353,"priority":338},{"path":1143,"priority":357},"skills/terraform-patterns/SKILL.md",{"basePath":1145,"description":1146,"displayName":1147,"installMethods":1148,"license":251,"rationale":1149,"selectedPaths":1150,"source":344,"sourceLanguage":17,"type":271},"product-team/research-summarizer","Structured research summarization agent skill and plugin for Claude Code, Codex, and Gemini CLI. Summarize academic papers, compare web articles, extract citations, and produce actionable research briefs.","research-summarizer",{"claudeCode":1147},"plugin manifest at product-team/research-summarizer/.claude-plugin/plugin.json",[1151,1152],{"path":353,"priority":338},{"path":1153,"priority":357},"skills/research-summarizer/SKILL.md",{"basePath":1155,"description":1156,"displayName":1157,"installMethods":1158,"license":251,"rationale":1159,"selectedPaths":1160,"source":344,"sourceLanguage":17,"type":271},"engineering/code-tour","Create CodeTour .tour files — persona-targeted, step-by-step walkthroughs that link to real files and line numbers. Supports 10 developer personas (vibecoder, new joiner, architect, security reviewer, etc.), all CodeTour step types, and SMIG description formula.","code-tour",{"claudeCode":1157},"plugin manifest at engineering/code-tour/.claude-plugin/plugin.json",[1161,1162],{"path":353,"priority":338},{"path":1163,"priority":357},"skills/code-tour/SKILL.md",{"basePath":1165,"description":1166,"displayName":1167,"installMethods":1168,"license":251,"rationale":1169,"selectedPaths":1170,"source":344,"sourceLanguage":17,"type":271},"engineering/demo-video","Create polished demo videos from screenshots and scene descriptions. Orchestrates playwright, ffmpeg, and edge-tts to produce product walkthroughs, feature showcases, and marketing teasers with story structure, scene design system, and narration guidance.","demo-video",{"claudeCode":1167},"plugin manifest at engineering/demo-video/.claude-plugin/plugin.json",[1171,1172],{"path":353,"priority":338},{"path":1173,"priority":357},"skills/demo-video/SKILL.md",{"basePath":1175,"description":1176,"displayName":1177,"installMethods":1178,"license":251,"rationale":1179,"selectedPaths":1180,"source":344,"sourceLanguage":17,"type":271},"engineering/data-quality-auditor","Audit datasets for completeness, consistency, accuracy, and validity. 3 stdlib-only Python tools: data profiler with DQS scoring, missing value analyzer with MCAR/MAR/MNAR classification, and multi-method outlier detector.","data-quality-auditor",{"claudeCode":1177},"plugin manifest at engineering/data-quality-auditor/.claude-plugin/plugin.json",[1181,1182],{"path":353,"priority":338},{"path":1183,"priority":357},"skills/data-quality-auditor/SKILL.md",{"basePath":1185,"description":1186,"displayName":1187,"installMethods":1188,"license":251,"rationale":1189,"selectedPaths":1190,"source":344,"sourceLanguage":17,"type":271},"engineering/statistical-analyst","Hypothesis testing, A/B experiment analysis, sample size calculation, and confidence intervals. 3 stdlib-only Python tools with Z-test, t-test, chi-square, effect sizes, power analysis, and Wilson score intervals.","statistical-analyst",{"claudeCode":1187},"plugin manifest at engineering/statistical-analyst/.claude-plugin/plugin.json",[1191,1192],{"path":353,"priority":338},{"path":1193,"priority":357},"skills/statistical-analyst/SKILL.md",{"basePath":1195,"description":1196,"displayName":1197,"installMethods":1198,"license":251,"rationale":1199,"selectedPaths":1200,"source":344,"sourceLanguage":17,"type":271},"product-team/apple-hig-expert","Master Apple's Human Interface Guidelines (HIG) with focus on 2026 Liquid Glass aesthetics. Design and audit iOS, macOS, and visionOS apps for full compliance and premium feel. Includes hig_checker Python tool for tap targets, contrast, and accessibility validation. Reference docs cover visual design, platform specifics (iOS/macOS/visionOS), and accessibility best practices.","apple-hig-expert",{"claudeCode":1197},"plugin manifest at product-team/apple-hig-expert/.claude-plugin/plugin.json",[1201,1202],{"path":353,"priority":338},{"path":1203,"priority":357},"skills/apple-hig-expert/SKILL.md",{"basePath":1205,"description":1206,"displayName":1207,"installMethods":1208,"license":251,"rationale":1209,"selectedPaths":1210,"source":344,"sourceLanguage":17,"type":271},"engineering/llm-wiki","Turn Claude Code + Obsidian into a second brain. The LLM incrementally ingests sources into a persistent, interlinked markdown wiki — building entity/concept/source pages, flagging contradictions, maintaining an index and log. Knowledge compounds instead of being re-derived by RAG on every query. Inspired by Karpathy's LLM Wiki gist. Ships SKILL, 3 sub-agents, 5 slash commands, 8 Python tools (stdlib only), full vault templates, and cross-tool compatibility (Claude Code, Codex CLI, Cursor, Antigravity, OpenCode, Gemini CLI).","llm-wiki",{"claudeCode":1207},"plugin manifest at engineering/llm-wiki/.claude-plugin/plugin.json",[1211,1212,1213,1215,1217,1219,1221,1223,1225,1227,1229],{"path":353,"priority":338},{"path":340,"priority":338},{"path":1214,"priority":357},"skills/llm-wiki/SKILL.md",{"path":1216,"priority":343},"agents/wiki-ingestor.md",{"path":1218,"priority":343},"agents/wiki-librarian.md",{"path":1220,"priority":343},"agents/wiki-linter.md",{"path":1222,"priority":343},"commands/wiki-ingest.md",{"path":1224,"priority":343},"commands/wiki-init.md",{"path":1226,"priority":343},"commands/wiki-lint.md",{"path":1228,"priority":343},"commands/wiki-log.md",{"path":1230,"priority":343},"commands/wiki-query.md",{"basePath":1232,"description":1233,"displayName":1234,"installMethods":1235,"license":251,"rationale":1236,"selectedPaths":1237,"source":344,"sourceLanguage":17,"type":271},"engineering/karpathy-coder","Active coding discipline enforcer based on Karpathy's 4 principles: surface assumptions, keep it simple, make surgical changes, define verifiable goals. Ships 4 Python tools (complexity_checker, diff_surgeon, assumption_linter, goal_verifier), a review agent, /karpathy-check slash command, and a pre-commit hook. All tools stdlib-only.","karpathy-coder",{"claudeCode":1234},"plugin manifest at engineering/karpathy-coder/.claude-plugin/plugin.json",[1238,1239,1240,1242,1244,1246],{"path":353,"priority":338},{"path":340,"priority":338},{"path":1241,"priority":357},"skills/karpathy-coder/SKILL.md",{"path":1243,"priority":343},"agents/karpathy-reviewer.md",{"path":1245,"priority":343},"commands/karpathy-check.md",{"path":1247,"priority":343},"hooks/karpathy-gate.sh",{"basePath":1249,"description":1250,"displayName":1251,"installMethods":1252,"license":251,"rationale":1253,"selectedPaths":1254,"source":344,"sourceLanguage":17,"type":271},"engineering/feature-flags-architect","End-to-end feature-flag discipline: classify, ship, ramp, retire. Detects stale flags as debt, generates phased rollout plans (ring/linear/log/cohort), and audits every flag for a documented kill switch. 3 stdlib Python tools, 4 references on flag taxonomy + provider trade-offs (LaunchDarkly/GrowthBook/Statsig/Unleash/Flipt/DIY) + rollout strategies + lifecycle. /flag-cleanup slash command. Cross-tool compatible.","feature-flags-architect",{"claudeCode":1251},"plugin manifest at engineering/feature-flags-architect/.claude-plugin/plugin.json",[1255,1256,1257],{"path":353,"priority":338},{"path":340,"priority":338},{"path":684,"priority":357},{"basePath":1259,"description":1260,"displayName":1261,"installMethods":1262,"license":251,"rationale":1263,"selectedPaths":1264,"source":344,"sourceLanguage":17,"type":271},"engineering/kubernetes-operator","End-to-end Kubernetes Operator discipline: CRD design, reconcile-loop patterns, and OperatorHub Capability Levels. Ships CRD validator, reconcile-loop linter, and capability auditor (3 stdlib Python tools), 4 references on the operator pattern + CRD design + reconcile patterns + framework comparison (controller-runtime/kubebuilder/operator-sdk/metacontroller/KOPF), CRD + Go controller skeletons, and /operator-audit slash command. NOT a generic k8s skill — specifically the Operator pattern.","kubernetes-operator",{"claudeCode":1261},"plugin manifest at engineering/kubernetes-operator/.claude-plugin/plugin.json",[1265,1266,1267],{"path":353,"priority":338},{"path":340,"priority":338},{"path":694,"priority":357},{"basePath":1269,"description":1270,"displayName":1271,"installMethods":1272,"license":251,"rationale":1273,"selectedPaths":1274,"source":344,"sourceLanguage":17,"type":271},"engineering/chaos-engineering","End-to-end chaos engineering discipline: design experiments with hypothesis + steady-state metric + blast radius + abort criteria, calculate risk score against error budget, and generate blameless postmortems. 3 stdlib Python tools (experiment_designer, blast_radius_calculator, experiment_postmortem), 4 references on chaos principles + experiment design + 7-attack taxonomy + tooling landscape (Chaos Toolkit/Mesh/Litmus/Gremlin/AWS FIS/DIY), templates for plans + postmortems, and a /chaos-experiment slash command. Composes with feature-flags-architect (kill switches as abort triggers) and kubernetes-operator (chaos targets).","chaos-engineering",{"claudeCode":1271},"plugin manifest at engineering/chaos-engineering/.claude-plugin/plugin.json",[1275,1276,1277],{"path":353,"priority":338},{"path":340,"priority":338},{"path":666,"priority":357},{"basePath":1279,"description":1280,"displayName":1281,"installMethods":1282,"license":251,"rationale":1283,"selectedPaths":1284,"source":344,"sourceLanguage":17,"type":271},"engineering/slo-architect","End-to-end SLO/SLI/error-budget discipline per Google SRE Workbook. Ships SLO designer (refuses to render without required fields), error-budget calculator with multi-window burn-rate alert thresholds (PromQL-shaped), and SLO reviewer that catches the 7 common bugs (target too high, window too short, no SLI definition, CPU-as-SLI, etc.). 4 references on principles + SLI design + error budget math + composition with feature-flags-architect/chaos-engineering/kubernetes-operator. Asset templates for SLO YAML and error budget policy. /slo-design slash command. NOT a generic observability skill.","slo-architect",{"claudeCode":1281},"plugin manifest at engineering/slo-architect/.claude-plugin/plugin.json",[1285,1286,1287],{"path":353,"priority":338},{"path":340,"priority":338},{"path":724,"priority":357},{"basePath":1289,"description":1290,"displayName":1291,"installMethods":1292,"license":251,"rationale":1293,"selectedPaths":1294,"source":344,"sourceLanguage":17,"type":271},"product-team/agile-product-owner","Agile product ownership for backlog management and sprint execution. User story generation (INVEST-compliant), acceptance criteria patterns (Given/When/Then, rule-based, checklist), epic breakdown with 5 split techniques, sprint planning with velocity-based capacity math, and weighted backlog prioritization. Includes user_story_generator Python tool.","agile-product-owner",{"claudeCode":1291},"plugin manifest at product-team/agile-product-owner/.claude-plugin/plugin.json",[1295,1296],{"path":353,"priority":338},{"path":1297,"priority":357},"skills/agile-product-owner/SKILL.md",{"basePath":281,"description":1299,"displayName":296,"installMethods":1300,"license":251,"rationale":1301,"selectedPaths":1302,"source":344,"sourceLanguage":17,"type":271},"223 production-ready skills, 23 agents, and 298 Python tools across 9 domains — engineering, marketing, product, compliance, C-level advisory, and more. The largest open-source skills library for AI coding agents.",{"claudeCode":258},"plugin manifest at .codex-plugin/plugin.json",[1303,1305,1306,1307,1308,1310,1312,1314,1316,1318,1320,1322,1324,1326,1328,1330,1332,1334,1336,1338,1340,1342,1344,1346,1348,1350,1352,1354,1356,1358,1360,1362,1364,1366,1368,1370,1372,1374,1376,1378,1380,1382,1384,1386,1388,1390,1392,1394,1395,1397,1399,1401,1403,1405,1407,1409,1411,1413,1415,1417,1419,1421,1423,1425,1427,1429,1431,1432,1433,1434,1435],{"path":1304,"priority":338},".codex-plugin/plugin.json",{"path":340,"priority":338},{"path":342,"priority":343},{"path":906,"priority":338},{"path":1309,"priority":343},"agents/CLAUDE.md",{"path":1311,"priority":343},"agents/business-growth/cs-growth-strategist.md",{"path":1313,"priority":343},"agents/c-level/.gitkeep",{"path":1315,"priority":343},"agents/c-level/cs-ceo-advisor.md",{"path":1317,"priority":343},"agents/c-level/cs-cto-advisor.md",{"path":1319,"priority":343},"agents/engineering/cs-karpathy-reviewer.md",{"path":1321,"priority":343},"agents/engineering/cs-senior-engineer.md",{"path":1323,"priority":343},"agents/engineering/cs-wiki-ingestor.md",{"path":1325,"priority":343},"agents/engineering/cs-wiki-librarian.md",{"path":1327,"priority":343},"agents/engineering/cs-wiki-linter.md",{"path":1329,"priority":343},"agents/engineering-team/cs-engineering-lead.md",{"path":1331,"priority":343},"agents/engineering-team/cs-workspace-admin.md",{"path":1333,"priority":343},"agents/finance/cs-financial-analyst.md",{"path":1335,"priority":343},"agents/marketing/.gitkeep",{"path":1337,"priority":343},"agents/marketing/cs-content-creator.md",{"path":1339,"priority":343},"agents/marketing/cs-demand-gen-specialist.md",{"path":1341,"priority":343},"agents/personas/README.md",{"path":1343,"priority":343},"agents/personas/TEMPLATE.md",{"path":1345,"priority":343},"agents/personas/content-strategist.md",{"path":1347,"priority":343},"agents/personas/devops-engineer.md",{"path":1349,"priority":343},"agents/personas/finance-lead.md",{"path":1351,"priority":343},"agents/personas/growth-marketer.md",{"path":1353,"priority":343},"agents/personas/product-manager.md",{"path":1355,"priority":343},"agents/personas/solo-founder.md",{"path":1357,"priority":343},"agents/personas/startup-cto.md",{"path":1359,"priority":343},"agents/product/.gitkeep",{"path":1361,"priority":343},"agents/product/cs-agile-product-owner.md",{"path":1363,"priority":343},"agents/product/cs-product-analyst.md",{"path":1365,"priority":343},"agents/product/cs-product-manager.md",{"path":1367,"priority":343},"agents/product/cs-product-strategist.md",{"path":1369,"priority":343},"agents/product/cs-ux-researcher.md",{"path":1371,"priority":343},"agents/project-management/cs-project-manager.md",{"path":1373,"priority":343},"agents/ra-qm-team/cs-quality-regulatory.md",{"path":1375,"priority":343},"commands/.gitkeep",{"path":1377,"priority":343},"commands/a11y-audit.md",{"path":1379,"priority":343},"commands/changelog.md",{"path":1381,"priority":343},"commands/chaos-experiment.md",{"path":1383,"priority":343},"commands/code-to-prd.md",{"path":1385,"priority":343},"commands/competitive-matrix.md",{"path":1387,"priority":343},"commands/financial-health.md",{"path":1389,"priority":343},"commands/flag-cleanup.md",{"path":1391,"priority":343},"commands/focused-fix.md",{"path":1393,"priority":343},"commands/google-workspace.md",{"path":1245,"priority":343},{"path":1396,"priority":343},"commands/okr.md",{"path":1398,"priority":343},"commands/operator-audit.md",{"path":1400,"priority":343},"commands/persona.md",{"path":1402,"priority":343},"commands/pipeline.md",{"path":1404,"priority":343},"commands/plugin-audit.md",{"path":1406,"priority":343},"commands/prd.md",{"path":1408,"priority":343},"commands/project-health.md",{"path":1410,"priority":343},"commands/retro.md",{"path":1412,"priority":343},"commands/rice.md",{"path":1414,"priority":343},"commands/saas-health.md",{"path":1416,"priority":343},"commands/seo-auditor.md",{"path":1418,"priority":343},"commands/slo-design.md",{"path":1420,"priority":343},"commands/sprint-health.md",{"path":1422,"priority":343},"commands/sprint-plan.md",{"path":1424,"priority":343},"commands/tc.md",{"path":1426,"priority":343},"commands/tdd.md",{"path":1428,"priority":343},"commands/tech-debt.md",{"path":1430,"priority":343},"commands/user-story.md",{"path":1222,"priority":343},{"path":1224,"priority":343},{"path":1226,"priority":343},{"path":1228,"priority":343},{"path":1230,"priority":343},{"basePath":1437,"description":1438,"displayName":1439,"installMethods":1440,"license":251,"rationale":1441,"selectedPaths":1442,"source":344,"sourceLanguage":17,"type":271},"engineering/behuman","Self-Mirror consciousness loop for human-like AI responses. Adds inner dialogue (Self → Mirror → Conscious Response) to make AI output feel authentic, not robotic. Zero dependencies — pure prompt technique.","behuman",{"claudeCode":1439},"plugin manifest at engineering/behuman/.claude-plugin/plugin.json",[1443,1444],{"path":353,"priority":338},{"path":1445,"priority":357},"skills/behuman/SKILL.md",{"basePath":1447,"description":1448,"displayName":1449,"installMethods":1450,"license":251,"rationale":1451,"selectedPaths":1452,"source":344,"sourceLanguage":17,"type":271},"engineering/llm-cost-optimizer","Use when you need to reduce LLM API spend, control token usage, route between models by cost/quality, implement prompt caching, or build cost observability for AI features. Triggers: 'my AI costs are ","llm-cost-optimizer",{"claudeCode":1449},"plugin manifest at engineering/llm-cost-optimizer/.claude-plugin/plugin.json",[1453,1454],{"path":353,"priority":338},{"path":1455,"priority":357},"skills/llm-cost-optimizer/SKILL.md",{"basePath":1457,"description":1458,"displayName":1459,"installMethods":1460,"license":251,"rationale":1461,"selectedPaths":1462,"source":344,"sourceLanguage":17,"type":271},"engineering/prompt-governance","Use when managing prompts in production at scale: versioning prompts, running A/B tests on prompts, building prompt registries, preventing prompt regressions, or creating eval pipelines for production","prompt-governance",{"claudeCode":1459},"plugin manifest at engineering/prompt-governance/.claude-plugin/plugin.json",[1463,1464],{"path":353,"priority":338},{"path":1465,"priority":357},"skills/prompt-governance/SKILL.md",{"basePath":1467,"description":1468,"displayName":1469,"installMethods":1470,"license":251,"rationale":1471,"selectedPaths":1472,"source":344,"sourceLanguage":17,"type":271},"engineering-team/snowflake-development","Snowflake SQL, data pipelines (Dynamic Tables, Streams+Tasks), Cortex AI functions, Snowpark Python, and dbt integration. Includes query helper script, 3 reference guides, and troubleshooting.","snowflake-development",{"claudeCode":1469},"plugin manifest at engineering-team/snowflake-development/.claude-plugin/plugin.json",[1473,1474],{"path":353,"priority":338},{"path":1475,"priority":357},"skills/snowflake-development/SKILL.md",{"basePath":1477,"description":1478,"displayName":1479,"installMethods":1480,"license":251,"rationale":1481,"selectedPaths":1482,"source":344,"sourceLanguage":17,"type":271},"finance/business-investment-advisor","Business investment analysis and capital allocation advisor. Use when evaluating whether to invest in equipment, real estate, a new business, hiring, technology, or any capital expenditure. Also use f","business-investment-advisor",{"claudeCode":1479},"plugin manifest at finance/business-investment-advisor/.claude-plugin/plugin.json",[1483,1484],{"path":353,"priority":338},{"path":1485,"priority":357},"skills/business-investment-advisor/SKILL.md",{"basePath":1487,"description":1488,"displayName":1489,"installMethods":1490,"license":251,"rationale":1491,"selectedPaths":1492,"source":344,"sourceLanguage":17,"type":271},"marketing-skill/video-content-strategist","Use when planning video content strategy, writing video scripts, optimizing YouTube channels, building short-form video pipelines (Reels, TikTok, Shorts), or repurposing long-form content into video. ","video-content-strategist",{"claudeCode":1489},"plugin manifest at marketing-skill/video-content-strategist/.claude-plugin/plugin.json",[1493,1494],{"path":353,"priority":338},{"path":1495,"priority":357},"skills/video-content-strategist/SKILL.md",{"basePath":1497,"description":1498,"displayName":910,"installMethods":1499,"rationale":1500,"selectedPaths":1501,"source":344,"sourceLanguage":17,"type":260},"business-growth/skills/business-growth-skills","4 business growth agent skills and plugins for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw. Customer success (health scoring, churn), sales engineer (RFP), revenue operations (pipeline, GTM), contract & proposal writer. Python tools (stdlib-only).",{"claudeCode":12},"SKILL.md frontmatter at business-growth/skills/business-growth-skills/SKILL.md",[1502],{"path":1503,"priority":338},"SKILL.md",{"basePath":1505,"description":1506,"displayName":1507,"installMethods":1508,"rationale":1509,"selectedPaths":1510,"source":344,"sourceLanguage":17,"type":260},"business-growth/skills/contract-and-proposal-writer","Contract & Proposal Writer","contract-and-proposal-writer",{"claudeCode":12},"SKILL.md frontmatter at business-growth/skills/contract-and-proposal-writer/SKILL.md",[1511],{"path":1503,"priority":338},{"basePath":1513,"description":1514,"displayName":1515,"installMethods":1516,"rationale":1517,"selectedPaths":1518,"source":344,"sourceLanguage":17,"type":260},"business-growth/skills/customer-success-manager","Monitors customer health, predicts churn risk, and identifies expansion opportunities using weighted scoring models for SaaS customer success. Use when analyzing customer accounts, reviewing retention metrics, scoring at-risk customers, or when the user mentions churn, customer health scores, upsell opportunities, expansion revenue, retention analysis, or customer analytics. Runs three Python CLI tools to produce deterministic health scores, churn risk tiers, and prioritized expansion recommendations across Enterprise, Mid-Market, and SMB segments.","customer-success-manager",{"claudeCode":12},"SKILL.md frontmatter at business-growth/skills/customer-success-manager/SKILL.md",[1519,1520,1523,1525,1527,1529,1531,1533,1535,1537,1539,1541,1543],{"path":1503,"priority":338},{"path":1521,"priority":1522},"assets/executive_business_review_template.md","low",{"path":1524,"priority":1522},"assets/expected_output.json",{"path":1526,"priority":1522},"assets/onboarding_checklist_template.md",{"path":1528,"priority":1522},"assets/qbr_template.md",{"path":1530,"priority":1522},"assets/sample_customer_data.json",{"path":1532,"priority":1522},"assets/success_plan_template.md",{"path":1534,"priority":357},"references/cs-metrics-benchmarks.md",{"path":1536,"priority":357},"references/cs-playbooks.md",{"path":1538,"priority":357},"references/health-scoring-framework.md",{"path":1540,"priority":1522},"scripts/churn_risk_analyzer.py",{"path":1542,"priority":1522},"scripts/expansion_opportunity_scorer.py",{"path":1544,"priority":1522},"scripts/health_score_calculator.py",{"basePath":1546,"description":1547,"displayName":1548,"installMethods":1549,"rationale":1550,"selectedPaths":1551,"source":344,"sourceLanguage":17,"type":260},"business-growth/skills/revenue-operations","Analyzes sales pipeline health, revenue forecasting accuracy, and go-to-market efficiency metrics for SaaS revenue optimization. Use when analyzing sales pipeline coverage, forecasting revenue, evaluating go-to-market performance, reviewing sales metrics, assessing pipeline analysis, tracking forecast accuracy with MAPE, calculating GTM efficiency, or measuring sales efficiency and unit economics for SaaS teams.","revenue-operations",{"claudeCode":12},"SKILL.md frontmatter at business-growth/skills/revenue-operations/SKILL.md",[1552,1553,1554,1556,1558,1560,1562,1564,1566,1568,1570,1572,1574,1576],{"path":1503,"priority":338},{"path":1524,"priority":1522},{"path":1555,"priority":1522},"assets/forecast_report_template.md",{"path":1557,"priority":1522},"assets/gtm_dashboard_template.md",{"path":1559,"priority":1522},"assets/pipeline_review_template.md",{"path":1561,"priority":1522},"assets/sample_forecast_data.json",{"path":1563,"priority":1522},"assets/sample_gtm_data.json",{"path":1565,"priority":1522},"assets/sample_pipeline_data.json",{"path":1567,"priority":357},"references/gtm-efficiency-benchmarks.md",{"path":1569,"priority":357},"references/pipeline-management-framework.md",{"path":1571,"priority":357},"references/revops-metrics-guide.md",{"path":1573,"priority":1522},"scripts/forecast_accuracy_tracker.py",{"path":1575,"priority":1522},"scripts/gtm_efficiency_calculator.py",{"path":1577,"priority":1522},"scripts/pipeline_analyzer.py",{"basePath":1579,"description":1580,"displayName":1581,"installMethods":1582,"rationale":1583,"selectedPaths":1584,"source":344,"sourceLanguage":17,"type":260},"business-growth/skills/sales-engineer","Analyzes RFP/RFI responses for coverage gaps, builds competitive feature comparison matrices, and plans proof-of-concept (POC) engagements for pre-sales engineering. Use when responding to RFPs, bids, or proposal requests; comparing product features against competitors; planning or scoring a customer POC or sales demo; preparing a technical proposal; or performing win/loss competitor analysis. Handles tasks described as 'RFP response', 'bid response', 'proposal response', 'competitor comparison', 'feature matrix', 'POC planning', 'sales demo prep', or 'pre-sales engineering'.","sales-engineer",{"claudeCode":12},"SKILL.md frontmatter at business-growth/skills/sales-engineer/SKILL.md",[1585,1586,1588,1589,1591,1593,1595,1597,1599,1601,1603,1605],{"path":1503,"priority":338},{"path":1587,"priority":1522},"assets/demo_script_template.md",{"path":1524,"priority":1522},{"path":1590,"priority":1522},"assets/poc_scorecard_template.md",{"path":1592,"priority":1522},"assets/sample_rfp_data.json",{"path":1594,"priority":1522},"assets/technical_proposal_template.md",{"path":1596,"priority":357},"references/competitive-positioning-framework.md",{"path":1598,"priority":357},"references/poc-best-practices.md",{"path":1600,"priority":357},"references/rfp-response-guide.md",{"path":1602,"priority":1522},"scripts/competitive_matrix_builder.py",{"path":1604,"priority":1522},"scripts/poc_planner.py",{"path":1606,"priority":1522},"scripts/rfp_response_analyzer.py",{"basePath":1608,"description":1609,"displayName":1610,"installMethods":1611,"rationale":1612,"selectedPaths":1613,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/c-level-agents/skills/boardroom","/cs:boardroom \u003Cbrief> — 6-phase multi-role deliberation across the C-suite with Phase 2 isolation, critic pre-screen, and synthesis. Outputs a board memo.","boardroom",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/c-level-agents/skills/boardroom/SKILL.md",[1614],{"path":1503,"priority":338},{"basePath":1616,"description":1617,"displayName":1618,"installMethods":1619,"rationale":1620,"selectedPaths":1621,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/c-level-agents/skills/brief","/cs:brief \u003Ctopic> — Generate a one-page strategy brief from an office-hours intake. First step in the strategic sprint pipeline.","brief",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/c-level-agents/skills/brief/SKILL.md",[1622],{"path":1503,"priority":338},{"basePath":1624,"description":1625,"displayName":522,"installMethods":1626,"rationale":1627,"selectedPaths":1628,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/c-level-agents/skills/c-level-agents","Founder-mode executive team. 8 cs-* C-suite agents (CFO, CMO, CRO, CPO, COO, CHRO, CISO, Chief of Staff) and 17 /cs:* slash commands for forcing-question office hours, multi-role boardroom deliberation, strategic sprint pipeline, and meta routing. Use when the founder needs a virtual executive team, when invoking /cs:* commands, or when orchestrating multi-role decisions.",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/c-level-agents/skills/c-level-agents/SKILL.md",[1629],{"path":1503,"priority":338},{"basePath":1631,"description":1632,"displayName":1633,"installMethods":1634,"rationale":1635,"selectedPaths":1636,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/c-level-agents/skills/caio-review","/cs:caio-review \u003Cplan> — Eval-demanding Chief AI Officer interrogation of any plan that involves AI: model selection, risk classification, cost economics, or AI hiring.","caio-review",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/c-level-agents/skills/caio-review/SKILL.md",[1637],{"path":1503,"priority":338},{"basePath":1639,"description":1640,"displayName":1641,"installMethods":1642,"rationale":1643,"selectedPaths":1644,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/c-level-agents/skills/cco-review","/cs:cco-review \u003Cplan> — Retention-obsessed Chief Customer Officer interrogation of any plan that touches customer retention, segmentation, CS team sizing, or CS team hiring.","cco-review",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/c-level-agents/skills/cco-review/SKILL.md",[1645],{"path":1503,"priority":338},{"basePath":1647,"description":1648,"displayName":1649,"installMethods":1650,"rationale":1651,"selectedPaths":1652,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/c-level-agents/skills/cdo-review","/cs:cdo-review \u003Cplan> — Decision-driven Chief Data Officer interrogation of any plan that touches training data, data architecture, data productization, or data team hiring.","cdo-review",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/c-level-agents/skills/cdo-review/SKILL.md",[1653],{"path":1503,"priority":338},{"basePath":1655,"description":1656,"displayName":1657,"installMethods":1658,"rationale":1659,"selectedPaths":1660,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/c-level-agents/skills/cfo-review","/cs:cfo-review \u003Cplan> — Numerate-skeptic interrogation of any plan that touches money. Unit economics, runway, dilution, capital allocation.","cfo-review",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/c-level-agents/skills/cfo-review/SKILL.md",[1661],{"path":1503,"priority":338},{"basePath":1663,"description":1664,"displayName":1665,"installMethods":1666,"rationale":1667,"selectedPaths":1668,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/c-level-agents/skills/ciso-review","/cs:ciso-review \u003Cplan> — Risk-paranoid interrogation of any plan that touches data, compliance, or production access.","ciso-review",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/c-level-agents/skills/ciso-review/SKILL.md",[1669],{"path":1503,"priority":338},{"basePath":1671,"description":1672,"displayName":1673,"installMethods":1674,"rationale":1675,"selectedPaths":1676,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/c-level-agents/skills/cmo-review","/cs:cmo-review \u003Cplan> — Narrative-first interrogation of positioning, ICP, message house, and channel mix.","cmo-review",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/c-level-agents/skills/cmo-review/SKILL.md",[1677],{"path":1503,"priority":338},{"basePath":1679,"description":1680,"displayName":1681,"installMethods":1682,"rationale":1683,"selectedPaths":1684,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/c-level-agents/skills/cpo-review","/cs:cpo-review \u003Cplan> — JTBD-driven interrogation of product roadmap, PMF signal, and portfolio focus.","cpo-review",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/c-level-agents/skills/cpo-review/SKILL.md",[1685],{"path":1503,"priority":338},{"basePath":1687,"description":1688,"displayName":1689,"installMethods":1690,"rationale":1691,"selectedPaths":1692,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/c-level-agents/skills/cro-review","/cs:cro-review \u003Cplan> — Pipeline-paranoid interrogation of revenue, win rate, NRR, and ramp time.","cro-review",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/c-level-agents/skills/cro-review/SKILL.md",[1693],{"path":1503,"priority":338},{"basePath":1695,"description":1696,"displayName":1697,"installMethods":1698,"rationale":1699,"selectedPaths":1700,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/c-level-agents/skills/cross-eval","/cs:cross-eval \u003Cmemo> — Multi-model consensus on a board memo or strategy brief. Claude + Codex + Gemini cross-review with graceful degradation.","cross-eval",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/c-level-agents/skills/cross-eval/SKILL.md",[1701],{"path":1503,"priority":338},{"basePath":1703,"description":1704,"displayName":1705,"installMethods":1706,"rationale":1707,"selectedPaths":1708,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/c-level-agents/skills/cto-review","/cs:cto-review \u003Cplan> — Architecture and scaling interrogation. Tech debt, scaling cliffs, team scaling, build-vs-buy.","cto-review",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/c-level-agents/skills/cto-review/SKILL.md",[1709],{"path":1503,"priority":338},{"basePath":1711,"description":1712,"displayName":1713,"installMethods":1714,"rationale":1715,"selectedPaths":1716,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/c-level-agents/skills/decide","/cs:decide \u003Cmemo> — Log a decision to two-layer memory via decision-logger. Approved memo becomes durable; raw transcripts kept for reference.","decide",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/c-level-agents/skills/decide/SKILL.md",[1717],{"path":1503,"priority":338},{"basePath":1719,"description":1720,"displayName":1721,"installMethods":1722,"rationale":1723,"selectedPaths":1724,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/c-level-agents/skills/execute","/cs:execute \u003Cdecision> — Generate a 90-day execution plan with weekly milestones, DRIs, and check-in cadence from an approved decision.","execute",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/c-level-agents/skills/execute/SKILL.md",[1725],{"path":1503,"priority":338},{"basePath":1727,"description":1728,"displayName":1729,"installMethods":1730,"rationale":1731,"selectedPaths":1732,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/c-level-agents/skills/founder-mode","/cs:founder-mode \u003Cquestion> — Auto-routes any founder question to the right C-role advisor or to /cs:boardroom for multi-role topics. The single-command entry point.","founder-mode",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/c-level-agents/skills/founder-mode/SKILL.md",[1733],{"path":1503,"priority":338},{"basePath":1735,"description":1736,"displayName":1737,"installMethods":1738,"rationale":1739,"selectedPaths":1740,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/c-level-agents/skills/freeze","/cs:freeze \u003Cdecision> \u003Cdays> — Lock a strategic decision for a cooldown period to prevent impulse reversal. Mirrors gstack's safety primitives for the business layer.","freeze",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/c-level-agents/skills/freeze/SKILL.md",[1741],{"path":1503,"priority":338},{"basePath":1743,"description":1744,"displayName":1745,"installMethods":1746,"rationale":1747,"selectedPaths":1748,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/c-level-agents/skills/gc-review","/cs:gc-review \u003Cplan> — General Counsel interrogation of contracts, IP, regulatory, term sheets, and employment-law surface.","gc-review",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/c-level-agents/skills/gc-review/SKILL.md",[1749],{"path":1503,"priority":338},{"basePath":1751,"description":1752,"displayName":1753,"installMethods":1754,"rationale":1755,"selectedPaths":1756,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/c-level-agents/skills/office-hours","/cs:office-hours \u003Ctopic> — YC-style 6-question founder interrogation before any advice. Forces clarity on problem, customer, distribution, defensibility, capital, and founder fit.","office-hours",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/c-level-agents/skills/office-hours/SKILL.md",[1757],{"path":1503,"priority":338},{"basePath":1759,"description":1760,"displayName":1761,"installMethods":1762,"rationale":1763,"selectedPaths":1764,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/c-level-agents/skills/onboard","/cs:onboard — Founder interview that populates ~/.claude/company-context.md. The first command to run when starting with c-level-agents.","onboard",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/c-level-agents/skills/onboard/SKILL.md",[1765],{"path":1503,"priority":338},{"basePath":1767,"description":1768,"displayName":1769,"installMethods":1770,"rationale":1771,"selectedPaths":1772,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/c-level-agents/skills/post-mortem","/cs:post-mortem \u003Cdecision> — Honest retrospective on an executed decision, scored against original assumptions and dissent. Closes the strategic sprint loop.","post-mortem",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/c-level-agents/skills/post-mortem/SKILL.md",[1773],{"path":1503,"priority":338},{"basePath":1775,"description":1776,"displayName":1777,"installMethods":1778,"rationale":1779,"selectedPaths":1780,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/c-level-agents/skills/vpe-review","/cs:vpe-review \u003Cplan> — Throughput-first VP of Engineering interrogation of any plan that touches delivery, eng hiring, team structure, or production discipline.","vpe-review",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/c-level-agents/skills/vpe-review/SKILL.md",[1781],{"path":1503,"priority":338},{"basePath":1783,"description":1784,"displayName":641,"installMethods":1785,"rationale":1786,"selectedPaths":1787,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/skills/chief-ai-officer-advisor","Chief AI Officer advisory for startups: model build-vs-buy decisions (API vs fine-tune vs in-house), AI risk classification under EU AI Act + US state patchwork, AI cost economics (API-to-self-hosted breakeven), and AI team org evolution. Use when deciding whether to call an API or fine-tune, classifying AI use cases for regulatory risk, calculating when self-hosting pays off, sequencing AI hires, or when user mentions CAIO, AI strategy, model selection, foundation model, fine-tuning, EU AI Act, NIST AI RMF, AI governance, model risk, or AI economics. Strategic only — does not duplicate engineering AI/ML skills.",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/skills/chief-ai-officer-advisor/SKILL.md (coalesced with duplicate skill at c-level-advisor/chief-ai-officer-advisor/skills/chief-ai-officer-advisor)",[1788,1789,1791,1793,1795,1797,1799,1801],{"path":1503,"priority":338},{"path":1790,"priority":357},"references/ai_cost_economics.md",{"path":1792,"priority":357},"references/ai_risk_governance.md",{"path":1794,"priority":357},"references/ai_team_org_evolution.md",{"path":1796,"priority":357},"references/model_buildvsbuy_strategy.md",{"path":1798,"priority":1522},"scripts/ai_cost_economics.py",{"path":1800,"priority":1522},"scripts/ai_risk_classifier.py",{"path":1802,"priority":1522},"scripts/model_buildvsbuy_calculator.py",{"basePath":1804,"description":1805,"displayName":631,"installMethods":1806,"rationale":1807,"selectedPaths":1808,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/skills/chief-customer-officer-advisor","Chief Customer Officer advisory for startups: retention decomposition (gross retention vs NRR honesty, churn root-cause taxonomy), customer segmentation strategy (differential investment across tiers + ICP fit scoring), CS team coverage model (pooled vs named CSM thresholds + ratio math), and CS team org evolution (CS vs Support vs AM distinctions). Use when designing retention strategy, segmenting customers for differential investment, sizing CS team, or sequencing CS hires. Strategic only — does not duplicate engineering/business-growth tactical skills.",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/skills/chief-customer-officer-advisor/SKILL.md (coalesced with duplicate skill at c-level-advisor/chief-customer-officer-advisor/skills/chief-customer-officer-advisor)",[1809,1810,1812,1814,1816,1818,1820,1822],{"path":1503,"priority":338},{"path":1811,"priority":357},"references/cs_coverage_model.md",{"path":1813,"priority":357},"references/cs_team_org_evolution.md",{"path":1815,"priority":357},"references/customer_segmentation_strategy.md",{"path":1817,"priority":357},"references/retention_decomposition.md",{"path":1819,"priority":1522},"scripts/cs_coverage_calculator.py",{"path":1821,"priority":1522},"scripts/customer_segmentation_designer.py",{"path":1823,"priority":1522},"scripts/retention_decomposition_analyzer.py",{"basePath":1825,"description":1826,"displayName":611,"installMethods":1827,"rationale":1828,"selectedPaths":1829,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/skills/chief-data-officer-advisor","Chief Data Officer advisory for startups: AI training data rights and consent provenance, data product strategy (warehouse vs lakehouse vs mesh, build-vs-buy), B2B customer-data-as-asset valuation and M&A readiness, data team org evolution. Use when deciding whether to train models on customer data, choosing data architecture, valuing data for fundraising or M&A, sequencing data hires, or when user mentions CDO, chief data officer, data strategy, data mesh, lakehouse, training data, data product, data monetization, or customer data asset. NOT a tactical data engineering skill — strategic decisions only.",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/skills/chief-data-officer-advisor/SKILL.md (coalesced with duplicate skill at c-level-advisor/chief-data-officer-advisor/skills/chief-data-officer-advisor)",[1830,1831,1833,1835,1837,1839,1841,1843],{"path":1503,"priority":338},{"path":1832,"priority":357},"references/ai_training_data_rights.md",{"path":1834,"priority":357},"references/customer_data_as_asset.md",{"path":1836,"priority":357},"references/data_product_strategy.md",{"path":1838,"priority":357},"references/data_team_org_evolution.md",{"path":1840,"priority":1522},"scripts/ai_training_data_audit.py",{"path":1842,"priority":1522},"scripts/data_asset_valuator.py",{"path":1844,"priority":1522},"scripts/data_product_strategy_picker.py",{"basePath":1846,"description":1847,"displayName":1848,"installMethods":1849,"rationale":1850,"selectedPaths":1851,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/executive-mentor/skills/board-prep","/em -board-prep — Board Meeting Preparation","board-prep",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/executive-mentor/skills/board-prep/SKILL.md",[1852],{"path":1503,"priority":338},{"basePath":1854,"description":1855,"displayName":1856,"installMethods":1857,"rationale":1858,"selectedPaths":1859,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/executive-mentor/skills/challenge","/em -challenge — Pre-Mortem Plan Analysis","challenge",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/executive-mentor/skills/challenge/SKILL.md",[1860],{"path":1503,"priority":338},{"basePath":1862,"description":1863,"displayName":1095,"installMethods":1864,"rationale":1865,"selectedPaths":1866,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/executive-mentor/skills/executive-mentor","Adversarial thinking partner for founders and executives. Stress-tests plans, prepares for brutal board meetings, dissects decisions with no good options, and forces honest post-mortems. Use when you need someone to find the holes before the board does, make a decision you've been avoiding, or understand what actually went wrong.",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/executive-mentor/skills/executive-mentor/SKILL.md",[1867,1868,1870,1872,1874,1876],{"path":1503,"priority":338},{"path":1869,"priority":357},"references/board_dynamics.md",{"path":1871,"priority":357},"references/crisis_playbook.md",{"path":1873,"priority":357},"references/hard_things.md",{"path":1875,"priority":1522},"scripts/decision_matrix_scorer.py",{"path":1877,"priority":1522},"scripts/stakeholder_mapper.py",{"basePath":1879,"description":1880,"displayName":1881,"installMethods":1882,"rationale":1883,"selectedPaths":1884,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/executive-mentor/skills/hard-call","/em -hard-call — Framework for Decisions With No Good Options","hard-call",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/executive-mentor/skills/hard-call/SKILL.md",[1885],{"path":1503,"priority":338},{"basePath":1887,"description":1888,"displayName":1889,"installMethods":1890,"rationale":1891,"selectedPaths":1892,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/executive-mentor/skills/postmortem","/em -postmortem — Honest Analysis of What Went Wrong","postmortem",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/executive-mentor/skills/postmortem/SKILL.md",[1893],{"path":1503,"priority":338},{"basePath":1895,"description":1896,"displayName":1897,"installMethods":1898,"rationale":1899,"selectedPaths":1900,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/executive-mentor/skills/stress-test","/em -stress-test — Business Assumption Stress Testing","stress-test",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/executive-mentor/skills/stress-test/SKILL.md",[1901],{"path":1503,"priority":338},{"basePath":1903,"description":1904,"displayName":601,"installMethods":1905,"rationale":1906,"selectedPaths":1907,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/skills/general-counsel-advisor","General Counsel advisory for startups: contract review (MSA, SaaS, NDA, DPA, employment), IP strategy, term sheet decoding, and regulatory landscape mapping. Use when reviewing any contract or term sheet, deciding when to engage outside counsel, defining IP strategy, evaluating regulatory exposure (HIPAA, GDPR, FDA, fintech), or when user mentions general counsel, GC, legal review, contract risk, term sheet, IP assignment, or regulatory exposure. NOT a substitute for licensed counsel — surfaces questions to bring to qualified attorneys.",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/skills/general-counsel-advisor/SKILL.md (coalesced with duplicate skill at c-level-advisor/general-counsel-advisor/skills/general-counsel-advisor)",[1908,1909,1911,1913,1915,1917],{"path":1503,"priority":338},{"path":1910,"priority":357},"references/contracts_playbook.md",{"path":1912,"priority":357},"references/ip_and_regulatory.md",{"path":1914,"priority":357},"references/term_sheet_decoder.md",{"path":1916,"priority":1522},"scripts/contract_risk_scanner.py",{"path":1918,"priority":1522},"scripts/term_sheet_analyzer.py",{"basePath":1920,"description":1921,"displayName":1922,"installMethods":1923,"rationale":1924,"selectedPaths":1925,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/skills/agent-protocol","Inter-agent communication protocol for C-suite agent teams. Defines invocation syntax, loop prevention, isolation rules, and response formats. Use when C-suite agents need to query each other, coordinate cross-functional analysis, or run board meetings with multiple agent roles.","agent-protocol",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/skills/agent-protocol/SKILL.md",[1926,1927],{"path":1503,"priority":338},{"path":1928,"priority":357},"references/invocation-patterns.md",{"basePath":1930,"description":1931,"displayName":1932,"installMethods":1933,"rationale":1934,"selectedPaths":1935,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/skills/board-deck-builder","Assembles comprehensive board and investor update decks by pulling perspectives from all C-suite roles. Use when preparing board meetings, investor updates, quarterly business reviews, or fundraising narratives. Covers structure, narrative framework, bad news delivery, and common mistakes.","board-deck-builder",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/skills/board-deck-builder/SKILL.md",[1936,1937,1939],{"path":1503,"priority":338},{"path":1938,"priority":357},"references/deck-frameworks.md",{"path":1940,"priority":1522},"templates/board-deck-template.md",{"basePath":1942,"description":1943,"displayName":1944,"installMethods":1945,"rationale":1946,"selectedPaths":1947,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/skills/board-meeting","Multi-agent board meeting protocol for strategic decisions. Runs a structured 6-phase deliberation: context loading, independent C-suite contributions (isolated, no cross-pollination), critic analysis, synthesis, founder review, and decision extraction. Use when the user invokes /cs:board, calls a board meeting, or wants structured multi-perspective executive deliberation on a strategic question.","board-meeting",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/skills/board-meeting/SKILL.md",[1948,1949,1951,1953],{"path":1503,"priority":338},{"path":1950,"priority":357},"references/meeting-facilitation.md",{"path":1952,"priority":1522},"templates/meeting-agenda.md",{"path":1954,"priority":1522},"templates/meeting-minutes.md",{"basePath":1956,"description":1957,"displayName":445,"installMethods":1958,"rationale":1959,"selectedPaths":1960,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/skills/c-level-skills","10 C-level advisory agent skills and plugins for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw. CEO, CTO, COO, CPO, CMO, CFO, CRO, CISO, CHRO, Executive Mentor. Multi-role board meetings, strategy routing, structured recommendations. For founders needing executive-level decision support.",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/skills/c-level-skills/SKILL.md",[1961],{"path":1503,"priority":338},{"basePath":1963,"description":1964,"displayName":1965,"installMethods":1966,"rationale":1967,"selectedPaths":1968,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/skills/ceo-advisor","Executive leadership guidance for strategic decision-making, organizational development, and stakeholder management. Use when planning strategy, preparing board presentations, managing investors, developing organizational culture, making executive decisions, fundraising, or when user mentions CEO, strategic planning, board meetings, investor updates, organizational leadership, or executive strategy.","ceo-advisor",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/skills/ceo-advisor/SKILL.md",[1969,1970,1972,1974,1976,1978],{"path":1503,"priority":338},{"path":1971,"priority":357},"references/board_governance_investor_relations.md",{"path":1973,"priority":357},"references/executive_decision_framework.md",{"path":1975,"priority":357},"references/leadership_organizational_culture.md",{"path":1977,"priority":1522},"scripts/financial_scenario_analyzer.py",{"path":1979,"priority":1522},"scripts/strategy_analyzer.py",{"basePath":1981,"description":1982,"displayName":1983,"installMethods":1984,"rationale":1985,"selectedPaths":1986,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/skills/cfo-advisor","Financial leadership for startups and scaling companies. Financial modeling, unit economics, fundraising strategy, cash management, and board financial packages. Use when building financial models, analyzing unit economics, planning fundraising, managing cash runway, preparing board materials, or when user mentions CFO, burn rate, runway, fundraising, unit economics, LTV, CAC, term sheets, or financial strategy.","cfo-advisor",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/skills/cfo-advisor/SKILL.md",[1987,1988,1990,1992,1994,1996,1998],{"path":1503,"priority":338},{"path":1989,"priority":357},"references/cash_management.md",{"path":1991,"priority":357},"references/financial_planning.md",{"path":1993,"priority":357},"references/fundraising_playbook.md",{"path":1995,"priority":1522},"scripts/burn_rate_calculator.py",{"path":1997,"priority":1522},"scripts/fundraising_model.py",{"path":1999,"priority":1522},"scripts/unit_economics_analyzer.py",{"basePath":2001,"description":2002,"displayName":2003,"installMethods":2004,"rationale":2005,"selectedPaths":2006,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/skills/change-management","Framework for rolling out organizational changes without chaos. Covers the ADKAR model adapted for startups, communication templates, resistance patterns, and change fatigue management. Handles process changes, org restructures, strategy pivots, and culture changes. Use when announcing a reorg, switching tools, pivoting strategy, killing a product, changing leadership, or when user mentions change management, change rollout, managing resistance, org change, reorg, or pivot communication.","change-management",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/skills/change-management/SKILL.md",[2007,2008],{"path":1503,"priority":338},{"path":2009,"priority":357},"references/change-playbook.md",{"basePath":2011,"description":2012,"displayName":2013,"installMethods":2014,"rationale":2015,"selectedPaths":2016,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/skills/chief-of-staff","C-suite orchestration layer. Routes founder questions to the right advisor role(s), triggers multi-role board meetings for complex decisions, synthesizes outputs, and tracks decisions. Every C-suite interaction starts here. Loads company context automatically.","chief-of-staff",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/skills/chief-of-staff/SKILL.md",[2017,2018,2020],{"path":1503,"priority":338},{"path":2019,"priority":357},"references/routing-matrix.md",{"path":2021,"priority":357},"references/synthesis-framework.md",{"basePath":2023,"description":2024,"displayName":2025,"installMethods":2026,"rationale":2027,"selectedPaths":2028,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/skills/chro-advisor","People leadership for scaling companies. Hiring strategy, compensation design, org structure, culture, and retention. Use when building hiring plans, designing comp frameworks, restructuring teams, managing performance, building culture, or when user mentions CHRO, HR, people strategy, talent, headcount, compensation, org design, retention, or performance management.","chro-advisor",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/skills/chro-advisor/SKILL.md",[2029,2030,2032,2034,2036,2038],{"path":1503,"priority":338},{"path":2031,"priority":357},"references/comp_frameworks.md",{"path":2033,"priority":357},"references/org_design.md",{"path":2035,"priority":357},"references/people_strategy.md",{"path":2037,"priority":1522},"scripts/comp_benchmarker.py",{"path":2039,"priority":1522},"scripts/hiring_plan_modeler.py",{"basePath":2041,"description":2042,"displayName":2043,"installMethods":2044,"rationale":2045,"selectedPaths":2046,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/skills/ciso-advisor","Security leadership for growth-stage companies. Risk quantification in dollars, compliance roadmap (SOC 2/ISO 27001/HIPAA/GDPR), security architecture strategy, incident response leadership, and board-level security reporting. Use when building security programs, justifying security budget, selecting compliance frameworks, managing incidents, assessing vendor risk, or when user mentions CISO, security strategy, compliance roadmap, zero trust, or board security reporting.","ciso-advisor",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/skills/ciso-advisor/SKILL.md",[2047,2048,2050,2052,2054,2056],{"path":1503,"priority":338},{"path":2049,"priority":357},"references/compliance_roadmap.md",{"path":2051,"priority":357},"references/incident_response.md",{"path":2053,"priority":357},"references/security_strategy.md",{"path":2055,"priority":1522},"scripts/compliance_tracker.py",{"path":2057,"priority":1522},"scripts/risk_quantifier.py",{"basePath":2059,"description":2060,"displayName":2061,"installMethods":2062,"rationale":2063,"selectedPaths":2064,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/skills/cmo-advisor","Marketing leadership for scaling companies. Brand positioning, growth model design, marketing budget allocation, and marketing org design. Use when designing brand strategy, selecting growth models (PLG vs sales-led vs community-led), allocating marketing budgets, building marketing teams, or when user mentions CMO, brand strategy, growth model, CAC, LTV, channel mix, or marketing ROI.","cmo-advisor",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/skills/cmo-advisor/SKILL.md",[2065,2066,2068,2070,2072,2074],{"path":1503,"priority":338},{"path":2067,"priority":357},"references/brand_positioning.md",{"path":2069,"priority":357},"references/growth_frameworks.md",{"path":2071,"priority":357},"references/marketing_org.md",{"path":2073,"priority":1522},"scripts/growth_model_simulator.py",{"path":2075,"priority":1522},"scripts/marketing_budget_modeler.py",{"basePath":2077,"description":2078,"displayName":2079,"installMethods":2080,"rationale":2081,"selectedPaths":2082,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/skills/company-os","The meta-framework for how a company runs — the connective tissue between all C-suite roles. Covers operating system selection (EOS, Scaling Up, OKR-native, hybrid), accountability charts, scorecards, meeting pulse, issue resolution, and 90-day rocks. Use when setting up company operations, selecting a management framework, designing meeting rhythms, building accountability systems, implementing OKRs, or when user mentions EOS, Scaling Up, operating system, L10 meetings, rocks, scorecard, accountability chart, or quarterly planning.","company-os",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/skills/company-os/SKILL.md",[2083,2084,2086],{"path":1503,"priority":338},{"path":2085,"priority":357},"references/implementation-guide.md",{"path":2087,"priority":357},"references/os-comparison.md",{"basePath":2089,"description":2090,"displayName":2091,"installMethods":2092,"rationale":2093,"selectedPaths":2094,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/skills/competitive-intel","Systematic competitor tracking that feeds CMO positioning, CRO battlecards, and CPO roadmap decisions. Use when analyzing competitors, building sales battlecards, tracking market moves, positioning against alternatives, or when user mentions competitive intelligence, competitive analysis, competitor research, battlecards, win/loss, or market positioning.","competitive-intel",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/skills/competitive-intel/SKILL.md",[2095,2096,2098],{"path":1503,"priority":338},{"path":2097,"priority":357},"references/ci-playbook.md",{"path":2099,"priority":1522},"templates/battlecard-template.md",{"basePath":2101,"description":2102,"displayName":2103,"installMethods":2104,"rationale":2105,"selectedPaths":2106,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/skills/context-engine","Loads and manages company context for all C-suite advisor skills. Reads ~/.claude/company-context.md, detects stale context (>90 days), enriches context during conversations, and enforces privacy/anonymization rules before external API calls.","context-engine",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/skills/context-engine/SKILL.md",[2107,2108],{"path":1503,"priority":338},{"path":2109,"priority":357},"references/anonymization-protocol.md",{"basePath":2111,"description":2112,"displayName":2113,"installMethods":2114,"rationale":2115,"selectedPaths":2116,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/skills/coo-advisor","Operations leadership for scaling companies. Process design, OKR execution, operational cadence, and scaling playbooks. Use when designing operations, setting up OKRs, building processes, scaling teams, analyzing bottlenecks, planning operational cadence, or when user mentions COO, operations, process improvement, OKRs, scaling, operational efficiency, or execution.","coo-advisor",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/skills/coo-advisor/SKILL.md",[2117,2118,2120,2122,2124,2126],{"path":1503,"priority":338},{"path":2119,"priority":357},"references/ops_cadence.md",{"path":2121,"priority":357},"references/process_frameworks.md",{"path":2123,"priority":357},"references/scaling_playbook.md",{"path":2125,"priority":1522},"scripts/okr_tracker.py",{"path":2127,"priority":1522},"scripts/ops_efficiency_analyzer.py",{"basePath":2129,"description":2130,"displayName":2131,"installMethods":2132,"rationale":2133,"selectedPaths":2134,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/skills/cpo-advisor","Product leadership for scaling companies. Product vision, portfolio strategy, product-market fit, and product org design. Use when setting product vision, managing a product portfolio, measuring PMF, designing product teams, prioritizing at the portfolio level, reporting to the board on product, or when user mentions CPO, product strategy, product-market fit, product organization, portfolio prioritization, or roadmap strategy.","cpo-advisor",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/skills/cpo-advisor/SKILL.md",[2135,2136,2138,2140,2142,2144],{"path":1503,"priority":338},{"path":2137,"priority":357},"references/pmf_playbook.md",{"path":2139,"priority":357},"references/product_org_design.md",{"path":2141,"priority":357},"references/product_strategy.md",{"path":2143,"priority":1522},"scripts/pmf_scorer.py",{"path":2145,"priority":1522},"scripts/portfolio_analyzer.py",{"basePath":2147,"description":2148,"displayName":2149,"installMethods":2150,"rationale":2151,"selectedPaths":2152,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/skills/cro-advisor","Revenue leadership for B2B SaaS companies. Revenue forecasting, sales model design, pricing strategy, net revenue retention, and sales team scaling. Use when designing the revenue engine, setting quotas, modeling NRR, evaluating pricing, building board forecasts, or when user mentions CRO, chief revenue officer, revenue strategy, sales model, ARR growth, NRR, expansion revenue, churn, pricing strategy, or sales capacity.","cro-advisor",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/skills/cro-advisor/SKILL.md",[2153,2154,2156,2158,2160,2162],{"path":1503,"priority":338},{"path":2155,"priority":357},"references/nrr_playbook.md",{"path":2157,"priority":357},"references/pricing_strategy.md",{"path":2159,"priority":357},"references/sales_playbook.md",{"path":2161,"priority":1522},"scripts/churn_analyzer.py",{"path":2163,"priority":1522},"scripts/revenue_forecast_model.py",{"basePath":2165,"description":2166,"displayName":2167,"installMethods":2168,"rationale":2169,"selectedPaths":2170,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/skills/cs-onboard","Founder onboarding interview that captures company context across 7 dimensions. Invoke with /cs:setup for initial interview or /cs:update for quarterly refresh. Generates ~/.claude/company-context.md used by all C-suite advisor skills.","cs-onboard",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/skills/cs-onboard/SKILL.md",[2171,2172,2174],{"path":1503,"priority":338},{"path":2173,"priority":357},"references/interview-guide.md",{"path":2175,"priority":1522},"templates/company-context-template.md",{"basePath":2177,"description":2178,"displayName":2179,"installMethods":2180,"rationale":2181,"selectedPaths":2182,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/skills/cto-advisor","Technical leadership guidance for engineering teams, architecture decisions, and technology strategy. Use when assessing technical debt, scaling engineering teams, evaluating technologies, making architecture decisions, establishing engineering metrics, or when user mentions CTO, tech debt, technical debt, team scaling, architecture decisions, technology evaluation, engineering metrics, DORA metrics, or technology strategy.","cto-advisor",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/skills/cto-advisor/SKILL.md",[2183,2184,2186,2188,2190,2192],{"path":1503,"priority":338},{"path":2185,"priority":357},"references/architecture_decision_records.md",{"path":2187,"priority":357},"references/engineering_metrics.md",{"path":2189,"priority":357},"references/technology_evaluation_framework.md",{"path":2191,"priority":1522},"scripts/team_scaling_calculator.py",{"path":2193,"priority":1522},"scripts/tech_debt_analyzer.py",{"basePath":2195,"description":2196,"displayName":2197,"installMethods":2198,"rationale":2199,"selectedPaths":2200,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/skills/culture-architect","Build, measure, and evolve company culture as operational behavior — not wall posters. Covers mission/vision/values workshops, values-to-behaviors translation, culture code creation, culture health assessment, and cultural rituals by stage. Use when building company values, assessing culture health, designing cultural rituals, creating culture codes, handling culture clashes, or when user mentions culture, values, culture debt, founder culture, or culture code.","culture-architect",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/skills/culture-architect/SKILL.md",[2201,2202,2204],{"path":1503,"priority":338},{"path":2203,"priority":357},"references/culture-playbook.md",{"path":2205,"priority":1522},"templates/culture-code-template.md",{"basePath":2207,"description":2208,"displayName":2209,"installMethods":2210,"rationale":2211,"selectedPaths":2212,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/skills/decision-logger","Two-layer memory architecture for board meeting decisions. Manages raw transcripts (Layer 1) and approved decisions (Layer 2). Use when logging decisions after a board meeting, reviewing past decisions with /cs:decisions, or checking overdue action items with /cs:review. Invoked automatically by the board-meeting skill after Phase 5 founder approval.","decision-logger",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/skills/decision-logger/SKILL.md",[2213,2214,2216],{"path":1503,"priority":338},{"path":2215,"priority":1522},"scripts/decision_tracker.py",{"path":2217,"priority":1522},"templates/decision-entry.md",{"basePath":2219,"description":2220,"displayName":2221,"installMethods":2222,"rationale":2223,"selectedPaths":2224,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/skills/founder-coach","Personal leadership development for founders and first-time CEOs. Covers founder archetype identification, delegation frameworks, energy management, CEO calendar audits, leadership style evolution, blind spot identification, imposter syndrome, founder mental health, and succession planning. Use when a founder feels like the bottleneck, struggles to delegate, is burning out, transitioning from IC to executive, managing a board, or when user mentions founder mode, CEO growth, leadership development, delegation, burnout, or imposter syndrome.","founder-coach",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/skills/founder-coach/SKILL.md",[2225,2226,2228],{"path":1503,"priority":338},{"path":2227,"priority":357},"references/founder-toolkit.md",{"path":2229,"priority":357},"references/leadership-growth.md",{"basePath":2231,"description":2232,"displayName":2233,"installMethods":2234,"rationale":2235,"selectedPaths":2236,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/skills/internal-narrative","Build and maintain one coherent company story across all audiences — employees, investors, customers, candidates, and partners. Detects narrative contradictions and ensures the same truth is framed for each audience's needs. Use when preparing investor updates, all-hands presentations, board communications, recruiting narratives, crisis communications, or when user mentions company narrative, messaging consistency, storytelling, all-hands, investor update, or crisis communication.","internal-narrative",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/skills/internal-narrative/SKILL.md",[2237,2238,2240],{"path":1503,"priority":338},{"path":2239,"priority":357},"references/narrative-frameworks.md",{"path":2241,"priority":1522},"templates/all-hands-template.md",{"basePath":2243,"description":2244,"displayName":2245,"installMethods":2246,"rationale":2247,"selectedPaths":2248,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/skills/intl-expansion","International market expansion strategy. Market selection, entry modes, localization, regulatory compliance, and go-to-market by region. Use when expanding to new countries, evaluating international markets, planning localization, or building regional teams.","intl-expansion",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/skills/intl-expansion/SKILL.md",[2249,2250,2252],{"path":1503,"priority":338},{"path":2251,"priority":357},"references/market-entry-playbook.md",{"path":2253,"priority":357},"references/regional-guide.md",{"basePath":2255,"description":2256,"displayName":2257,"installMethods":2258,"rationale":2259,"selectedPaths":2260,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/skills/ma-playbook","M&A strategy for acquiring companies or being acquired. Due diligence, valuation, integration, and deal structure. Use when evaluating acquisitions, preparing for acquisition, M&A due diligence, integration planning, or deal negotiation.","ma-playbook",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/skills/ma-playbook/SKILL.md",[2261,2262,2264],{"path":1503,"priority":338},{"path":2263,"priority":357},"references/due-diligence-checklist.md",{"path":2265,"priority":357},"references/integration-playbook.md",{"basePath":2267,"description":2268,"displayName":2269,"installMethods":2270,"rationale":2271,"selectedPaths":2272,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/skills/org-health-diagnostic","Cross-functional organizational health check combining signals from all C-suite roles. Scores 8 dimensions on a traffic-light scale with drill-down recommendations. Use when assessing overall company health, preparing for board reviews, identifying at-risk functions, or when user mentions org health, health check, or health dashboard.","org-health-diagnostic",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/skills/org-health-diagnostic/SKILL.md",[2273,2274,2276],{"path":1503,"priority":338},{"path":2275,"priority":357},"references/health-benchmarks.md",{"path":2277,"priority":1522},"scripts/health_scorer.py",{"basePath":2279,"description":2280,"displayName":2281,"installMethods":2282,"rationale":2283,"selectedPaths":2284,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/skills/scenario-war-room","Cross-functional what-if modeling for cascading multi-variable scenarios. Unlike single-assumption stress testing, this models compound adversity across all business functions simultaneously. Use when facing complex risk scenarios, strategic decisions with major downside, or when the user asks 'what if X AND Y both happen?'","scenario-war-room",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/skills/scenario-war-room/SKILL.md",[2285,2286,2288],{"path":1503,"priority":338},{"path":2287,"priority":357},"references/scenario-planning.md",{"path":2289,"priority":1522},"scripts/scenario_modeler.py",{"basePath":2291,"description":2292,"displayName":2293,"installMethods":2294,"rationale":2295,"selectedPaths":2296,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/skills/strategic-alignment","Cascades strategy from boardroom to individual contributor. Detects and fixes misalignment between company goals and team execution. Covers strategy articulation, cascade mapping, orphan goal detection, silo identification, communication gap analysis, and realignment protocols. Use when teams are pulling in different directions, OKRs don't connect, departments optimize locally at company expense, or when user mentions alignment, strategy cascade, silo, conflicting OKRs, or strategy communication.","strategic-alignment",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/skills/strategic-alignment/SKILL.md",[2297,2298,2300],{"path":1503,"priority":338},{"path":2299,"priority":357},"references/alignment-playbook.md",{"path":2301,"priority":1522},"scripts/alignment_checker.py",{"basePath":2303,"description":2304,"displayName":621,"installMethods":2305,"rationale":2306,"selectedPaths":2307,"source":344,"sourceLanguage":17,"type":260},"c-level-advisor/skills/vpe-advisor","VP of Engineering advisory for startups: delivery throughput (DORA 4 metrics + bottleneck identification), engineering hiring funnel (sourcing → screen → onsite → offer conversion + time-to-fill + pipeline gap), engineering team structure (squad/tribe/chapter design + tech-lead manager-trigger thresholds), and production discipline (on-call, deployment cadence, postmortem culture). Use when sprint velocity is dropping, eng hiring is broken, team structure is unclear, or deciding when to add a tech-lead manager. NOT a CTO skill (which owns architecture) — VPE owns delivery operations and how the team ships.",{"claudeCode":12},"SKILL.md frontmatter at c-level-advisor/skills/vpe-advisor/SKILL.md (coalesced with duplicate skill at c-level-advisor/vpe-advisor/skills/vpe-advisor)",[2308,2309,2311,2313,2315,2317,2319,2321],{"path":1503,"priority":338},{"path":2310,"priority":357},"references/delivery_throughput.md",{"path":2312,"priority":357},"references/eng_team_structure.md",{"path":2314,"priority":357},"references/engineering_hiring_funnel.md",{"path":2316,"priority":357},"references/production_discipline.md",{"path":2318,"priority":1522},"scripts/delivery_throughput_analyzer.py",{"path":2320,"priority":1522},"scripts/eng_hiring_funnel_calculator.py",{"path":2322,"priority":1522},"scripts/eng_team_structure_designer.py",{"basePath":2324,"description":2325,"displayName":1058,"installMethods":2326,"rationale":2327,"selectedPaths":2328,"source":344,"sourceLanguage":17,"type":260},"engineering/agenthub/skills/agenthub","Multi-agent collaboration plugin that spawns N parallel subagents competing on the same task via git worktree isolation. Agents work independently, results are evaluated by metric or LLM judge, and the best branch is merged. Use when: user wants multiple approaches tried in parallel — code optimization, content variation, research exploration, or any task that benefits from parallel competition. Requires: a git repo.",{"claudeCode":12},"SKILL.md frontmatter at engineering/agenthub/skills/agenthub/SKILL.md",[2329,2330,2332,2334,2336,2338,2340,2342,2344,2346],{"path":1503,"priority":338},{"path":2331,"priority":357},"references/agent-templates.md",{"path":2333,"priority":357},"references/coordination-strategies.md",{"path":2335,"priority":357},"references/dag-patterns.md",{"path":2337,"priority":1522},"scripts/board_manager.py",{"path":2339,"priority":1522},"scripts/dag_analyzer.py",{"path":2341,"priority":1522},"scripts/dry_run.py",{"path":2343,"priority":1522},"scripts/hub_init.py",{"path":2345,"priority":1522},"scripts/result_ranker.py",{"path":2347,"priority":1522},"scripts/session_manager.py",{"basePath":2349,"description":2350,"displayName":2351,"installMethods":2352,"rationale":2353,"selectedPaths":2354,"source":344,"sourceLanguage":17,"type":260},"engineering/agenthub/skills/board","Read, write, and browse the AgentHub message board for agent coordination.","board",{"claudeCode":12},"SKILL.md frontmatter at engineering/agenthub/skills/board/SKILL.md",[2355],{"path":1503,"priority":338},{"basePath":2357,"description":2358,"displayName":2359,"installMethods":2360,"rationale":2361,"selectedPaths":2362,"source":344,"sourceLanguage":17,"type":260},"engineering/agenthub/skills/eval","Evaluate and rank agent results by metric or LLM judge for an AgentHub session.","eval",{"claudeCode":12},"SKILL.md frontmatter at engineering/agenthub/skills/eval/SKILL.md",[2363],{"path":1503,"priority":338},{"basePath":2365,"description":2366,"displayName":2367,"installMethods":2368,"rationale":2369,"selectedPaths":2370,"source":344,"sourceLanguage":17,"type":260},"engineering/agenthub/skills/init","Create a new AgentHub collaboration session with task, agent count, and evaluation criteria.","init",{"claudeCode":12},"SKILL.md frontmatter at engineering/agenthub/skills/init/SKILL.md (coalesced with duplicate skill at engineering-team/playwright-pro/skills/init)",[2371],{"path":1503,"priority":338},{"basePath":2373,"description":2374,"displayName":2375,"installMethods":2376,"rationale":2377,"selectedPaths":2378,"source":344,"sourceLanguage":17,"type":260},"engineering/agenthub/skills/merge","Merge the winning agent's branch into base, archive losers, and clean up worktrees.","merge",{"claudeCode":12},"SKILL.md frontmatter at engineering/agenthub/skills/merge/SKILL.md",[2379],{"path":1503,"priority":338},{"basePath":2381,"description":2382,"displayName":2383,"installMethods":2384,"rationale":2385,"selectedPaths":2386,"source":344,"sourceLanguage":17,"type":260},"engineering/agenthub/skills/run","One-shot lifecycle command that chains init → baseline → spawn → eval → merge in a single invocation.","run",{"claudeCode":12},"SKILL.md frontmatter at engineering/agenthub/skills/run/SKILL.md (coalesced with duplicate skill at engineering/autoresearch-agent/skills/run)",[2387],{"path":1503,"priority":338},{"basePath":2389,"description":2390,"displayName":2391,"installMethods":2392,"rationale":2393,"selectedPaths":2394,"source":344,"sourceLanguage":17,"type":260},"engineering/agenthub/skills/spawn","Launch N parallel subagents in isolated git worktrees to compete on the session task.","spawn",{"claudeCode":12},"SKILL.md frontmatter at engineering/agenthub/skills/spawn/SKILL.md",[2395],{"path":1503,"priority":338},{"basePath":2397,"description":2398,"displayName":2399,"installMethods":2400,"rationale":2401,"selectedPaths":2402,"source":344,"sourceLanguage":17,"type":260},"engineering/agenthub/skills/status","Show DAG state, agent progress, and branch status for an AgentHub session.","status",{"claudeCode":12},"SKILL.md frontmatter at engineering/agenthub/skills/status/SKILL.md (coalesced with duplicate skill at engineering/autoresearch-agent/skills/status, engineering-team/self-improving-agent/skills/status)",[2403],{"path":1503,"priority":338},{"basePath":2405,"description":2406,"displayName":1014,"installMethods":2407,"rationale":2408,"selectedPaths":2409,"source":344,"sourceLanguage":17,"type":260},"engineering/autoresearch-agent/skills/autoresearch-agent","Autonomous experiment loop that optimizes any file by a measurable metric. Inspired by Karpathy's autoresearch. The agent edits a target file, runs a fixed evaluation, keeps improvements (git commit), discards failures (git reset), and loops indefinitely. Use when: user wants to optimize code speed, reduce bundle/image size, improve test pass rate, optimize prompts, improve content quality (headlines, copy, CTR), or run any measurable improvement loop. Requires: a target file, an evaluation command that outputs a metric, and a git repo.",{"claudeCode":12},"SKILL.md frontmatter at engineering/autoresearch-agent/skills/autoresearch-agent/SKILL.md",[2410,2411,2413,2415,2417,2419],{"path":1503,"priority":338},{"path":2412,"priority":357},"references/experiment-domains.md",{"path":2414,"priority":357},"references/program-template.md",{"path":2416,"priority":1522},"scripts/log_results.py",{"path":2418,"priority":1522},"scripts/run_experiment.py",{"path":2420,"priority":1522},"scripts/setup_experiment.py",{"basePath":2422,"description":2423,"displayName":2424,"installMethods":2425,"rationale":2426,"selectedPaths":2427,"source":344,"sourceLanguage":17,"type":260},"engineering/autoresearch-agent/skills/loop","Start an autonomous experiment loop with user-selected interval (10min, 1h, daily, weekly, monthly). Uses CronCreate for scheduling.","loop",{"claudeCode":12},"SKILL.md frontmatter at engineering/autoresearch-agent/skills/loop/SKILL.md",[2428],{"path":1503,"priority":338},{"basePath":2430,"description":2431,"displayName":2432,"installMethods":2433,"rationale":2434,"selectedPaths":2435,"source":344,"sourceLanguage":17,"type":260},"engineering/autoresearch-agent/skills/resume","Resume a paused experiment. Checkout the experiment branch, read results history, continue iterating.","resume",{"claudeCode":12},"SKILL.md frontmatter at engineering/autoresearch-agent/skills/resume/SKILL.md",[2436],{"path":1503,"priority":338},{"basePath":2438,"description":2439,"displayName":2440,"installMethods":2441,"rationale":2442,"selectedPaths":2443,"source":344,"sourceLanguage":17,"type":260},"engineering/autoresearch-agent/skills/setup","Set up a new autoresearch experiment interactively. Collects domain, target file, eval command, metric, direction, and evaluator.","setup",{"claudeCode":12},"SKILL.md frontmatter at engineering/autoresearch-agent/skills/setup/SKILL.md",[2444],{"path":1503,"priority":338},{"basePath":2446,"description":2447,"displayName":1439,"installMethods":2448,"rationale":2449,"selectedPaths":2450,"source":344,"sourceLanguage":17,"type":260},"engineering/behuman/skills/behuman","Use when the user wants more human-like AI responses — less robotic, less listy, more authentic. Triggers: 'behuman', 'be real', 'like a human', 'more human', 'less AI', 'talk like a person', 'mirror mode', 'stop being so AI', or when conversations are emotionally charged (grief, job loss, relationship advice, fear). NOT for technical questions, code generation, or factual lookups.",{"claudeCode":12},"SKILL.md frontmatter at engineering/behuman/skills/behuman/SKILL.md",[2451,2452],{"path":1503,"priority":338},{"path":2453,"priority":357},"references/api-integration.md",{"basePath":2455,"description":2456,"displayName":1271,"installMethods":2457,"rationale":2458,"selectedPaths":2459,"source":344,"sourceLanguage":17,"type":260},"engineering/skills/chaos-engineering","Use when planning, running, or learning from chaos engineering experiments. Triggers on \"chaos experiment\", \"fault injection\", \"gameday\", \"resilience test\", \"blast radius\", \"steady state\", \"abort criteria\", \"Chaos Toolkit\", \"Chaos Mesh\", \"Litmus\", \"Gremlin\", \"AWS FIS\", or any deliberate failure-injection question. Ships experiment designer, blast-radius calculator, and postmortem generator (all stdlib Python), 4 references on chaos principles + experiment design + attack taxonomy + tooling landscape, and a /chaos-experiment slash command. Composes with feature-flags-architect (kill switches as abort triggers) and kubernetes-operator (common chaos targets).",{"claudeCode":12},"SKILL.md frontmatter at engineering/skills/chaos-engineering/SKILL.md (coalesced with duplicate skill at engineering/chaos-engineering/skills/chaos-engineering)",[2460,2461,2463,2465,2467,2469,2471,2473,2475,2477],{"path":1503,"priority":338},{"path":2462,"priority":1522},"assets/experiment_template.md",{"path":2464,"priority":1522},"assets/postmortem_template.md",{"path":2466,"priority":357},"references/attack_taxonomy.md",{"path":2468,"priority":357},"references/chaos_principles.md",{"path":2470,"priority":357},"references/experiment_design.md",{"path":2472,"priority":357},"references/tooling_landscape.md",{"path":2474,"priority":1522},"scripts/blast_radius_calculator.py",{"path":2476,"priority":1522},"scripts/experiment_designer.py",{"path":2478,"priority":1522},"scripts/experiment_postmortem.py",{"basePath":2480,"description":2481,"displayName":1157,"installMethods":2482,"rationale":2483,"selectedPaths":2484,"source":344,"sourceLanguage":17,"type":260},"engineering/code-tour/skills/code-tour","Use when the user asks to create a CodeTour .tour file — persona-targeted, step-by-step walkthroughs that link to real files and line numbers. Trigger for: create a tour, onboarding tour, architecture tour, PR review tour, explain how X works, vibe check, RCA tour, contributor guide, or any structured code walkthrough request.",{"claudeCode":12},"SKILL.md frontmatter at engineering/code-tour/skills/code-tour/SKILL.md",[2485],{"path":1503,"priority":338},{"basePath":2487,"description":2488,"displayName":1177,"installMethods":2489,"rationale":2490,"selectedPaths":2491,"source":344,"sourceLanguage":17,"type":260},"engineering/data-quality-auditor/skills/data-quality-auditor","Audit datasets for completeness, consistency, accuracy, and validity. Profile data distributions, detect anomalies and outliers, surface structural issues, and produce an actionable remediation plan.",{"claudeCode":12},"SKILL.md frontmatter at engineering/data-quality-auditor/skills/data-quality-auditor/SKILL.md",[2492,2493,2495,2497,2499],{"path":1503,"priority":338},{"path":2494,"priority":357},"references/data-quality-concepts.md",{"path":2496,"priority":1522},"scripts/data_profiler.py",{"path":2498,"priority":1522},"scripts/missing_value_analyzer.py",{"path":2500,"priority":1522},"scripts/outlier_detector.py",{"basePath":2502,"description":2503,"displayName":1167,"installMethods":2504,"rationale":2505,"selectedPaths":2506,"source":344,"sourceLanguage":17,"type":260},"engineering/demo-video/skills/demo-video","Use when the user asks to create a demo video, product walkthrough, feature showcase, animated presentation, marketing video, or GIF from screenshots or scene descriptions. Orchestrates playwright, ffmpeg, and edge-tts MCPs to produce polished video content.",{"claudeCode":12},"SKILL.md frontmatter at engineering/demo-video/skills/demo-video/SKILL.md",[2507,2508],{"path":1503,"priority":338},{"path":2509,"priority":357},"references/scene-design-system.md",{"basePath":2511,"description":2512,"displayName":1117,"installMethods":2513,"rationale":2514,"selectedPaths":2515,"source":344,"sourceLanguage":17,"type":260},"engineering/docker-development/skills/docker-development","Docker and container development agent skill and plugin for Dockerfile optimization, docker-compose orchestration, multi-stage builds, and container security hardening. Use when: user wants to optimize a Dockerfile, create or improve docker-compose configurations, implement multi-stage builds, audit container security, reduce image size, or follow container best practices. Covers build performance, layer caching, secret management, and production-ready container patterns.",{"claudeCode":12},"SKILL.md frontmatter at engineering/docker-development/skills/docker-development/SKILL.md",[2516,2517,2519,2521,2523],{"path":1503,"priority":338},{"path":2518,"priority":357},"references/compose-patterns.md",{"path":2520,"priority":357},"references/dockerfile-best-practices.md",{"path":2522,"priority":1522},"scripts/compose_validator.py",{"path":2524,"priority":1522},"scripts/dockerfile_analyzer.py",{"basePath":2526,"description":2527,"displayName":1251,"installMethods":2528,"rationale":2529,"selectedPaths":2530,"source":344,"sourceLanguage":17,"type":260},"engineering/skills/feature-flags-architect","Use when adding, retiring, or auditing feature flags. Triggers on \"add a flag\", \"ship behind a flag\", \"rollout plan\", \"kill switch\", \"stale flags\", \"flag debt\", \"LaunchDarkly\", \"GrowthBook\", \"Statsig\", \"Unleash\", \"Flipt\", or any progressive-delivery question. Ships flag debt scanner, rollout planner, and kill-switch auditor (all stdlib Python), 4 references on flag taxonomy + provider trade-offs + rollout strategies + lifecycle, plus a /flag-cleanup slash command.",{"claudeCode":12},"SKILL.md frontmatter at engineering/skills/feature-flags-architect/SKILL.md (coalesced with duplicate skill at engineering/feature-flags-architect/skills/feature-flags-architect)",[2531,2532,2534,2536,2538,2540,2542,2544,2546],{"path":1503,"priority":338},{"path":2533,"priority":1522},"assets/flag_request_template.md",{"path":2535,"priority":357},"references/flag_lifecycle.md",{"path":2537,"priority":357},"references/flag_taxonomy.md",{"path":2539,"priority":357},"references/provider_comparison.md",{"path":2541,"priority":357},"references/rollout_strategies.md",{"path":2543,"priority":1522},"scripts/flag_debt_scanner.py",{"path":2545,"priority":1522},"scripts/kill_switch_audit.py",{"path":2547,"priority":1522},"scripts/rollout_planner.py",{"basePath":2549,"description":2550,"displayName":1127,"installMethods":2551,"rationale":2552,"selectedPaths":2553,"source":344,"sourceLanguage":17,"type":260},"engineering/helm-chart-builder/skills/helm-chart-builder","Helm chart development agent skill and plugin for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw — chart scaffolding, values design, template patterns, dependency management, security hardening, and chart testing. Use when: user wants to create or improve Helm charts, design values.yaml files, implement template helpers, audit chart security (RBAC, network policies, pod security), manage subcharts, or run helm lint/test.",{"claudeCode":12},"SKILL.md frontmatter at engineering/helm-chart-builder/skills/helm-chart-builder/SKILL.md",[2554,2555,2557,2559,2561],{"path":1503,"priority":338},{"path":2556,"priority":357},"references/chart-patterns.md",{"path":2558,"priority":357},"references/values-design.md",{"path":2560,"priority":1522},"scripts/chart_analyzer.py",{"path":2562,"priority":1522},"scripts/values_validator.py",{"basePath":2564,"description":2565,"displayName":1234,"installMethods":2566,"rationale":2567,"selectedPaths":2568,"source":344,"sourceLanguage":17,"type":260},"engineering/karpathy-coder/skills/karpathy-coder","Use when writing, reviewing, or committing code to enforce Karpathy's 4 coding principles — surface assumptions before coding, keep it simple, make surgical changes, define verifiable goals. Triggers on \"review my diff\", \"check complexity\", \"am I overcomplicating this\", \"karpathy check\", \"before I commit\", or any code quality concern where the LLM might be overcoding.",{"claudeCode":12},"SKILL.md frontmatter at engineering/karpathy-coder/skills/karpathy-coder/SKILL.md",[2569,2570,2572,2574,2576,2578,2580,2582],{"path":1503,"priority":338},{"path":2571,"priority":357},"references/anti-patterns.md",{"path":2573,"priority":357},"references/enforcement-patterns.md",{"path":2575,"priority":357},"references/karpathy-principles.md",{"path":2577,"priority":1522},"scripts/assumption_linter.py",{"path":2579,"priority":1522},"scripts/complexity_checker.py",{"path":2581,"priority":1522},"scripts/diff_surgeon.py",{"path":2583,"priority":1522},"scripts/goal_verifier.py",{"basePath":2585,"description":2586,"displayName":1261,"installMethods":2587,"rationale":2588,"selectedPaths":2589,"source":344,"sourceLanguage":17,"type":260},"engineering/skills/kubernetes-operator","Use when building a Kubernetes Operator — custom controllers that reconcile CRD state. Triggers on \"build an operator\", \"CRD design\", \"reconcile loop\", \"controller-runtime\", \"kubebuilder\", \"operator-sdk\", \"metacontroller\", \"KOPF\", \"operator capability levels\", or \"custom resource\". Ships CRD validator, reconcile-loop linter, and OperatorHub capability auditor (all stdlib Python), 4 references on the operator pattern + CRD design + reconcile patterns + tooling landscape, and a /operator-audit slash command. NOT a generic k8s skill — specifically the Operator pattern.",{"claudeCode":12},"SKILL.md frontmatter at engineering/skills/kubernetes-operator/SKILL.md (coalesced with duplicate skill at engineering/kubernetes-operator/skills/kubernetes-operator)",[2590,2591,2593,2595,2597,2599,2601,2602,2604,2606],{"path":1503,"priority":338},{"path":2592,"priority":1522},"assets/crd_template.yaml",{"path":2594,"priority":1522},"assets/reconcile_skeleton.go",{"path":2596,"priority":357},"references/crd_design.md",{"path":2598,"priority":357},"references/operator_pattern.md",{"path":2600,"priority":357},"references/reconcile_loop.md",{"path":2472,"priority":357},{"path":2603,"priority":1522},"scripts/crd_validator.py",{"path":2605,"priority":1522},"scripts/operator_capability_audit.py",{"path":2607,"priority":1522},"scripts/reconcile_lint.py",{"basePath":2609,"description":2610,"displayName":1449,"installMethods":2611,"rationale":2612,"selectedPaths":2613,"source":344,"sourceLanguage":17,"type":260},"engineering/llm-cost-optimizer/skills/llm-cost-optimizer","Use proactively whenever LLM API costs come up -- or should. Triggers include: 'my AI costs are too high', 'optimize token usage', 'which model should I use', 'LLM spend is out of control', 'implement prompt caching', 'we're about to launch an AI feature', 'build me an AI endpoint'. Don't wait for an explicit cost complaint -- if someone is building an AI feature, designing an LLM endpoint, or choosing between models, cost architecture belongs in the conversation. Apply immediately when any of these are true: a system prompt appears that exceeds a few hundred tokens, all requests are hitting the same model, max_tokens is not set, or no per-feature cost logging exists. NOT for RAG pipeline design (use rag-architect). NOT for improving prompt quality or effectiveness (use senior-prompt-engineer).",{"claudeCode":12},"SKILL.md frontmatter at engineering/llm-cost-optimizer/skills/llm-cost-optimizer/SKILL.md",[2614],{"path":1503,"priority":338},{"basePath":2616,"description":2617,"displayName":1207,"installMethods":2618,"rationale":2619,"selectedPaths":2620,"source":344,"sourceLanguage":17,"type":260},"engineering/llm-wiki/skills/llm-wiki","Use when building or maintaining a persistent personal knowledge base (second brain) in Obsidian where an LLM incrementally ingests sources, updates entity/concept pages, maintains cross-references, and keeps a synthesis current. Triggers include \"second brain\", \"Obsidian wiki\", \"personal knowledge management\", \"ingest this paper/article/book\", \"build a research wiki\", \"compound knowledge\", \"Memex\", or whenever the user wants knowledge to accumulate across sessions instead of being re-derived by RAG on every query.",{"claudeCode":12},"SKILL.md frontmatter at engineering/llm-wiki/skills/llm-wiki/SKILL.md",[2621,2622,2624,2626,2628,2630,2632,2634,2636,2638,2640,2642,2644,2646,2648,2650,2652,2654,2656,2658,2660,2662,2664,2666,2668,2670,2672,2674,2676,2678,2680,2682,2684,2686],{"path":1503,"priority":338},{"path":2623,"priority":1522},"assets/AGENTS.md.template",{"path":2625,"priority":1522},"assets/CLAUDE.md.template",{"path":2627,"priority":1522},"assets/cursorrules.template",{"path":2629,"priority":1522},"assets/example-vault/README.md",{"path":2631,"priority":1522},"assets/example-vault/wiki/concepts/sparse-autoencoder.md",{"path":2633,"priority":1522},"assets/example-vault/wiki/entities/anthropic.md",{"path":2635,"priority":1522},"assets/example-vault/wiki/index.md",{"path":2637,"priority":1522},"assets/example-vault/wiki/log.md",{"path":2639,"priority":1522},"assets/example-vault/wiki/sources/monosemanticity.md",{"path":2641,"priority":1522},"assets/example-vault/wiki/synthesis/interpretability-overview.md",{"path":2643,"priority":1522},"assets/index.md.template",{"path":2645,"priority":1522},"assets/log.md.template",{"path":2647,"priority":1522},"assets/page-templates/comparison.md",{"path":2649,"priority":1522},"assets/page-templates/concept.md",{"path":2651,"priority":1522},"assets/page-templates/entity.md",{"path":2653,"priority":1522},"assets/page-templates/source-summary.md",{"path":2655,"priority":1522},"assets/page-templates/synthesis.md",{"path":2657,"priority":357},"references/cross-tool-setup.md",{"path":2659,"priority":357},"references/ingest-workflow.md",{"path":2661,"priority":357},"references/lint-workflow.md",{"path":2663,"priority":357},"references/memex-principles.md",{"path":2665,"priority":357},"references/obsidian-setup.md",{"path":2667,"priority":357},"references/page-formats.md",{"path":2669,"priority":357},"references/query-workflow.md",{"path":2671,"priority":357},"references/wiki-schema.md",{"path":2673,"priority":1522},"scripts/append_log.py",{"path":2675,"priority":1522},"scripts/export_marp.py",{"path":2677,"priority":1522},"scripts/graph_analyzer.py",{"path":2679,"priority":1522},"scripts/ingest_source.py",{"path":2681,"priority":1522},"scripts/init_vault.py",{"path":2683,"priority":1522},"scripts/lint_wiki.py",{"path":2685,"priority":1522},"scripts/update_index.py",{"path":2687,"priority":1522},"scripts/wiki_search.py",{"basePath":2689,"description":2690,"displayName":1459,"installMethods":2691,"rationale":2692,"selectedPaths":2693,"source":344,"sourceLanguage":17,"type":260},"engineering/prompt-governance/skills/prompt-governance","Use when managing prompts in production at scale: versioning prompts, running A/B tests on prompts, building prompt registries, preventing prompt regressions, or creating eval pipelines for production AI features. Triggers: 'manage prompts in production', 'prompt versioning', 'prompt regression', 'prompt A/B test', 'prompt registry', 'eval pipeline'. NOT for writing or improving individual prompts (use senior-prompt-engineer). NOT for RAG pipeline design (use rag-architect). NOT for LLM cost reduction (use llm-cost-optimizer).",{"claudeCode":12},"SKILL.md frontmatter at engineering/prompt-governance/skills/prompt-governance/SKILL.md",[2694],{"path":1503,"priority":338},{"basePath":2696,"description":2697,"displayName":2698,"installMethods":2699,"rationale":2700,"selectedPaths":2701,"source":344,"sourceLanguage":17,"type":260},"engineering/skills/agent-designer","Use when the user asks to design multi-agent systems, create agent architectures, define agent communication patterns, or build autonomous agent workflows.","agent-designer",{"claudeCode":12},"SKILL.md frontmatter at engineering/skills/agent-designer/SKILL.md",[2702,2703,2704,2706,2708,2710,2712,2714],{"path":1503,"priority":338},{"path":340,"priority":343},{"path":2705,"priority":1522},"assets/sample_execution_logs.json",{"path":2707,"priority":1522},"assets/sample_system_requirements.json",{"path":2709,"priority":1522},"assets/sample_tool_descriptions.json",{"path":2711,"priority":357},"references/agent_architecture_patterns.md",{"path":2713,"priority":357},"references/evaluation_methodology.md",{"path":2715,"priority":357},"references/tool_design_best_practices.md",{"basePath":2717,"description":2718,"displayName":2719,"installMethods":2720,"rationale":2721,"selectedPaths":2722,"source":344,"sourceLanguage":17,"type":260},"engineering/skills/agent-workflow-designer","Agent Workflow Designer","agent-workflow-designer",{"claudeCode":12},"SKILL.md frontmatter at engineering/skills/agent-workflow-designer/SKILL.md",[2723,2724,2726],{"path":1503,"priority":338},{"path":2725,"priority":357},"references/workflow-patterns.md",{"path":2727,"priority":1522},"scripts/workflow_scaffolder.py",{"basePath":2729,"description":2730,"displayName":2731,"installMethods":2732,"rationale":2733,"selectedPaths":2734,"source":344,"sourceLanguage":17,"type":260},"engineering/skills/api-design-reviewer","API Design Reviewer","api-design-reviewer",{"claudeCode":12},"SKILL.md frontmatter at engineering/skills/api-design-reviewer/SKILL.md",[2735,2736,2738,2740,2742,2744],{"path":1503,"priority":338},{"path":2737,"priority":357},"references/api_antipatterns.md",{"path":2739,"priority":357},"references/rest_design_rules.md",{"path":2741,"priority":1522},"scripts/api_linter.py",{"path":2743,"priority":1522},"scripts/api_scorecard.py",{"path":2745,"priority":1522},"scripts/breaking_change_detector.py",{"basePath":2747,"description":2748,"displayName":2749,"installMethods":2750,"rationale":2751,"selectedPaths":2752,"source":344,"sourceLanguage":17,"type":260},"engineering/skills/api-test-suite-builder","Use when the user asks to generate API tests, create integration test suites, test REST endpoints, or build contract tests.","api-test-suite-builder",{"claudeCode":12},"SKILL.md frontmatter at engineering/skills/api-test-suite-builder/SKILL.md",[2753,2754],{"path":1503,"priority":338},{"path":2755,"priority":357},"references/example-test-files.md",{"basePath":2757,"description":2758,"displayName":2759,"installMethods":2760,"rationale":2761,"selectedPaths":2762,"source":344,"sourceLanguage":17,"type":260},"engineering/skills/browser-automation","Use when the user asks to automate browser tasks, scrape websites, fill forms, capture screenshots, extract structured data from web pages, or build web automation workflows. NOT for testing — use playwright-pro for that.","browser-automation",{"claudeCode":12},"SKILL.md frontmatter at engineering/skills/browser-automation/SKILL.md",[2763,2764,2766,2768,2770,2772,2774],{"path":1503,"priority":338},{"path":2765,"priority":357},"references/anti_detection_patterns.md",{"path":2767,"priority":357},"references/data_extraction_recipes.md",{"path":2769,"priority":357},"references/playwright_browser_api.md",{"path":2771,"priority":1522},"scripts/anti_detection_checker.py",{"path":2773,"priority":1522},"scripts/form_automation_builder.py",{"path":2775,"priority":1522},"scripts/scraping_toolkit.py",{"basePath":2777,"description":2778,"displayName":2779,"installMethods":2780,"rationale":2781,"selectedPaths":2782,"source":344,"sourceLanguage":17,"type":260},"engineering/skills/changelog-generator","Changelog Generator","changelog-generator",{"claudeCode":12},"SKILL.md frontmatter at engineering/skills/changelog-generator/SKILL.md",[2783,2784,2785,2787,2789,2791,2793],{"path":1503,"priority":338},{"path":340,"priority":343},{"path":2786,"priority":357},"references/changelog-formatting-guide.md",{"path":2788,"priority":357},"references/ci-integration.md",{"path":2790,"priority":357},"references/monorepo-strategy.md",{"path":2792,"priority":1522},"scripts/commit_linter.py",{"path":2794,"priority":1522},"scripts/generate_changelog.py",{"basePath":2796,"description":2797,"displayName":2798,"installMethods":2799,"rationale":2800,"selectedPaths":2801,"source":344,"sourceLanguage":17,"type":260},"engineering/skills/ci-cd-pipeline-builder","CI/CD Pipeline Builder","ci-cd-pipeline-builder",{"claudeCode":12},"SKILL.md frontmatter at engineering/skills/ci-cd-pipeline-builder/SKILL.md",[2802,2803,2804,2806,2808,2810,2812],{"path":1503,"priority":338},{"path":340,"priority":343},{"path":2805,"priority":357},"references/deployment-gates.md",{"path":2807,"priority":357},"references/github-actions-templates.md",{"path":2809,"priority":357},"references/gitlab-ci-templates.md",{"path":2811,"priority":1522},"scripts/pipeline_generator.py",{"path":2813,"priority":1522},"scripts/stack_detector.py",{"basePath":2815,"description":2816,"displayName":2817,"installMethods":2818,"rationale":2819,"selectedPaths":2820,"source":344,"sourceLanguage":17,"type":260},"engineering/skills/codebase-onboarding","Codebase Onboarding","codebase-onboarding",{"claudeCode":12},"SKILL.md frontmatter at engineering/skills/codebase-onboarding/SKILL.md",[2821,2822,2824,2826],{"path":1503,"priority":338},{"path":2823,"priority":357},"references/onboarding-template.md",{"path":2825,"priority":357},"references/output-format-templates.md",{"path":2827,"priority":1522},"scripts/codebase_analyzer.py",{"basePath":2829,"description":2830,"displayName":2831,"installMethods":2832,"rationale":2833,"selectedPaths":2834,"source":344,"sourceLanguage":17,"type":260},"engineering/skills/command-guide","Claude Code Command Selection Guide - Automatically recommend and select the right commands, agents, and skills in Claude Code. Use when: (1) user is unsure which command or tool to use, (2) needs to decide which agent/skill best fits the current task, (3) querying usage scenarios for /plan, /tdd, /compact, /loop and other commands, (4) understanding when to invoke planner, code-reviewer, build-error-resolver and other agents, (5) needs command cheat sheet or decision flowchart. Triggers: \"which command to use\", \"which agent\", \"command selection\", \"how to use /plan\", \"when to use /compact\", \"agent selection guide\", \"command cheat sheet\", \"skill recommendation\".\n","command-guide",{"claudeCode":12},"SKILL.md frontmatter at engineering/skills/command-guide/SKILL.md",[2835],{"path":1503,"priority":338},{"basePath":2837,"description":2838,"displayName":2839,"installMethods":2840,"rationale":2841,"selectedPaths":2842,"source":344,"sourceLanguage":17,"type":260},"engineering/skills/database-designer","Use when the user asks to design database schemas, plan data migrations, optimize queries, choose between SQL and NoSQL, or model data relationships.","database-designer",{"claudeCode":12},"SKILL.md frontmatter at engineering/skills/database-designer/SKILL.md",[2843,2844,2845,2847,2849,2851,2853,2855,2857],{"path":1503,"priority":338},{"path":340,"priority":343},{"path":2846,"priority":1522},"assets/sample_query_patterns.json",{"path":2848,"priority":1522},"assets/sample_schema.json",{"path":2850,"priority":1522},"assets/sample_schema.sql",{"path":2852,"priority":357},"references/database-design-reference.md",{"path":2854,"priority":357},"references/database_selection_decision_tree.md",{"path":2856,"priority":357},"references/index_strategy_patterns.md",{"path":2858,"priority":357},"references/normalization_guide.md",{"basePath":2860,"description":2861,"displayName":2862,"installMethods":2863,"rationale":2864,"selectedPaths":2865,"source":344,"sourceLanguage":17,"type":260},"engineering/skills/database-schema-designer","Use when the user asks to create ERD diagrams, normalize database schemas, design table relationships, or plan schema migrations.","database-schema-designer",{"claudeCode":12},"SKILL.md frontmatter at engineering/skills/database-schema-designer/SKILL.md",[2866,2867],{"path":1503,"priority":338},{"path":2868,"priority":357},"references/full-schema-examples.md",{"basePath":256,"description":10,"displayName":259,"installMethods":2870,"rationale":2871,"selectedPaths":2872,"source":344,"sourceLanguage":17,"type":260},{"claudeCode":12},"SKILL.md frontmatter at engineering/skills/dependency-auditor/SKILL.md",[2873,2874,2875,2877,2879,2881,2883,2885,2887,2889,2891],{"path":1503,"priority":338},{"path":340,"priority":343},{"path":2876,"priority":1522},"assets/sample_go.mod",{"path":2878,"priority":1522},"assets/sample_package.json",{"path":2880,"priority":1522},"assets/sample_requirements.txt",{"path":2882,"priority":357},"references/dependency_management_best_practices.md",{"path":2884,"priority":357},"references/license_compatibility_matrix.md",{"path":2886,"priority":357},"references/vulnerability_assessment_guide.md",{"path":2888,"priority":1522},"scripts/dep_scanner.py",{"path":2890,"priority":1522},"scripts/license_checker.py",{"path":2892,"priority":1522},"scripts/upgrade_planner.py",{"basePath":2894,"description":2895,"displayName":268,"installMethods":2896,"rationale":2897,"selectedPaths":2898,"source":344,"sourceLanguage":17,"type":260},"engineering/skills/engineering-advanced-skills","25 advanced engineering agent skills and plugins for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw. Agent design, RAG, MCP servers, CI/CD, database design, observability, security auditing, release management, platform ops.",{"claudeCode":12},"SKILL.md frontmatter at engineering/skills/engineering-advanced-skills/SKILL.md",[2899],{"path":1503,"priority":338},{"basePath":2901,"description":2902,"displayName":2903,"installMethods":2904,"rationale":2905,"selectedPaths":2906,"source":344,"sourceLanguage":17,"type":260},"engineering/skills/env-secrets-manager","Env & Secrets Manager","env-secrets-manager",{"claudeCode":12},"SKILL.md frontmatter at engineering/skills/env-secrets-manager/SKILL.md",[2907,2908,2910,2912],{"path":1503,"priority":338},{"path":2909,"priority":357},"references/secret-patterns.md",{"path":2911,"priority":357},"references/validation-detection-rotation.md",{"path":2913,"priority":1522},"scripts/env_auditor.py",{"basePath":2915,"description":2916,"displayName":2917,"installMethods":2918,"rationale":2919,"selectedPaths":2920,"source":344,"sourceLanguage":17,"type":260},"engineering/skills/focused-fix","Use when the user asks to fix, debug, or make a specific feature/module/area work end-to-end. Triggers: 'make X work', 'fix the Y feature', 'the Z module is broken', 'focus on [area]'. Not for quick single-bug fixes — this is for systematic deep-dive repair across all files and dependencies.","focused-fix",{"claudeCode":12},"SKILL.md frontmatter at engineering/skills/focused-fix/SKILL.md",[2921],{"path":1503,"priority":338},{"basePath":2923,"description":2924,"displayName":2925,"installMethods":2926,"rationale":2927,"selectedPaths":2928,"source":344,"sourceLanguage":17,"type":260},"engineering/skills/full-page-screenshot","Use when the user asks to capture a full-page screenshot, long screenshot, or complete page capture of a web page. Handles SPA scroll containers, lazy-loaded images, and very tall pages via Chrome DevTools Protocol with zero external dependencies.","full-page-screenshot",{"claudeCode":12},"SKILL.md frontmatter at engineering/skills/full-page-screenshot/SKILL.md",[2929,2930],{"path":1503,"priority":338},{"path":2931,"priority":1522},"scripts/full-page-screenshot.mjs",{"basePath":2933,"description":2934,"displayName":2935,"installMethods":2936,"rationale":2937,"selectedPaths":2938,"source":344,"sourceLanguage":17,"type":260},"engineering/skills/git-worktree-manager","Git Worktree Manager","git-worktree-manager",{"claudeCode":12},"SKILL.md frontmatter at engineering/skills/git-worktree-manager/SKILL.md",[2939,2940,2941,2943,2945,2947],{"path":1503,"priority":338},{"path":340,"priority":343},{"path":2942,"priority":357},"references/docker-compose-patterns.md",{"path":2944,"priority":357},"references/port-allocation-strategy.md",{"path":2946,"priority":1522},"scripts/worktree_cleanup.py",{"path":2948,"priority":1522},"scripts/worktree_manager.py",{"basePath":2950,"description":2951,"displayName":2952,"installMethods":2953,"rationale":2954,"selectedPaths":2955,"source":344,"sourceLanguage":17,"type":260},"engineering/skills/interview-system-designer","This skill should be used when the user asks to \"design interview processes\", \"create hiring pipelines\", \"calibrate interview loops\", \"generate interview questions\", \"design competency matrices\", \"analyze interviewer bias\", \"create scoring rubrics\", \"build question banks\", or \"optimize hiring systems\". Use for designing role-specific interview loops, competency assessments, and hiring calibration systems.","interview-system-designer",{"claudeCode":12},"SKILL.md frontmatter at engineering/skills/interview-system-designer/SKILL.md",[2956,2957,2958,2960,2962,2964,2966,2968,2970],{"path":1503,"priority":338},{"path":340,"priority":343},{"path":2959,"priority":1522},"assets/sample_interview_results.json",{"path":2961,"priority":1522},"assets/sample_role_definitions.json",{"path":2963,"priority":357},"references/bias_mitigation_checklist.md",{"path":2965,"priority":357},"references/competency_matrix_templates.md",{"path":2967,"priority":357},"references/debrief_facilitation_guide.md",{"path":2969,"priority":357},"references/interview-frameworks.md",{"path":2971,"priority":1522},"scripts/interview_planner.py",{"basePath":2973,"description":2974,"displayName":2975,"installMethods":2976,"rationale":2977,"selectedPaths":2978,"source":344,"sourceLanguage":17,"type":260},"engineering/skills/mcp-server-builder","MCP Server Builder","mcp-server-builder",{"claudeCode":12},"SKILL.md frontmatter at engineering/skills/mcp-server-builder/SKILL.md",[2979,2980,2981,2983,2985,2987,2989,2991],{"path":1503,"priority":338},{"path":340,"priority":343},{"path":2982,"priority":357},"references/openapi-extraction-guide.md",{"path":2984,"priority":357},"references/python-server-template.md",{"path":2986,"priority":357},"references/typescript-server-template.md",{"path":2988,"priority":357},"references/validation-checklist.md",{"path":2990,"priority":1522},"scripts/mcp_validator.py",{"path":2992,"priority":1522},"scripts/openapi_to_mcp.py",{"basePath":2994,"description":2995,"displayName":2996,"installMethods":2997,"rationale":2998,"selectedPaths":2999,"source":344,"sourceLanguage":17,"type":260},"engineering/skills/migration-architect","Migration Architect","migration-architect",{"claudeCode":12},"SKILL.md frontmatter at engineering/skills/migration-architect/SKILL.md",[3000,3001,3002,3004,3006,3008,3010,3012,3014,3016,3018,3020],{"path":1503,"priority":338},{"path":340,"priority":343},{"path":3003,"priority":1522},"assets/database_schema_after.json",{"path":3005,"priority":1522},"assets/database_schema_before.json",{"path":3007,"priority":1522},"assets/sample_database_migration.json",{"path":3009,"priority":1522},"assets/sample_service_migration.json",{"path":3011,"priority":357},"references/data_reconciliation_strategies.md",{"path":3013,"priority":357},"references/migration_patterns_catalog.md",{"path":3015,"priority":357},"references/zero_downtime_techniques.md",{"path":3017,"priority":1522},"scripts/compatibility_checker.py",{"path":3019,"priority":1522},"scripts/migration_planner.py",{"path":3021,"priority":1522},"scripts/rollback_generator.py",{"basePath":3023,"description":3024,"displayName":3025,"installMethods":3026,"rationale":3027,"selectedPaths":3028,"source":344,"sourceLanguage":17,"type":260},"engineering/skills/monorepo-navigator","Monorepo Navigator","monorepo-navigator",{"claudeCode":12},"SKILL.md frontmatter at engineering/skills/monorepo-navigator/SKILL.md",[3029,3030,3032,3034],{"path":1503,"priority":338},{"path":3031,"priority":357},"references/monorepo-patterns.md",{"path":3033,"priority":357},"references/monorepo-tooling-reference.md",{"path":3035,"priority":1522},"scripts/monorepo_analyzer.py",{"basePath":3037,"description":3038,"displayName":3039,"installMethods":3040,"rationale":3041,"selectedPaths":3042,"source":344,"sourceLanguage":17,"type":260},"engineering/skills/observability-designer","Observability Designer (POWERFUL)","observability-designer",{"claudeCode":12},"SKILL.md frontmatter at engineering/skills/observability-designer/SKILL.md",[3043,3044,3045,3047,3049,3051,3053,3055,3057,3059,3061],{"path":1503,"priority":338},{"path":340,"priority":343},{"path":3046,"priority":1522},"assets/sample_alerts.json",{"path":3048,"priority":1522},"assets/sample_service_api.json",{"path":3050,"priority":1522},"assets/sample_service_web.json",{"path":3052,"priority":357},"references/alert_design_patterns.md",{"path":3054,"priority":357},"references/dashboard_best_practices.md",{"path":3056,"priority":357},"references/slo_cookbook.md",{"path":3058,"priority":1522},"scripts/alert_optimizer.py",{"path":3060,"priority":1522},"scripts/dashboard_generator.py",{"path":3062,"priority":1522},"scripts/slo_designer.py",{"basePath":3064,"description":3065,"displayName":3066,"installMethods":3067,"rationale":3068,"selectedPaths":3069,"source":344,"sourceLanguage":17,"type":260},"engineering/skills/performance-profiler","Performance Profiler","performance-profiler",{"claudeCode":12},"SKILL.md frontmatter at engineering/skills/performance-profiler/SKILL.md",[3070,3071,3073],{"path":1503,"priority":338},{"path":3072,"priority":357},"references/profiling-recipes.md",{"path":3074,"priority":1522},"scripts/performance_profiler.py",{"basePath":3076,"description":3077,"displayName":3078,"installMethods":3079,"rationale":3080,"selectedPaths":3081,"source":344,"sourceLanguage":17,"type":260},"engineering/skills/pr-review-expert","Use when the user asks to review pull requests, analyze code changes, check for security issues in PRs, or assess code quality of diffs.","pr-review-expert",{"claudeCode":12},"SKILL.md frontmatter at engineering/skills/pr-review-expert/SKILL.md",[3082],{"path":1503,"priority":338},{"basePath":3084,"description":3085,"displayName":3086,"installMethods":3087,"rationale":3088,"selectedPaths":3089,"source":344,"sourceLanguage":17,"type":260},"engineering/skills/rag-architect","Use when the user asks to design RAG pipelines, optimize retrieval strategies, choose embedding models, implement vector search, or build knowledge retrieval systems.","rag-architect",{"claudeCode":12},"SKILL.md frontmatter at engineering/skills/rag-architect/SKILL.md",[3090,3091,3093,3095],{"path":1503,"priority":338},{"path":3092,"priority":357},"references/chunking_strategies_comparison.md",{"path":3094,"priority":357},"references/embedding_model_benchmark.md",{"path":3096,"priority":357},"references/rag_evaluation_framework.md",{"basePath":3098,"description":3099,"displayName":3100,"installMethods":3101,"rationale":3102,"selectedPaths":3103,"source":344,"sourceLanguage":17,"type":260},"engineering/skills/release-manager","Use when the user asks to plan releases, manage changelogs, coordinate deployments, create release branches, or automate versioning.","release-manager",{"claudeCode":12},"SKILL.md frontmatter at engineering/skills/release-manager/SKILL.md",[3104,3105,3106,3108,3110,3112,3114,3116,3118],{"path":1503,"priority":338},{"path":340,"priority":343},{"path":3107,"priority":1522},"assets/sample_commits.json",{"path":3109,"priority":1522},"assets/sample_git_log.txt",{"path":3111,"priority":1522},"assets/sample_git_log_full.txt",{"path":3113,"priority":1522},"assets/sample_release_plan.json",{"path":3115,"priority":357},"references/conventional-commits-guide.md",{"path":3117,"priority":357},"references/hotfix-procedures.md",{"path":3119,"priority":357},"references/release-workflow-comparison.md",{"basePath":3121,"description":3122,"displayName":3123,"installMethods":3124,"rationale":3125,"selectedPaths":3126,"source":344,"sourceLanguage":17,"type":260},"engineering/skills/runbook-generator","Runbook Generator","runbook-generator",{"claudeCode":12},"SKILL.md frontmatter at engineering/skills/runbook-generator/SKILL.md",[3127,3128,3130],{"path":1503,"priority":338},{"path":3129,"priority":357},"references/runbook-templates.md",{"path":3131,"priority":1522},"scripts/runbook_generator.py",{"basePath":3133,"description":3134,"displayName":3135,"installMethods":3136,"rationale":3137,"selectedPaths":3138,"source":344,"sourceLanguage":17,"type":260},"engineering/skills/secrets-vault-manager","Use when the user asks to set up secret management infrastructure, integrate HashiCorp Vault, configure cloud secret stores (AWS Secrets Manager, Azure Key Vault, GCP Secret Manager), implement secret rotation, or audit secret access patterns.","secrets-vault-manager",{"claudeCode":12},"SKILL.md frontmatter at engineering/skills/secrets-vault-manager/SKILL.md",[3139,3140,3142,3144,3146,3148,3150],{"path":1503,"priority":338},{"path":3141,"priority":357},"references/cloud_secret_stores.md",{"path":3143,"priority":357},"references/emergency_procedures.md",{"path":3145,"priority":357},"references/vault_patterns.md",{"path":3147,"priority":1522},"scripts/audit_log_analyzer.py",{"path":3149,"priority":1522},"scripts/rotation_planner.py",{"path":3151,"priority":1522},"scripts/vault_config_generator.py",{"basePath":3153,"description":3154,"displayName":3155,"installMethods":3156,"rationale":3157,"selectedPaths":3158,"source":344,"sourceLanguage":17,"type":260},"engineering/skills/self-eval","Honestly evaluate AI work quality using a two-axis scoring system. Use after completing a task, code review, or work session to get an unbiased assessment. Detects score inflation, forces devil's advocate reasoning, and persists scores across sessions.","self-eval",{"claudeCode":12},"SKILL.md frontmatter at engineering/skills/self-eval/SKILL.md",[3159],{"path":1503,"priority":338},{"basePath":3161,"description":3162,"displayName":3163,"installMethods":3164,"rationale":3165,"selectedPaths":3166,"source":344,"sourceLanguage":17,"type":260},"engineering/skills/ship-gate","Pre-production audit that scans a codebase for security, database, deployment, code quality, AI/LLM, dependency, frontend, and observability issues. Intercepts deploy commands and blocks until critical items pass. Stack-agnostic. Use for \"run ship gate\", \"am I ready to ship\", \"pre-launch audit\", \"can I deploy\", \"push to production\", \"go live checklist\", \"preflight check\". Not for CI/CD setup or infra provisioning.\n","ship-gate",{"claudeCode":12},"SKILL.md frontmatter at engineering/skills/ship-gate/SKILL.md",[3167,3168,3170,3172],{"path":1503,"priority":338},{"path":3169,"priority":357},"references/checks.md",{"path":3171,"priority":357},"references/patterns.md",{"path":3173,"priority":1522},"scripts/ship_gate_scanner.py",{"basePath":3175,"description":3176,"displayName":3177,"installMethods":3178,"rationale":3179,"selectedPaths":3180,"source":344,"sourceLanguage":17,"type":260},"engineering/skills/skill-security-auditor","Security audit and vulnerability scanner for AI agent skills before installation. Use when: (1) evaluating a skill from an untrusted source, (2) auditing a skill directory or git repo URL for malicious code, (3) pre-install security gate for Claude Code plugins, OpenClaw skills, or Codex skills, (4) scanning Python scripts for dangerous patterns like os.system, eval, subprocess, network exfiltration, (5) detecting prompt injection in SKILL.md files, (6) checking dependency supply chain risks, (7) verifying file system access stays within skill boundaries. Triggers: \"audit this skill\", \"is this skill safe\", \"scan skill for security\", \"check skill before install\", \"skill security check\", \"skill vulnerability scan\".\n","skill-security-auditor",{"claudeCode":12},"SKILL.md frontmatter at engineering/skills/skill-security-auditor/SKILL.md",[3181,3182,3184],{"path":1503,"priority":338},{"path":3183,"priority":357},"references/threat-model.md",{"path":3185,"priority":1522},"scripts/skill_security_auditor.py",{"basePath":3187,"description":3188,"displayName":3189,"installMethods":3190,"rationale":3191,"selectedPaths":3192,"source":344,"sourceLanguage":17,"type":260},"engineering/skills/skill-tester","Skill Tester","skill-tester",{"claudeCode":12},"SKILL.md frontmatter at engineering/skills/skill-tester/SKILL.md",[3193,3194,3195,3197,3199,3201,3203,3205,3207,3209,3211,3213,3215,3217,3219,3221],{"path":1503,"priority":338},{"path":340,"priority":343},{"path":3196,"priority":1522},"assets/sample-skill/README.md",{"path":3198,"priority":1522},"assets/sample-skill/SKILL.md",{"path":3200,"priority":1522},"assets/sample-skill/assets/sample_text.txt",{"path":3202,"priority":1522},"assets/sample-skill/assets/test_data.csv",{"path":3204,"priority":1522},"assets/sample-skill/expected_outputs/sample_text_analysis.json",{"path":3206,"priority":1522},"assets/sample-skill/references/api-reference.md",{"path":3208,"priority":1522},"assets/sample-skill/scripts/text_processor.py",{"path":3210,"priority":357},"references/quality-scoring-rubric.md",{"path":3212,"priority":357},"references/skill-structure-specification.md",{"path":3214,"priority":357},"references/tier-requirements-matrix.md",{"path":3216,"priority":1522},"scripts/quality_scorer.py",{"path":3218,"priority":1522},"scripts/script_tester.py",{"path":3220,"priority":1522},"scripts/security_scorer.py",{"path":3222,"priority":1522},"scripts/skill_validator.py",{"basePath":3224,"description":3225,"displayName":1281,"installMethods":3226,"rationale":3227,"selectedPaths":3228,"source":344,"sourceLanguage":17,"type":260},"engineering/skills/slo-architect","Use when defining, reviewing, or operating SLOs/SLIs/error budgets. Triggers on \"define an SLO\", \"what should our SLO be\", \"error budget\", \"burn rate\", \"SLI\", \"service level objective\", \"Google SRE workbook\", \"multi-window burn-rate alert\", or any reliability-target question. Ships SLO designer, error-budget calculator with multi-window burn-rate thresholds, and SLO reviewer that catches the common bugs (target too aggressive, window too short, conflicting SLOs, no SLI definition). 4 references on SLO principles + SLI design + error budget math + composition with feature-flags-architect/chaos-engineering/kubernetes-operator. NOT a generic observability skill — specifically the SLO discipline.",{"claudeCode":12},"SKILL.md frontmatter at engineering/skills/slo-architect/SKILL.md (coalesced with duplicate skill at engineering/slo-architect/skills/slo-architect)",[3229,3230,3232,3234,3236,3238,3240,3242,3244,3245],{"path":1503,"priority":338},{"path":3231,"priority":1522},"assets/error_budget_policy.md",{"path":3233,"priority":1522},"assets/slo_template.yaml",{"path":3235,"priority":357},"references/composition.md",{"path":3237,"priority":357},"references/error_budget.md",{"path":3239,"priority":357},"references/sli_design.md",{"path":3241,"priority":357},"references/slo_principles.md",{"path":3243,"priority":1522},"scripts/error_budget_calculator.py",{"path":3062,"priority":1522},{"path":3246,"priority":1522},"scripts/slo_review.py",{"basePath":3248,"description":3249,"displayName":3250,"installMethods":3251,"rationale":3252,"selectedPaths":3253,"source":344,"sourceLanguage":17,"type":260},"engineering/skills/spec-driven-workflow","Use when the user asks to write specs before code, define acceptance criteria, plan features before implementation, generate tests from specifications, or follow spec-first development practices.","spec-driven-workflow",{"claudeCode":12},"SKILL.md frontmatter at engineering/skills/spec-driven-workflow/SKILL.md",[3254,3255,3257,3259,3261,3263,3265],{"path":1503,"priority":338},{"path":3256,"priority":357},"references/acceptance_criteria_patterns.md",{"path":3258,"priority":357},"references/bounded_autonomy_rules.md",{"path":3260,"priority":357},"references/spec_format_guide.md",{"path":3262,"priority":1522},"scripts/spec_generator.py",{"path":3264,"priority":1522},"scripts/spec_validator.py",{"path":3266,"priority":1522},"scripts/test_extractor.py",{"basePath":3268,"description":3269,"displayName":3270,"installMethods":3271,"rationale":3272,"selectedPaths":3273,"source":344,"sourceLanguage":17,"type":260},"engineering/skills/sql-database-assistant","Use when the user asks to write SQL queries, optimize database performance, generate migrations, explore database schemas, or work with ORMs like Prisma, Drizzle, TypeORM, or SQLAlchemy.","sql-database-assistant",{"claudeCode":12},"SKILL.md frontmatter at engineering/skills/sql-database-assistant/SKILL.md",[3274,3275,3277,3279,3281,3283,3285],{"path":1503,"priority":338},{"path":3276,"priority":357},"references/optimization_guide.md",{"path":3278,"priority":357},"references/orm_patterns.md",{"path":3280,"priority":357},"references/query_patterns.md",{"path":3282,"priority":1522},"scripts/migration_generator.py",{"path":3284,"priority":1522},"scripts/query_optimizer.py",{"path":3286,"priority":1522},"scripts/schema_explorer.py",{"basePath":3288,"description":3289,"displayName":3290,"installMethods":3291,"rationale":3292,"selectedPaths":3293,"source":344,"sourceLanguage":17,"type":260},"engineering/skills/tc-tracker","Use when the user asks to track technical changes, create change records, manage TC lifecycles, or hand off work between AI sessions. Covers init/create/update/status/resume/close/export workflows for structured code change documentation.","tc-tracker",{"claudeCode":12},"SKILL.md frontmatter at engineering/skills/tc-tracker/SKILL.md",[3294,3295,3296,3298,3300,3302,3304,3306,3308,3310],{"path":1503,"priority":338},{"path":340,"priority":343},{"path":3297,"priority":357},"references/handoff-format.md",{"path":3299,"priority":357},"references/lifecycle.md",{"path":3301,"priority":357},"references/tc-schema.md",{"path":3303,"priority":1522},"scripts/tc_create.py",{"path":3305,"priority":1522},"scripts/tc_init.py",{"path":3307,"priority":1522},"scripts/tc_status.py",{"path":3309,"priority":1522},"scripts/tc_update.py",{"path":3311,"priority":1522},"scripts/tc_validator.py",{"basePath":3313,"description":3314,"displayName":3315,"installMethods":3316,"rationale":3317,"selectedPaths":3318,"source":344,"sourceLanguage":17,"type":260},"engineering/skills/tech-debt-tracker","Scan codebases for technical debt, score severity, track trends, and generate prioritized remediation plans. Use when users mention tech debt, code quality, refactoring priority, debt scoring, cleanup sprints, or code health assessment. Also use for legacy code modernization planning and maintenance cost estimation.","tech-debt-tracker",{"claudeCode":12},"SKILL.md frontmatter at engineering/skills/tech-debt-tracker/SKILL.md",[3319,3320,3321,3323,3325,3327,3329,3331,3333,3335,3337,3339,3341,3343,3345],{"path":1503,"priority":338},{"path":340,"priority":343},{"path":3322,"priority":1522},"assets/historical_debt_2024-01-15.json",{"path":3324,"priority":1522},"assets/historical_debt_2024-02-01.json",{"path":3326,"priority":1522},"assets/sample_codebase/src/frontend.js",{"path":3328,"priority":1522},"assets/sample_codebase/src/payment_processor.py",{"path":3330,"priority":1522},"assets/sample_codebase/src/user_service.py",{"path":3332,"priority":1522},"assets/sample_debt_inventory.json",{"path":3334,"priority":357},"references/debt-classification-taxonomy.md",{"path":3336,"priority":357},"references/debt-frameworks.md",{"path":3338,"priority":357},"references/prioritization-framework.md",{"path":3340,"priority":357},"references/stakeholder-communication-templates.md",{"path":3342,"priority":1522},"scripts/debt_dashboard.py",{"path":3344,"priority":1522},"scripts/debt_prioritizer.py",{"path":3346,"priority":1522},"scripts/debt_scanner.py",{"basePath":3348,"description":3349,"displayName":1187,"installMethods":3350,"rationale":3351,"selectedPaths":3352,"source":344,"sourceLanguage":17,"type":260},"engineering/statistical-analyst/skills/statistical-analyst","Run hypothesis tests, analyze A/B experiment results, calculate sample sizes, and interpret statistical significance with effect sizes. Use when you need to validate whether observed differences are real, size an experiment correctly before launch, or interpret test results with confidence.",{"claudeCode":12},"SKILL.md frontmatter at engineering/statistical-analyst/skills/statistical-analyst/SKILL.md",[3353,3354,3356,3358,3360],{"path":1503,"priority":338},{"path":3355,"priority":357},"references/statistical-testing-concepts.md",{"path":3357,"priority":1522},"scripts/confidence_interval.py",{"path":3359,"priority":1522},"scripts/hypothesis_tester.py",{"path":3361,"priority":1522},"scripts/sample_size_calculator.py",{"basePath":3363,"description":3364,"displayName":1137,"installMethods":3365,"rationale":3366,"selectedPaths":3367,"source":344,"sourceLanguage":17,"type":260},"engineering/terraform-patterns/skills/terraform-patterns","Terraform infrastructure-as-code agent skill and plugin for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw. Covers module design patterns, state management strategies, provider configuration, security hardening, policy-as-code with Sentinel/OPA, and CI/CD plan/apply workflows. Use when: user wants to design Terraform modules, manage state backends, review Terraform security, implement multi-region deployments, or follow IaC best practices.",{"claudeCode":12},"SKILL.md frontmatter at engineering/terraform-patterns/skills/terraform-patterns/SKILL.md",[3368,3369,3371,3373,3375],{"path":1503,"priority":338},{"path":3370,"priority":357},"references/module-patterns.md",{"path":3372,"priority":357},"references/state-management.md",{"path":3374,"priority":1522},"scripts/tf_module_analyzer.py",{"path":3376,"priority":1522},"scripts/tf_security_scanner.py",{"basePath":3378,"description":3379,"displayName":1083,"installMethods":3380,"rationale":3381,"selectedPaths":3382,"source":344,"sourceLanguage":17,"type":260},"engineering-team/a11y-audit/skills/a11y-audit","Accessibility audit skill for scanning, fixing, and verifying WCAG 2.2 Level A and AA compliance across React, Next.js, Vue, Angular, Svelte, and plain HTML codebases. Use when auditing accessibility, fixing a11y violations, checking color contrast, generating compliance reports, or integrating accessibility checks into CI/CD pipelines.",{"claudeCode":12},"SKILL.md frontmatter at engineering-team/a11y-audit/skills/a11y-audit/SKILL.md",[3383,3384,3386,3388,3390,3392,3394,3396,3398,3400,3402,3404,3406],{"path":1503,"priority":338},{"path":3385,"priority":1522},"assets/sample-component.tsx",{"path":3387,"priority":357},"references/aria-patterns.md",{"path":3389,"priority":357},"references/audit-report-template.md",{"path":3391,"priority":357},"references/ci-cd-integration.md",{"path":3393,"priority":357},"references/color-contrast-guide.md",{"path":3395,"priority":357},"references/examples-by-framework.md",{"path":3397,"priority":357},"references/framework-a11y-patterns.md",{"path":3399,"priority":357},"references/testing-checklist.md",{"path":3401,"priority":357},"references/wcag-22-new-criteria.md",{"path":3403,"priority":357},"references/wcag-quick-ref.md",{"path":3405,"priority":1522},"scripts/a11y_scanner.py",{"path":3407,"priority":1522},"scripts/contrast_checker.py",{"basePath":3409,"description":3410,"displayName":1036,"installMethods":3411,"rationale":3412,"selectedPaths":3413,"source":344,"sourceLanguage":17,"type":260},"engineering-team/google-workspace-cli/skills/google-workspace-cli","Google Workspace administration via the gws CLI. Install, authenticate, and automate Gmail, Drive, Sheets, Calendar, Docs, Chat, and Tasks. Run security audits, execute 43 built-in recipes, and use 10 persona bundles. Use for Google Workspace admin, gws CLI setup, Gmail automation, Drive management, or Calendar scheduling.",{"claudeCode":12},"SKILL.md frontmatter at engineering-team/google-workspace-cli/skills/google-workspace-cli/SKILL.md",[3414,3415,3417,3419,3421,3423,3425,3427,3429,3431,3433],{"path":1503,"priority":338},{"path":3416,"priority":1522},"assets/persona-profiles.md",{"path":3418,"priority":1522},"assets/workspace-config.json",{"path":3420,"priority":357},"references/gws-command-reference.md",{"path":3422,"priority":357},"references/recipes-cookbook.md",{"path":3424,"priority":357},"references/troubleshooting.md",{"path":3426,"priority":1522},"scripts/auth_setup_guide.py",{"path":3428,"priority":1522},"scripts/gws_doctor.py",{"path":3430,"priority":1522},"scripts/gws_recipe_runner.py",{"path":3432,"priority":1522},"scripts/output_analyzer.py",{"path":3434,"priority":1522},"scripts/workspace_audit.py",{"basePath":3436,"description":3437,"displayName":3438,"installMethods":3439,"rationale":3440,"selectedPaths":3441,"source":344,"sourceLanguage":17,"type":260},"engineering-team/playwright-pro/skills/browserstack","Run tests on BrowserStack. Use when user mentions \"browserstack\", \"cross-browser\", \"cloud testing\", \"browser matrix\", \"test on safari\", \"test on firefox\", or \"browser compatibility\".","browserstack",{"claudeCode":12},"SKILL.md frontmatter at engineering-team/playwright-pro/skills/browserstack/SKILL.md",[3442],{"path":1503,"priority":338},{"basePath":3444,"description":3445,"displayName":3446,"installMethods":3447,"rationale":3448,"selectedPaths":3449,"source":344,"sourceLanguage":17,"type":260},"engineering-team/playwright-pro/skills/fix","Fix failing or flaky Playwright tests. Use when user says \"fix test\", \"flaky test\", \"test failing\", \"debug test\", \"test broken\", \"test passes sometimes\", or \"intermittent failure\".","fix",{"claudeCode":12},"SKILL.md frontmatter at engineering-team/playwright-pro/skills/fix/SKILL.md",[3450,3451],{"path":1503,"priority":338},{"path":3452,"priority":357},"flaky-taxonomy.md",{"basePath":3454,"description":3455,"displayName":3456,"installMethods":3457,"rationale":3458,"selectedPaths":3459,"source":344,"sourceLanguage":17,"type":260},"engineering-team/playwright-pro/skills/generate","Generate Playwright tests. Use when user says \"write tests\", \"generate tests\", \"add tests for\", \"test this component\", \"e2e test\", \"create test for\", \"test this page\", or \"test this feature\".","generate",{"claudeCode":12},"SKILL.md frontmatter at engineering-team/playwright-pro/skills/generate/SKILL.md",[3460,3461],{"path":1503,"priority":338},{"path":3462,"priority":357},"patterns.md",{"basePath":3464,"description":3465,"displayName":3466,"installMethods":3467,"rationale":3468,"selectedPaths":3469,"source":344,"sourceLanguage":17,"type":260},"engineering-team/playwright-pro/skills/migrate","Migrate from Cypress or Selenium to Playwright. Use when user mentions \"cypress\", \"selenium\", \"migrate tests\", \"convert tests\", \"switch to playwright\", \"move from cypress\", or \"replace selenium\".","migrate",{"claudeCode":12},"SKILL.md frontmatter at engineering-team/playwright-pro/skills/migrate/SKILL.md",[3470,3471,3473],{"path":1503,"priority":338},{"path":3472,"priority":357},"cypress-mapping.md",{"path":3474,"priority":357},"selenium-mapping.md",{"basePath":3476,"description":3477,"displayName":3478,"installMethods":3479,"rationale":3480,"selectedPaths":3481,"source":344,"sourceLanguage":17,"type":260},"engineering-team/playwright-pro/skills/pw","Production-grade Playwright testing toolkit. Use when the user mentions Playwright tests, end-to-end testing, browser automation, fixing flaky tests, test migration, CI/CD testing, or test suites. Generate tests, fix flaky failures, migrate from Cypress/Selenium, sync with TestRail, run on BrowserStack. 55 templates, 3 agents, smart reporting.","playwright-pro",{"claudeCode":12},"SKILL.md frontmatter at engineering-team/playwright-pro/skills/pw/SKILL.md",[3482,3483,3485,3487,3489,3491,3493,3495,3497,3499,3501,3503,3505,3507,3509,3511,3513,3515,3517,3519,3521,3523,3525,3527,3529,3531,3533,3535,3537,3539,3541,3543,3545,3547,3549,3551,3553,3555,3557,3559,3561,3563,3565,3567,3569,3571,3573,3575,3577,3579,3581,3583,3585,3587,3589,3591,3593],{"path":1503,"priority":338},{"path":3484,"priority":1522},"templates/README.md",{"path":3486,"priority":1522},"templates/accessibility/color-contrast.md",{"path":3488,"priority":1522},"templates/accessibility/keyboard-navigation.md",{"path":3490,"priority":1522},"templates/accessibility/screen-reader.md",{"path":3492,"priority":1522},"templates/api/auth-headers.md",{"path":3494,"priority":1522},"templates/api/error-responses.md",{"path":3496,"priority":1522},"templates/api/graphql.md",{"path":3498,"priority":1522},"templates/api/rate-limiting.md",{"path":3500,"priority":1522},"templates/api/rest-crud.md",{"path":3502,"priority":1522},"templates/auth/login.md",{"path":3504,"priority":1522},"templates/auth/logout.md",{"path":3506,"priority":1522},"templates/auth/mfa.md",{"path":3508,"priority":1522},"templates/auth/password-reset.md",{"path":3510,"priority":1522},"templates/auth/rbac.md",{"path":3512,"priority":1522},"templates/auth/remember-me.md",{"path":3514,"priority":1522},"templates/auth/session-timeout.md",{"path":3516,"priority":1522},"templates/auth/sso.md",{"path":3518,"priority":1522},"templates/checkout/add-to-cart.md",{"path":3520,"priority":1522},"templates/checkout/apply-coupon.md",{"path":3522,"priority":1522},"templates/checkout/order-confirm.md",{"path":3524,"priority":1522},"templates/checkout/order-history.md",{"path":3526,"priority":1522},"templates/checkout/payment.md",{"path":3528,"priority":1522},"templates/checkout/update-quantity.md",{"path":3530,"priority":1522},"templates/crud/bulk-operations.md",{"path":3532,"priority":1522},"templates/crud/create.md",{"path":3534,"priority":1522},"templates/crud/delete.md",{"path":3536,"priority":1522},"templates/crud/read.md",{"path":3538,"priority":1522},"templates/crud/soft-delete.md",{"path":3540,"priority":1522},"templates/crud/update.md",{"path":3542,"priority":1522},"templates/dashboard/chart-rendering.md",{"path":3544,"priority":1522},"templates/dashboard/data-loading.md",{"path":3546,"priority":1522},"templates/dashboard/date-range-filter.md",{"path":3548,"priority":1522},"templates/dashboard/export.md",{"path":3550,"priority":1522},"templates/dashboard/realtime-updates.md",{"path":3552,"priority":1522},"templates/forms/autosave.md",{"path":3554,"priority":1522},"templates/forms/conditional-fields.md",{"path":3556,"priority":1522},"templates/forms/file-upload.md",{"path":3558,"priority":1522},"templates/forms/multi-step.md",{"path":3560,"priority":1522},"templates/forms/single-step.md",{"path":3562,"priority":1522},"templates/forms/validation.md",{"path":3564,"priority":1522},"templates/notifications/in-app.md",{"path":3566,"priority":1522},"templates/notifications/notification-center.md",{"path":3568,"priority":1522},"templates/notifications/toast-messages.md",{"path":3570,"priority":1522},"templates/onboarding/email-verification.md",{"path":3572,"priority":1522},"templates/onboarding/first-time-setup.md",{"path":3574,"priority":1522},"templates/onboarding/registration.md",{"path":3576,"priority":1522},"templates/onboarding/welcome-tour.md",{"path":3578,"priority":1522},"templates/search/basic-search.md",{"path":3580,"priority":1522},"templates/search/empty-state.md",{"path":3582,"priority":1522},"templates/search/filters.md",{"path":3584,"priority":1522},"templates/search/pagination.md",{"path":3586,"priority":1522},"templates/search/sorting.md",{"path":3588,"priority":1522},"templates/settings/account-delete.md",{"path":3590,"priority":1522},"templates/settings/notification-prefs.md",{"path":3592,"priority":1522},"templates/settings/password-change.md",{"path":3594,"priority":1522},"templates/settings/profile-update.md",{"basePath":3596,"description":3597,"displayName":3598,"installMethods":3599,"rationale":3600,"selectedPaths":3601,"source":344,"sourceLanguage":17,"type":260},"engineering-team/playwright-pro/skills/report","Generate test report. Use when user says \"test report\", \"results summary\", \"test status\", \"show results\", \"test dashboard\", or \"how did tests go\".","report",{"claudeCode":12},"SKILL.md frontmatter at engineering-team/playwright-pro/skills/report/SKILL.md",[3602],{"path":1503,"priority":338},{"basePath":3604,"description":3605,"displayName":3606,"installMethods":3607,"rationale":3608,"selectedPaths":3609,"source":344,"sourceLanguage":17,"type":260},"engineering-team/playwright-pro/skills/review","Review Playwright tests for quality. Use when user says \"review tests\", \"check test quality\", \"audit tests\", \"improve tests\", \"test code review\", or \"playwright best practices check\".","review",{"claudeCode":12},"SKILL.md frontmatter at engineering-team/playwright-pro/skills/review/SKILL.md (coalesced with duplicate skill at engineering-team/self-improving-agent/skills/review)",[3610,3611],{"path":1503,"priority":338},{"path":3612,"priority":357},"anti-patterns.md",{"basePath":3614,"description":3615,"displayName":3616,"installMethods":3617,"rationale":3618,"selectedPaths":3619,"source":344,"sourceLanguage":17,"type":260},"engineering-team/playwright-pro/skills/testrail","Sync tests with TestRail. Use when user mentions \"testrail\", \"test management\", \"test cases\", \"test run\", \"sync test cases\", \"push results to testrail\", or \"import from testrail\".","testrail",{"claudeCode":12},"SKILL.md frontmatter at engineering-team/playwright-pro/skills/testrail/SKILL.md",[3620],{"path":1503,"priority":338},{"basePath":3622,"description":3623,"displayName":3624,"installMethods":3625,"rationale":3626,"selectedPaths":3627,"source":344,"sourceLanguage":17,"type":260},"engineering-team/self-improving-agent/skills/extract","Turn a proven pattern or debugging solution into a standalone reusable skill with SKILL.md, reference docs, and examples.","extract",{"claudeCode":12},"SKILL.md frontmatter at engineering-team/self-improving-agent/skills/extract/SKILL.md",[3628],{"path":1503,"priority":338},{"basePath":3630,"description":3631,"displayName":3632,"installMethods":3633,"rationale":3634,"selectedPaths":3635,"source":344,"sourceLanguage":17,"type":260},"engineering-team/self-improving-agent/skills/promote","Graduate a proven pattern from auto-memory (MEMORY.md) to CLAUDE.md or .claude/rules/ for permanent enforcement.","promote",{"claudeCode":12},"SKILL.md frontmatter at engineering-team/self-improving-agent/skills/promote/SKILL.md",[3636],{"path":1503,"priority":338},{"basePath":3638,"description":3639,"displayName":3640,"installMethods":3641,"rationale":3642,"selectedPaths":3643,"source":344,"sourceLanguage":17,"type":260},"engineering-team/self-improving-agent/skills/remember","Explicitly save important knowledge to auto-memory with timestamp and context. Use when a discovery is too important to rely on auto-capture.","remember",{"claudeCode":12},"SKILL.md frontmatter at engineering-team/self-improving-agent/skills/remember/SKILL.md",[3644],{"path":1503,"priority":338},{"basePath":3646,"description":3647,"displayName":3648,"installMethods":3649,"rationale":3650,"selectedPaths":3651,"source":344,"sourceLanguage":17,"type":260},"engineering-team/self-improving-agent/skills/self-improving-agent","Curate Claude Code's auto-memory into durable project knowledge. Analyze MEMORY.md for patterns, promote proven learnings to CLAUDE.md and .claude/rules/, extract recurring solutions into reusable skills. Use when: (1) reviewing what Claude has learned about your project, (2) graduating a pattern from notes to enforced rules, (3) turning a debugging solution into a skill, (4) checking memory health and capacity.","self-improving-agent",{"claudeCode":12},"SKILL.md frontmatter at engineering-team/self-improving-agent/skills/self-improving-agent/SKILL.md",[3652],{"path":1503,"priority":338},{"basePath":3654,"description":3655,"displayName":3656,"installMethods":3657,"rationale":3658,"selectedPaths":3659,"source":344,"sourceLanguage":17,"type":260},"engineering-team/skills/adversarial-reviewer","Adversarial code review that breaks the self-review monoculture. Use when you want a genuinely critical review of recent changes, before merging a PR, or when you suspect Claude is being too agreeable about code quality. Forces perspective shifts through hostile reviewer personas that catch blind spots the author's mental model shares with the reviewer.","adversarial-reviewer",{"claudeCode":12},"SKILL.md frontmatter at engineering-team/skills/adversarial-reviewer/SKILL.md",[3660],{"path":1503,"priority":338},{"basePath":3662,"description":3663,"displayName":3664,"installMethods":3665,"rationale":3666,"selectedPaths":3667,"source":344,"sourceLanguage":17,"type":260},"engineering-team/skills/ai-security","Use when assessing AI/ML systems for prompt injection, jailbreak vulnerabilities, model inversion risk, data poisoning exposure, or agent tool abuse. Covers MITRE ATLAS technique mapping, injection signature detection, and adversarial robustness scoring.","ai-security",{"claudeCode":12},"SKILL.md frontmatter at engineering-team/skills/ai-security/SKILL.md",[3668,3669,3671],{"path":1503,"priority":338},{"path":3670,"priority":357},"references/atlas-coverage.md",{"path":3672,"priority":1522},"scripts/ai_threat_scanner.py",{"basePath":3674,"description":3675,"displayName":3676,"installMethods":3677,"rationale":3678,"selectedPaths":3679,"source":344,"sourceLanguage":17,"type":260},"engineering-team/skills/aws-solution-architect","Design AWS architectures for startups using serverless patterns and IaC templates. Use when asked to design serverless architecture, create CloudFormation templates, optimize AWS costs, set up CI/CD pipelines, or migrate to AWS. Covers Lambda, API Gateway, DynamoDB, ECS, Aurora, and cost optimization.","aws-solution-architect",{"claudeCode":12},"SKILL.md frontmatter at engineering-team/skills/aws-solution-architect/SKILL.md",[3680,3681,3682,3684,3686,3688,3690,3692,3694],{"path":1503,"priority":338},{"path":1524,"priority":1522},{"path":3683,"priority":1522},"assets/sample_input.json",{"path":3685,"priority":357},"references/architecture_patterns.md",{"path":3687,"priority":357},"references/best_practices.md",{"path":3689,"priority":357},"references/service_selection.md",{"path":3691,"priority":1522},"scripts/architecture_designer.py",{"path":3693,"priority":1522},"scripts/cost_optimizer.py",{"path":3695,"priority":1522},"scripts/serverless_stack.py",{"basePath":3697,"description":3698,"displayName":3699,"installMethods":3700,"rationale":3701,"selectedPaths":3702,"source":344,"sourceLanguage":17,"type":260},"engineering-team/skills/azure-cloud-architect","Design Azure architectures for startups and enterprises. Use when asked to design Azure infrastructure, create Bicep/ARM templates, optimize Azure costs, set up Azure DevOps pipelines, or migrate to Azure. Covers AKS, App Service, Azure Functions, Cosmos DB, and cost optimization.","azure-cloud-architect",{"claudeCode":12},"SKILL.md frontmatter at engineering-team/skills/azure-cloud-architect/SKILL.md",[3703,3704,3705,3706,3707,3708,3710],{"path":1503,"priority":338},{"path":3685,"priority":357},{"path":3687,"priority":357},{"path":3689,"priority":357},{"path":3691,"priority":1522},{"path":3709,"priority":1522},"scripts/bicep_generator.py",{"path":3693,"priority":1522},{"basePath":3712,"description":3713,"displayName":3714,"installMethods":3715,"rationale":3716,"selectedPaths":3717,"source":344,"sourceLanguage":17,"type":260},"engineering-team/skills/cloud-security","Use when assessing cloud infrastructure for security misconfigurations, IAM privilege escalation paths, S3 public exposure, open security group rules, or IaC security gaps. Covers AWS, Azure, and GCP posture assessment with MITRE ATT&CK mapping.","cloud-security",{"claudeCode":12},"SKILL.md frontmatter at engineering-team/skills/cloud-security/SKILL.md",[3718,3719,3721],{"path":1503,"priority":338},{"path":3720,"priority":357},"references/cspm-checks.md",{"path":3722,"priority":1522},"scripts/cloud_posture_check.py",{"basePath":3724,"description":3725,"displayName":3726,"installMethods":3727,"rationale":3728,"selectedPaths":3729,"source":344,"sourceLanguage":17,"type":260},"engineering-team/skills/code-reviewer","Code review automation for TypeScript, JavaScript, Python, Go, Swift, Kotlin. Analyzes PRs for complexity and risk, checks code quality for SOLID violations and code smells, generates review reports. Use when reviewing pull requests, analyzing code quality, identifying issues, generating review checklists.","code-reviewer",{"claudeCode":12},"SKILL.md frontmatter at engineering-team/skills/code-reviewer/SKILL.md",[3730,3731,3733,3735,3737,3739,3741],{"path":1503,"priority":338},{"path":3732,"priority":357},"references/code_review_checklist.md",{"path":3734,"priority":357},"references/coding_standards.md",{"path":3736,"priority":357},"references/common_antipatterns.md",{"path":3738,"priority":1522},"scripts/code_quality_checker.py",{"path":3740,"priority":1522},"scripts/pr_analyzer.py",{"path":3742,"priority":1522},"scripts/review_report_generator.py",{"basePath":3744,"description":3745,"displayName":3746,"installMethods":3747,"rationale":3748,"selectedPaths":3749,"source":344,"sourceLanguage":17,"type":260},"engineering-team/skills/email-template-builder","Email Template Builder","email-template-builder",{"claudeCode":12},"SKILL.md frontmatter at engineering-team/skills/email-template-builder/SKILL.md",[3750],{"path":1503,"priority":338},{"basePath":3752,"description":3753,"displayName":736,"installMethods":3754,"rationale":3755,"selectedPaths":3756,"source":344,"sourceLanguage":17,"type":260},"engineering-team/skills/engineering-skills","23 engineering agent skills and plugins for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw, and 6 more tools. Architecture, frontend, backend, QA, DevOps, security, AI/ML, data engineering, Playwright, Stripe, AWS, MS365. 30+ Python tools (stdlib-only).",{"claudeCode":12},"SKILL.md frontmatter at engineering-team/skills/engineering-skills/SKILL.md",[3757],{"path":1503,"priority":338},{"basePath":3759,"description":3760,"displayName":3761,"installMethods":3762,"rationale":3763,"selectedPaths":3764,"source":344,"sourceLanguage":17,"type":260},"engineering-team/skills/epic-design","Build immersive, cinematic 2.5D interactive websites using scroll storytelling, parallax depth, text animations, and premium scroll effects — no WebGL required. Use this skill for any web design task: landing pages, product sites, hero sections, scroll animations, parallax, sticky sections, section overlaps, floating products between sections, clip-path reveals, text that flies in from sides, words that light up on scroll, curtain drops, iris opens, card stacks, bleed typography, and any site that should feel cinematic or premium. Trigger on phrases like \"make it feel alive\", \"Apple-style animation\", \"sections that overlap\", \"product rises between sections\", \"immersive\", \"scrollytelling\", or any scroll-driven visual effect. Covers 45+ techniques across 8 categories. Always inspects, judges, and plans assets before coding. Use aggressively for ANY web design task.\n","epic-design",{"claudeCode":12},"SKILL.md frontmatter at engineering-team/skills/epic-design/SKILL.md",[3765,3766,3768,3770,3772,3774,3776,3778,3780,3782,3784,3786],{"path":1503,"priority":338},{"path":3767,"priority":357},"references/accessibility.md",{"path":3769,"priority":357},"references/asset-pipeline.md",{"path":3771,"priority":357},"references/depth-system.md",{"path":3773,"priority":357},"references/directional-reveals.md",{"path":3775,"priority":357},"references/examples.md",{"path":3777,"priority":357},"references/inter-section-effects.md",{"path":3779,"priority":357},"references/motion-system.md",{"path":3781,"priority":357},"references/performance.md",{"path":3783,"priority":357},"references/text-animations.md",{"path":3785,"priority":1522},"scripts/inspect-assets.py",{"path":3787,"priority":1522},"scripts/validate-layers.js",{"basePath":3789,"description":3790,"displayName":3791,"installMethods":3792,"rationale":3793,"selectedPaths":3794,"source":344,"sourceLanguage":17,"type":260},"engineering-team/skills/gcp-cloud-architect","Design GCP architectures for startups and enterprises. Use when asked to design Google Cloud infrastructure, deploy to GKE or Cloud Run, configure BigQuery pipelines, optimize GCP costs, or migrate to GCP. Covers Cloud Run, GKE, Cloud Functions, Cloud SQL, BigQuery, and cost optimization.","gcp-cloud-architect",{"claudeCode":12},"SKILL.md frontmatter at engineering-team/skills/gcp-cloud-architect/SKILL.md",[3795,3796,3797,3798,3799,3800,3801],{"path":1503,"priority":338},{"path":3685,"priority":357},{"path":3687,"priority":357},{"path":3689,"priority":357},{"path":3691,"priority":1522},{"path":3693,"priority":1522},{"path":3802,"priority":1522},"scripts/deployment_manager.py",{"basePath":3804,"description":3805,"displayName":3806,"installMethods":3807,"rationale":3808,"selectedPaths":3809,"source":344,"sourceLanguage":17,"type":260},"engineering-team/skills/incident-commander","Incident Commander Skill","incident-commander",{"claudeCode":12},"SKILL.md frontmatter at engineering-team/skills/incident-commander/SKILL.md",[3810,3811,3812,3814,3816,3818,3820,3822,3824,3826,3828,3830,3832,3834,3836,3838,3840,3842,3844,3846,3848,3850],{"path":1503,"priority":338},{"path":340,"priority":343},{"path":3813,"priority":1522},"assets/incident_report_template.md",{"path":3815,"priority":1522},"assets/runbook_template.md",{"path":3817,"priority":1522},"assets/sample_incident_classification.json",{"path":3819,"priority":1522},"assets/sample_incident_data.json",{"path":3821,"priority":1522},"assets/sample_incident_pir_data.json",{"path":3823,"priority":1522},"assets/sample_timeline_events.json",{"path":3825,"priority":1522},"assets/simple_incident.json",{"path":3827,"priority":1522},"assets/simple_timeline_events.json",{"path":3829,"priority":357},"references/communication_templates.md",{"path":3831,"priority":357},"references/incident-response-framework.md",{"path":3833,"priority":357},"references/incident_severity_matrix.md",{"path":3835,"priority":357},"references/rca_frameworks_guide.md",{"path":3837,"priority":357},"references/reference-information.md",{"path":3839,"priority":357},"references/sla-management-guide.md",{"path":3841,"priority":1522},"scripts/incident_classifier.py",{"path":3843,"priority":1522},"scripts/incident_timeline_builder.py",{"path":3845,"priority":1522},"scripts/pir_generator.py",{"path":3847,"priority":1522},"scripts/postmortem_generator.py",{"path":3849,"priority":1522},"scripts/severity_classifier.py",{"path":3851,"priority":1522},"scripts/timeline_reconstructor.py",{"basePath":3853,"description":3854,"displayName":3855,"installMethods":3856,"rationale":3857,"selectedPaths":3858,"source":344,"sourceLanguage":17,"type":260},"engineering-team/skills/incident-response","Use when a security incident has been detected or declared and needs classification, triage, escalation path determination, and forensic evidence collection. Covers SEV1-SEV4 classification, false positive filtering, incident taxonomy, and NIST SP 800-61 lifecycle.","incident-response",{"claudeCode":12},"SKILL.md frontmatter at engineering-team/skills/incident-response/SKILL.md",[3859,3860,3862],{"path":1503,"priority":338},{"path":3861,"priority":357},"references/regulatory-deadlines.md",{"path":3863,"priority":1522},"scripts/incident_triage.py",{"basePath":3865,"description":3866,"displayName":3867,"installMethods":3868,"rationale":3869,"selectedPaths":3870,"source":344,"sourceLanguage":17,"type":260},"engineering-team/skills/ms365-tenant-manager","Microsoft 365 tenant administration for Global Administrators. Automate M365 tenant setup, Office 365 admin tasks, Azure AD user management, Exchange Online configuration, Teams administration, and security policies. Generate PowerShell scripts for bulk operations, Conditional Access policies, license management, and compliance reporting. Use for M365 tenant manager, Office 365 admin, Azure AD users, Global Administrator, tenant configuration, or Microsoft 365 automation.","ms365-tenant-manager",{"claudeCode":12},"SKILL.md frontmatter at engineering-team/skills/ms365-tenant-manager/SKILL.md",[3871,3872,3874,3876,3877,3879,3881],{"path":1503,"priority":338},{"path":3873,"priority":357},"references/powershell-templates.md",{"path":3875,"priority":357},"references/security-policies.md",{"path":3424,"priority":357},{"path":3878,"priority":1522},"scripts/powershell_generator.py",{"path":3880,"priority":1522},"scripts/tenant_setup.py",{"path":3882,"priority":1522},"scripts/user_management.py",{"basePath":3884,"description":3885,"displayName":3886,"installMethods":3887,"rationale":3888,"selectedPaths":3889,"source":344,"sourceLanguage":17,"type":260},"engineering-team/skills/red-team","Use when planning or executing authorized red team engagements, attack path analysis, or offensive security simulations. Covers MITRE ATT&CK kill-chain planning, technique scoring, choke point identification, OPSEC risk assessment, and crown jewel targeting.","red-team",{"claudeCode":12},"SKILL.md frontmatter at engineering-team/skills/red-team/SKILL.md",[3890,3891,3893],{"path":1503,"priority":338},{"path":3892,"priority":357},"references/attack-path-methodology.md",{"path":3894,"priority":1522},"scripts/engagement_planner.py",{"basePath":3896,"description":3897,"displayName":3898,"installMethods":3899,"rationale":3900,"selectedPaths":3901,"source":344,"sourceLanguage":17,"type":260},"engineering-team/skills/security-pen-testing","Use when the user asks to perform security audits, penetration testing, vulnerability scanning, OWASP Top 10 checks, or offensive security assessments. Covers static analysis, dependency scanning, secret detection, API security testing, and pen test report generation.","security-pen-testing",{"claudeCode":12},"SKILL.md frontmatter at engineering-team/skills/security-pen-testing/SKILL.md",[3902,3903,3905,3907,3909,3911,3913],{"path":1503,"priority":338},{"path":3904,"priority":357},"references/attack_patterns.md",{"path":3906,"priority":357},"references/owasp_top_10_checklist.md",{"path":3908,"priority":357},"references/responsible_disclosure.md",{"path":3910,"priority":1522},"scripts/dependency_auditor.py",{"path":3912,"priority":1522},"scripts/pentest_report_generator.py",{"path":3914,"priority":1522},"scripts/vulnerability_scanner.py",{"basePath":3916,"description":3917,"displayName":3918,"installMethods":3919,"rationale":3920,"selectedPaths":3921,"source":344,"sourceLanguage":17,"type":260},"engineering-team/skills/senior-architect","This skill should be used when the user asks to \"design system architecture\", \"evaluate microservices vs monolith\", \"create architecture diagrams\", \"analyze dependencies\", \"choose a database\", \"plan for scalability\", \"make technical decisions\", or \"review system design\". Use for architecture decision records (ADRs), tech stack evaluation, system design reviews, dependency analysis, and generating architecture diagrams in Mermaid, PlantUML, or ASCII format.","senior-architect",{"claudeCode":12},"SKILL.md frontmatter at engineering-team/skills/senior-architect/SKILL.md",[3922,3923,3924,3926,3928,3930,3932],{"path":1503,"priority":338},{"path":3685,"priority":357},{"path":3925,"priority":357},"references/system_design_workflows.md",{"path":3927,"priority":357},"references/tech_decision_guide.md",{"path":3929,"priority":1522},"scripts/architecture_diagram_generator.py",{"path":3931,"priority":1522},"scripts/dependency_analyzer.py",{"path":3933,"priority":1522},"scripts/project_architect.py",{"basePath":3935,"description":3936,"displayName":3937,"installMethods":3938,"rationale":3939,"selectedPaths":3940,"source":344,"sourceLanguage":17,"type":260},"engineering-team/skills/senior-backend","Designs and implements backend systems including REST APIs, microservices, database architectures, authentication flows, and security hardening. Use when the user asks to \"design REST APIs\", \"optimize database queries\", \"implement authentication\", \"build microservices\", \"review backend code\", \"set up GraphQL\", \"handle database migrations\", or \"load test APIs\". Covers Node.js/Express/Fastify development, PostgreSQL optimization, API security, and backend architecture patterns.","senior-backend",{"claudeCode":12},"SKILL.md frontmatter at engineering-team/skills/senior-backend/SKILL.md",[3941,3942,3944,3946,3948,3950,3952],{"path":1503,"priority":338},{"path":3943,"priority":357},"references/api_design_patterns.md",{"path":3945,"priority":357},"references/backend_security_practices.md",{"path":3947,"priority":357},"references/database_optimization_guide.md",{"path":3949,"priority":1522},"scripts/api_load_tester.py",{"path":3951,"priority":1522},"scripts/api_scaffolder.py",{"path":3953,"priority":1522},"scripts/database_migration_tool.py",{"basePath":3955,"description":3956,"displayName":3957,"installMethods":3958,"rationale":3959,"selectedPaths":3960,"source":344,"sourceLanguage":17,"type":260},"engineering-team/skills/senior-computer-vision","Computer vision engineering skill for object detection, image segmentation, and visual AI systems. Covers CNN and Vision Transformer architectures, YOLO/Faster R-CNN/DETR detection, Mask R-CNN/SAM segmentation, and production deployment with ONNX/TensorRT. Includes PyTorch, torchvision, Ultralytics, Detectron2, and MMDetection frameworks. Use when building detection pipelines, training custom models, optimizing inference, or deploying vision systems.","senior-computer-vision",{"claudeCode":12},"SKILL.md frontmatter at engineering-team/skills/senior-computer-vision/SKILL.md",[3961,3962,3964,3966,3968,3970,3972,3974],{"path":1503,"priority":338},{"path":3963,"priority":357},"references/computer_vision_architectures.md",{"path":3965,"priority":357},"references/object_detection_optimization.md",{"path":3967,"priority":357},"references/production_vision_systems.md",{"path":3969,"priority":357},"references/reference-docs-and-commands.md",{"path":3971,"priority":1522},"scripts/dataset_pipeline_builder.py",{"path":3973,"priority":1522},"scripts/inference_optimizer.py",{"path":3975,"priority":1522},"scripts/vision_model_trainer.py",{"basePath":3977,"description":3978,"displayName":3979,"installMethods":3980,"rationale":3981,"selectedPaths":3982,"source":344,"sourceLanguage":17,"type":260},"engineering-team/skills/senior-data-engineer","Data engineering skill for building scalable data pipelines, ETL/ELT systems, and data infrastructure. Expertise in Python, SQL, Spark, Airflow, dbt, Kafka, and modern data stack. Includes data modeling, pipeline orchestration, data quality, and DataOps. Use when designing data architectures, building data pipelines, optimizing data workflows, implementing data governance, or troubleshooting data issues.","senior-data-engineer",{"claudeCode":12},"SKILL.md frontmatter at engineering-team/skills/senior-data-engineer/SKILL.md",[3983,3984,3986,3988,3990,3991,3993,3995,3997],{"path":1503,"priority":338},{"path":3985,"priority":357},"references/data_modeling_patterns.md",{"path":3987,"priority":357},"references/data_pipeline_architecture.md",{"path":3989,"priority":357},"references/dataops_best_practices.md",{"path":3424,"priority":357},{"path":3992,"priority":357},"references/workflows.md",{"path":3994,"priority":1522},"scripts/data_quality_validator.py",{"path":3996,"priority":1522},"scripts/etl_performance_optimizer.py",{"path":3998,"priority":1522},"scripts/pipeline_orchestrator.py",{"basePath":4000,"description":4001,"displayName":4002,"installMethods":4003,"rationale":4004,"selectedPaths":4005,"source":344,"sourceLanguage":17,"type":260},"engineering-team/skills/senior-data-scientist","World-class senior data scientist skill specialising in statistical modeling, experiment design, causal inference, and predictive analytics. Covers A/B testing (sample sizing, two-proportion z-tests, Bonferroni correction), difference-in-differences, feature engineering pipelines (Scikit-learn, XGBoost), cross-validated model evaluation (AUC-ROC, AUC-PR, SHAP), and MLflow experiment tracking — using Python (NumPy, Pandas, Scikit-learn), R, and SQL. Use when designing or analysing controlled experiments, building and evaluating classification or regression models, performing causal analysis on observational data, engineering features for structured tabular datasets, or translating statistical findings into data-driven business decisions.","senior-data-scientist",{"claudeCode":12},"SKILL.md frontmatter at engineering-team/skills/senior-data-scientist/SKILL.md",[4006,4007,4009,4011,4013,4014,4016],{"path":1503,"priority":338},{"path":4008,"priority":357},"references/experiment_design_frameworks.md",{"path":4010,"priority":357},"references/feature_engineering_patterns.md",{"path":4012,"priority":357},"references/statistical_methods_advanced.md",{"path":2476,"priority":1522},{"path":4015,"priority":1522},"scripts/feature_engineering_pipeline.py",{"path":4017,"priority":1522},"scripts/model_evaluation_suite.py",{"basePath":4019,"description":4020,"displayName":4021,"installMethods":4022,"rationale":4023,"selectedPaths":4024,"source":344,"sourceLanguage":17,"type":260},"engineering-team/skills/senior-devops","Comprehensive DevOps skill for CI/CD, infrastructure automation, containerization, and cloud platforms (AWS, GCP, Azure). Includes pipeline setup, infrastructure as code, deployment automation, and monitoring. Use when setting up pipelines, deploying applications, managing infrastructure, implementing monitoring, or optimizing deployment processes.","senior-devops",{"claudeCode":12},"SKILL.md frontmatter at engineering-team/skills/senior-devops/SKILL.md",[4025,4026,4028,4030,4032,4033,4034],{"path":1503,"priority":338},{"path":4027,"priority":357},"references/cicd_pipeline_guide.md",{"path":4029,"priority":357},"references/deployment_strategies.md",{"path":4031,"priority":357},"references/infrastructure_as_code.md",{"path":3802,"priority":1522},{"path":2811,"priority":1522},{"path":4035,"priority":1522},"scripts/terraform_scaffolder.py",{"basePath":4037,"description":4038,"displayName":4039,"installMethods":4040,"rationale":4041,"selectedPaths":4042,"source":344,"sourceLanguage":17,"type":260},"engineering-team/skills/senior-frontend","Frontend development skill for React, Next.js, TypeScript, and Tailwind CSS applications. Use when building React components, optimizing Next.js performance, analyzing bundle sizes, scaffolding frontend projects, implementing accessibility, or reviewing frontend code quality.","senior-frontend",{"claudeCode":12},"SKILL.md frontmatter at engineering-team/skills/senior-frontend/SKILL.md",[4043,4044,4046,4048,4050,4052,4054],{"path":1503,"priority":338},{"path":4045,"priority":357},"references/frontend_best_practices.md",{"path":4047,"priority":357},"references/nextjs_optimization_guide.md",{"path":4049,"priority":357},"references/react_patterns.md",{"path":4051,"priority":1522},"scripts/bundle_analyzer.py",{"path":4053,"priority":1522},"scripts/component_generator.py",{"path":4055,"priority":1522},"scripts/frontend_scaffolder.py",{"basePath":4057,"description":4058,"displayName":4059,"installMethods":4060,"rationale":4061,"selectedPaths":4062,"source":344,"sourceLanguage":17,"type":260},"engineering-team/skills/senior-fullstack","Fullstack development toolkit with project scaffolding for Next.js, FastAPI, MERN, and Django stacks, code quality analysis with security and complexity scoring, and stack selection guidance. Use when the user asks to \"scaffold a new project\", \"create a Next.js app\", \"set up FastAPI with React\", \"analyze code quality\", \"audit my codebase\", \"what stack should I use\", \"generate project boilerplate\", or mentions fullstack development, project setup, or tech stack comparison.","senior-fullstack",{"claudeCode":12},"SKILL.md frontmatter at engineering-team/skills/senior-fullstack/SKILL.md",[4063,4064,4065,4067,4069,4071],{"path":1503,"priority":338},{"path":3685,"priority":357},{"path":4066,"priority":357},"references/development_workflows.md",{"path":4068,"priority":357},"references/tech_stack_guide.md",{"path":4070,"priority":1522},"scripts/code_quality_analyzer.py",{"path":4072,"priority":1522},"scripts/project_scaffolder.py",{"basePath":4074,"description":4075,"displayName":4076,"installMethods":4077,"rationale":4078,"selectedPaths":4079,"source":344,"sourceLanguage":17,"type":260},"engineering-team/skills/senior-ml-engineer","ML engineering skill for productionizing models, building MLOps pipelines, and integrating LLMs. Covers model deployment, feature stores, drift monitoring, RAG systems, and cost optimization. Use when the user asks about deploying ML models to production, setting up MLOps infrastructure (MLflow, Kubeflow, Kubernetes, Docker), monitoring model performance or drift, building RAG pipelines, or integrating LLM APIs with retry logic and cost controls. Focused on production and operational concerns rather than model research or initial training.","senior-ml-engineer",{"claudeCode":12},"SKILL.md frontmatter at engineering-team/skills/senior-ml-engineer/SKILL.md",[4080,4081,4083,4085,4087,4089,4091],{"path":1503,"priority":338},{"path":4082,"priority":357},"references/llm_integration_guide.md",{"path":4084,"priority":357},"references/mlops_production_patterns.md",{"path":4086,"priority":357},"references/rag_system_architecture.md",{"path":4088,"priority":1522},"scripts/ml_monitoring_suite.py",{"path":4090,"priority":1522},"scripts/model_deployment_pipeline.py",{"path":4092,"priority":1522},"scripts/rag_system_builder.py",{"basePath":4094,"description":4095,"displayName":4096,"installMethods":4097,"rationale":4098,"selectedPaths":4099,"source":344,"sourceLanguage":17,"type":260},"engineering-team/skills/senior-prompt-engineer","This skill should be used when the user asks to \"optimize prompts\", \"design prompt templates\", \"evaluate LLM outputs\", \"build agentic systems\", \"implement RAG\", \"create few-shot examples\", \"analyze token usage\", or \"design AI workflows\". Use for prompt engineering patterns, LLM evaluation frameworks, agent architectures, and structured output design.","senior-prompt-engineer",{"claudeCode":12},"SKILL.md frontmatter at engineering-team/skills/senior-prompt-engineer/SKILL.md",[4100,4101,4103,4105,4107,4109,4111],{"path":1503,"priority":338},{"path":4102,"priority":357},"references/agentic_system_design.md",{"path":4104,"priority":357},"references/llm_evaluation_frameworks.md",{"path":4106,"priority":357},"references/prompt_engineering_patterns.md",{"path":4108,"priority":1522},"scripts/agent_orchestrator.py",{"path":4110,"priority":1522},"scripts/prompt_optimizer.py",{"path":4112,"priority":1522},"scripts/rag_evaluator.py",{"basePath":4114,"description":4115,"displayName":4116,"installMethods":4117,"rationale":4118,"selectedPaths":4119,"source":344,"sourceLanguage":17,"type":260},"engineering-team/skills/senior-qa","Generates unit tests, integration tests, and E2E tests for React/Next.js applications. Scans components to create Jest + React Testing Library test stubs, analyzes Istanbul/LCOV coverage reports to surface gaps, scaffolds Playwright test files from Next.js routes, mocks API calls with MSW, creates test fixtures, and configures test runners. Use when the user asks to \"generate tests\", \"write unit tests\", \"analyze test coverage\", \"scaffold E2E tests\", \"set up Playwright\", \"configure Jest\", \"implement testing patterns\", or \"improve test quality\".","senior-qa",{"claudeCode":12},"SKILL.md frontmatter at engineering-team/skills/senior-qa/SKILL.md",[4120,4121,4122,4124,4126,4128,4130,4132],{"path":1503,"priority":338},{"path":340,"priority":343},{"path":4123,"priority":357},"references/qa_best_practices.md",{"path":4125,"priority":357},"references/test_automation_patterns.md",{"path":4127,"priority":357},"references/testing_strategies.md",{"path":4129,"priority":1522},"scripts/coverage_analyzer.py",{"path":4131,"priority":1522},"scripts/e2e_test_scaffolder.py",{"path":4133,"priority":1522},"scripts/test_suite_generator.py",{"basePath":4135,"description":4136,"displayName":4137,"installMethods":4138,"rationale":4139,"selectedPaths":4140,"source":344,"sourceLanguage":17,"type":260},"engineering-team/skills/senior-secops","Senior SecOps engineer skill for application security, vulnerability management, compliance verification, and secure development practices. Runs SAST/DAST scans, generates CVE remediation plans, checks dependency vulnerabilities, creates security policies, enforces secure coding patterns, and automates compliance checks against SOC2, PCI-DSS, HIPAA, and GDPR. Use when conducting a security review or audit, responding to a CVE or security incident, hardening infrastructure, implementing authentication or secrets management, running penetration test prep, checking OWASP Top 10 exposure, or enforcing security controls in CI/CD pipelines.","senior-secops",{"claudeCode":12},"SKILL.md frontmatter at engineering-team/skills/senior-secops/SKILL.md",[4141,4142,4144,4146,4148,4150,4152],{"path":1503,"priority":338},{"path":4143,"priority":357},"references/compliance_requirements.md",{"path":4145,"priority":357},"references/security_standards.md",{"path":4147,"priority":357},"references/vulnerability_management_guide.md",{"path":4149,"priority":1522},"scripts/compliance_checker.py",{"path":4151,"priority":1522},"scripts/security_scanner.py",{"path":4153,"priority":1522},"scripts/vulnerability_assessor.py",{"basePath":4155,"description":4156,"displayName":4157,"installMethods":4158,"rationale":4159,"selectedPaths":4160,"source":344,"sourceLanguage":17,"type":260},"engineering-team/skills/senior-security","Security engineering toolkit for threat modeling, vulnerability analysis, secure architecture, and penetration testing. Includes STRIDE analysis, OWASP guidance, cryptography patterns, and security scanning tools. Use when the user asks about security reviews, threat analysis, vulnerability assessments, secure coding practices, security audits, attack surface analysis, CVE remediation, or security best practices.","senior-security",{"claudeCode":12},"SKILL.md frontmatter at engineering-team/skills/senior-security/SKILL.md",[4161,4162,4164,4166,4168,4170],{"path":1503,"priority":338},{"path":4163,"priority":357},"references/cryptography-implementation.md",{"path":4165,"priority":357},"references/security-architecture-patterns.md",{"path":4167,"priority":357},"references/threat-modeling-guide.md",{"path":4169,"priority":1522},"scripts/secret_scanner.py",{"path":4171,"priority":1522},"scripts/threat_modeler.py",{"basePath":4173,"description":4174,"displayName":4175,"installMethods":4176,"rationale":4177,"selectedPaths":4178,"source":344,"sourceLanguage":17,"type":260},"engineering-team/skills/stripe-integration-expert","Stripe Integration Expert","stripe-integration-expert",{"claudeCode":12},"SKILL.md frontmatter at engineering-team/skills/stripe-integration-expert/SKILL.md",[4179],{"path":1503,"priority":338},{"basePath":4181,"description":4182,"displayName":4183,"installMethods":4184,"rationale":4185,"selectedPaths":4186,"source":344,"sourceLanguage":17,"type":260},"engineering-team/skills/tdd-guide","Test-driven development skill for writing unit tests, generating test fixtures and mocks, analyzing coverage gaps, and guiding red-green-refactor workflows across Jest, Pytest, JUnit, Vitest, and Mocha. Use when the user asks to write tests, improve test coverage, practice TDD, generate mocks or stubs, or mentions testing frameworks like Jest, pytest, or JUnit.","tdd-guide",{"claudeCode":12},"SKILL.md frontmatter at engineering-team/skills/tdd-guide/SKILL.md",[4187,4188,4189,4191,4192,4194,4196,4198,4199,4201,4203,4204,4206,4208,4210,4212,4214,4216],{"path":1503,"priority":338},{"path":340,"priority":343},{"path":4190,"priority":357},"HOW_TO_USE.md",{"path":1524,"priority":1522},{"path":4193,"priority":1522},"assets/sample_coverage_report.lcov",{"path":4195,"priority":1522},"assets/sample_input_python.json",{"path":4197,"priority":1522},"assets/sample_input_typescript.json",{"path":2788,"priority":357},{"path":4200,"priority":357},"references/framework-guide.md",{"path":4202,"priority":357},"references/tdd-best-practices.md",{"path":4129,"priority":1522},{"path":4205,"priority":1522},"scripts/fixture_generator.py",{"path":4207,"priority":1522},"scripts/format_detector.py",{"path":4209,"priority":1522},"scripts/framework_adapter.py",{"path":4211,"priority":1522},"scripts/metrics_calculator.py",{"path":4213,"priority":1522},"scripts/output_formatter.py",{"path":4215,"priority":1522},"scripts/tdd_workflow.py",{"path":4217,"priority":1522},"scripts/test_generator.py",{"basePath":4219,"description":4220,"displayName":4221,"installMethods":4222,"rationale":4223,"selectedPaths":4224,"source":344,"sourceLanguage":17,"type":260},"engineering-team/skills/tech-stack-evaluator","Technology stack evaluation and comparison with TCO analysis, security assessment, and ecosystem health scoring. Use when comparing frameworks, evaluating technology stacks, calculating total cost of ownership, assessing migration paths, or analyzing ecosystem viability.","tech-stack-evaluator",{"claudeCode":12},"SKILL.md frontmatter at engineering-team/skills/tech-stack-evaluator/SKILL.md",[4225,4226,4228,4230,4232,4234,4235,4237,4238,4240,4241,4243,4245,4247,4249],{"path":1503,"priority":338},{"path":4227,"priority":1522},"assets/expected_output_comparison.json",{"path":4229,"priority":1522},"assets/sample_input_structured.json",{"path":4231,"priority":1522},"assets/sample_input_tco.json",{"path":4233,"priority":1522},"assets/sample_input_text.json",{"path":3775,"priority":357},{"path":4236,"priority":357},"references/metrics.md",{"path":3992,"priority":357},{"path":4239,"priority":1522},"scripts/ecosystem_analyzer.py",{"path":4207,"priority":1522},{"path":4242,"priority":1522},"scripts/migration_analyzer.py",{"path":4244,"priority":1522},"scripts/report_generator.py",{"path":4246,"priority":1522},"scripts/security_assessor.py",{"path":4248,"priority":1522},"scripts/stack_comparator.py",{"path":4250,"priority":1522},"scripts/tco_calculator.py",{"basePath":4252,"description":4253,"displayName":4254,"installMethods":4255,"rationale":4256,"selectedPaths":4257,"source":344,"sourceLanguage":17,"type":260},"engineering-team/skills/threat-detection","Use when hunting for threats in an environment, analyzing IOCs, or detecting behavioral anomalies in telemetry. Covers hypothesis-driven threat hunting, IOC sweep generation, z-score anomaly detection, and MITRE ATT&CK-mapped signal prioritization.","threat-detection",{"claudeCode":12},"SKILL.md frontmatter at engineering-team/skills/threat-detection/SKILL.md",[4258,4259,4261],{"path":1503,"priority":338},{"path":4260,"priority":357},"references/hunt-playbooks.md",{"path":4262,"priority":1522},"scripts/threat_signal_analyzer.py",{"basePath":4264,"description":4265,"displayName":1469,"installMethods":4266,"rationale":4267,"selectedPaths":4268,"source":344,"sourceLanguage":17,"type":260},"engineering-team/snowflake-development/skills/snowflake-development","Use when writing Snowflake SQL, building data pipelines with Dynamic Tables or Streams/Tasks, using Cortex AI functions, creating Cortex Agents, writing Snowpark Python, configuring dbt for Snowflake, or troubleshooting Snowflake errors.",{"claudeCode":12},"SKILL.md frontmatter at engineering-team/snowflake-development/skills/snowflake-development/SKILL.md",[4269,4270,4272,4274,4275],{"path":1503,"priority":338},{"path":4271,"priority":357},"references/cortex_ai_and_agents.md",{"path":4273,"priority":357},"references/snowflake_sql_and_pipelines.md",{"path":3424,"priority":357},{"path":4276,"priority":1522},"scripts/snowflake_query_helper.py",{"basePath":4278,"description":4279,"displayName":1479,"installMethods":4280,"rationale":4281,"selectedPaths":4282,"source":344,"sourceLanguage":17,"type":260},"finance/business-investment-advisor/skills/business-investment-advisor","Business investment analysis and capital allocation advisor. Use when evaluating whether to invest in equipment, real estate, a new business, hiring, technology, or any capital expenditure. Also use for ROI calculations, IRR, NPV, payback period, build vs buy decisions, lease vs buy analysis, vendor evaluation, or deciding where to allocate limited budget for maximum return.",{"claudeCode":12},"SKILL.md frontmatter at finance/business-investment-advisor/skills/business-investment-advisor/SKILL.md",[4283],{"path":1503,"priority":338},{"basePath":4285,"description":4286,"displayName":928,"installMethods":4287,"rationale":4288,"selectedPaths":4289,"source":344,"sourceLanguage":17,"type":260},"finance/skills/finance-skills","Financial analyst agent skill and plugin for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw. Ratio analysis, DCF valuation, budget variance, rolling forecasts. 4 Python tools (stdlib-only).",{"claudeCode":12},"SKILL.md frontmatter at finance/skills/finance-skills/SKILL.md",[4290],{"path":1503,"priority":338},{"basePath":4292,"description":4293,"displayName":4294,"installMethods":4295,"rationale":4296,"selectedPaths":4297,"source":344,"sourceLanguage":17,"type":260},"finance/skills/financial-analyst","Performs financial ratio analysis, DCF valuation, budget variance analysis, and rolling forecast construction for strategic decision-making. Use when analyzing financial statements, building valuation models, assessing budget variances, or constructing financial projections and forecasts. Also applicable when users mention financial modeling, cash flow analysis, company valuation, financial projections, or spreadsheet analysis.","financial-analyst",{"claudeCode":12},"SKILL.md frontmatter at finance/skills/financial-analyst/SKILL.md",[4298,4299,4301,4302,4303,4305,4307,4309,4311,4313,4315,4317,4319,4321],{"path":1503,"priority":338},{"path":4300,"priority":1522},"assets/dcf_analysis_template.md",{"path":1524,"priority":1522},{"path":1555,"priority":1522},{"path":4304,"priority":1522},"assets/sample_financial_data.json",{"path":4306,"priority":1522},"assets/variance_report_template.md",{"path":4308,"priority":357},"references/financial-ratios-guide.md",{"path":4310,"priority":357},"references/forecasting-best-practices.md",{"path":4312,"priority":357},"references/industry-adaptations.md",{"path":4314,"priority":357},"references/valuation-methodology.md",{"path":4316,"priority":1522},"scripts/budget_variance_analyzer.py",{"path":4318,"priority":1522},"scripts/dcf_valuation.py",{"path":4320,"priority":1522},"scripts/forecast_builder.py",{"path":4322,"priority":1522},"scripts/ratio_calculator.py",{"basePath":4324,"description":4325,"displayName":4326,"installMethods":4327,"rationale":4328,"selectedPaths":4329,"source":344,"sourceLanguage":17,"type":260},"finance/skills/saas-metrics-coach","SaaS financial health advisor. Use when a user shares revenue or customer numbers, or mentions ARR, MRR, churn, LTV, CAC, NRR, or asks how their SaaS business is doing.","saas-metrics-coach",{"claudeCode":12},"SKILL.md frontmatter at finance/skills/saas-metrics-coach/SKILL.md",[4330,4331,4333,4335,4337,4338,4340],{"path":1503,"priority":338},{"path":4332,"priority":1522},"assets/input-template.md",{"path":4334,"priority":357},"references/benchmarks.md",{"path":4336,"priority":357},"references/formulas.md",{"path":4211,"priority":1522},{"path":4339,"priority":1522},"scripts/quick_ratio_calculator.py",{"path":4341,"priority":1522},"scripts/unit_economics_simulator.py",{"basePath":4343,"description":4344,"displayName":4345,"installMethods":4346,"rationale":4347,"selectedPaths":4348,"source":344,"sourceLanguage":17,"type":260},"marketing-skill/skills/ab-test-setup","When the user wants to plan, design, or implement an A/B test or experiment. Also use when the user mentions \"A/B test,\" \"split test,\" \"experiment,\" \"test this change,\" \"variant copy,\" \"multivariate test,\" \"hypothesis,\" \"conversion experiment,\" \"statistical significance,\" or \"test this.\" For tracking implementation, see analytics-tracking.","ab-test-setup",{"claudeCode":12},"SKILL.md frontmatter at marketing-skill/skills/ab-test-setup/SKILL.md",[4349,4350,4352,4354],{"path":1503,"priority":338},{"path":4351,"priority":357},"references/sample-size-guide.md",{"path":4353,"priority":357},"references/test-templates.md",{"path":3361,"priority":1522},{"basePath":4356,"description":4357,"displayName":4358,"installMethods":4359,"rationale":4360,"selectedPaths":4361,"source":344,"sourceLanguage":17,"type":260},"marketing-skill/skills/ad-creative","When the user needs to generate, iterate, or scale ad creative for paid advertising. Use when they say 'write ad copy,' 'generate headlines,' 'create ad variations,' 'bulk creative,' 'iterate on ads,' 'ad copy validation,' 'RSA headlines,' 'Meta ad copy,' 'LinkedIn ad,' or 'creative testing.' This is pure creative production — distinct from paid-ads (campaign strategy). Use ad-creative when you need the copy, not the campaign plan.","ad-creative",{"claudeCode":12},"SKILL.md frontmatter at marketing-skill/skills/ad-creative/SKILL.md",[4362,4363,4365,4367],{"path":1503,"priority":338},{"path":4364,"priority":357},"references/creative-frameworks.md",{"path":4366,"priority":357},"references/platform-specs.md",{"path":4368,"priority":1522},"scripts/ad_copy_validator.py",{"basePath":4370,"description":4371,"displayName":4372,"installMethods":4373,"rationale":4374,"selectedPaths":4375,"source":344,"sourceLanguage":17,"type":260},"marketing-skill/skills/ai-seo","Optimize content to get cited by AI search engines — ChatGPT, Perplexity, Google AI Overviews, Claude, Gemini, Copilot. Use when you want your content to appear in AI-generated answers, not just ranked in blue links. Triggers: 'optimize for AI search', 'get cited by ChatGPT', 'AI Overviews', 'Perplexity citations', 'AI SEO', 'generative search', 'LLM visibility', 'GEO' (generative engine optimization). NOT for traditional SEO ranking (use seo-audit). NOT for content creation (use content-production).","ai-seo",{"claudeCode":12},"SKILL.md frontmatter at marketing-skill/skills/ai-seo/SKILL.md",[4376,4377,4379,4381],{"path":1503,"priority":338},{"path":4378,"priority":357},"references/ai-search-landscape.md",{"path":4380,"priority":357},"references/content-patterns.md",{"path":4382,"priority":357},"references/monitoring-guide.md",{"basePath":4384,"description":4385,"displayName":4386,"installMethods":4387,"rationale":4388,"selectedPaths":4389,"source":344,"sourceLanguage":17,"type":260},"marketing-skill/skills/analytics-tracking","Set up, audit, and debug analytics tracking implementation — GA4, Google Tag Manager, event taxonomy, conversion tracking, and data quality. Use when building a tracking plan from scratch, auditing existing analytics for gaps or errors, debugging missing events, or setting up GTM. Trigger keywords: GA4 setup, Google Tag Manager, GTM, event tracking, analytics implementation, conversion tracking, tracking plan, event taxonomy, custom dimensions, UTM tracking, analytics audit, missing events, tracking broken. NOT for analyzing marketing campaign data — use campaign-analytics for that. NOT for BI dashboards — use product-analytics for in-product event analysis.","analytics-tracking",{"claudeCode":12},"SKILL.md frontmatter at marketing-skill/skills/analytics-tracking/SKILL.md",[4390,4391,4393,4395,4397],{"path":1503,"priority":338},{"path":4392,"priority":357},"references/debugging-playbook.md",{"path":4394,"priority":357},"references/event-taxonomy-guide.md",{"path":4396,"priority":357},"references/gtm-patterns.md",{"path":4398,"priority":1522},"scripts/tracking_plan_generator.py",{"basePath":4400,"description":4401,"displayName":4402,"installMethods":4403,"rationale":4404,"selectedPaths":4405,"source":344,"sourceLanguage":17,"type":260},"marketing-skill/skills/app-store-optimization","App Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklists, and tracking ranking changes.","app-store-optimization",{"claudeCode":12},"SKILL.md frontmatter at marketing-skill/skills/app-store-optimization/SKILL.md",[4406,4407,4408,4409,4411,4413,4415,4417,4419,4421,4423,4425,4427,4429,4431],{"path":1503,"priority":338},{"path":340,"priority":343},{"path":4190,"priority":357},{"path":4410,"priority":1522},"assets/aso-audit-template.md",{"path":4412,"priority":357},"references/aso-best-practices.md",{"path":4414,"priority":357},"references/keyword-research-guide.md",{"path":4416,"priority":357},"references/platform-requirements.md",{"path":4418,"priority":1522},"scripts/ab_test_planner.py",{"path":4420,"priority":1522},"scripts/aso_scorer.py",{"path":4422,"priority":1522},"scripts/competitor_analyzer.py",{"path":4424,"priority":1522},"scripts/keyword_analyzer.py",{"path":4426,"priority":1522},"scripts/launch_checklist.py",{"path":4428,"priority":1522},"scripts/localization_helper.py",{"path":4430,"priority":1522},"scripts/metadata_optimizer.py",{"path":4432,"priority":1522},"scripts/review_analyzer.py",{"basePath":4434,"description":4435,"displayName":4436,"installMethods":4437,"rationale":4438,"selectedPaths":4439,"source":344,"sourceLanguage":17,"type":260},"marketing-skill/skills/brand-guidelines","When the user wants to apply, document, or enforce brand guidelines for any product or company. Also use when the user mentions 'brand guidelines,' 'brand colors,' 'typography,' 'logo usage,' 'brand voice,' 'visual identity,' 'tone of voice,' 'brand standards,' 'style guide,' 'brand consistency,' or 'company design standards.' Covers color systems, typography, logo rules, imagery guidelines, and tone matrix for any brand — including Anthropic's official identity.","brand-guidelines",{"claudeCode":12},"SKILL.md frontmatter at marketing-skill/skills/brand-guidelines/SKILL.md",[4440,4441],{"path":1503,"priority":338},{"path":4442,"priority":357},"references/brand-identity-and-framework.md",{"basePath":4444,"description":4445,"displayName":4446,"installMethods":4447,"rationale":4448,"selectedPaths":4449,"source":344,"sourceLanguage":17,"type":260},"marketing-skill/skills/campaign-analytics","Analyzes campaign performance with multi-touch attribution, funnel conversion analysis, and ROI calculation for marketing optimization. Use when analyzing marketing campaigns, ad performance, attribution models, conversion rates, or calculating marketing ROI, ROAS, CPA, and campaign metrics across channels.","campaign-analytics",{"claudeCode":12},"SKILL.md frontmatter at marketing-skill/skills/campaign-analytics/SKILL.md",[4450,4451,4453,4455,4457,4458,4460,4462,4464,4466,4468,4470],{"path":1503,"priority":338},{"path":4452,"priority":1522},"assets/ab_test_template.md",{"path":4454,"priority":1522},"assets/campaign_report_template.md",{"path":4456,"priority":1522},"assets/channel_comparison_template.md",{"path":1524,"priority":1522},{"path":4459,"priority":1522},"assets/sample_campaign_data.json",{"path":4461,"priority":357},"references/attribution-models-guide.md",{"path":4463,"priority":357},"references/campaign-metrics-benchmarks.md",{"path":4465,"priority":357},"references/funnel-optimization-framework.md",{"path":4467,"priority":1522},"scripts/attribution_analyzer.py",{"path":4469,"priority":1522},"scripts/campaign_roi_calculator.py",{"path":4471,"priority":1522},"scripts/funnel_analyzer.py",{"basePath":4473,"description":4474,"displayName":4475,"installMethods":4476,"rationale":4477,"selectedPaths":4478,"source":344,"sourceLanguage":17,"type":260},"marketing-skill/skills/churn-prevention","Reduce voluntary and involuntary churn through cancel flow design, save offers, exit surveys, and dunning sequences. Use when designing or optimizing a cancel flow, building save offers, setting up dunning emails, or reducing failed-payment churn. Trigger keywords: cancel flow, churn reduction, save offers, dunning, exit survey, payment recovery, win-back, involuntary churn, failed payments, cancel page. NOT for customer health scoring or expansion revenue — use customer-success-manager for that.","churn-prevention",{"claudeCode":12},"SKILL.md frontmatter at marketing-skill/skills/churn-prevention/SKILL.md",[4479,4480,4482,4484],{"path":1503,"priority":338},{"path":4481,"priority":357},"references/cancel-flow-playbook.md",{"path":4483,"priority":357},"references/dunning-guide.md",{"path":4485,"priority":1522},"scripts/churn_impact_calculator.py",{"basePath":4487,"description":4488,"displayName":4489,"installMethods":4490,"rationale":4491,"selectedPaths":4492,"source":344,"sourceLanguage":17,"type":260},"marketing-skill/skills/cold-email","When the user wants to write, improve, or build a sequence of B2B cold outreach emails to prospects who haven't asked to hear from them. Use when the user mentions 'cold email,' 'cold outreach,' 'prospecting emails,' 'SDR emails,' 'sales emails,' 'first touch email,' 'follow-up sequence,' or 'email prospecting.' Also use when they share an email draft that sounds too sales-y and needs to be humanized. Distinct from email-sequence (lifecycle/nurture to opted-in subscribers) — this is unsolicited outreach to new prospects. NOT for lifecycle emails, newsletters, or drip campaigns (use email-sequence).","cold-email",{"claudeCode":12},"SKILL.md frontmatter at marketing-skill/skills/cold-email/SKILL.md",[4493,4494,4496,4498,4500],{"path":1503,"priority":338},{"path":4495,"priority":357},"references/deliverability-guide.md",{"path":4497,"priority":357},"references/follow-up-playbook.md",{"path":4499,"priority":357},"references/frameworks.md",{"path":4501,"priority":1522},"scripts/email_sequence_analyzer.py",{"basePath":4503,"description":4504,"displayName":4505,"installMethods":4506,"rationale":4507,"selectedPaths":4508,"source":344,"sourceLanguage":17,"type":260},"marketing-skill/skills/competitor-alternatives","When the user wants to create competitor comparison or alternative pages for SEO and sales enablement. Also use when the user mentions 'alternative page,' 'vs page,' 'competitor comparison,' 'comparison page,' '[Product] vs [Product],' '[Product] alternative,' 'competitive landing pages,' 'switch from competitor,' or 'comparison content.' Covers four formats: singular alternative, plural alternatives, you vs competitor, and competitor vs competitor. Emphasizes deep research, modular content architecture, and varied section types beyond feature tables.","competitor-alternatives",{"claudeCode":12},"SKILL.md frontmatter at marketing-skill/skills/competitor-alternatives/SKILL.md",[4509,4510,4512,4514],{"path":1503,"priority":338},{"path":4511,"priority":357},"references/content-architecture.md",{"path":4513,"priority":357},"references/templates.md",{"path":4515,"priority":1522},"scripts/comparison_matrix_builder.py",{"basePath":4517,"description":4518,"displayName":4519,"installMethods":4520,"rationale":4521,"selectedPaths":4522,"source":344,"sourceLanguage":17,"type":260},"marketing-skill/skills/content-creator","Deprecated redirect skill that routes legacy 'content creator' requests to the correct specialist. Use when a user invokes 'content creator', asks to write a blog post, article, guide, or brand voice analysis (routes to content-production), or asks to plan content, build a topic cluster, or create a content calendar (routes to content-strategy). Does not handle requests directly — identifies user intent and redirects to content-production for writing/SEO/brand-voice tasks or content-strategy for planning tasks.","content-creator",{"claudeCode":12},"SKILL.md frontmatter at marketing-skill/skills/content-creator/SKILL.md",[4523,4524,4526,4528,4530,4532,4534,4536],{"path":1503,"priority":338},{"path":4525,"priority":1522},"assets/content_calendar_template.md",{"path":4527,"priority":1522},"examples/brand_voice_analysis_example.md",{"path":4529,"priority":1522},"examples/seo_optimization_example.md",{"path":4531,"priority":357},"references/analytics_guide.md",{"path":4533,"priority":357},"references/brand_guidelines.md",{"path":4535,"priority":357},"references/content_frameworks.md",{"path":4537,"priority":357},"references/social_media_optimization.md",{"basePath":4539,"description":4540,"displayName":4541,"installMethods":4542,"rationale":4543,"selectedPaths":4544,"source":344,"sourceLanguage":17,"type":260},"marketing-skill/skills/content-humanizer","Makes AI-generated content sound genuinely human — not just cleaned up, but alive. Use when content feels robotic, uses too many AI clichés, lacks personality, or reads like it was written by committee. Triggers: 'this sounds like AI', 'make it more human', 'add personality', 'it feels generic', 'sounds robotic', 'fix AI writing', 'inject our voice'. NOT for initial content creation (use content-production). NOT for SEO optimization (use content-production Mode 3).","content-humanizer",{"claudeCode":12},"SKILL.md frontmatter at marketing-skill/skills/content-humanizer/SKILL.md",[4545,4546,4548,4550],{"path":1503,"priority":338},{"path":4547,"priority":357},"references/ai-tells-checklist.md",{"path":4549,"priority":357},"references/voice-techniques.md",{"path":4551,"priority":1522},"scripts/humanizer_scorer.py",{"basePath":4553,"description":4554,"displayName":4555,"installMethods":4556,"rationale":4557,"selectedPaths":4558,"source":344,"sourceLanguage":17,"type":260},"marketing-skill/skills/content-production","Full content production pipeline — takes a topic from blank page to published-ready piece. Use when you need to execute content: write a blog post, article, or guide end-to-end. Triggers: 'write a post about', 'draft an article', 'create content for', 'help me write', 'I need a blog post'. NOT for content strategy or calendar planning (use content-strategy). NOT for repurposing existing content (use content-repurposing). NOT for social captions only.","content-production",{"claudeCode":12},"SKILL.md frontmatter at marketing-skill/skills/content-production/SKILL.md",[4559,4560,4562,4564,4566,4568,4570,4572,4574,4576],{"path":1503,"priority":338},{"path":4561,"priority":357},"references/ai-citation-readiness.md",{"path":4563,"priority":357},"references/content-brief-guide.md",{"path":4565,"priority":357},"references/content-templates.md",{"path":4567,"priority":357},"references/optimization-checklist.md",{"path":4569,"priority":1522},"scripts/brand_voice_analyzer.py",{"path":4571,"priority":1522},"scripts/content_quality_gates.py",{"path":4573,"priority":1522},"scripts/content_scorer.py",{"path":4575,"priority":1522},"scripts/seo_optimizer.py",{"path":4577,"priority":1522},"templates/content-brief-template.md",{"basePath":4579,"description":4580,"displayName":4581,"installMethods":4582,"rationale":4583,"selectedPaths":4584,"source":344,"sourceLanguage":17,"type":260},"marketing-skill/skills/content-strategy","When the user wants to plan a content strategy, decide what content to create, or figure out what topics to cover. Also use when the user mentions \"content strategy,\" \"what should I write about,\" \"content ideas,\" \"blog strategy,\" \"topic clusters,\" or \"content planning.\" For writing individual pieces, see copywriting. For SEO-specific audits, see seo-audit.","content-strategy",{"claudeCode":12},"SKILL.md frontmatter at marketing-skill/skills/content-strategy/SKILL.md",[4585,4586,4588],{"path":1503,"priority":338},{"path":4587,"priority":357},"references/content-strategy-reference.md",{"path":4589,"priority":1522},"scripts/topic_cluster_mapper.py",{"basePath":4591,"description":4592,"displayName":4593,"installMethods":4594,"rationale":4595,"selectedPaths":4596,"source":344,"sourceLanguage":17,"type":260},"marketing-skill/skills/copy-editing","When the user wants to edit, review, or improve existing marketing copy. Also use when the user mentions 'edit this copy,' 'review my copy,' 'copy feedback,' 'proofread,' 'polish this,' 'make this better,' or 'copy sweep.' This skill provides a systematic approach to editing marketing copy through multiple focused passes.","copy-editing",{"claudeCode":12},"SKILL.md frontmatter at marketing-skill/skills/copy-editing/SKILL.md",[4597,4598,4600,4602,4604],{"path":1503,"priority":338},{"path":4599,"priority":357},"references/ai-detection-patterns.md",{"path":4601,"priority":357},"references/plain-english-alternatives.md",{"path":4603,"priority":1522},"scripts/ai_content_detector.py",{"path":4605,"priority":1522},"scripts/readability_scorer.py",{"basePath":4607,"description":4608,"displayName":4609,"installMethods":4610,"rationale":4611,"selectedPaths":4612,"source":344,"sourceLanguage":17,"type":260},"marketing-skill/skills/copywriting","When the user wants to write, rewrite, or improve marketing copy for any page — including homepage, landing pages, pricing pages, feature pages, about pages, or product pages. Also use when the user says \"write copy for,\" \"improve this copy,\" \"rewrite this page,\" \"marketing copy,\" \"headline help,\" or \"CTA copy.\" For email copy, see email-sequence. For popup copy, see popup-cro.","copywriting",{"claudeCode":12},"SKILL.md frontmatter at marketing-skill/skills/copywriting/SKILL.md",[4613,4614,4616,4618],{"path":1503,"priority":338},{"path":4615,"priority":357},"references/copy-frameworks.md",{"path":4617,"priority":357},"references/natural-transitions.md",{"path":4619,"priority":1522},"scripts/headline_scorer.py",{"basePath":4621,"description":4622,"displayName":4623,"installMethods":4624,"rationale":4625,"selectedPaths":4626,"source":344,"sourceLanguage":17,"type":260},"marketing-skill/skills/email-sequence","When the user wants to create or optimize an email sequence, drip campaign, automated email flow, or lifecycle email program. Also use when the user mentions \"email sequence,\" \"drip campaign,\" \"nurture sequence,\" \"onboarding emails,\" \"welcome sequence,\" \"re-engagement emails,\" \"email automation,\" or \"lifecycle emails.\" For in-app onboarding, see onboarding-cro.","email-sequence",{"claudeCode":12},"SKILL.md frontmatter at marketing-skill/skills/email-sequence/SKILL.md",[4627,4628,4630],{"path":1503,"priority":338},{"path":4629,"priority":357},"references/email-sequence-playbook.md",{"path":4631,"priority":1522},"scripts/sequence_analyzer.py",{"basePath":4633,"description":4634,"displayName":4635,"installMethods":4636,"rationale":4637,"selectedPaths":4638,"source":344,"sourceLanguage":17,"type":260},"marketing-skill/skills/form-cro","When the user wants to optimize any form that is NOT signup/registration — including lead capture forms, contact forms, demo request forms, application forms, survey forms, or checkout forms. Also use when the user mentions \"form optimization,\" \"lead form conversions,\" \"form friction,\" \"form fields,\" \"form completion rate,\" or \"contact form.\" For signup/registration forms, see signup-flow-cro. For popups containing forms, see popup-cro.","form-cro",{"claudeCode":12},"SKILL.md frontmatter at marketing-skill/skills/form-cro/SKILL.md",[4639,4640,4642],{"path":1503,"priority":338},{"path":4641,"priority":357},"references/form-cro-playbook.md",{"path":4643,"priority":1522},"scripts/form_field_analyzer.py",{"basePath":4645,"description":4646,"displayName":4647,"installMethods":4648,"rationale":4649,"selectedPaths":4650,"source":344,"sourceLanguage":17,"type":260},"marketing-skill/skills/free-tool-strategy","When the user wants to build a free tool for marketing — lead generation, SEO value, or brand awareness. Use when they mention 'engineering as marketing,' 'free tool,' 'calculator,' 'generator,' 'checker,' 'grader,' 'marketing tool,' 'lead gen tool,' 'build something for traffic,' 'interactive tool,' or 'free resource.' Covers idea evaluation, tool design, and launch strategy. For pure SEO content strategy (no tool), use seo-audit or content-strategy instead.","free-tool-strategy",{"claudeCode":12},"SKILL.md frontmatter at marketing-skill/skills/free-tool-strategy/SKILL.md",[4651,4652,4654,4656],{"path":1503,"priority":338},{"path":4653,"priority":357},"references/launch-playbook.md",{"path":4655,"priority":357},"references/tool-types-guide.md",{"path":4657,"priority":1522},"scripts/tool_roi_estimator.py",{"basePath":4659,"description":4660,"displayName":4661,"installMethods":4662,"rationale":4663,"selectedPaths":4664,"source":344,"sourceLanguage":17,"type":260},"marketing-skill/skills/launch-strategy","When the user wants to plan a product launch, feature announcement, or release strategy. Also use when the user mentions 'launch,' 'Product Hunt,' 'feature release,' 'announcement,' 'go-to-market,' 'beta launch,' 'early access,' 'waitlist,' 'product update,' 'GTM plan,' 'launch checklist,' or 'launch momentum.' This skill covers phased launches, channel strategy, and ongoing launch momentum.","launch-strategy",{"claudeCode":12},"SKILL.md frontmatter at marketing-skill/skills/launch-strategy/SKILL.md",[4665,4666,4668],{"path":1503,"priority":338},{"path":4667,"priority":357},"references/launch-frameworks-and-checklists.md",{"path":4669,"priority":1522},"scripts/launch_readiness_scorer.py",{"basePath":4671,"description":4672,"displayName":4673,"installMethods":4674,"rationale":4675,"selectedPaths":4676,"source":344,"sourceLanguage":17,"type":260},"marketing-skill/skills/marketing-context","Create and maintain the marketing context document that all marketing skills read before starting. Use when the user mentions 'marketing context,' 'brand voice,' 'set up context,' 'target audience,' 'ICP,' 'style guide,' 'who is my customer,' 'positioning,' or wants to avoid repeating foundational information across marketing tasks. Run this at the start of any new project before using other marketing skills.","marketing-context",{"claudeCode":12},"SKILL.md frontmatter at marketing-skill/skills/marketing-context/SKILL.md",[4677,4678,4680],{"path":1503,"priority":338},{"path":4679,"priority":1522},"scripts/context_validator.py",{"path":4681,"priority":1522},"templates/marketing-context-template.md",{"basePath":4683,"description":4684,"displayName":4685,"installMethods":4686,"rationale":4687,"selectedPaths":4688,"source":344,"sourceLanguage":17,"type":260},"marketing-skill/skills/marketing-demand-acquisition","Creates demand generation campaigns, optimizes paid ad spend across LinkedIn, Google, and Meta, develops SEO strategies, and structures partnership programs for Series A+ startups scaling internationally. Use when planning marketing strategy, growth marketing, advertising campaigns, PPC optimization, lead generation, pipeline generation, or startup marketing budgets. Covers multi-channel acquisition (Google Ads, LinkedIn Ads, Meta Ads), CAC analysis, MQL/SQL workflows, attribution modeling, technical SEO, and co-marketing partnerships for hybrid PLG/Sales-Led motions in EU/US/Canada markets.","marketing-demand-acquisition",{"claudeCode":12},"SKILL.md frontmatter at marketing-skill/skills/marketing-demand-acquisition/SKILL.md",[4689,4690,4692,4694,4696,4698],{"path":1503,"priority":338},{"path":4691,"priority":357},"references/attribution-guide.md",{"path":4693,"priority":357},"references/campaign-templates.md",{"path":4695,"priority":357},"references/hubspot-workflows.md",{"path":4697,"priority":357},"references/international-playbooks.md",{"path":4699,"priority":1522},"scripts/calculate_cac.py",{"basePath":4701,"description":4702,"displayName":4703,"installMethods":4704,"rationale":4705,"selectedPaths":4706,"source":344,"sourceLanguage":17,"type":260},"marketing-skill/skills/marketing-ideas","When the user needs marketing ideas, inspiration, or strategies for their SaaS or software product. Also use when the user asks for 'marketing ideas,' 'growth ideas,' 'how to market,' 'marketing strategies,' 'marketing tactics,' 'ways to promote,' or 'ideas to grow.' This skill provides 139 proven marketing approaches organized by category.","marketing-ideas",{"claudeCode":12},"SKILL.md frontmatter at marketing-skill/skills/marketing-ideas/SKILL.md",[4707,4708],{"path":1503,"priority":338},{"path":4709,"priority":357},"references/ideas-by-category.md",{"basePath":4711,"description":4712,"displayName":4713,"installMethods":4714,"rationale":4715,"selectedPaths":4716,"source":344,"sourceLanguage":17,"type":260},"marketing-skill/skills/marketing-ops","Central router for the marketing skill ecosystem. Use when unsure which marketing skill to use, when orchestrating a multi-skill campaign, or when coordinating across content, SEO, CRO, channels, and analytics. Also use when the user mentions 'marketing help,' 'campaign plan,' 'what should I do next,' 'marketing priorities,' or 'coordinate marketing.'","marketing-ops",{"claudeCode":12},"SKILL.md frontmatter at marketing-skill/skills/marketing-ops/SKILL.md",[4717,4718],{"path":1503,"priority":338},{"path":4719,"priority":1522},"scripts/campaign_tracker.py",{"basePath":4721,"description":4722,"displayName":4723,"installMethods":4724,"rationale":4725,"selectedPaths":4726,"source":344,"sourceLanguage":17,"type":260},"marketing-skill/skills/marketing-psychology","When the user wants to apply psychological principles, mental models, or behavioral science to marketing. Also use when the user mentions 'psychology,' 'mental models,' 'cognitive bias,' 'persuasion,' 'behavioral science,' 'why people buy,' 'decision-making,' or 'consumer behavior.' This skill provides 70+ mental models organized for marketing application.","marketing-psychology",{"claudeCode":12},"SKILL.md frontmatter at marketing-skill/skills/marketing-psychology/SKILL.md",[4727,4728],{"path":1503,"priority":338},{"path":4729,"priority":357},"references/mental-models-catalog.md",{"basePath":4731,"description":4732,"displayName":348,"installMethods":4733,"rationale":4734,"selectedPaths":4735,"source":344,"sourceLanguage":17,"type":260},"marketing-skill/skills/marketing-skills","42 marketing agent skills and plugins for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw, and 6 more coding agents. 7 pods: content, SEO, CRO, channels, growth, intelligence, sales. Foundation context + orchestration router. 27 Python tools (stdlib-only).",{"claudeCode":12},"SKILL.md frontmatter at marketing-skill/skills/marketing-skills/SKILL.md",[4736],{"path":1503,"priority":338},{"basePath":4738,"description":4739,"displayName":4740,"installMethods":4741,"rationale":4742,"selectedPaths":4743,"source":344,"sourceLanguage":17,"type":260},"marketing-skill/skills/marketing-strategy-pmm","Product marketing skill for positioning, GTM strategy, competitive intelligence, and product launches. Use when the user asks about product positioning, go-to-market planning, competitive analysis, target audience definition, ICP definition, market research, launch plans, or sales enablement. Covers April Dunford positioning, ICP definition, competitive battlecards, launch playbooks, and international market entry. Produces deliverables including positioning statements, battlecard documents, launch plans, and go-to-market strategies.","marketing-strategy-pmm",{"claudeCode":12},"SKILL.md frontmatter at marketing-skill/skills/marketing-strategy-pmm/SKILL.md",[4744,4745,4747,4749,4751],{"path":1503,"priority":338},{"path":4746,"priority":357},"references/international-gtm.md",{"path":4748,"priority":357},"references/launch-checklists.md",{"path":4750,"priority":357},"references/messaging-templates.md",{"path":4752,"priority":357},"references/positioning-frameworks.md",{"basePath":4754,"description":4755,"displayName":4756,"installMethods":4757,"rationale":4758,"selectedPaths":4759,"source":344,"sourceLanguage":17,"type":260},"marketing-skill/skills/onboarding-cro","When the user wants to optimize post-signup onboarding, user activation, first-run experience, or time-to-value. Also use when the user mentions \"onboarding flow,\" \"activation rate,\" \"user activation,\" \"first-run experience,\" \"empty states,\" \"onboarding checklist,\" \"aha moment,\" or \"new user experience.\" For signup/registration optimization, see signup-flow-cro. For ongoing email sequences, see email-sequence.","onboarding-cro",{"claudeCode":12},"SKILL.md frontmatter at marketing-skill/skills/onboarding-cro/SKILL.md",[4760,4761],{"path":1503,"priority":338},{"path":4762,"priority":1522},"scripts/activation_funnel_analyzer.py",{"basePath":4764,"description":4765,"displayName":4766,"installMethods":4767,"rationale":4768,"selectedPaths":4769,"source":344,"sourceLanguage":17,"type":260},"marketing-skill/skills/page-cro","When the user wants to optimize, improve, or increase conversions on any marketing page — including homepage, landing pages, pricing pages, feature pages, or blog posts. Also use when the user says \"CRO,\" \"conversion rate optimization,\" \"this page isn't converting,\" \"improve conversions,\" or \"why isn't this page working.\" For signup/registration flows, see signup-flow-cro. For post-signup activation, see onboarding-cro. For forms outside of signup, see form-cro. For popups/modals, see popup-cro.","page-cro",{"claudeCode":12},"SKILL.md frontmatter at marketing-skill/skills/page-cro/SKILL.md",[4770,4771],{"path":1503,"priority":338},{"path":4772,"priority":1522},"scripts/conversion_audit.py",{"basePath":4774,"description":4775,"displayName":4776,"installMethods":4777,"rationale":4778,"selectedPaths":4779,"source":344,"sourceLanguage":17,"type":260},"marketing-skill/skills/paid-ads","When the user wants help with paid advertising campaigns on Google Ads, Meta (Facebook/Instagram), LinkedIn, Twitter/X, or other ad platforms. Also use when the user mentions 'PPC,' 'paid media,' 'ad copy,' 'ad creative,' 'ROAS,' 'CPA,' 'ad campaign,' 'retargeting,' or 'audience targeting.' This skill covers campaign strategy, ad creation, audience targeting, and optimization.","paid-ads",{"claudeCode":12},"SKILL.md frontmatter at marketing-skill/skills/paid-ads/SKILL.md",[4780,4781,4783,4785,4786,4788,4790,4792],{"path":1503,"priority":338},{"path":4782,"priority":357},"references/ad-copy-templates.md",{"path":4784,"priority":357},"references/audience-targeting.md",{"path":4615,"priority":357},{"path":4787,"priority":357},"references/platform-setup-checklists.md",{"path":4789,"priority":357},"references/scoring-system.md",{"path":4791,"priority":1522},"scripts/ad_health_scorer.py",{"path":4793,"priority":1522},"scripts/roas_calculator.py",{"basePath":4795,"description":4796,"displayName":4797,"installMethods":4798,"rationale":4799,"selectedPaths":4800,"source":344,"sourceLanguage":17,"type":260},"marketing-skill/skills/paywall-upgrade-cro","When the user wants to create or optimize in-app paywalls, upgrade screens, upsell modals, or feature gates. Also use when the user mentions \"paywall,\" \"upgrade screen,\" \"upgrade modal,\" \"upsell,\" \"feature gate,\" \"convert free to paid,\" \"freemium conversion,\" \"trial expiration screen,\" \"limit reached screen,\" \"plan upgrade prompt,\" or \"in-app pricing.\" Distinct from public pricing pages (see page-cro) — this skill focuses on in-product upgrade moments where the user has already experienced value.","paywall-upgrade-cro",{"claudeCode":12},"SKILL.md frontmatter at marketing-skill/skills/paywall-upgrade-cro/SKILL.md",[4801],{"path":1503,"priority":338},{"basePath":4803,"description":4804,"displayName":4805,"installMethods":4806,"rationale":4807,"selectedPaths":4808,"source":344,"sourceLanguage":17,"type":260},"marketing-skill/skills/popup-cro","When the user wants to create or optimize popups, modals, overlays, slide-ins, or banners for conversion purposes. Also use when the user mentions \"exit intent,\" \"popup conversions,\" \"modal optimization,\" \"lead capture popup,\" \"email popup,\" \"announcement banner,\" or \"overlay.\" For forms outside of popups, see form-cro. For general page conversion optimization, see page-cro.","popup-cro",{"claudeCode":12},"SKILL.md frontmatter at marketing-skill/skills/popup-cro/SKILL.md",[4809,4810],{"path":1503,"priority":338},{"path":4811,"priority":357},"references/popup-cro-playbook.md",{"basePath":4813,"description":4814,"displayName":4815,"installMethods":4816,"rationale":4817,"selectedPaths":4818,"source":344,"sourceLanguage":17,"type":260},"marketing-skill/skills/pricing-strategy","Design, optimize, and communicate SaaS pricing — tier structure, value metrics, pricing pages, and price increase strategy. Use when building a pricing model from scratch, redesigning existing pricing, planning a price increase, or improving a pricing page. Trigger keywords: pricing tiers, pricing page, price increase, packaging, value metric, per seat pricing, usage-based pricing, freemium, good-better-best, pricing strategy, monetization, pricing page conversion, Van Westendorp. NOT for broader product strategy — use product-strategist for that. NOT for customer success or renewals — use customer-success-manager for expansion revenue.","pricing-strategy",{"claudeCode":12},"SKILL.md frontmatter at marketing-skill/skills/pricing-strategy/SKILL.md",[4819,4820,4822,4824],{"path":1503,"priority":338},{"path":4821,"priority":357},"references/pricing-models.md",{"path":4823,"priority":357},"references/pricing-page-playbook.md",{"path":4825,"priority":1522},"scripts/pricing_modeler.py",{"basePath":4827,"description":4828,"displayName":4829,"installMethods":4830,"rationale":4831,"selectedPaths":4832,"source":344,"sourceLanguage":17,"type":260},"marketing-skill/skills/programmatic-seo","When the user wants to create SEO-driven pages at scale using templates and data. Also use when the user mentions \"programmatic SEO,\" \"template pages,\" \"pages at scale,\" \"directory pages,\" \"location pages,\" \"[keyword] + [city] pages,\" \"comparison pages,\" \"integration pages,\" or \"building many pages for SEO.\" For auditing existing SEO issues, see seo-audit.","programmatic-seo",{"claudeCode":12},"SKILL.md frontmatter at marketing-skill/skills/programmatic-seo/SKILL.md",[4833,4834],{"path":1503,"priority":338},{"path":4835,"priority":1522},"scripts/url_pattern_generator.py",{"basePath":4837,"description":4838,"displayName":4839,"installMethods":4840,"rationale":4841,"selectedPaths":4842,"source":344,"sourceLanguage":17,"type":260},"marketing-skill/skills/prompt-engineer-toolkit","Analyzes and rewrites prompts for better AI output, creates reusable prompt templates for marketing use cases (ad copy, email campaigns, social media), and structures end-to-end AI content workflows. Use when the user wants to improve prompts for AI-assisted marketing, build prompt templates, or optimize AI content workflows. Also use when the user mentions 'prompt engineering,' 'improve my prompts,' 'AI writing quality,' 'prompt templates,' or 'AI content workflow.'","prompt-engineer-toolkit",{"claudeCode":12},"SKILL.md frontmatter at marketing-skill/skills/prompt-engineer-toolkit/SKILL.md",[4843,4844,4845,4847,4849,4851,4853],{"path":1503,"priority":338},{"path":340,"priority":343},{"path":4846,"priority":357},"references/evaluation-rubric.md",{"path":4848,"priority":357},"references/prompt-templates.md",{"path":4850,"priority":357},"references/technique-guide.md",{"path":4852,"priority":1522},"scripts/prompt_tester.py",{"path":4854,"priority":1522},"scripts/prompt_versioner.py",{"basePath":4856,"description":4857,"displayName":4858,"installMethods":4859,"rationale":4860,"selectedPaths":4861,"source":344,"sourceLanguage":17,"type":260},"marketing-skill/skills/referral-program","When the user wants to design, launch, or optimize a referral or affiliate program. Use when they mention 'referral program,' 'affiliate program,' 'word of mouth,' 'refer a friend,' 'incentive program,' 'customer referrals,' 'brand ambassador,' 'partner program,' 'referral link,' or 'growth through referrals.' Covers program mechanics, incentive design, and optimization — not just the idea of referrals but the actual system.","referral-program",{"claudeCode":12},"SKILL.md frontmatter at marketing-skill/skills/referral-program/SKILL.md",[4862,4863,4865,4867],{"path":1503,"priority":338},{"path":4864,"priority":357},"references/measurement-framework.md",{"path":4866,"priority":357},"references/program-mechanics.md",{"path":4868,"priority":1522},"scripts/referral_roi_calculator.py",{"basePath":4870,"description":4871,"displayName":4872,"installMethods":4873,"rationale":4874,"selectedPaths":4875,"source":344,"sourceLanguage":17,"type":260},"marketing-skill/skills/schema-markup","When the user wants to implement, audit, or validate structured data (schema markup) on their website. Use when the user mentions 'structured data,' 'schema.org,' 'JSON-LD,' 'rich results,' 'rich snippets,' 'schema markup,' 'FAQ schema,' 'Product schema,' 'HowTo schema,' or 'structured data errors in Search Console.' Also use when someone asks why their content isn't showing rich results or wants to improve AI search visibility. NOT for general SEO audits (use seo-audit) or technical SEO crawl issues (use site-architecture).","schema-markup",{"claudeCode":12},"SKILL.md frontmatter at marketing-skill/skills/schema-markup/SKILL.md",[4876,4877,4879,4881],{"path":1503,"priority":338},{"path":4878,"priority":357},"references/implementation-patterns.md",{"path":4880,"priority":357},"references/schema-types-guide.md",{"path":4882,"priority":1522},"scripts/schema_validator.py",{"basePath":4884,"description":4885,"displayName":4886,"installMethods":4887,"rationale":4888,"selectedPaths":4889,"source":344,"sourceLanguage":17,"type":260},"marketing-skill/skills/seo-audit","When the user wants to audit, review, or diagnose SEO issues on their site. Also use when the user mentions \"SEO audit,\" \"technical SEO,\" \"why am I not ranking,\" \"SEO issues,\" \"on-page SEO,\" \"meta tags review,\" or \"SEO health check.\" For building pages at scale to target keywords, see programmatic-seo. For adding structured data, see schema-markup.","seo-audit",{"claudeCode":12},"SKILL.md frontmatter at marketing-skill/skills/seo-audit/SKILL.md",[4890,4891,4893,4895,4897,4899,4901],{"path":1503,"priority":338},{"path":4892,"priority":357},"references/cwv-thresholds.md",{"path":4894,"priority":357},"references/eeat-framework.md",{"path":4896,"priority":357},"references/schema-types.md",{"path":4898,"priority":357},"references/seo-audit-reference.md",{"path":4900,"priority":1522},"scripts/seo_checker.py",{"path":4902,"priority":1522},"scripts/seo_health_scorer.py",{"basePath":4904,"description":4905,"displayName":4906,"installMethods":4907,"rationale":4908,"selectedPaths":4909,"source":344,"sourceLanguage":17,"type":260},"marketing-skill/skills/signup-flow-cro","When the user wants to optimize signup, registration, account creation, or trial activation flows. Also use when the user mentions \"signup conversions,\" \"registration friction,\" \"signup form optimization,\" \"free trial signup,\" \"reduce signup dropoff,\" or \"account creation flow.\" For post-signup onboarding, see onboarding-cro. For lead capture forms (not account creation), see form-cro.","signup-flow-cro",{"claudeCode":12},"SKILL.md frontmatter at marketing-skill/skills/signup-flow-cro/SKILL.md",[4910,4911,4913],{"path":1503,"priority":338},{"path":4912,"priority":357},"references/signup-cro-playbook.md",{"path":4914,"priority":1522},"scripts/funnel_drop_analyzer.py",{"basePath":4916,"description":4917,"displayName":4918,"installMethods":4919,"rationale":4920,"selectedPaths":4921,"source":344,"sourceLanguage":17,"type":260},"marketing-skill/skills/site-architecture","When the user wants to audit, redesign, or plan their website's structure, URL hierarchy, navigation design, or internal linking strategy. Use when the user mentions 'site architecture,' 'URL structure,' 'internal links,' 'site navigation,' 'breadcrumbs,' 'topic clusters,' 'hub pages,' 'orphan pages,' 'silo structure,' 'information architecture,' or 'website reorganization.' Also use when someone has SEO problems and the root cause is structural (not content or schema). NOT for content strategy decisions about what to write (use content-strategy) or for schema markup (use schema-markup).","site-architecture",{"claudeCode":12},"SKILL.md frontmatter at marketing-skill/skills/site-architecture/SKILL.md",[4922,4923,4925,4927],{"path":1503,"priority":338},{"path":4924,"priority":357},"references/internal-linking-playbook.md",{"path":4926,"priority":357},"references/url-design-guide.md",{"path":4928,"priority":1522},"scripts/sitemap_analyzer.py",{"basePath":4930,"description":4931,"displayName":4932,"installMethods":4933,"rationale":4934,"selectedPaths":4935,"source":344,"sourceLanguage":17,"type":260},"marketing-skill/skills/social-content","When the user wants help creating, scheduling, or optimizing social media content for LinkedIn, Twitter/X, Instagram, TikTok, Facebook, or other platforms. Also use when the user mentions 'LinkedIn post,' 'Twitter thread,' 'social media,' 'content calendar,' 'social scheduling,' 'engagement,' or 'viral content.' This skill covers content creation, repurposing, and platform-specific strategies.","social-content",{"claudeCode":12},"SKILL.md frontmatter at marketing-skill/skills/social-content/SKILL.md",[4936,4937,4939,4941],{"path":1503,"priority":338},{"path":4938,"priority":357},"references/platforms.md",{"path":4940,"priority":357},"references/post-templates.md",{"path":4942,"priority":357},"references/reverse-engineering.md",{"basePath":4944,"description":4945,"displayName":4946,"installMethods":4947,"rationale":4948,"selectedPaths":4949,"source":344,"sourceLanguage":17,"type":260},"marketing-skill/skills/social-media-analyzer","Social media campaign analysis and performance tracking. Calculates engagement rates, ROI, and benchmarks across platforms. Use for analyzing social media performance, calculating engagement rate, measuring campaign ROI, comparing platform metrics, or benchmarking against industry standards.","social-media-analyzer",{"claudeCode":12},"SKILL.md frontmatter at marketing-skill/skills/social-media-analyzer/SKILL.md",[4950,4951,4952,4953,4954,4956,4958],{"path":1503,"priority":338},{"path":4190,"priority":357},{"path":1524,"priority":1522},{"path":3683,"priority":1522},{"path":4955,"priority":357},"references/platform-benchmarks.md",{"path":4957,"priority":1522},"scripts/analyze_performance.py",{"path":4959,"priority":1522},"scripts/calculate_metrics.py",{"basePath":4961,"description":4962,"displayName":4963,"installMethods":4964,"rationale":4965,"selectedPaths":4966,"source":344,"sourceLanguage":17,"type":260},"marketing-skill/skills/social-media-manager","When the user wants to develop social media strategy, plan content calendars, manage community engagement, or grow their social presence across platforms. Also use when the user mentions 'social media strategy,' 'social calendar,' 'community management,' 'social media plan,' 'grow followers,' 'engagement rate,' 'social media audit,' or 'which platforms should I use.' For writing individual social posts, see social-content. For analyzing social performance data, see social-media-analyzer.","social-media-manager",{"claudeCode":12},"SKILL.md frontmatter at marketing-skill/skills/social-media-manager/SKILL.md",[4967,4968],{"path":1503,"priority":338},{"path":4969,"priority":1522},"scripts/social_calendar_generator.py",{"basePath":4971,"description":4972,"displayName":4973,"installMethods":4974,"rationale":4975,"selectedPaths":4976,"source":344,"sourceLanguage":17,"type":260},"marketing-skill/skills/x-twitter-growth","X/Twitter growth engine for building audience, crafting viral content, and analyzing engagement. Use when the user wants to grow on X/Twitter, write tweets or threads, analyze their X profile, research competitors on X, plan a posting strategy, or optimize engagement. Complements social-content (generic multi-platform) with X-specific depth: algorithm mechanics, thread engineering, reply strategy, profile optimization, and competitive intelligence via web search.","x-twitter-growth",{"claudeCode":12},"SKILL.md frontmatter at marketing-skill/skills/x-twitter-growth/SKILL.md",[4977,4978,4980,4981,4983,4985,4987],{"path":1503,"priority":338},{"path":4979,"priority":357},"references/algorithm-signals.md",{"path":4422,"priority":1522},{"path":4982,"priority":1522},"scripts/content_planner.py",{"path":4984,"priority":1522},"scripts/growth_tracker.py",{"path":4986,"priority":1522},"scripts/profile_auditor.py",{"path":4988,"priority":1522},"scripts/tweet_composer.py",{"basePath":4990,"description":4991,"displayName":1489,"installMethods":4992,"rationale":4993,"selectedPaths":4994,"source":344,"sourceLanguage":17,"type":260},"marketing-skill/video-content-strategist/skills/video-content-strategist","Use when planning video content strategy, writing video scripts, optimizing YouTube channels, building short-form video pipelines (Reels, TikTok, Shorts), or repurposing long-form content into video. Triggers: 'start a YouTube channel', 'video content strategy', 'write a video script', 'repurpose into video', 'YouTube SEO', 'short-form video'. NOT for written blog content (use content-production). NOT for social captions without video (use social-media-manager).",{"claudeCode":12},"SKILL.md frontmatter at marketing-skill/video-content-strategist/skills/video-content-strategist/SKILL.md",[4995],{"path":1503,"priority":338},{"basePath":4997,"description":4998,"displayName":1291,"installMethods":4999,"rationale":5000,"selectedPaths":5001,"source":344,"sourceLanguage":17,"type":260},"product-team/agile-product-owner/skills/agile-product-owner","Agile product ownership for backlog management and sprint execution. Covers user story writing, acceptance criteria, sprint planning, and velocity tracking. Use for writing user stories, creating acceptance criteria, planning sprints, estimating story points, breaking down epics, or prioritizing backlog.",{"claudeCode":12},"SKILL.md frontmatter at product-team/agile-product-owner/skills/agile-product-owner/SKILL.md",[5002,5003,5005,5007,5009,5011],{"path":1503,"priority":338},{"path":5004,"priority":1522},"assets/sprint_planning_template.md",{"path":5006,"priority":1522},"assets/user_story_template.md",{"path":5008,"priority":357},"references/sprint-planning-guide.md",{"path":5010,"priority":357},"references/user-story-templates.md",{"path":5012,"priority":1522},"scripts/user_story_generator.py",{"basePath":5014,"description":5015,"displayName":1197,"installMethods":5016,"rationale":5017,"selectedPaths":5018,"source":344,"sourceLanguage":17,"type":260},"product-team/apple-hig-expert/skills/apple-hig-expert","Expert guidance on Apple Human Interface Guidelines (HIG). Covers iOS, macOS, and visionOS with 2026 Liquid Glass aesthetics and accessibility-first design.",{"claudeCode":12},"SKILL.md frontmatter at product-team/apple-hig-expert/skills/apple-hig-expert/SKILL.md",[5019,5020,5021,5023,5025,5027],{"path":1503,"priority":338},{"path":3767,"priority":357},{"path":5022,"priority":357},"references/platform-specifics.md",{"path":5024,"priority":357},"references/visual-design.md",{"path":5026,"priority":1522},"scripts/hig_checker.py",{"path":5028,"priority":1522},"templates/hig-audit-template.md",{"basePath":5030,"description":5031,"displayName":1046,"installMethods":5032,"rationale":5033,"selectedPaths":5034,"source":344,"sourceLanguage":17,"type":260},"product-team/code-to-prd/skills/code-to-prd","Reverse-engineer any codebase into a complete Product Requirements Document (PRD).\nAnalyzes routes, components, state management, API integrations, and user interactions to produce\nbusiness-readable documentation detailed enough for engineers or AI agents to fully reconstruct\nevery page and endpoint. Works with frontend frameworks (React, Vue, Angular, Svelte, Next.js, Nuxt),\nbackend frameworks (NestJS, Django, Express, FastAPI), and fullstack applications.\n\nTrigger when users mention: generate PRD, reverse-engineer requirements, code to documentation,\nextract product specs from code, document page logic, analyze page fields and interactions,\ncreate a functional inventory, write requirements from an existing codebase, document API endpoints,\nor analyze backend routes.\n",{"claudeCode":12},"SKILL.md frontmatter at product-team/code-to-prd/skills/code-to-prd/SKILL.md",[5035,5036,5038,5040,5042,5044,5045],{"path":1503,"priority":338},{"path":5037,"priority":1522},"assets/sample-analysis.json",{"path":5039,"priority":357},"references/framework-patterns.md",{"path":5041,"priority":357},"references/prd-quality-checklist.md",{"path":5043,"priority":1522},"scripts/.gitignore",{"path":2827,"priority":1522},{"path":5046,"priority":1522},"scripts/prd_scaffolder.py",{"basePath":5048,"description":5049,"displayName":1147,"installMethods":5050,"rationale":5051,"selectedPaths":5052,"source":344,"sourceLanguage":17,"type":260},"product-team/research-summarizer/skills/research-summarizer","Structured research summarization agent skill for non-dev users. Handles academic papers, web articles, reports, and documentation. Extracts key findings, generates comparative analyses, and produces properly formatted citations. Use when: user wants to summarize a research paper, compare multiple sources, extract citations from documents, or create structured research briefs. Plugin for Claude Code, Codex, Gemini CLI, and OpenClaw.",{"claudeCode":12},"SKILL.md frontmatter at product-team/research-summarizer/skills/research-summarizer/SKILL.md",[5053,5054,5056,5058,5060],{"path":1503,"priority":338},{"path":5055,"priority":357},"references/citation-formats.md",{"path":5057,"priority":357},"references/summary-templates.md",{"path":5059,"priority":1522},"scripts/extract_citations.py",{"path":5061,"priority":1522},"scripts/format_summary.py",{"basePath":5063,"description":5064,"displayName":5065,"installMethods":5066,"rationale":5067,"selectedPaths":5068,"source":344,"sourceLanguage":17,"type":260},"product-team/skills/competitive-teardown","Analyzes competitor products and companies by synthesizing data from pricing pages, app store reviews, job postings, SEO signals, and social media into structured competitive intelligence. Produces feature comparison matrices scored across 12 dimensions, SWOT analyses, positioning maps, UX audits, pricing model breakdowns, action item roadmaps, and stakeholder presentation templates. Use when conducting competitor analysis, comparing products against competitors, researching the competitive landscape, building battle cards for sales, preparing for a product strategy or roadmap session, responding to a competitor's new feature or pricing change, or performing a quarterly competitive review.","competitive-teardown",{"claudeCode":12},"SKILL.md frontmatter at product-team/skills/competitive-teardown/SKILL.md",[5069,5070,5072,5074,5076,5078],{"path":1503,"priority":338},{"path":5071,"priority":357},"references/analysis-templates.md",{"path":5073,"priority":357},"references/competitive-analysis-frameworks.md",{"path":5075,"priority":357},"references/data-collection-guide.md",{"path":5077,"priority":357},"references/scoring-rubric.md",{"path":1602,"priority":1522},{"basePath":5080,"description":5081,"displayName":5082,"installMethods":5083,"rationale":5084,"selectedPaths":5085,"source":344,"sourceLanguage":17,"type":260},"product-team/skills/experiment-designer","Use when planning product experiments, writing testable hypotheses, estimating sample size, prioritizing tests, or interpreting A/B outcomes with practical statistical rigor.","experiment-designer",{"claudeCode":12},"SKILL.md frontmatter at product-team/skills/experiment-designer/SKILL.md",[5086,5087,5089,5091],{"path":1503,"priority":338},{"path":5088,"priority":357},"references/experiment-playbook.md",{"path":5090,"priority":357},"references/statistics-reference.md",{"path":3361,"priority":1522},{"basePath":5093,"description":5094,"displayName":5095,"installMethods":5096,"rationale":5097,"selectedPaths":5098,"source":344,"sourceLanguage":17,"type":260},"product-team/skills/landing-page-generator","Generates high-converting landing pages as complete Next.js/React (TSX) components with Tailwind CSS. Creates hero sections, feature grids, pricing tables, FAQ accordions, testimonial blocks, and CTA sections using proven copy frameworks (PAS, AIDA, BAB). Outputs SEO meta tags, structured data, and performance-optimised code targeting Core Web Vitals (LCP \u003C 1s, CLS \u003C 0.1). Use when the user asks to create a landing page, marketing page, homepage, single-page site, lead capture page, campaign page, promo page, or conversion-optimised web page — or when they want to A/B test landing page variants or replace a static page with one designed to convert.","landing-page-generator",{"claudeCode":12},"SKILL.md frontmatter at product-team/skills/landing-page-generator/SKILL.md",[5099,5100,5102,5103,5105,5107],{"path":1503,"priority":338},{"path":5101,"priority":357},"references/conversion-patterns.md",{"path":4615,"priority":357},{"path":5104,"priority":357},"references/landing-page-patterns.md",{"path":5106,"priority":357},"references/seo-checklist.md",{"path":5108,"priority":1522},"scripts/landing_page_scaffolder.py",{"basePath":5110,"description":5111,"displayName":5112,"installMethods":5113,"rationale":5114,"selectedPaths":5115,"source":344,"sourceLanguage":17,"type":260},"product-team/skills/product-analytics","Use when defining product KPIs, building metric dashboards, running cohort or retention analysis, or interpreting feature adoption trends across product stages.","product-analytics",{"claudeCode":12},"SKILL.md frontmatter at product-team/skills/product-analytics/SKILL.md",[5116,5117,5119,5121],{"path":1503,"priority":338},{"path":5118,"priority":357},"references/dashboard-templates.md",{"path":5120,"priority":357},"references/metrics-frameworks.md",{"path":4211,"priority":1522},{"basePath":5123,"description":5124,"displayName":5125,"installMethods":5126,"rationale":5127,"selectedPaths":5128,"source":344,"sourceLanguage":17,"type":260},"product-team/skills/product-discovery","Use when validating product opportunities, mapping assumptions, planning discovery sprints, or testing problem-solution fit before committing delivery resources.","product-discovery",{"claudeCode":12},"SKILL.md frontmatter at product-team/skills/product-discovery/SKILL.md",[5129,5130,5132],{"path":1503,"priority":338},{"path":5131,"priority":357},"references/discovery-frameworks.md",{"path":5133,"priority":1522},"scripts/assumption_mapper.py",{"basePath":5135,"description":5136,"displayName":5137,"installMethods":5138,"rationale":5139,"selectedPaths":5140,"source":344,"sourceLanguage":17,"type":260},"product-team/skills/product-manager-toolkit","Comprehensive toolkit for product managers including RICE prioritization, customer interview analysis, PRD templates, discovery frameworks, and go-to-market strategies. Use for feature prioritization, user research synthesis, requirement documentation, and product strategy development.","product-manager-toolkit",{"claudeCode":12},"SKILL.md frontmatter at product-team/skills/product-manager-toolkit/SKILL.md",[5141,5142,5144,5146,5147,5149,5151,5153],{"path":1503,"priority":338},{"path":5143,"priority":1522},"assets/prd_template.md",{"path":5145,"priority":1522},"assets/rice_input_template.csv",{"path":4499,"priority":357},{"path":5148,"priority":357},"references/input-output-examples.md",{"path":5150,"priority":357},"references/prd_templates.md",{"path":5152,"priority":1522},"scripts/customer_interview_analyzer.py",{"path":5154,"priority":1522},"scripts/rice_prioritizer.py",{"basePath":5156,"description":5157,"displayName":846,"installMethods":5158,"rationale":5159,"selectedPaths":5160,"source":344,"sourceLanguage":17,"type":260},"product-team/skills/product-skills","10 product agent skills and plugins for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw. PM toolkit (RICE), agile PO, product strategist (OKR), UX researcher, UI design system, competitive teardown, landing page generator, SaaS scaffolder, research summarizer. Python tools (stdlib-only).",{"claudeCode":12},"SKILL.md frontmatter at product-team/skills/product-skills/SKILL.md",[5161],{"path":1503,"priority":338},{"basePath":5163,"description":5164,"displayName":5165,"installMethods":5166,"rationale":5167,"selectedPaths":5168,"source":344,"sourceLanguage":17,"type":260},"product-team/skills/product-strategist","Strategic product leadership toolkit for Head of Product covering OKR cascade generation, quarterly planning, competitive landscape analysis, product vision documents, and team scaling proposals. Use when creating quarterly OKR documents, defining product goals or KPIs, building product roadmaps, running competitive analysis, drafting team structure or hiring plans, aligning product strategy across engineering and design, or generating cascaded goal hierarchies from company to team level.","product-strategist",{"claudeCode":12},"SKILL.md frontmatter at product-team/skills/product-strategist/SKILL.md",[5169,5170,5172,5174,5176,5178],{"path":1503,"priority":338},{"path":5171,"priority":1522},"assets/okr_template.md",{"path":5173,"priority":357},"references/examples/sample_growth_okrs.json",{"path":5175,"priority":357},"references/okr_framework.md",{"path":5177,"priority":357},"references/strategy_types.md",{"path":5179,"priority":1522},"scripts/okr_cascade_generator.py",{"basePath":5181,"description":5182,"displayName":5183,"installMethods":5184,"rationale":5185,"selectedPaths":5186,"source":344,"sourceLanguage":17,"type":260},"product-team/skills/roadmap-communicator","Use when preparing roadmap narratives, release notes, changelogs, or stakeholder updates tailored for executives, engineering teams, and customers.","roadmap-communicator",{"claudeCode":12},"SKILL.md frontmatter at product-team/skills/roadmap-communicator/SKILL.md",[5187,5188,5190,5192],{"path":1503,"priority":338},{"path":5189,"priority":357},"references/communication-templates.md",{"path":5191,"priority":357},"references/roadmap-templates.md",{"path":5193,"priority":1522},"scripts/changelog_generator.py",{"basePath":5195,"description":5196,"displayName":5197,"installMethods":5198,"rationale":5199,"selectedPaths":5200,"source":344,"sourceLanguage":17,"type":260},"product-team/skills/saas-scaffolder","Generates complete, production-ready SaaS project boilerplate including authentication, database schemas, billing integration, API routes, and a working dashboard using Next.js 14+ App Router, TypeScript, Tailwind CSS, shadcn/ui, Drizzle ORM, and Stripe. Use when the user wants to create a new SaaS app, start a subscription-based web project, scaffold a Next.js application, or mentions terms like starter template, boilerplate, new project, or wiring up auth and payments.","saas-scaffolder",{"claudeCode":12},"SKILL.md frontmatter at product-team/skills/saas-scaffolder/SKILL.md",[5201,5202,5204,5206,5208,5210],{"path":1503,"priority":338},{"path":5203,"priority":357},"references/architecture-patterns.md",{"path":5205,"priority":357},"references/auth-billing-guide.md",{"path":5207,"priority":357},"references/saas-architecture-patterns.md",{"path":5209,"priority":357},"references/tech-stack-comparison.md",{"path":5211,"priority":1522},"scripts/project_bootstrapper.py",{"basePath":5213,"description":5214,"displayName":5215,"installMethods":5216,"rationale":5217,"selectedPaths":5218,"source":344,"sourceLanguage":17,"type":260},"product-team/skills/spec-to-repo","Use when the user says 'build me an app', 'create a project from this spec', 'scaffold a new repo', 'generate a starter', 'turn this idea into code', 'bootstrap a project', 'I have requirements and need a codebase', or provides a natural-language project specification and expects a complete, runnable repository. Stack-agnostic: Next.js, FastAPI, Rails, Go, Rust, Flutter, and more.","spec-to-repo",{"claudeCode":12},"SKILL.md frontmatter at product-team/skills/spec-to-repo/SKILL.md",[5219,5220,5222,5224],{"path":1503,"priority":338},{"path":5221,"priority":357},"references/spec-parsing-guide.md",{"path":5223,"priority":357},"references/stack-templates.md",{"path":5225,"priority":1522},"scripts/validate_project.py",{"basePath":5227,"description":5228,"displayName":5229,"installMethods":5230,"rationale":5231,"selectedPaths":5232,"source":344,"sourceLanguage":17,"type":260},"product-team/skills/ui-design-system","UI design system toolkit for Senior UI Designer including design token generation, component documentation, responsive design calculations, and developer handoff tools. Use for creating design systems, maintaining visual consistency, and facilitating design-dev collaboration.","ui-design-system",{"claudeCode":12},"SKILL.md frontmatter at product-team/skills/ui-design-system/SKILL.md",[5233,5234,5236,5238,5240,5242,5244],{"path":1503,"priority":338},{"path":5235,"priority":1522},"assets/design_system_doc_template.md",{"path":5237,"priority":357},"references/component-architecture.md",{"path":5239,"priority":357},"references/developer-handoff.md",{"path":5241,"priority":357},"references/responsive-calculations.md",{"path":5243,"priority":357},"references/token-generation.md",{"path":5245,"priority":1522},"scripts/design_token_generator.py",{"basePath":5247,"description":5248,"displayName":5249,"installMethods":5250,"rationale":5251,"selectedPaths":5252,"source":344,"sourceLanguage":17,"type":260},"product-team/skills/ux-researcher-designer","UX research and design toolkit for Senior UX Designer/Researcher including data-driven persona generation, journey mapping, usability testing frameworks, and research synthesis. Use for user research, persona creation, journey mapping, and design validation.","ux-researcher-designer",{"claudeCode":12},"SKILL.md frontmatter at product-team/skills/ux-researcher-designer/SKILL.md",[5253,5254,5256,5258,5260,5262,5264],{"path":1503,"priority":338},{"path":5255,"priority":1522},"assets/research_plan_template.md",{"path":5257,"priority":357},"references/example-personas.md",{"path":5259,"priority":357},"references/journey-mapping-guide.md",{"path":5261,"priority":357},"references/persona-methodology.md",{"path":5263,"priority":357},"references/usability-testing-frameworks.md",{"path":5265,"priority":1522},"scripts/persona_generator.py",{"basePath":5267,"description":5268,"displayName":5269,"installMethods":5270,"rationale":5271,"selectedPaths":5272,"source":344,"sourceLanguage":17,"type":260},"project-management/skills/atlassian-admin","Atlassian Administrator for managing and organizing Atlassian products (Jira, Confluence, Bitbucket, Trello), users, permissions, security, integrations, system configuration, and org-wide governance. Use when asked to add users to Jira, change Confluence permissions, configure access control, update admin settings, manage Atlassian groups, set up SSO, install marketplace apps, review security policies, or handle any org-wide Atlassian administration task.","atlassian-admin",{"claudeCode":12},"SKILL.md frontmatter at project-management/skills/atlassian-admin/SKILL.md",[5273,5274,5276,5278,5280],{"path":1503,"priority":338},{"path":5275,"priority":1522},"assets/permission_scheme_template.json",{"path":5277,"priority":357},"references/security-hardening-guide.md",{"path":5279,"priority":357},"references/user-provisioning-checklist.md",{"path":5281,"priority":1522},"scripts/permission_audit_tool.py",{"basePath":5283,"description":5284,"displayName":5285,"installMethods":5286,"rationale":5287,"selectedPaths":5288,"source":344,"sourceLanguage":17,"type":260},"project-management/skills/atlassian-templates","Atlassian Template and Files Creator/Modifier expert for creating, modifying, and managing Jira and Confluence templates, blueprints, custom layouts, reusable components, and standardized content structures. Use when building org-wide templates, custom blueprints, page layouts, and automated content generation.","atlassian-templates",{"claudeCode":12},"SKILL.md frontmatter at project-management/skills/atlassian-templates/SKILL.md",[5289,5290,5292,5294],{"path":1503,"priority":338},{"path":5291,"priority":357},"references/governance-framework.md",{"path":5293,"priority":357},"references/template-design-patterns.md",{"path":5295,"priority":1522},"scripts/template_scaffolder.py",{"basePath":5297,"description":5298,"displayName":5299,"installMethods":5300,"rationale":5301,"selectedPaths":5302,"source":344,"sourceLanguage":17,"type":260},"project-management/skills/confluence-expert","Atlassian Confluence expert for creating and managing spaces, knowledge bases, and documentation. Configures space permissions and hierarchies, creates page templates with macros, sets up documentation taxonomies, designs page layouts, and manages content governance. Use when users need to build or restructure a Confluence space, design page hierarchies with permission structures, author or standardise documentation templates, embed Jira reports in pages, run knowledge base audits, or establish documentation standards and collaborative workflows.","confluence-expert",{"claudeCode":12},"SKILL.md frontmatter at project-management/skills/confluence-expert/SKILL.md",[5303,5304,5306,5308,5309,5311],{"path":1503,"priority":338},{"path":5305,"priority":357},"references/macro-cheat-sheet.md",{"path":5307,"priority":357},"references/space-architecture-patterns.md",{"path":4513,"priority":357},{"path":5310,"priority":1522},"scripts/content_audit_analyzer.py",{"path":5312,"priority":1522},"scripts/space_structure_generator.py",{"basePath":5314,"description":5315,"displayName":5316,"installMethods":5317,"rationale":5318,"selectedPaths":5319,"source":344,"sourceLanguage":17,"type":260},"project-management/skills/jira-expert","Atlassian Jira expert for creating and managing projects, planning, product discovery, JQL queries, workflows, custom fields, automation, reporting, and all Jira features. Use for Jira project setup, configuration, advanced search, dashboard creation, workflow design, and technical Jira operations.","jira-expert",{"claudeCode":12},"SKILL.md frontmatter at project-management/skills/jira-expert/SKILL.md",[5320,5321,5323,5325,5327,5329,5331],{"path":1503,"priority":338},{"path":5322,"priority":357},"references/AUTOMATION.md",{"path":5324,"priority":357},"references/WORKFLOWS.md",{"path":5326,"priority":357},"references/automation-examples.md",{"path":5328,"priority":357},"references/jql-examples.md",{"path":5330,"priority":1522},"scripts/jql_query_builder.py",{"path":5332,"priority":1522},"scripts/workflow_validator.py",{"basePath":5334,"description":5335,"displayName":5336,"installMethods":5337,"rationale":5338,"selectedPaths":5339,"source":344,"sourceLanguage":17,"type":260},"project-management/skills/meeting-analyzer","Analyzes meeting transcripts and recordings to surface behavioral patterns, communication anti-patterns, and actionable coaching feedback. Use this skill whenever the user uploads or points to meeting transcripts (.txt, .md, .vtt, .srt, .docx), asks about their communication habits, wants feedback on how they run meetings, requests speaking ratio analysis, mentions filler words or conflict avoidance, or wants to compare their communication across time periods. Also trigger when users mention tools like Granola, Otter, Fireflies, or Zoom transcripts. Even if the user just says \"look at my meetings\" or \"how do I come across in meetings\" — use this skill.","meeting-analyzer",{"claudeCode":12},"SKILL.md frontmatter at project-management/skills/meeting-analyzer/SKILL.md",[5340],{"path":1503,"priority":338},{"basePath":5342,"description":5343,"displayName":881,"installMethods":5344,"rationale":5345,"selectedPaths":5346,"source":344,"sourceLanguage":17,"type":260},"project-management/skills/pm-skills","6 project management agent skills and plugins for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw. Senior PM, scrum master, Jira expert (JQL), Confluence expert, Atlassian admin, template creator. MCP integration for live Jira/Confluence automation.",{"claudeCode":12},"SKILL.md frontmatter at project-management/skills/pm-skills/SKILL.md",[5347],{"path":1503,"priority":338},{"basePath":5349,"description":5350,"displayName":5351,"installMethods":5352,"rationale":5353,"selectedPaths":5354,"source":344,"sourceLanguage":17,"type":260},"project-management/skills/scrum-master","Advanced Scrum Master skill for data-driven agile team analysis and coaching. Use when the user asks about sprint planning, velocity tracking, retrospectives, standup facilitation, backlog grooming, story points, burndown charts, blocker resolution, or agile team health. Runs Python scripts to analyse sprint JSON exports from Jira or similar tools: velocity_analyzer.py for Monte Carlo sprint forecasting, sprint_health_scorer.py for multi-dimension health scoring, and retrospective_analyzer.py for action-item and theme tracking. Produces confidence-interval forecasts, health grade reports, and improvement-velocity trends for high-performing Scrum teams.","scrum-master",{"claudeCode":12},"SKILL.md frontmatter at project-management/skills/scrum-master/SKILL.md",[5355,5356,5357,5359,5361,5363,5365,5367,5369,5371,5373,5375],{"path":1503,"priority":338},{"path":1524,"priority":1522},{"path":5358,"priority":1522},"assets/expected_velocity_output.json",{"path":5360,"priority":1522},"assets/sample_sprint_data.json",{"path":5362,"priority":1522},"assets/sprint_report_template.md",{"path":5364,"priority":1522},"assets/team_health_check_template.md",{"path":5366,"priority":357},"references/retro-formats.md",{"path":5368,"priority":357},"references/team-dynamics-framework.md",{"path":5370,"priority":357},"references/velocity-forecasting-guide.md",{"path":5372,"priority":1522},"scripts/retrospective_analyzer.py",{"path":5374,"priority":1522},"scripts/sprint_health_scorer.py",{"path":5376,"priority":1522},"scripts/velocity_analyzer.py",{"basePath":5378,"description":5379,"displayName":5380,"installMethods":5381,"rationale":5382,"selectedPaths":5383,"source":344,"sourceLanguage":17,"type":260},"project-management/skills/senior-pm","Senior Project Manager for enterprise software, SaaS, and digital transformation projects. Specializes in portfolio management, quantitative risk analysis, resource optimization, stakeholder alignment, and executive reporting. Uses advanced methodologies including EMV analysis, Monte Carlo simulation, WSJF prioritization, and multi-dimensional health scoring. Use when a user needs help with project plans, project status reports, risk assessments, resource allocation, project roadmaps, milestone tracking, team capacity planning, portfolio health reviews, program management, or executive-level project reporting — especially for enterprise-scale initiatives with multiple workstreams, complex dependencies, or multi-million dollar budgets.","senior-pm",{"claudeCode":12},"SKILL.md frontmatter at project-management/skills/senior-pm/SKILL.md",[5384,5385,5387,5388,5390,5392,5394,5396,5398,5400,5402,5404],{"path":1503,"priority":338},{"path":5386,"priority":1522},"assets/executive_report_template.md",{"path":1524,"priority":1522},{"path":5389,"priority":1522},"assets/project_charter_template.md",{"path":5391,"priority":1522},"assets/raci_matrix_template.md",{"path":5393,"priority":1522},"assets/sample_project_data.json",{"path":5395,"priority":357},"references/portfolio-kpis.md",{"path":5397,"priority":357},"references/portfolio-prioritization-models.md",{"path":5399,"priority":357},"references/risk-management-framework.md",{"path":5401,"priority":1522},"scripts/project_health_dashboard.py",{"path":5403,"priority":1522},"scripts/resource_capacity_planner.py",{"path":5405,"priority":1522},"scripts/risk_matrix_analyzer.py",{"basePath":5407,"description":5408,"displayName":5409,"installMethods":5410,"rationale":5411,"selectedPaths":5412,"source":344,"sourceLanguage":17,"type":260},"project-management/skills/team-communications","Write internal company communications — 3P updates (Progress/Plans/Problems), company-wide newsletters, FAQ roundups, incident reports, leadership updates, status reports, project updates, and general internal comms. Use this skill any time the user asks to draft, edit, or format something meant for internal audiences. Trigger on keywords like \"3P\", \"weekly update\", \"newsletter\", \"FAQ\", \"internal comms\", \"status report\", \"company update\", \"team update\", \"incident report\", or any request to summarize work for leadership, teammates, or the broader company. Even casual requests like \"write my update\" or \"summarize what my team did this week\" should trigger this skill.","team-communications",{"claudeCode":12},"SKILL.md frontmatter at project-management/skills/team-communications/SKILL.md",[5413,5414,5416,5418,5420],{"path":1503,"priority":338},{"path":5415,"priority":357},"references/3p-updates.md",{"path":5417,"priority":357},"references/company-newsletter.md",{"path":5419,"priority":357},"references/faq-answers.md",{"path":5421,"priority":357},"references/general-comms.md",{"basePath":5423,"description":5424,"displayName":5425,"installMethods":5426,"rationale":5427,"selectedPaths":5428,"source":344,"sourceLanguage":17,"type":260},"ra-qm-team/skills/capa-officer","CAPA system management for medical device QMS. Covers root cause analysis, corrective action planning, effectiveness verification, and CAPA metrics. Use for CAPA investigations, 5-Why analysis, fishbone diagrams, root cause determination, corrective action tracking, effectiveness verification, or CAPA program optimization.","capa-officer",{"claudeCode":12},"SKILL.md frontmatter at ra-qm-team/skills/capa-officer/SKILL.md",[5429,5430,5432,5434,5436],{"path":1503,"priority":338},{"path":5431,"priority":357},"references/effectiveness-verification-guide.md",{"path":5433,"priority":357},"references/rca-methodologies.md",{"path":5435,"priority":1522},"scripts/capa_tracker.py",{"path":5437,"priority":1522},"scripts/root_cause_analyzer.py",{"basePath":5439,"description":5440,"displayName":5441,"installMethods":5442,"rationale":5443,"selectedPaths":5444,"source":344,"sourceLanguage":17,"type":260},"ra-qm-team/skills/fda-consultant-specialist","FDA regulatory consultant for medical device companies. Provides 510(k)/PMA/De Novo pathway guidance, QSR (21 CFR 820) compliance, HIPAA assessments, and device cybersecurity. Use when user mentions FDA submission, 510(k), PMA, De Novo, QSR, premarket, predicate device, substantial equivalence, HIPAA medical device, or FDA cybersecurity.","fda-consultant-specialist",{"claudeCode":12},"SKILL.md frontmatter at ra-qm-team/skills/fda-consultant-specialist/SKILL.md",[5445,5446,5448,5450,5452,5454,5456,5458,5460],{"path":1503,"priority":338},{"path":5447,"priority":357},"references/device_cybersecurity_guidance.md",{"path":5449,"priority":357},"references/fda_capa_requirements.md",{"path":5451,"priority":357},"references/fda_submission_guide.md",{"path":5453,"priority":357},"references/hipaa_compliance_framework.md",{"path":5455,"priority":357},"references/qsr_compliance_requirements.md",{"path":5457,"priority":1522},"scripts/fda_submission_tracker.py",{"path":5459,"priority":1522},"scripts/hipaa_risk_assessment.py",{"path":5461,"priority":1522},"scripts/qsr_compliance_checker.py",{"basePath":5463,"description":5464,"displayName":5465,"installMethods":5466,"rationale":5467,"selectedPaths":5468,"source":344,"sourceLanguage":17,"type":260},"ra-qm-team/skills/gdpr-dsgvo-expert","GDPR and German DSGVO compliance automation. Scans codebases for privacy risks, generates DPIA documentation, tracks data subject rights requests. Use for GDPR compliance assessments, privacy audits, data protection planning, DPIA generation, and data subject rights management.","gdpr-dsgvo-expert",{"claudeCode":12},"SKILL.md frontmatter at ra-qm-team/skills/gdpr-dsgvo-expert/SKILL.md",[5469,5470,5472,5474,5476,5478,5480],{"path":1503,"priority":338},{"path":5471,"priority":357},"references/dpia_methodology.md",{"path":5473,"priority":357},"references/gdpr_compliance_guide.md",{"path":5475,"priority":357},"references/german_bdsg_requirements.md",{"path":5477,"priority":1522},"scripts/data_subject_rights_tracker.py",{"path":5479,"priority":1522},"scripts/dpia_generator.py",{"path":5481,"priority":1522},"scripts/gdpr_compliance_checker.py",{"basePath":5483,"description":5484,"displayName":5485,"installMethods":5486,"rationale":5487,"selectedPaths":5488,"source":344,"sourceLanguage":17,"type":260},"ra-qm-team/skills/information-security-manager-iso27001","ISO 27001 ISMS implementation and cybersecurity governance for HealthTech and MedTech companies. Use for ISMS design, security risk assessment, control implementation, ISO 27001 certification, security audits, incident response, and compliance verification. Covers ISO 27001, ISO 27002, healthcare security, and medical device cybersecurity.","information-security-manager-iso27001",{"claudeCode":12},"SKILL.md frontmatter at ra-qm-team/skills/information-security-manager-iso27001/SKILL.md",[5489,5490,5492,5494,5496,5497],{"path":1503,"priority":338},{"path":5491,"priority":357},"references/incident-response.md",{"path":5493,"priority":357},"references/iso27001-controls.md",{"path":5495,"priority":357},"references/risk-assessment-guide.md",{"path":4149,"priority":1522},{"path":5498,"priority":1522},"scripts/risk_assessment.py",{"basePath":5500,"description":5501,"displayName":5502,"installMethods":5503,"rationale":5504,"selectedPaths":5505,"source":344,"sourceLanguage":17,"type":260},"ra-qm-team/skills/isms-audit-expert","Information Security Management System (ISMS) audit expert for ISO 27001 compliance verification, security control assessment, and certification support. Use when the user mentions ISO 27001, ISMS audit, Annex A controls, Statement of Applicability (SOA), gap analysis, nonconformity management, internal audit, surveillance audit, or security certification preparation. Helps review control implementation evidence, document audit findings, classify nonconformities, generate risk-based audit plans, map controls to Annex A requirements, prepare Stage 1 and Stage 2 audit documentation, and support corrective action workflows.","isms-audit-expert",{"claudeCode":12},"SKILL.md frontmatter at ra-qm-team/skills/isms-audit-expert/SKILL.md",[5506,5507,5509,5511,5513],{"path":1503,"priority":338},{"path":5508,"priority":357},"references/cloud-security-audit.md",{"path":5510,"priority":357},"references/iso27001-audit-methodology.md",{"path":5512,"priority":357},"references/security-control-testing.md",{"path":5514,"priority":1522},"scripts/isms_audit_scheduler.py",{"basePath":5516,"description":5517,"displayName":5518,"installMethods":5519,"rationale":5520,"selectedPaths":5521,"source":344,"sourceLanguage":17,"type":260},"ra-qm-team/skills/mdr-745-specialist","EU MDR 2017/745 compliance specialist for medical device classification, technical documentation, clinical evidence, and post-market surveillance. Covers Annex VIII classification rules, Annex II/III technical files, Annex XIV clinical evaluation, and EUDAMED integration.","mdr-745-specialist",{"claudeCode":12},"SKILL.md frontmatter at ra-qm-team/skills/mdr-745-specialist/SKILL.md",[5522,5523,5525,5527,5529],{"path":1503,"priority":338},{"path":5524,"priority":357},"references/clinical-evidence-requirements.md",{"path":5526,"priority":357},"references/mdr-classification-guide.md",{"path":5528,"priority":357},"references/technical-documentation-templates.md",{"path":5530,"priority":1522},"scripts/mdr_gap_analyzer.py",{"basePath":5532,"description":5533,"displayName":5534,"installMethods":5535,"rationale":5536,"selectedPaths":5537,"source":344,"sourceLanguage":17,"type":260},"ra-qm-team/skills/qms-audit-expert","ISO 13485 internal audit expertise for medical device QMS. Covers audit planning, execution, nonconformity classification, and CAPA verification. Use for internal audit planning, audit execution, finding classification, external audit preparation, or audit program management.","qms-audit-expert",{"claudeCode":12},"SKILL.md frontmatter at ra-qm-team/skills/qms-audit-expert/SKILL.md",[5538,5539,5541,5543],{"path":1503,"priority":338},{"path":5540,"priority":357},"references/iso13485-audit-guide.md",{"path":5542,"priority":357},"references/nonconformity-classification.md",{"path":5544,"priority":1522},"scripts/audit_schedule_optimizer.py",{"basePath":5546,"description":5547,"displayName":5548,"installMethods":5549,"rationale":5550,"selectedPaths":5551,"source":344,"sourceLanguage":17,"type":260},"ra-qm-team/skills/quality-documentation-manager","Document control system management for medical device QMS. Covers document numbering, version control, change management, and 21 CFR Part 11 compliance. Use for document control procedures, change control workflow, document numbering, version management, electronic signature compliance, or regulatory documentation review.","quality-documentation-manager",{"claudeCode":12},"SKILL.md frontmatter at ra-qm-team/skills/quality-documentation-manager/SKILL.md",[5552,5553,5555,5557,5559],{"path":1503,"priority":338},{"path":5554,"priority":357},"references/21cfr11-compliance-guide.md",{"path":5556,"priority":357},"references/document-control-procedures.md",{"path":5558,"priority":1522},"scripts/document_validator.py",{"path":5560,"priority":1522},"scripts/document_version_control.py",{"basePath":5562,"description":5563,"displayName":5564,"installMethods":5565,"rationale":5566,"selectedPaths":5567,"source":344,"sourceLanguage":17,"type":260},"ra-qm-team/skills/quality-manager-qmr","Senior Quality Manager Responsible Person (QMR) for HealthTech and MedTech companies. Provides quality system governance, management review leadership, regulatory compliance oversight, and quality performance monitoring per ISO 13485 Clause 5.5.2.","quality-manager-qmr",{"claudeCode":12},"SKILL.md frontmatter at ra-qm-team/skills/quality-manager-qmr/SKILL.md",[5568,5569,5571,5573,5575],{"path":1503,"priority":338},{"path":5570,"priority":357},"references/management-review-guide.md",{"path":5572,"priority":357},"references/quality-kpi-framework.md",{"path":5574,"priority":1522},"scripts/management_review_tracker.py",{"path":5576,"priority":1522},"scripts/quality_effectiveness_monitor.py",{"basePath":5578,"description":5579,"displayName":5580,"installMethods":5581,"rationale":5582,"selectedPaths":5583,"source":344,"sourceLanguage":17,"type":260},"ra-qm-team/skills/quality-manager-qms-iso13485","ISO 13485 Quality Management System implementation and maintenance for medical device organizations. Provides QMS design, documentation control, internal auditing, CAPA management, and certification support. Use when working with medical device quality systems, preparing for ISO 13485 audits, managing regulatory compliance documentation, setting up corrective actions, or building audit preparation programs. Useful for quality management, audit preparation, regulatory compliance, medical device documentation, and corrective action workflows.","quality-manager-qms-iso13485",{"claudeCode":12},"SKILL.md frontmatter at ra-qm-team/skills/quality-manager-qms-iso13485/SKILL.md",[5584,5585,5587,5589],{"path":1503,"priority":338},{"path":5586,"priority":357},"references/iso13485-clause-requirements.md",{"path":5588,"priority":357},"references/qms-process-templates.md",{"path":5590,"priority":1522},"scripts/qms_audit_checklist.py",{"basePath":5592,"description":5593,"displayName":809,"installMethods":5594,"rationale":5595,"selectedPaths":5596,"source":344,"sourceLanguage":17,"type":260},"ra-qm-team/skills/ra-qm-skills","12 regulatory & QM agent skills and plugins for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw. ISO 13485 QMS, MDR 2017/745, FDA 510(k)/PMA, ISO 27001 ISMS, GDPR/DSGVO, risk management (ISO 14971), CAPA, document control, auditing. Python tools (stdlib-only).",{"claudeCode":12},"SKILL.md frontmatter at ra-qm-team/skills/ra-qm-skills/SKILL.md",[5597],{"path":1503,"priority":338},{"basePath":5599,"description":5600,"displayName":5601,"installMethods":5602,"rationale":5603,"selectedPaths":5604,"source":344,"sourceLanguage":17,"type":260},"ra-qm-team/skills/regulatory-affairs-head","Senior Regulatory Affairs Manager for HealthTech and MedTech companies. Prepares FDA 510(k), De Novo, and PMA submission packages; analyzes regulatory pathways for new medical devices; drafts responses to FDA deficiency letters and Notified Body queries; develops CE marking technical documentation under EU MDR 2017/745; coordinates multi-market approval strategies across FDA, EU, Health Canada, PMDA, and NMPA; and maintains regulatory intelligence on evolving standards. Use when users need to plan or execute FDA submissions, navigate 510(k) or PMA approval processes, achieve CE marking, prepare pre-submission meeting materials, write regulatory strategy documents, respond to agency queries, or manage compliance documentation for medical device market access.","regulatory-affairs-head",{"claudeCode":12},"SKILL.md frontmatter at ra-qm-team/skills/regulatory-affairs-head/SKILL.md",[5605,5606,5608,5610,5612,5614,5616],{"path":1503,"priority":338},{"path":5607,"priority":357},"references/eu-mdr-submission-guide.md",{"path":5609,"priority":357},"references/fda-submission-guide.md",{"path":5611,"priority":357},"references/global-regulatory-pathways.md",{"path":5613,"priority":357},"references/iso-regulatory-requirements.md",{"path":5615,"priority":1522},"scripts/regulatory_pathway_analyzer.py",{"path":5617,"priority":1522},"scripts/regulatory_tracker.py",{"basePath":5619,"description":5620,"displayName":5621,"installMethods":5622,"rationale":5623,"selectedPaths":5624,"source":344,"sourceLanguage":17,"type":260},"ra-qm-team/skills/risk-management-specialist","Medical device risk management specialist implementing ISO 14971 throughout product lifecycle. Provides risk analysis, risk evaluation, risk control, and post-production information analysis. Use when user mentions risk management, ISO 14971, risk analysis, FMEA, fault tree analysis, hazard identification, risk control, risk matrix, benefit-risk analysis, residual risk, risk acceptability, or post-market risk.","risk-management-specialist",{"claudeCode":12},"SKILL.md frontmatter at ra-qm-team/skills/risk-management-specialist/SKILL.md",[5625,5626,5628,5630,5632,5634],{"path":1503,"priority":338},{"path":5627,"priority":357},"references/iso14971-implementation-guide.md",{"path":5629,"priority":357},"references/risk-analysis-methods.md",{"path":5631,"priority":357},"references/risk-assessment-templates.md",{"path":5633,"priority":1522},"scripts/fmea_analyzer.py",{"path":5635,"priority":1522},"scripts/risk_matrix_calculator.py",{"basePath":5637,"description":5638,"displayName":5639,"installMethods":5640,"rationale":5641,"selectedPaths":5642,"source":344,"sourceLanguage":17,"type":260},"ra-qm-team/skills/soc2-compliance","Use when the user asks to prepare for SOC 2 audits, map Trust Service Criteria, build control matrices, collect audit evidence, perform gap analysis, or assess SOC 2 Type I vs Type II readiness.","soc2-compliance",{"claudeCode":12},"SKILL.md frontmatter at ra-qm-team/skills/soc2-compliance/SKILL.md",[5643,5644,5646,5648,5650,5652,5654],{"path":1503,"priority":338},{"path":5645,"priority":357},"references/evidence_collection_guide.md",{"path":5647,"priority":357},"references/trust_service_criteria.md",{"path":5649,"priority":357},"references/type1_vs_type2.md",{"path":5651,"priority":1522},"scripts/control_matrix_builder.py",{"path":5653,"priority":1522},"scripts/evidence_tracker.py",{"path":5655,"priority":1522},"scripts/gap_analyzer.py",{"sources":5657},[5658],"manual",{"closedIssues90d":245,"description":5660,"forks":246,"homepage":5661,"license":251,"openIssues90d":8,"pushedAt":248,"readmeSize":243,"stars":249,"topics":5662},"263+ Claude Code skills & agent plugins for Claude Code, Codex, Gemini CLI, Cursor, and 8 more coding agents — engineering, marketing, product, compliance, C-level advisory.","https://alirezarezvani.medium.com/",[5663,5664,5665,5666,258,296,5667,5668,289,5669,5670,5671,5672,5673,5674,5675,5676,5677,5678,5679],"agentic-ai","anthropic-claude","claude-ai","claude-code","ai-coding-agent","claude-code-plugins","openai-codex","prompt-engineering","agent-plugins","agent-skills","codex-skills","cursor-skills","gemini-cli-skills","coding-agent-plugins","openclaw","openclaw-skills","openclaw-plugins",{"classifiedAt":5681,"discoverAt":5682,"extractAt":5683,"githubAt":5683,"updatedAt":5681},1778675055778,1778675047256,1778675052689,[221,217,219,220,218,223,222],{"evaluatedAt":254,"extractAt":305,"updatedAt":254},[],[5688,5716,5745,5772,5796,5819],{"_creationTime":5689,"_id":5690,"community":5691,"display":5692,"identity":5698,"providers":5702,"relations":5710,"tags":5712,"workflow":5713},1778695753353.633,"k17fxb9fnez7bhk0sy8znxzx8n86m48r",{"reviewCount":8},{"description":5693,"installMethods":5694,"name":5696,"sourceUrl":5697},"Drift detection + baseline integrity guard for agent workspace files with automatic alerting support",{"claudeCode":5695},"prompt-security/clawsec","soul-guardian","https://github.com/prompt-security/clawsec",{"basePath":5699,"githubOwner":5700,"githubRepo":5701,"locale":17,"slug":5696,"type":260},"skills/soul-guardian","prompt-security","clawsec",{"evaluate":5703,"extract":5709},{"promptVersionExtension":210,"promptVersionScoring":211,"score":5704,"tags":5705,"targetMarket":224,"tier":225},100,[218,5706,221,5707,5708],"integrity","file-guard","workspace",{"commitSha":294},{"repoId":5711},"kd72phsqkbk8w57ctvf7ac9nqs86n9t4",[221,5707,5706,218,5708],{"evaluatedAt":5714,"extractAt":5715,"updatedAt":5714},1778696065248,1778695753353,{"_creationTime":5717,"_id":5718,"community":5719,"display":5720,"identity":5726,"providers":5730,"relations":5738,"tags":5741,"workflow":5742},1778695548458.3328,"k17cyw0d6mk1vdgew2xmncx1f186npdm",{"reviewCount":8},{"description":5721,"installMethods":5722,"name":5724,"sourceUrl":5725},"Audit project dependencies for version staleness, security vulnerabilities, and compatibility issues. Covers lock file analysis, upgrade path planning, and breaking change assessment. Use before a release to ensure dependencies are current and secure, during periodic maintenance reviews, after receiving a security advisory, when upgrading to a new language version, before submitting to CRAN or npm, or when inheriting a project to assess its dependency health.\n",{"claudeCode":5723},"pjt222/agent-almanac","audit-dependency-versions","https://github.com/pjt222/agent-almanac",{"basePath":5727,"githubOwner":5728,"githubRepo":5729,"locale":17,"slug":5724,"type":260},"skills/audit-dependency-versions","pjt222","agent-almanac",{"evaluate":5731,"extract":5737},{"promptVersionExtension":210,"promptVersionScoring":211,"score":5704,"tags":5732,"targetMarket":224,"tier":225},[5733,221,218,5734,5735,5736],"dependencies","upgrades","versioning","maintenance",{"commitSha":294},{"parentExtensionId":5739,"repoId":5740},"k170h0janaa9kwn7cfgfz2ykss86mmh9","kd7aryv63z61j39n2td1aeqkvh86mh12",[221,5733,5736,218,5734,5735],{"evaluatedAt":5743,"extractAt":5744,"updatedAt":5743},1778696062378,1778695548458,{"_creationTime":5746,"_id":5747,"community":5748,"display":5749,"identity":5755,"providers":5759,"relations":5766,"tags":5768,"workflow":5769},1778691193352.5176,"k17fczm34j9645kq7jcp1b4hss86mz0t",{"reviewCount":8},{"description":5750,"installMethods":5751,"name":5753,"sourceUrl":5754},"Revisa el diff de la rama actual frente a develop en proyectos Drupal 11 siguiendo la metodología Codex (lógica de negocio, edge cases de hooks/queries, seguridad, performance, completitud). Genera un informe .md en la carpeta del IDE detectado (.antigravity/, .cursor/, .vscode/ o docs/) con hallazgos por severidad y soluciones accionables. Usar cuando el usuario pida \"Revisión diff develop\", \"revisión diff develop\", \"diff develop\", \"revisar diff\", \"codex diff\" o expresiones similares con intención de auditar cambios contra develop. Triggers: diff develop, codex diff, revisión diff, lint diff develop, auditar diff.",{"claudeCode":5752},"j4rk0r/claude-skills","codex-diff-develop","https://github.com/j4rk0r/claude-skills",{"basePath":5756,"githubOwner":5757,"githubRepo":258,"locale":5758,"slug":5753,"type":260},"skills/codex-diff-develop","j4rk0r","es",{"evaluate":5760,"extract":5765},{"promptVersionExtension":210,"promptVersionScoring":211,"score":5704,"tags":5761,"targetMarket":224,"tier":225},[5762,5763,5764,218,221,289],"drupal","code-review","diff",{"commitSha":294},{"repoId":5767},"kd79shaph0e07035621cxd7x1n86m944",[221,5763,289,5764,5762,218],{"evaluatedAt":5770,"extractAt":5771,"updatedAt":5770},1778691216358,1778691193352,{"_creationTime":5773,"_id":5774,"community":5775,"display":5776,"identity":5780,"providers":5782,"relations":5792,"tags":5793,"workflow":5794},1778695753353.6304,"k17eaz2hwvgye5nwmwskxjjhq186nffr",{"reviewCount":8},{"description":5777,"installMethods":5778,"name":5779,"sourceUrl":5697},"Automated vulnerability scanner for agent platforms. Performs dependency scanning (npm audit, pip-audit), multi-database CVE lookup (OSV, NVD, GitHub Advisory), SAST analysis (Semgrep, Bandit), and agent-specific DAST hook execution testing for OpenClaw hooks.",{"claudeCode":5695},"clawsec-scanner",{"basePath":5781,"githubOwner":5700,"githubRepo":5701,"locale":17,"slug":5779,"type":260},"skills/clawsec-scanner",{"evaluate":5783,"extract":5791},{"promptVersionExtension":210,"promptVersionScoring":211,"score":5704,"tags":5784,"targetMarket":224,"tier":225},[218,222,5785,5786,5787,5788,5789,5790],"dependency-analysis","sast","dast","agent-platform","npm","pip",{"commitSha":294},{"repoId":5711},[5788,5787,5785,5789,5790,5786,218,222],{"evaluatedAt":5795,"extractAt":5715,"updatedAt":5795},1778695848342,{"_creationTime":5797,"_id":5798,"community":5799,"display":5800,"identity":5804,"providers":5806,"relations":5815,"tags":5816,"workflow":5817},1778695548458.3718,"k175vfqr247swcyt62e6v08a4x86mtf1",{"reviewCount":8},{"description":5801,"installMethods":5802,"name":5803,"sourceUrl":5725},"Investigate root causes and manage CAPAs (Corrective and Preventive Actions) for compliance deviations. Covers investigation method selection (5-Why, fishbone, fault tree), structured root cause analysis, corrective vs preventive action design, effectiveness verification, and trend analysis. Use when an audit finding requires a CAPA, when a deviation or incident occurs in a validated system, when a regulatory observation needs a formal response, when a data integrity anomaly requires investigation, or when recurring issues suggest a systemic root cause.\n",{"claudeCode":5723},"investigate-capa-root-cause",{"basePath":5805,"githubOwner":5728,"githubRepo":5729,"locale":17,"slug":5803,"type":260},"skills/investigate-capa-root-cause",{"evaluate":5807,"extract":5814},{"promptVersionExtension":210,"promptVersionScoring":211,"score":5704,"tags":5808,"targetMarket":224,"tier":225},[5809,5810,5811,5812,5813,221],"compliance","capa","investigation","root-cause-analysis","gxp",{"commitSha":294},{"parentExtensionId":5739,"repoId":5740},[221,5810,5809,5813,5811,5812],{"evaluatedAt":5818,"extractAt":5744,"updatedAt":5818},1778699030088,{"_creationTime":5820,"_id":5821,"community":5822,"display":5823,"identity":5829,"providers":5834,"relations":5841,"tags":5843,"workflow":5844},1778694720643.034,"k175824bv0hy06y0gygd192pgd86nceh",{"reviewCount":8},{"description":5824,"installMethods":5825,"name":5827,"sourceUrl":5828},"Run a weekly SEO review for one registered website, write audit artifacts, and choose the next best safe action.",{"claudeCode":5826},"nowork-studio/toprank","Toprank Weekly Review","https://github.com/nowork-studio/toprank",{"basePath":5830,"githubOwner":5831,"githubRepo":5832,"locale":17,"slug":5833,"type":260},"openclaw/skills/toprank-weekly-review","nowork-studio","toprank","toprank-weekly-review",{"evaluate":5835,"extract":5840},{"promptVersionExtension":210,"promptVersionScoring":211,"score":5704,"tags":5836,"targetMarket":224,"tier":225},[5837,5838,5839,221,291],"seo","google-ads","meta-ads",{"commitSha":294,"license":251},{"repoId":5842},"kd74wn8s89tp9hrfsmcra492r586nbrv",[221,291,5838,5839,5837],{"evaluatedAt":5845,"extractAt":5846,"updatedAt":5845},1778694967711,1778694720643]