[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-plugin-davepoon-ag2-agent-builder-zh-CN":3,"guides-for-davepoon-ag2-agent-builder":5713,"similar-k176z1bn53zzf0sm269h9x914x86nmtv-zh-CN":5714},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":14,"identity":252,"isFallback":234,"parentExtension":257,"providers":258,"relations":263,"repo":265,"tags":5710,"workflow":5711},1778685949178.788,"k176z1bn53zzf0sm269h9x914x86nmtv",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":12,"sourceUrl":13},"Build AG2 (AutoGen) multi-agent systems with slash commands: scaffold agents, wire workflows, create tools, and review code",{"claudeCode":12},"ag2-agent-builder","https://github.com/davepoon/buildwithclaude",{"_creationTime":15,"_id":16,"extensionId":5,"locale":17,"result":18,"trustSignals":232,"workflow":250},1778687364609.91,"kn73sfrgapqbsvghcmajnhex2586nhdw","en",{"checks":19,"evaluatedAt":200,"extensionSummary":201,"features":202,"nonGoals":208,"promptVersionExtension":212,"promptVersionScoring":213,"purpose":214,"rationale":215,"score":216,"summary":217,"tags":218,"targetMarket":225,"tier":226,"useCases":227},[20,25,28,31,35,38,42,46,49,52,56,60,63,67,70,73,76,79,82,85,89,93,97,101,105,108,111,115,119,122,125,128,131,134,137,141,145,149,152,156,159,162,165,168,171,174,177,180,183,186,190,193,196],{"category":21,"check":22,"severity":23,"summary":24},"Practical Utility","Problem relevance","pass","The description clearly states the problem of building AG2 (AutoGen) multi-agent systems and lists its core functionalities for scaffolding, wiring, tool creation, and code review.",{"category":21,"check":26,"severity":23,"summary":27},"Unique selling proposition","The plugin provides specific commands and agents for scaffolding, wiring, and reviewing AG2 agent systems, offering significant value beyond a simple prompt.",{"category":21,"check":29,"severity":23,"summary":30},"Production readiness","The plugin provides a comprehensive set of tools and agents for building AG2 systems, covering agent creation, workflow design, tool integration, and review, which is suitable for production use.",{"category":32,"check":33,"severity":23,"summary":34},"Scope","Single responsibility principle","The plugin focuses on building and managing AG2 multi-agent systems, with commands and agents specifically designed for this domain.",{"category":32,"check":36,"severity":23,"summary":37},"Description quality","The displayed description accurately reflects the plugin's capabilities, which include scaffolding agents, wiring workflows, creating tools, and reviewing code for AG2 systems.",{"category":39,"check":40,"severity":23,"summary":41},"Invocation","Scoped tools","The plugin exposes specific, well-defined tools like `connector-tool`, `new-agent`, `new-tool`, `group-chat`, `sequential-workflow`, etc., rather than a single generalist tool.",{"category":43,"check":44,"severity":23,"summary":45},"Documentation","Configuration & parameter reference","The README and individual agent/command files provide clear instructions, examples, and configuration details, including tool parameter usage and agent system prompt structures.",{"category":32,"check":47,"severity":23,"summary":48},"Tool naming","Tool names like `new-agent`, `group-chat`, `connector-tool` are descriptive and follow a consistent naming convention.",{"category":32,"check":50,"severity":23,"summary":51},"Minimal I/O surface","Tool functions demonstrate minimal input schemas and return structured JSON responses, adhering to the specified contract.",{"category":53,"check":54,"severity":23,"summary":55},"License","License usability","The plugin is licensed under Apache-2.0, a permissive open-source license, as indicated in the `plugin.json` manifest.",{"category":57,"check":58,"severity":23,"summary":59},"Maintenance","Commit recency","The repository was last pushed to on 2026-05-09, indicating recent maintenance activity.",{"category":57,"check":61,"severity":23,"summary":62},"Dependency Management","The plugin relies on standard Python libraries and AutoGen, which are managed through standard package management, and has a lockfile indicating good dependency management practices.",{"category":64,"check":65,"severity":23,"summary":66},"Security","Secret Management","The provided code patterns for tools and agents emphasize handling secrets via environment variables and returning specific error codes for missing credentials, avoiding hardcoding.",{"category":64,"check":68,"severity":23,"summary":69},"Injection","The agent and tool patterns show defensive coding, particularly in how tool inputs are handled and how errors are returned, suggesting resistance to injection attacks.",{"category":64,"check":71,"severity":23,"summary":72},"Transitive Supply-Chain Grenades","The code primarily uses bundled libraries and defines tools within the repository; there are no obvious runtime downloads or remote script executions that would pose a supply chain risk.",{"category":64,"check":74,"severity":23,"summary":75},"Sandbox Isolation","The code patterns, especially for tool execution and agent server setup, appear to be confined within standard Python execution environments and do not suggest writing to arbitrary file paths outside the project.",{"category":64,"check":77,"severity":23,"summary":78},"Sandbox escape primitives","No detached process spawns or deny-retry loops were observed in the provided code snippets.",{"category":64,"check":80,"severity":23,"summary":81},"Data Exfiltration","The patterns for handling secrets and API calls focus on using environment variables and returning specific error codes for missing authentication, not on exfiltrating data.",{"category":64,"check":83,"severity":23,"summary":84},"Hidden Text Tricks","The bundled code and documentation appear to be free of hidden text tricks or obfuscation.",{"category":86,"check":87,"severity":23,"summary":88},"Hooks","Opaque code execution","The plugin code consists of readable Python scripts and standard AutoGen configurations; no obfuscated code or dynamic script fetching was detected.",{"category":90,"check":91,"severity":23,"summary":92},"Portability","Structural Assumption","The agent and tool code patterns are standard Python and AutoGen, designed to be portable across different environments without making specific assumptions about project structure outside the plugin's own files.",{"category":94,"check":95,"severity":23,"summary":96},"Trust","Issues Attention","With 4 issues opened and 6 closed in the last 90 days, the closure rate is 60%, indicating good maintainer engagement.",{"category":98,"check":99,"severity":23,"summary":100},"Versioning","Release Management","The plugin has a `manifestVersion` of 1.0.0 and a `pushedAt` date in 2026, indicating a managed release process. The `README.md` also includes a MIT license file.",{"category":102,"check":103,"severity":23,"summary":104},"Code Execution","Validation","The tool patterns show explicit error handling and JSON validation for return values, and the agent prompts guide them to handle errors gracefully.",{"category":64,"check":106,"severity":23,"summary":107},"Unguarded Destructive Operations","The plugin focuses on agent creation and workflow definition, with no evidence of destructive operations like `rm -rf` or infrastructure changes, thus not requiring guards.",{"category":102,"check":109,"severity":23,"summary":110},"Error Handling","The agent and tool code patterns emphasize returning structured error messages and avoiding unhandled exceptions, promoting fail-closed behavior.",{"category":102,"check":112,"severity":113,"summary":114},"Logging","not_applicable","The plugin's core functionality does not involve destructive actions or outbound calls that would necessitate local audit logging.",{"category":116,"check":117,"severity":23,"summary":118},"Compliance","GDPR","The plugin's focus on agent construction and workflow definition does not involve processing personal data, and its patterns for secret handling are secure.",{"category":116,"check":120,"severity":23,"summary":121},"Target market","The plugin's functionality is generic and not tied to any specific geographic or legal jurisdiction, making it globally applicable.",{"category":90,"check":123,"severity":23,"summary":124},"Runtime stability","The code uses standard Python and AutoGen libraries, ensuring compatibility across different operating systems and environments.",{"category":43,"check":126,"severity":23,"summary":127},"README","The README.md provides a clear overview of the plugin's purpose, features, installation, and usage examples.",{"category":32,"check":129,"severity":23,"summary":130},"Tool surface size","The plugin exposes a well-curated set of commands and agents focused on AG2 agent building, within the recommended range.",{"category":39,"check":132,"severity":23,"summary":133},"Overlapping near-synonym tools","The provided commands and agents have distinct purposes and naming conventions, avoiding near-synonym overlaps.",{"category":43,"check":135,"severity":23,"summary":136},"Phantom features","All features mentioned in the README, such as scaffolding agents, wiring workflows, creating tools, and reviewing code, are implemented in the provided agent and command files.",{"category":138,"check":139,"severity":23,"summary":140},"Install","Installation instruction","The README provides clear installation instructions, including adding the marketplace and installing specific plugins or all plugins.",{"category":142,"check":143,"severity":23,"summary":144},"Errors","Actionable error messages","The tool and agent patterns emphasize returning structured error messages with clear explanations and remediation steps, facilitating agent decision-making.",{"category":146,"check":147,"severity":23,"summary":148},"Execution","Pinned dependencies","The presence of a lockfile (detected by `codeQuality.hasLockfile`) and the use of standard Python libraries suggest pinned dependencies.",{"category":32,"check":150,"severity":113,"summary":151},"Dry-run preview","The plugin's functionality is primarily focused on code generation and agent scaffolding, which are not state-changing operations requiring a dry-run preview.",{"category":153,"check":154,"severity":23,"summary":155},"Protocol","Idempotent retry & timeouts","The tool patterns include explicit timeouts and error handling for API calls, and the agent design encourages structured error responses for retries.",{"category":116,"check":157,"severity":23,"summary":158},"Telemetry opt-in","There is no evidence of telemetry being collected or sent over the network; the plugin focuses on local agent development.",{"category":39,"check":160,"severity":23,"summary":161},"Name collisions","The commands and agents within the plugin have distinct names (e.g., `ag2-architect`, `new-agent`, `group-chat`) and are prefixed with `ag2-` or clearly belong to the `buildwithclaude` marketplace, avoiding collisions.",{"category":39,"check":163,"severity":113,"summary":164},"Hooks-off mechanism","This plugin does not appear to utilize hooks that would require a hooks-off mechanism.",{"category":39,"check":166,"severity":113,"summary":167},"Hook matcher tightness","The plugin does not define any hooks, so this check is not applicable.",{"category":64,"check":169,"severity":113,"summary":170},"Hook security","The plugin does not appear to use hooks, making this check not applicable.",{"category":86,"check":172,"severity":113,"summary":173},"Silent prompt rewriting","The plugin does not implement any `UserPromptSubmit` hooks that would rewrite prompts.",{"category":64,"check":175,"severity":113,"summary":176},"Permission Hook","The plugin does not implement any `PermissionRequest` hooks.",{"category":116,"check":178,"severity":113,"summary":179},"Hook privacy","The plugin does not utilize hooks for logging or telemetry, making this check not applicable.",{"category":102,"check":181,"severity":113,"summary":182},"Hook dependency","The plugin does not appear to use custom hooks, so this check is not applicable.",{"category":43,"check":184,"severity":23,"summary":185},"Feature Transparency","The README clearly describes the plugin's features, and the provided agent/command files align with these descriptions, with no undeclared hooks or dangerous primitives.",{"category":187,"check":188,"severity":23,"summary":189},"Convention","Layout convention adherence","The plugin follows standard Claude Code plugin structure, with agents and commands organized logically, and the README provides installation and usage details.",{"category":187,"check":191,"severity":113,"summary":192},"Plugin state","This plugin does not appear to manage persistent state that would need to live under `${CLAUDE_PLUGIN_DATA}`.",{"category":64,"check":194,"severity":23,"summary":195},"Keychain-stored secrets","The plugin's patterns for handling secrets rely on environment variables and `connector_setup_required` errors, avoiding plain text storage in settings.",{"category":197,"check":198,"severity":23,"summary":199},"Installation","Clean uninstall","The plugin does not spawn background daemons or persistent services, ensuring a clean uninstall by simply removing the plugin files.",1778687364496,"This plugin provides commands and agents for scaffolding, wiring, and reviewing AG2 (AutoGen) multi-agent systems. It includes tools for creating agents, defining workflows, implementing connector tools, and managing group chats, all within the AG2 framework.",[203,204,205,206,207],"Scaffold AG2 agents and A2A server structures","Create complex multi-agent workflows (group chats, pipelines)","Generate utility tools with proper error handling and auth","Review agent code for best practices and contract adherence","Provide patterns for common AG2 agent types and orchestration",[209,210,211],"Running AG2 agents directly within Claude Code (focus is on scaffold/definition)","Providing pre-built agents for every possible task (focus is on framework)","Managing the deployment lifecycle of AG2 agents beyond code generation","3.0.0","4.4.0","Empower developers to efficiently build, configure, and manage complex AG2 multi-agent systems with structured commands and agents.","The plugin has a comprehensive feature set for building AG2 agents, adheres to all security and best practice checks, and has recent commit activity. All checks passed or were not applicable.",100,"Excellent plugin for building and managing AG2 multi-agent systems with extensive tooling and clear documentation.",[219,220,221,222,223,224],"autogen","multi-agent","agent-building","workflow","tools","python","global","verified",[228,229,230,231],"Designing and implementing a new AG2 agent for a specific task","Setting up a multi-agent system with a sequential processing pipeline","Creating a collaborative agent group chat for complex problem-solving","Developing custom tools for agents to interact with external APIs",{"codeQuality":233,"collectedAt":235,"documentation":236,"maintenance":239,"security":246,"testCoverage":249},{"hasLockfile":234},true,1778687342611,{"descriptionLength":237,"readmeSize":238},123,6655,{"closedIssues90d":240,"forks":241,"hasChangelog":234,"manifestVersion":242,"openIssues90d":243,"pushedAt":244,"stars":245},6,344,"1.0.0",4,1778317937000,2922,{"hasNpmPackage":247,"license":248,"smitheryVerified":247},false,"Apache-2.0",{"hasCi":234,"hasTests":234},{"updatedAt":251},1778687364609,{"basePath":253,"githubOwner":254,"githubRepo":255,"locale":17,"slug":12,"type":256},"plugins/ag2-agent-builder","davepoon","buildwithclaude","plugin",null,{"evaluate":259,"extract":261},{"promptVersionExtension":212,"promptVersionScoring":213,"score":216,"tags":260,"targetMarket":225,"tier":226},[219,220,221,222,223,224],{"commitSha":262,"license":248},"HEAD",{"repoId":264},"kd719kw54vhmcscq7ckdp59fg586mnt6",{"_creationTime":266,"_id":264,"identity":267,"providers":268,"workflow":5706},1778685941239.2253,{"githubOwner":254,"githubRepo":255,"sourceUrl":13},{"classify":269,"discover":5687,"github":5690},{"commitSha":262,"extensions":270},[271,288,305,405,416,428,444,462,492,504,534,558,590,628,648,738,754,764,794,838,854,868,896,936,946,978,992,1004,1024,1044,1086,1096,1112,1136,1168,1178,1214,1246,1272,1288,1304,1316,1330,1358,1370,1386,1398,1406,1531,1714,1750,2020,2044,2071,2082,2117,2129,2158,2191,2198,2208,2233,2260,2289,2298,2310,2326,2335,2344,2353,2370,2383,2399,2640,2658,2676,2736,2759,2767,2775,2783,2791,2799,2807,2815,2823,2831,2839,2847,2855,2863,2871,2879,2887,2895,2903,2911,2919,2927,2935,2943,2951,2959,2967,2975,2985,3003,3014,3023,3051,3073,3083,3091,3099,3107,3115,3123,3131,3139,3147,3155,3163,3171,3179,3196,3204,3212,3220,3228,3236,3244,3253,3261,3269,3277,3285,3294,3302,3310,3318,3326,3334,3342,3350,3358,3366,3374,3382,3390,3398,3406,3414,3422,3430,3459,3467,3475,3483,3491,3499,3507,3515,3523,3531,3539,3547,3555,3563,3571,3579,3587,3595,3603,3611,3619,3627,3644,3652,3664,3672,3680,3688,3696,3704,3712,3720,3734,3742,3750,3767,3775,3783,3791,3799,3807,3815,3823,3831,3839,3847,3855,3863,3871,3879,3908,3916,3924,3932,3954,3962,3970,3978,3986,3995,4003,4011,4019,4027,4035,4050,4058,4066,4074,4109,4117,4125,4133,4141,4149,4157,4165,4174,4182,4190,4198,4206,4214,4222,4230,4238,4248,4265,4273,4281,4289,4297,4306,4314,4322,4330,4338,4346,4354,4362,4370,4378,4385,4393,4401,4409,4417,4425,4433,4441,4449,4457,4467,4475,4483,4491,4499,4507,4515,4523,4531,4539,4547,4555,4563,4571,4579,4587,4595,4603,4611,4618,4642,4650,4660,4676,4686,4694,4702,4712,4726,4734,4742,4750,4758,4766,4774,4782,4790,4798,4806,4814,4822,4830,4838,4846,4854,4862,4870,4878,4886,4894,4902,4910,4918,4926,4934,4942,4950,4958,4966,4974,4982,4990,4998,5006,5014,5022,5030,5038,5046,5054,5062,5070,5078,5086,5094,5102,5110,5118,5126,5134,5142,5150,5158,5166,5174,5182,5190,5198,5206,5214,5222,5230,5238,5246,5254,5262,5270,5278,5286,5294,5302,5310,5318,5326,5334,5342,5350,5358,5366,5374,5382,5390,5398,5406,5414,5422,5430,5448,5462,5476,5490,5504,5511,5528,5536,5544,5558,5569,5577,5588,5600,5611,5623,5631,5639,5647,5655,5663,5671,5679],{"basePath":272,"description":273,"displayName":255,"installMethods":274,"rationale":276,"selectedPaths":277,"source":286,"sourceLanguage":17,"type":287},"","A comprehensive community-driven collection of 117 AI agents, 174 slash commands, 28 hooks, and 199 MCP servers for Claude Code",{"claudeCode":275},"davepoon/buildwithclaude","marketplace.json at .claude-plugin/marketplace.json",[278,281,283],{"path":279,"priority":280},".claude-plugin/marketplace.json","mandatory",{"path":282,"priority":280},"README.md",{"path":284,"priority":285},"LICENSE","high","rule","marketplace",{"basePath":289,"description":290,"displayName":291,"installMethods":292,"license":293,"rationale":294,"selectedPaths":295,"source":286,"sourceLanguage":17,"type":256},"plugins/cashflow","Personal finance ledger for AI agents. Connect your bank accounts via Plaid, then query spending, track recurring bills, categorize transactions, and get financial recaps — all through MCP tools with OAuth authentication.","cashflow",{"claudeCode":291},"MIT","plugin manifest at plugins/cashflow/.claude-plugin/plugin.json",[296,298,301,303],{"path":297,"priority":280},".claude-plugin/plugin.json",{"path":299,"priority":300},"skills/recap/SKILL.md","medium",{"path":302,"priority":300},"skills/tidy/SKILL.md",{"path":304,"priority":280},".mcp.json",{"basePath":306,"description":307,"displayName":308,"installMethods":309,"license":293,"rationale":310,"selectedPaths":311,"source":286,"sourceLanguage":17,"type":256},"plugins/claude-ops","Business operations command center for Claude Code — 25 skills, 13 agents, and a smart background daemon that manage communications (WhatsApp/Email/Slack/Telegram), projects, infrastructure (all AWS services), revenue (Stripe + RevenueCat), e-commerce (Shopify), marketing (Klaviyo/Meta/GA4/GSC), monitoring (Datadog/New Relic/OTEL), and voice (Bland AI/ElevenLabs/Whisper). Includes YOLO mode for autonomous operation.","ops",{"claudeCode":308},"plugin manifest at plugins/claude-ops/.claude-plugin/plugin.json",[312,313,314,315,317,319,321,323,325,327,329,331,333,335,337,339,341,343,345,347,349,351,353,355,357,359,361,363,365,367,369,371,373,375,377,379,381,383,385,387,389,391,393,395,397,399,401,403],{"path":297,"priority":280},{"path":282,"priority":280},{"path":284,"priority":285},{"path":316,"priority":300},"skills/ops/SKILL.md",{"path":318,"priority":300},"skills/ops-comms/SKILL.md",{"path":320,"priority":300},"skills/ops-daemon/SKILL.md",{"path":322,"priority":300},"skills/ops-dash/SKILL.md",{"path":324,"priority":300},"skills/ops-deploy/SKILL.md",{"path":326,"priority":300},"skills/ops-doctor/SKILL.md",{"path":328,"priority":300},"skills/ops-ecom/SKILL.md",{"path":330,"priority":300},"skills/ops-fires/SKILL.md",{"path":332,"priority":300},"skills/ops-go/SKILL.md",{"path":334,"priority":300},"skills/ops-gtm/SKILL.md",{"path":336,"priority":300},"skills/ops-inbox/SKILL.md",{"path":338,"priority":300},"skills/ops-integrate/SKILL.md",{"path":340,"priority":300},"skills/ops-linear/SKILL.md",{"path":342,"priority":300},"skills/ops-marketing/SKILL.md",{"path":344,"priority":300},"skills/ops-merge/SKILL.md",{"path":346,"priority":300},"skills/ops-monitor/SKILL.md",{"path":348,"priority":300},"skills/ops-next/SKILL.md",{"path":350,"priority":300},"skills/ops-orchestrate/SKILL.md",{"path":352,"priority":300},"skills/ops-package/SKILL.md",{"path":354,"priority":300},"skills/ops-projects/SKILL.md",{"path":356,"priority":300},"skills/ops-revenue/SKILL.md",{"path":358,"priority":300},"skills/ops-settings/SKILL.md",{"path":360,"priority":300},"skills/ops-speedup/SKILL.md",{"path":362,"priority":300},"skills/ops-status/SKILL.md",{"path":364,"priority":300},"skills/ops-triage/SKILL.md",{"path":366,"priority":300},"skills/ops-voice/SKILL.md",{"path":368,"priority":300},"skills/ops-whatsapp-biz/SKILL.md",{"path":370,"priority":300},"skills/ops-yolo/SKILL.md",{"path":372,"priority":300},"skills/setup/SKILL.md",{"path":374,"priority":300},"skills/uninstall/SKILL.md",{"path":376,"priority":285},"agents/comms-scanner.md",{"path":378,"priority":285},"agents/daemon-agent.md",{"path":380,"priority":285},"agents/doctor-agent.md",{"path":382,"priority":285},"agents/infra-monitor.md",{"path":384,"priority":285},"agents/marketing-optimizer.md",{"path":386,"priority":285},"agents/memory-extractor.md",{"path":388,"priority":285},"agents/monitor-agent.md",{"path":390,"priority":285},"agents/project-scanner.md",{"path":392,"priority":285},"agents/revenue-tracker.md",{"path":394,"priority":285},"agents/triage-agent.md",{"path":396,"priority":285},"agents/yolo-ceo.md",{"path":398,"priority":285},"agents/yolo-cfo.md",{"path":400,"priority":285},"agents/yolo-coo.md",{"path":402,"priority":285},"agents/yolo-cto.md",{"path":404,"priority":285},"hooks/hooks.json",{"basePath":406,"description":407,"displayName":408,"installMethods":409,"license":293,"rationale":410,"selectedPaths":411,"source":286,"sourceLanguage":17,"type":256},"plugins/claude-hud","Real-time statusline HUD for Claude Code - displays context usage, tool activity, agent tracking, and todo progress","claude-hud",{"claudeCode":408},"plugin manifest at plugins/claude-hud/.claude-plugin/plugin.json",[412,413,414],{"path":297,"priority":280},{"path":282,"priority":280},{"path":415,"priority":285},"commands/setup.md",{"basePath":417,"description":418,"displayName":419,"installMethods":420,"license":293,"rationale":421,"selectedPaths":422,"source":286,"sourceLanguage":17,"type":256},"plugins/agents-blockchain-web3","Specialized agents for blockchain development, smart contracts, and Web3 applications","agents-blockchain-web3",{"claudeCode":419},"plugin manifest at plugins/agents-blockchain-web3/.claude-plugin/plugin.json",[423,424,426],{"path":297,"priority":280},{"path":425,"priority":285},"agents/blockchain-developer.md",{"path":427,"priority":285},"agents/hyperledger-fabric-developer.md",{"basePath":429,"description":430,"displayName":431,"installMethods":432,"license":293,"rationale":433,"selectedPaths":434,"source":286,"sourceLanguage":17,"type":256},"plugins/agents-business-finance","Agents for business analysis, financial modeling, and KPI tracking","agents-business-finance",{"claudeCode":431},"plugin manifest at plugins/agents-business-finance/.claude-plugin/plugin.json",[435,436,438,440,442],{"path":297,"priority":280},{"path":437,"priority":285},"agents/business-analyst.md",{"path":439,"priority":285},"agents/legal-advisor.md",{"path":441,"priority":285},"agents/payment-integration.md",{"path":443,"priority":285},"agents/quant-analyst.md",{"basePath":445,"description":446,"displayName":447,"installMethods":448,"license":293,"rationale":449,"selectedPaths":450,"source":286,"sourceLanguage":17,"type":256},"plugins/agents-crypto-trading","Expert agents for cryptocurrency trading, DeFi strategies, and market analysis","agents-crypto-trading",{"claudeCode":447},"plugin manifest at plugins/agents-crypto-trading/.claude-plugin/plugin.json",[451,452,454,456,458,460],{"path":297,"priority":280},{"path":453,"priority":285},"agents/arbitrage-bot.md",{"path":455,"priority":285},"agents/crypto-analyst.md",{"path":457,"priority":285},"agents/crypto-risk-manager.md",{"path":459,"priority":285},"agents/crypto-trader.md",{"path":461,"priority":285},"agents/defi-strategist.md",{"basePath":463,"description":464,"displayName":465,"installMethods":466,"license":293,"rationale":467,"selectedPaths":468,"source":286,"sourceLanguage":17,"type":256},"plugins/agents-data-ai","Agents for data engineering, machine learning, and AI development","agents-data-ai",{"claudeCode":465},"plugin manifest at plugins/agents-data-ai/.claude-plugin/plugin.json",[469,470,472,474,476,478,480,482,484,486,488,490],{"path":297,"priority":280},{"path":471,"priority":285},"agents/ai-engineer.md",{"path":473,"priority":285},"agents/context-manager.md",{"path":475,"priority":285},"agents/data-engineer.md",{"path":477,"priority":285},"agents/data-scientist.md",{"path":479,"priority":285},"agents/hackathon-ai-strategist.md",{"path":481,"priority":285},"agents/llms-maintainer.md",{"path":483,"priority":285},"agents/ml-engineer.md",{"path":485,"priority":285},"agents/mlops-engineer.md",{"path":487,"priority":285},"agents/prompt-engineer.md",{"path":489,"priority":285},"agents/search-specialist.md",{"path":491,"priority":285},"agents/task-decomposition-expert.md",{"basePath":493,"description":494,"displayName":495,"installMethods":496,"license":293,"rationale":497,"selectedPaths":498,"source":286,"sourceLanguage":17,"type":256},"plugins/agents-design-experience","Agents for UI/UX design, accessibility, and user experience optimization","agents-design-experience",{"claudeCode":495},"plugin manifest at plugins/agents-design-experience/.claude-plugin/plugin.json",[499,500,502],{"path":297,"priority":280},{"path":501,"priority":285},"agents/accessibility-specialist.md",{"path":503,"priority":285},"agents/ui-ux-designer.md",{"basePath":505,"description":506,"displayName":507,"installMethods":508,"license":293,"rationale":509,"selectedPaths":510,"source":286,"sourceLanguage":17,"type":256},"plugins/agents-development-architecture","Expert agents for software architecture, backend development, and system design","agents-development-architecture",{"claudeCode":507},"plugin manifest at plugins/agents-development-architecture/.claude-plugin/plugin.json",[511,512,514,516,518,520,522,524,526,528,530,532],{"path":297,"priority":280},{"path":513,"priority":285},"agents/backend-architect.md",{"path":515,"priority":285},"agents/directus-developer.md",{"path":517,"priority":285},"agents/drupal-developer.md",{"path":519,"priority":285},"agents/frontend-developer.md",{"path":521,"priority":285},"agents/graphql-architect.md",{"path":523,"priority":285},"agents/ios-developer.md",{"path":525,"priority":285},"agents/laravel-vue-developer.md",{"path":527,"priority":285},"agents/mobile-developer.md",{"path":529,"priority":285},"agents/nextjs-app-router-developer.md",{"path":531,"priority":285},"agents/react-performance-optimization.md",{"path":533,"priority":285},"agents/wordpress-developer.md",{"basePath":535,"description":536,"displayName":537,"installMethods":538,"license":293,"rationale":539,"selectedPaths":540,"source":286,"sourceLanguage":17,"type":256},"plugins/agents-infrastructure-operations","Agents for cloud infrastructure, DevOps, and database operations","agents-infrastructure-operations",{"claudeCode":537},"plugin manifest at plugins/agents-infrastructure-operations/.claude-plugin/plugin.json",[541,542,544,546,548,550,552,554,556],{"path":297,"priority":280},{"path":543,"priority":285},"agents/cloud-architect.md",{"path":545,"priority":285},"agents/database-admin.md",{"path":547,"priority":285},"agents/database-optimization.md",{"path":549,"priority":285},"agents/database-optimizer.md",{"path":551,"priority":285},"agents/deployment-engineer.md",{"path":553,"priority":285},"agents/devops-troubleshooter.md",{"path":555,"priority":285},"agents/network-engineer.md",{"path":557,"priority":285},"agents/terraform-specialist.md",{"basePath":559,"description":560,"displayName":561,"installMethods":562,"license":293,"rationale":563,"selectedPaths":564,"source":286,"sourceLanguage":17,"type":256},"plugins/agents-language-specialists","Expert agents for specific programming languages (Python, Go, Rust, etc.)","agents-language-specialists",{"claudeCode":561},"plugin manifest at plugins/agents-language-specialists/.claude-plugin/plugin.json",[565,566,568,570,572,574,576,578,580,582,584,586,588],{"path":297,"priority":280},{"path":567,"priority":285},"agents/c-developer.md",{"path":569,"priority":285},"agents/cpp-engineer.md",{"path":571,"priority":285},"agents/golang-expert.md",{"path":573,"priority":285},"agents/java-developer.md",{"path":575,"priority":285},"agents/javascript-developer.md",{"path":577,"priority":285},"agents/php-developer.md",{"path":579,"priority":285},"agents/python-expert.md",{"path":581,"priority":285},"agents/rails-expert.md",{"path":583,"priority":285},"agents/ruby-expert.md",{"path":585,"priority":285},"agents/rust-expert.md",{"path":587,"priority":285},"agents/sql-expert.md",{"path":589,"priority":285},"agents/typescript-expert.md",{"basePath":591,"description":592,"displayName":593,"installMethods":594,"license":293,"rationale":595,"selectedPaths":596,"source":286,"sourceLanguage":17,"type":256},"plugins/agents-quality-security","Agents for code review, security audits, debugging, and quality assurance","agents-quality-security",{"claudeCode":593},"plugin manifest at plugins/agents-quality-security/.claude-plugin/plugin.json",[597,598,600,602,604,606,608,610,612,614,616,618,620,622,624,626],{"path":297,"priority":280},{"path":599,"priority":285},"agents/api-security-audit.md",{"path":601,"priority":285},"agents/architect-review.md",{"path":603,"priority":285},"agents/code-reviewer.md",{"path":605,"priority":285},"agents/command-expert.md",{"path":607,"priority":285},"agents/debugger.md",{"path":609,"priority":285},"agents/dx-optimizer.md",{"path":611,"priority":285},"agents/error-detective.md",{"path":613,"priority":285},"agents/incident-responder.md",{"path":615,"priority":285},"agents/mcp-security-auditor.md",{"path":617,"priority":285},"agents/mcp-server-architect.md",{"path":619,"priority":285},"agents/mcp-testing-engineer.md",{"path":621,"priority":285},"agents/performance-engineer.md",{"path":623,"priority":285},"agents/review-agent.md",{"path":625,"priority":285},"agents/security-auditor.md",{"path":627,"priority":285},"agents/test-automator.md",{"basePath":629,"description":630,"displayName":631,"installMethods":632,"license":293,"rationale":633,"selectedPaths":634,"source":286,"sourceLanguage":17,"type":256},"plugins/agents-sales-marketing","Agents for content marketing, customer support, and sales automation","agents-sales-marketing",{"claudeCode":631},"plugin manifest at plugins/agents-sales-marketing/.claude-plugin/plugin.json",[635,636,638,640,642,644,646],{"path":297,"priority":280},{"path":637,"priority":285},"agents/content-marketer.md",{"path":639,"priority":285},"agents/customer-support.md",{"path":641,"priority":285},"agents/risk-manager.md",{"path":643,"priority":285},"agents/sales-automator.md",{"path":645,"priority":285},"agents/social-media-clip-creator.md",{"path":647,"priority":285},"agents/social-media-copywriter.md",{"basePath":649,"description":650,"displayName":651,"installMethods":652,"license":293,"rationale":653,"selectedPaths":654,"source":286,"sourceLanguage":17,"type":256},"plugins/agents-specialized-domains","Domain-specific expert agents for research, documentation, and specialized tasks","agents-specialized-domains",{"claudeCode":651},"plugin manifest at plugins/agents-specialized-domains/.claude-plugin/plugin.json",[655,656,658,660,662,664,666,668,670,672,674,676,678,680,682,684,686,688,690,692,694,696,698,700,702,704,706,708,710,712,714,716,718,720,722,724,726,728,730,732,734,736],{"path":297,"priority":280},{"path":657,"priority":285},"agents/academic-research-synthesizer.md",{"path":659,"priority":285},"agents/academic-researcher.md",{"path":661,"priority":285},"agents/agent-expert.md",{"path":663,"priority":285},"agents/api-documenter.md",{"path":665,"priority":285},"agents/audio-quality-controller.md",{"path":667,"priority":285},"agents/comprehensive-researcher.md",{"path":669,"priority":285},"agents/connection-agent.md",{"path":671,"priority":285},"agents/data-analyst.md",{"path":673,"priority":285},"agents/docusaurus-expert.md",{"path":675,"priority":285},"agents/episode-orchestrator.md",{"path":677,"priority":285},"agents/game-developer.md",{"path":679,"priority":285},"agents/legacy-modernizer.md",{"path":681,"priority":285},"agents/markdown-syntax-formatter.md",{"path":683,"priority":285},"agents/market-research-analyst.md",{"path":685,"priority":285},"agents/mcp-deployment-orchestrator.md",{"path":687,"priority":285},"agents/mcp-expert.md",{"path":689,"priority":285},"agents/mcp-registry-navigator.md",{"path":691,"priority":285},"agents/metadata-agent.md",{"path":693,"priority":285},"agents/moc-agent.md",{"path":695,"priority":285},"agents/ocr-grammar-fixer.md",{"path":697,"priority":285},"agents/ocr-quality-assurance.md",{"path":699,"priority":285},"agents/podcast-content-analyzer.md",{"path":701,"priority":285},"agents/podcast-metadata-specialist.md",{"path":703,"priority":285},"agents/podcast-transcriber.md",{"path":705,"priority":285},"agents/podcast-trend-scout.md",{"path":707,"priority":285},"agents/project-supervisor-orchestrator.md",{"path":709,"priority":285},"agents/query-clarifier.md",{"path":711,"priority":285},"agents/report-generator.md",{"path":713,"priority":285},"agents/research-brief-generator.md",{"path":715,"priority":285},"agents/research-coordinator.md",{"path":717,"priority":285},"agents/research-orchestrator.md",{"path":719,"priority":285},"agents/research-synthesizer.md",{"path":721,"priority":285},"agents/seo-podcast-optimizer.md",{"path":723,"priority":285},"agents/tag-agent.md",{"path":725,"priority":285},"agents/technical-researcher.md",{"path":727,"priority":285},"agents/text-comparison-validator.md",{"path":729,"priority":285},"agents/timestamp-precision-specialist.md",{"path":731,"priority":285},"agents/twitter-ai-influencer-manager.md",{"path":733,"priority":285},"agents/url-context-validator.md",{"path":735,"priority":285},"agents/url-link-extractor.md",{"path":737,"priority":285},"agents/visual-analysis-ocr.md",{"basePath":739,"description":740,"displayName":741,"installMethods":742,"license":293,"rationale":743,"selectedPaths":744,"source":286,"sourceLanguage":17,"type":256},"plugins/commands-api-development","Commands for designing and documenting REST and GraphQL APIs","commands-api-development",{"claudeCode":741},"plugin manifest at plugins/commands-api-development/.claude-plugin/plugin.json",[745,746,748,750,752],{"path":297,"priority":280},{"path":747,"priority":285},"commands/design-rest-api.md",{"path":749,"priority":285},"commands/doc-api.md",{"path":751,"priority":285},"commands/generate-api-documentation.md",{"path":753,"priority":285},"commands/implement-graphql-api.md",{"basePath":755,"description":756,"displayName":757,"installMethods":758,"license":293,"rationale":759,"selectedPaths":760,"source":286,"sourceLanguage":17,"type":256},"plugins/commands-automation-workflow","Commands for automating repetitive tasks and workflows","commands-automation-workflow",{"claudeCode":757},"plugin manifest at plugins/commands-automation-workflow/.claude-plugin/plugin.json",[761,762],{"path":297,"priority":280},{"path":763,"priority":285},"commands/act.md",{"basePath":765,"description":766,"displayName":767,"installMethods":768,"license":293,"rationale":769,"selectedPaths":770,"source":286,"sourceLanguage":17,"type":256},"plugins/commands-ci-deployment","Commands for CI/CD setup, containerization, and deployment automation","commands-ci-deployment",{"claudeCode":767},"plugin manifest at plugins/commands-ci-deployment/.claude-plugin/plugin.json",[771,772,774,776,778,780,782,784,786,788,790,792],{"path":297,"priority":280},{"path":773,"priority":285},"commands/add-changelog.md",{"path":775,"priority":285},"commands/changelog-demo-command.md",{"path":777,"priority":285},"commands/ci-setup.md",{"path":779,"priority":285},"commands/containerize-application.md",{"path":781,"priority":285},"commands/hotfix-deploy.md",{"path":783,"priority":285},"commands/prepare-release.md",{"path":785,"priority":285},"commands/release.md",{"path":787,"priority":285},"commands/rollback-deploy.md",{"path":789,"priority":285},"commands/run-ci.md",{"path":791,"priority":285},"commands/setup-automated-releases.md",{"path":793,"priority":285},"commands/setup-kubernetes-deployment.md",{"basePath":795,"description":796,"displayName":797,"installMethods":798,"license":293,"rationale":799,"selectedPaths":800,"source":286,"sourceLanguage":17,"type":256},"plugins/commands-code-analysis-testing","Commands for code review, testing, and analysis","commands-code-analysis-testing",{"claudeCode":797},"plugin manifest at plugins/commands-code-analysis-testing/.claude-plugin/plugin.json",[801,802,804,806,808,810,812,814,816,818,820,822,824,826,828,830,832,834,836],{"path":297,"priority":280},{"path":803,"priority":285},"commands/add-mutation-testing.md",{"path":805,"priority":285},"commands/add-property-based-testing.md",{"path":807,"priority":285},"commands/check.md",{"path":809,"priority":285},"commands/clean.md",{"path":811,"priority":285},"commands/code_analysis.md",{"path":813,"priority":285},"commands/e2e-setup.md",{"path":815,"priority":285},"commands/generate-test-cases.md",{"path":817,"priority":285},"commands/generate-tests.md",{"path":819,"priority":285},"commands/optimize.md",{"path":821,"priority":285},"commands/repro-issue.md",{"path":823,"priority":285},"commands/setup-comprehensive-testing.md",{"path":825,"priority":285},"commands/setup-load-testing.md",{"path":827,"priority":285},"commands/setup-visual-testing.md",{"path":829,"priority":285},"commands/tdd.md",{"path":831,"priority":285},"commands/test-changelog-automation.md",{"path":833,"priority":285},"commands/test-coverage.md",{"path":835,"priority":285},"commands/testing_plan_integration.md",{"path":837,"priority":285},"commands/write-tests.md",{"basePath":839,"description":840,"displayName":841,"installMethods":842,"license":293,"rationale":843,"selectedPaths":844,"source":286,"sourceLanguage":17,"type":256},"plugins/commands-context-loading-priming","Commands for loading context and priming Claude for specific tasks","commands-context-loading-priming",{"claudeCode":841},"plugin manifest at plugins/commands-context-loading-priming/.claude-plugin/plugin.json",[845,846,848,850,852],{"path":297,"priority":280},{"path":847,"priority":285},"commands/context-prime.md",{"path":849,"priority":285},"commands/initref.md",{"path":851,"priority":285},"commands/prime.md",{"path":853,"priority":285},"commands/rsi.md",{"basePath":855,"description":856,"displayName":857,"installMethods":858,"license":293,"rationale":859,"selectedPaths":860,"source":286,"sourceLanguage":17,"type":256},"plugins/commands-database-operations","Commands for database schema design, migrations, and optimization","commands-database-operations",{"claudeCode":857},"plugin manifest at plugins/commands-database-operations/.claude-plugin/plugin.json",[861,862,864,866],{"path":297,"priority":280},{"path":863,"priority":285},"commands/create-database-migrations.md",{"path":865,"priority":285},"commands/design-database-schema.md",{"path":867,"priority":285},"commands/optimize-database-performance.md",{"basePath":869,"description":870,"displayName":871,"installMethods":872,"license":293,"rationale":873,"selectedPaths":874,"source":286,"sourceLanguage":17,"type":256},"plugins/commands-documentation-changelogs","Commands for generating documentation and managing changelogs","commands-documentation-changelogs",{"claudeCode":871},"plugin manifest at plugins/commands-documentation-changelogs/.claude-plugin/plugin.json",[875,876,878,880,882,884,886,888,890,892,894],{"path":297,"priority":280},{"path":877,"priority":285},"commands/add-to-changelog.md",{"path":879,"priority":285},"commands/create-architecture-documentation.md",{"path":881,"priority":285},"commands/create-docs.md",{"path":883,"priority":285},"commands/create-onboarding-guide.md",{"path":885,"priority":285},"commands/docs.md",{"path":887,"priority":285},"commands/explain-issue-fix.md",{"path":889,"priority":285},"commands/load-llms-txt.md",{"path":891,"priority":285},"commands/migration-guide.md",{"path":893,"priority":285},"commands/troubleshooting-guide.md",{"path":895,"priority":285},"commands/update-docs.md",{"basePath":897,"description":898,"displayName":899,"installMethods":900,"license":293,"rationale":901,"selectedPaths":902,"source":286,"sourceLanguage":17,"type":256},"plugins/commands-framework-svelte","Specialized commands for Svelte and SvelteKit development","commands-framework-svelte",{"claudeCode":899},"plugin manifest at plugins/commands-framework-svelte/.claude-plugin/plugin.json",[903,904,906,908,910,912,914,916,918,920,922,924,926,928,930,932,934],{"path":297,"priority":280},{"path":905,"priority":285},"commands/svelte-a11y.md",{"path":907,"priority":285},"commands/svelte-component.md",{"path":909,"priority":285},"commands/svelte-debug.md",{"path":911,"priority":285},"commands/svelte-migrate.md",{"path":913,"priority":285},"commands/svelte-optimize.md",{"path":915,"priority":285},"commands/svelte-scaffold.md",{"path":917,"priority":285},"commands/svelte-storybook-migrate.md",{"path":919,"priority":285},"commands/svelte-storybook-mock.md",{"path":921,"priority":285},"commands/svelte-storybook-setup.md",{"path":923,"priority":285},"commands/svelte-storybook-story.md",{"path":925,"priority":285},"commands/svelte-storybook-troubleshoot.md",{"path":927,"priority":285},"commands/svelte-storybook.md",{"path":929,"priority":285},"commands/svelte-test-coverage.md",{"path":931,"priority":285},"commands/svelte-test-fix.md",{"path":933,"priority":285},"commands/svelte-test-setup.md",{"path":935,"priority":285},"commands/svelte-test.md",{"basePath":937,"description":938,"displayName":939,"installMethods":940,"license":293,"rationale":941,"selectedPaths":942,"source":286,"sourceLanguage":17,"type":256},"plugins/commands-game-development","Commands for game development workflows","commands-game-development",{"claudeCode":939},"plugin manifest at plugins/commands-game-development/.claude-plugin/plugin.json",[943,944],{"path":297,"priority":280},{"path":945,"priority":285},"commands/unity-project-setup.md",{"basePath":947,"description":948,"displayName":949,"installMethods":950,"license":293,"rationale":951,"selectedPaths":952,"source":286,"sourceLanguage":17,"type":256},"plugins/commands-integration-sync","Commands for integrating with external services and syncing data","commands-integration-sync",{"claudeCode":949},"plugin manifest at plugins/commands-integration-sync/.claude-plugin/plugin.json",[953,954,956,958,960,962,964,966,968,970,972,974,976],{"path":297,"priority":280},{"path":955,"priority":285},"commands/bidirectional-sync.md",{"path":957,"priority":285},"commands/bulk-import-issues.md",{"path":959,"priority":285},"commands/cross-reference-manager.md",{"path":961,"priority":285},"commands/issue-to-linear-task.md",{"path":963,"priority":285},"commands/linear-task-to-issue.md",{"path":965,"priority":285},"commands/sync-automation-setup.md",{"path":967,"priority":285},"commands/sync-conflict-resolver.md",{"path":969,"priority":285},"commands/sync-issues-to-linear.md",{"path":971,"priority":285},"commands/sync-linear-to-issues.md",{"path":973,"priority":285},"commands/sync-pr-to-task.md",{"path":975,"priority":285},"commands/sync-status.md",{"path":977,"priority":285},"commands/task-from-pr.md",{"basePath":979,"description":980,"displayName":981,"installMethods":982,"license":293,"rationale":983,"selectedPaths":984,"source":286,"sourceLanguage":17,"type":256},"plugins/commands-miscellaneous","General-purpose utility commands","commands-miscellaneous",{"claudeCode":981},"plugin manifest at plugins/commands-miscellaneous/.claude-plugin/plugin.json",[985,986,988,990],{"path":297,"priority":280},{"path":987,"priority":285},"commands/five.md",{"path":989,"priority":285},"commands/mermaid.md",{"path":991,"priority":285},"commands/use-stepper.md",{"basePath":993,"description":994,"displayName":995,"installMethods":996,"license":293,"rationale":997,"selectedPaths":998,"source":286,"sourceLanguage":17,"type":256},"plugins/commands-monitoring-observability","Commands for setting up monitoring and observability","commands-monitoring-observability",{"claudeCode":995},"plugin manifest at plugins/commands-monitoring-observability/.claude-plugin/plugin.json",[999,1000,1002],{"path":297,"priority":280},{"path":1001,"priority":285},"commands/add-performance-monitoring.md",{"path":1003,"priority":285},"commands/setup-monitoring-observability.md",{"basePath":1005,"description":1006,"displayName":1007,"installMethods":1008,"license":293,"rationale":1009,"selectedPaths":1010,"source":286,"sourceLanguage":17,"type":256},"plugins/commands-performance-optimization","Commands for optimizing build, bundle size, and performance","commands-performance-optimization",{"claudeCode":1007},"plugin manifest at plugins/commands-performance-optimization/.claude-plugin/plugin.json",[1011,1012,1014,1016,1018,1020,1022],{"path":297,"priority":280},{"path":1013,"priority":285},"commands/implement-caching-strategy.md",{"path":1015,"priority":285},"commands/optimize-build.md",{"path":1017,"priority":285},"commands/optimize-bundle-size.md",{"path":1019,"priority":285},"commands/performance-audit.md",{"path":1021,"priority":285},"commands/setup-cdn-optimization.md",{"path":1023,"priority":285},"commands/system-behavior-simulator.md",{"basePath":1025,"description":1026,"displayName":1027,"installMethods":1028,"license":293,"rationale":1029,"selectedPaths":1030,"source":286,"sourceLanguage":17,"type":256},"plugins/commands-project-setup","Commands for initializing and setting up new projects","commands-project-setup",{"claudeCode":1027},"plugin manifest at plugins/commands-project-setup/.claude-plugin/plugin.json",[1031,1032,1034,1036,1038,1040,1042],{"path":297,"priority":280},{"path":1033,"priority":285},"commands/modernize-deps.md",{"path":1035,"priority":285},"commands/setup-development-environment.md",{"path":1037,"priority":285},"commands/setup-formatting.md",{"path":1039,"priority":285},"commands/setup-linting.md",{"path":1041,"priority":285},"commands/setup-monorepo.md",{"path":1043,"priority":285},"commands/setup-rate-limiting.md",{"basePath":1045,"description":1046,"displayName":1047,"installMethods":1048,"license":293,"rationale":1049,"selectedPaths":1050,"source":286,"sourceLanguage":17,"type":256},"plugins/commands-project-task-management","Commands for task management and project tracking","commands-project-task-management",{"claudeCode":1047},"plugin manifest at plugins/commands-project-task-management/.claude-plugin/plugin.json",[1051,1052,1054,1056,1058,1060,1062,1064,1066,1068,1070,1072,1074,1076,1078,1080,1082,1084],{"path":297,"priority":280},{"path":1053,"priority":285},"commands/add-package.md",{"path":1055,"priority":285},"commands/create-command.md",{"path":1057,"priority":285},"commands/create-feature.md",{"path":1059,"priority":285},"commands/create-jtbd.md",{"path":1061,"priority":285},"commands/create-prd.md",{"path":1063,"priority":285},"commands/create-prp.md",{"path":1065,"priority":285},"commands/init-project.md",{"path":1067,"priority":285},"commands/milestone-tracker.md",{"path":1069,"priority":285},"commands/pac-configure.md",{"path":1071,"priority":285},"commands/pac-create-epic.md",{"path":1073,"priority":285},"commands/pac-create-ticket.md",{"path":1075,"priority":285},"commands/pac-update-status.md",{"path":1077,"priority":285},"commands/pac-validate.md",{"path":1079,"priority":285},"commands/project-health-check.md",{"path":1081,"priority":285},"commands/project-timeline-simulator.md",{"path":1083,"priority":285},"commands/project-to-linear.md",{"path":1085,"priority":285},"commands/todo.md",{"basePath":1087,"description":1088,"displayName":1089,"installMethods":1090,"license":293,"rationale":1091,"selectedPaths":1092,"source":286,"sourceLanguage":17,"type":256},"plugins/interview","Interview command for fleshing out big feature plans and specifications","interview",{"claudeCode":1089},"plugin manifest at plugins/interview/.claude-plugin/plugin.json",[1093,1094],{"path":297,"priority":280},{"path":1095,"priority":285},"commands/big-features-interview.md",{"basePath":1097,"description":1098,"displayName":1099,"installMethods":1100,"license":293,"rationale":1101,"selectedPaths":1102,"source":286,"sourceLanguage":17,"type":256},"plugins/commands-security-audit","Commands for security auditing and vulnerability scanning","commands-security-audit",{"claudeCode":1099},"plugin manifest at plugins/commands-security-audit/.claude-plugin/plugin.json",[1103,1104,1106,1108,1110],{"path":297,"priority":280},{"path":1105,"priority":285},"commands/add-authentication-system.md",{"path":1107,"priority":285},"commands/dependency-audit.md",{"path":1109,"priority":285},"commands/security-audit.md",{"path":1111,"priority":285},"commands/security-hardening.md",{"basePath":1113,"description":1114,"displayName":1115,"installMethods":1116,"license":293,"rationale":1117,"selectedPaths":1118,"source":286,"sourceLanguage":17,"type":256},"plugins/commands-simulation-modeling","Commands for scenario simulation and decision modeling","commands-simulation-modeling",{"claudeCode":1115},"plugin manifest at plugins/commands-simulation-modeling/.claude-plugin/plugin.json",[1119,1120,1122,1124,1126,1128,1130,1132,1134],{"path":297,"priority":280},{"path":1121,"priority":285},"commands/business-scenario-explorer.md",{"path":1123,"priority":285},"commands/constraint-modeler.md",{"path":1125,"priority":285},"commands/decision-tree-explorer.md",{"path":1127,"priority":285},"commands/digital-twin-creator.md",{"path":1129,"priority":285},"commands/future-scenario-generator.md",{"path":1131,"priority":285},"commands/market-response-modeler.md",{"path":1133,"priority":285},"commands/simulation-calibrator.md",{"path":1135,"priority":285},"commands/timeline-compressor.md",{"basePath":1137,"description":1138,"displayName":1139,"installMethods":1140,"license":293,"rationale":1141,"selectedPaths":1142,"source":286,"sourceLanguage":17,"type":256},"plugins/commands-team-collaboration","Commands for team workflows, PR reviews, and collaboration","commands-team-collaboration",{"claudeCode":1139},"plugin manifest at plugins/commands-team-collaboration/.claude-plugin/plugin.json",[1143,1144,1146,1148,1150,1152,1154,1156,1158,1160,1162,1164,1166],{"path":297,"priority":280},{"path":1145,"priority":285},"commands/architecture-review.md",{"path":1147,"priority":285},"commands/decision-quality-analyzer.md",{"path":1149,"priority":285},"commands/dependency-mapper.md",{"path":1151,"priority":285},"commands/estimate-assistant.md",{"path":1153,"priority":285},"commands/issue-triage.md",{"path":1155,"priority":285},"commands/memory-spring-cleaning.md",{"path":1157,"priority":285},"commands/migration-assistant.md",{"path":1159,"priority":285},"commands/retrospective-analyzer.md",{"path":1161,"priority":285},"commands/session-learning-capture.md",{"path":1163,"priority":285},"commands/sprint-planning.md",{"path":1165,"priority":285},"commands/standup-report.md",{"path":1167,"priority":285},"commands/team-workload-balancer.md",{"basePath":1169,"description":1170,"displayName":1171,"installMethods":1172,"license":293,"rationale":1173,"selectedPaths":1174,"source":286,"sourceLanguage":17,"type":256},"plugins/commands-typescript-migration","Commands for migrating JavaScript projects to TypeScript","commands-typescript-migration",{"claudeCode":1171},"plugin manifest at plugins/commands-typescript-migration/.claude-plugin/plugin.json",[1175,1176],{"path":297,"priority":280},{"path":1177,"priority":285},"commands/migrate-to-typescript.md",{"basePath":1179,"description":1180,"displayName":1181,"installMethods":1182,"license":293,"rationale":1183,"selectedPaths":1184,"source":286,"sourceLanguage":17,"type":256},"plugins/commands-utilities-debugging","General debugging and utility commands","commands-utilities-debugging",{"claudeCode":1181},"plugin manifest at plugins/commands-utilities-debugging/.claude-plugin/plugin.json",[1185,1186,1188,1190,1192,1194,1196,1198,1200,1202,1204,1206,1208,1210,1212],{"path":297,"priority":280},{"path":1187,"priority":285},"commands/all-tools.md",{"path":1189,"priority":285},"commands/architecture-scenario-explorer.md",{"path":1191,"priority":285},"commands/check-file.md",{"path":1193,"priority":285},"commands/clean-branches.md",{"path":1195,"priority":285},"commands/code-permutation-tester.md",{"path":1197,"priority":285},"commands/code-review.md",{"path":1199,"priority":285},"commands/code-to-task.md",{"path":1201,"priority":285},"commands/debug-error.md",{"path":1203,"priority":285},"commands/directory-deep-dive.md",{"path":1205,"priority":285},"commands/explain-code.md",{"path":1207,"priority":285},"commands/generate-linear-worklog.md",{"path":1209,"priority":285},"commands/git-status.md",{"path":1211,"priority":285},"commands/refactor-code.md",{"path":1213,"priority":285},"commands/ultra-think.md",{"basePath":1215,"description":1216,"displayName":1217,"installMethods":1218,"license":293,"rationale":1219,"selectedPaths":1220,"source":286,"sourceLanguage":17,"type":256},"plugins/commands-version-control-git","Commands for Git operations, commits, and PRs","commands-version-control-git",{"claudeCode":1217},"plugin manifest at plugins/commands-version-control-git/.claude-plugin/plugin.json",[1221,1222,1224,1226,1228,1230,1232,1234,1236,1238,1240,1242,1244],{"path":297,"priority":280},{"path":1223,"priority":285},"commands/bug-fix.md",{"path":1225,"priority":285},"commands/commit-fast.md",{"path":1227,"priority":285},"commands/commit.md",{"path":1229,"priority":285},"commands/create-pr.md",{"path":1231,"priority":285},"commands/create-pull-request.md",{"path":1233,"priority":285},"commands/create-worktrees.md",{"path":1235,"priority":285},"commands/fix-github-issue.md",{"path":1237,"priority":285},"commands/fix-issue.md",{"path":1239,"priority":285},"commands/fix-pr.md",{"path":1241,"priority":285},"commands/husky.md",{"path":1243,"priority":285},"commands/pr-review.md",{"path":1245,"priority":285},"commands/update-branch-name.md",{"basePath":1247,"description":1248,"displayName":1249,"installMethods":1250,"license":293,"rationale":1251,"selectedPaths":1252,"source":286,"sourceLanguage":17,"type":256},"plugins/commands-workflow-orchestration","Commands for orchestrating complex workflows","commands-workflow-orchestration",{"claudeCode":1249},"plugin manifest at plugins/commands-workflow-orchestration/.claude-plugin/plugin.json",[1253,1254,1256,1258,1260,1262,1264,1266,1268,1270],{"path":297,"priority":280},{"path":1255,"priority":285},"commands/find.md",{"path":1257,"priority":285},"commands/log.md",{"path":1259,"priority":285},"commands/move.md",{"path":1261,"priority":285},"commands/remove.md",{"path":1263,"priority":285},"commands/report.md",{"path":1265,"priority":285},"commands/resume.md",{"path":1267,"priority":285},"commands/start.md",{"path":1269,"priority":285},"commands/status.md",{"path":1271,"priority":285},"commands/sync.md",{"basePath":1273,"description":1274,"displayName":1275,"installMethods":1276,"license":293,"rationale":1277,"selectedPaths":1278,"source":286,"sourceLanguage":17,"type":256},"plugins/hooks-automation","Automation Hooks - Event-driven automation hooks","hooks-automation",{"claudeCode":1275},"plugin manifest at plugins/hooks-automation/.claude-plugin/plugin.json",[1279,1280,1282,1284,1286],{"path":297,"priority":280},{"path":1281,"priority":285},"hooks/build-on-change.md",{"path":1283,"priority":285},"hooks/dependency-checker.md",{"path":1285,"priority":285},"hooks/no-ask-human.md",{"path":1287,"priority":285},"hooks/slack-notifications.md",{"basePath":1289,"description":1290,"displayName":1291,"installMethods":1292,"license":293,"rationale":1293,"selectedPaths":1294,"source":286,"sourceLanguage":17,"type":256},"plugins/hooks-development","Development Hooks - Event-driven automation hooks","hooks-development",{"claudeCode":1291},"plugin manifest at plugins/hooks-development/.claude-plugin/plugin.json",[1295,1296,1298,1300,1302],{"path":297,"priority":280},{"path":1297,"priority":285},"hooks/change-tracker.md",{"path":1299,"priority":285},"hooks/file-backup.md",{"path":1301,"priority":285},"hooks/lint-on-save.md",{"path":1303,"priority":285},"hooks/smart-formatting.md",{"basePath":1305,"description":1306,"displayName":1307,"installMethods":1308,"license":293,"rationale":1309,"selectedPaths":1310,"source":286,"sourceLanguage":17,"type":256},"plugins/hooks-formatting","Formatting Hooks - Event-driven automation hooks","hooks-formatting",{"claudeCode":1307},"plugin manifest at plugins/hooks-formatting/.claude-plugin/plugin.json",[1311,1312,1314],{"path":297,"priority":280},{"path":1313,"priority":285},"hooks/format-javascript-files.md",{"path":1315,"priority":285},"hooks/format-python-files.md",{"basePath":1317,"description":1318,"displayName":1319,"installMethods":1320,"license":293,"rationale":1321,"selectedPaths":1322,"source":286,"sourceLanguage":17,"type":256},"plugins/hooks-git","Git Hooks - Event-driven automation hooks","hooks-git",{"claudeCode":1319},"plugin manifest at plugins/hooks-git/.claude-plugin/plugin.json",[1323,1324,1326,1328],{"path":297,"priority":280},{"path":1325,"priority":285},"hooks/auto-git-add.md",{"path":1327,"priority":285},"hooks/git-add-changes.md",{"path":1329,"priority":285},"hooks/smart-commit.md",{"basePath":1331,"description":1332,"displayName":1333,"installMethods":1334,"license":293,"rationale":1335,"selectedPaths":1336,"source":286,"sourceLanguage":17,"type":256},"plugins/hooks-notifications","Notification Hooks - Event-driven automation hooks","hooks-notifications",{"claudeCode":1333},"plugin manifest at plugins/hooks-notifications/.claude-plugin/plugin.json",[1337,1338,1340,1342,1344,1346,1348,1350,1352,1354,1356],{"path":297,"priority":280},{"path":1339,"priority":285},"hooks/discord-detailed-notifications.md",{"path":1341,"priority":285},"hooks/discord-error-notifications.md",{"path":1343,"priority":285},"hooks/discord-notifications.md",{"path":1345,"priority":285},"hooks/notify-before-bash.md",{"path":1347,"priority":285},"hooks/simple-notifications.md",{"path":1349,"priority":285},"hooks/slack-detailed-notifications.md",{"path":1351,"priority":285},"hooks/slack-error-notifications.md",{"path":1353,"priority":285},"hooks/telegram-detailed-notifications.md",{"path":1355,"priority":285},"hooks/telegram-error-notifications.md",{"path":1357,"priority":285},"hooks/telegram-notifications.md",{"basePath":1359,"description":1360,"displayName":1361,"installMethods":1362,"license":293,"rationale":1363,"selectedPaths":1364,"source":286,"sourceLanguage":17,"type":256},"plugins/hooks-performance","Performance Hooks - Event-driven automation hooks","hooks-performance",{"claudeCode":1361},"plugin manifest at plugins/hooks-performance/.claude-plugin/plugin.json",[1365,1366,1368],{"path":297,"priority":280},{"path":1367,"priority":285},"hooks/context-monitor.md",{"path":1369,"priority":285},"hooks/performance-monitor.md",{"basePath":1371,"description":1372,"displayName":1373,"installMethods":1374,"license":293,"rationale":1375,"selectedPaths":1376,"source":286,"sourceLanguage":17,"type":256},"plugins/hooks-security","Security Hooks - Event-driven automation hooks","hooks-security",{"claudeCode":1373},"plugin manifest at plugins/hooks-security/.claude-plugin/plugin.json",[1377,1378,1380,1382,1384],{"path":297,"priority":280},{"path":1379,"priority":285},"hooks/branch-guard.md",{"path":1381,"priority":285},"hooks/file-protection-hook.md",{"path":1383,"priority":285},"hooks/file-protection.md",{"path":1385,"priority":285},"hooks/security-scanner.md",{"basePath":1387,"description":1388,"displayName":1389,"installMethods":1390,"license":293,"rationale":1391,"selectedPaths":1392,"source":286,"sourceLanguage":17,"type":256},"plugins/hooks-testing","Testing Hooks - Event-driven automation hooks","hooks-testing",{"claudeCode":1389},"plugin manifest at plugins/hooks-testing/.claude-plugin/plugin.json",[1393,1394,1396],{"path":297,"priority":280},{"path":1395,"priority":285},"hooks/run-tests-after-changes.md",{"path":1397,"priority":285},"hooks/test-runner.md",{"basePath":1399,"description":1400,"displayName":1401,"installMethods":1402,"license":293,"rationale":1403,"selectedPaths":1404,"source":286,"sourceLanguage":17,"type":256},"plugins/mcp-servers-docker","Docker-based MCP servers from the official Docker MCP registry - includes 199+ verified servers","mcp-servers-docker",{"claudeCode":1401},"plugin manifest at plugins/mcp-servers-docker/.claude-plugin/plugin.json",[1405],{"path":297,"priority":280},{"basePath":1407,"description":1408,"displayName":1409,"installMethods":1410,"license":293,"rationale":1411,"selectedPaths":1412,"source":286,"sourceLanguage":17,"type":256},"plugins/all-agents","Complete collection of 117 specialized AI agents across 11 categories","all-agents",{"claudeCode":1409},"plugin manifest at plugins/all-agents/.claude-plugin/plugin.json",[1413,1414,1415,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1487,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530],{"path":297,"priority":280},{"path":657,"priority":285},{"path":659,"priority":285},{"path":501,"priority":285},{"path":661,"priority":285},{"path":471,"priority":285},{"path":663,"priority":285},{"path":599,"priority":285},{"path":453,"priority":285},{"path":601,"priority":285},{"path":665,"priority":285},{"path":513,"priority":285},{"path":425,"priority":285},{"path":437,"priority":285},{"path":567,"priority":285},{"path":543,"priority":285},{"path":603,"priority":285},{"path":605,"priority":285},{"path":667,"priority":285},{"path":669,"priority":285},{"path":637,"priority":285},{"path":473,"priority":285},{"path":569,"priority":285},{"path":455,"priority":285},{"path":457,"priority":285},{"path":459,"priority":285},{"path":639,"priority":285},{"path":671,"priority":285},{"path":475,"priority":285},{"path":477,"priority":285},{"path":545,"priority":285},{"path":547,"priority":285},{"path":549,"priority":285},{"path":607,"priority":285},{"path":461,"priority":285},{"path":551,"priority":285},{"path":553,"priority":285},{"path":515,"priority":285},{"path":673,"priority":285},{"path":517,"priority":285},{"path":609,"priority":285},{"path":675,"priority":285},{"path":611,"priority":285},{"path":519,"priority":285},{"path":677,"priority":285},{"path":571,"priority":285},{"path":521,"priority":285},{"path":479,"priority":285},{"path":427,"priority":285},{"path":613,"priority":285},{"path":523,"priority":285},{"path":573,"priority":285},{"path":575,"priority":285},{"path":525,"priority":285},{"path":679,"priority":285},{"path":439,"priority":285},{"path":481,"priority":285},{"path":681,"priority":285},{"path":683,"priority":285},{"path":685,"priority":285},{"path":687,"priority":285},{"path":689,"priority":285},{"path":615,"priority":285},{"path":617,"priority":285},{"path":619,"priority":285},{"path":691,"priority":285},{"path":483,"priority":285},{"path":485,"priority":285},{"path":527,"priority":285},{"path":693,"priority":285},{"path":555,"priority":285},{"path":529,"priority":285},{"path":695,"priority":285},{"path":697,"priority":285},{"path":441,"priority":285},{"path":621,"priority":285},{"path":577,"priority":285},{"path":699,"priority":285},{"path":701,"priority":285},{"path":703,"priority":285},{"path":705,"priority":285},{"path":707,"priority":285},{"path":487,"priority":285},{"path":579,"priority":285},{"path":443,"priority":285},{"path":709,"priority":285},{"path":581,"priority":285},{"path":531,"priority":285},{"path":711,"priority":285},{"path":713,"priority":285},{"path":715,"priority":285},{"path":717,"priority":285},{"path":719,"priority":285},{"path":623,"priority":285},{"path":641,"priority":285},{"path":583,"priority":285},{"path":585,"priority":285},{"path":643,"priority":285},{"path":489,"priority":285},{"path":625,"priority":285},{"path":721,"priority":285},{"path":645,"priority":285},{"path":647,"priority":285},{"path":587,"priority":285},{"path":723,"priority":285},{"path":491,"priority":285},{"path":725,"priority":285},{"path":557,"priority":285},{"path":627,"priority":285},{"path":727,"priority":285},{"path":729,"priority":285},{"path":731,"priority":285},{"path":589,"priority":285},{"path":503,"priority":285},{"path":733,"priority":285},{"path":735,"priority":285},{"path":737,"priority":285},{"path":533,"priority":285},{"basePath":1532,"description":1533,"displayName":1534,"installMethods":1535,"license":293,"rationale":1536,"selectedPaths":1537,"source":286,"sourceLanguage":17,"type":256},"plugins/all-commands","Complete collection of 174 slash commands across 22 categories","all-commands",{"claudeCode":1534},"plugin manifest at plugins/all-commands/.claude-plugin/plugin.json",[1538,1539,1540,1541,1542,1543,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1588,1589,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1603,1604,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1661,1662,1663,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713],{"path":297,"priority":280},{"path":763,"priority":285},{"path":1105,"priority":285},{"path":773,"priority":285},{"path":803,"priority":285},{"path":1053,"priority":285},{"path":1001,"priority":285},{"path":805,"priority":285},{"path":877,"priority":285},{"path":1187,"priority":285},{"path":1145,"priority":285},{"path":1189,"priority":285},{"path":955,"priority":285},{"path":1095,"priority":285},{"path":1223,"priority":285},{"path":957,"priority":285},{"path":1121,"priority":285},{"path":775,"priority":285},{"path":1191,"priority":285},{"path":807,"priority":285},{"path":777,"priority":285},{"path":1193,"priority":285},{"path":809,"priority":285},{"path":1195,"priority":285},{"path":1197,"priority":285},{"path":1199,"priority":285},{"path":811,"priority":285},{"path":1225,"priority":285},{"path":1227,"priority":285},{"path":1123,"priority":285},{"path":779,"priority":285},{"path":847,"priority":285},{"path":879,"priority":285},{"path":1055,"priority":285},{"path":863,"priority":285},{"path":881,"priority":285},{"path":1057,"priority":285},{"path":1059,"priority":285},{"path":883,"priority":285},{"path":1229,"priority":285},{"path":1061,"priority":285},{"path":1063,"priority":285},{"path":1231,"priority":285},{"path":1233,"priority":285},{"path":959,"priority":285},{"path":1201,"priority":285},{"path":1147,"priority":285},{"path":1125,"priority":285},{"path":1107,"priority":285},{"path":1149,"priority":285},{"path":865,"priority":285},{"path":747,"priority":285},{"path":1127,"priority":285},{"path":1203,"priority":285},{"path":749,"priority":285},{"path":885,"priority":285},{"path":813,"priority":285},{"path":1151,"priority":285},{"path":1205,"priority":285},{"path":887,"priority":285},{"path":1255,"priority":285},{"path":987,"priority":285},{"path":1235,"priority":285},{"path":1237,"priority":285},{"path":1239,"priority":285},{"path":1129,"priority":285},{"path":751,"priority":285},{"path":1207,"priority":285},{"path":815,"priority":285},{"path":817,"priority":285},{"path":1209,"priority":285},{"path":781,"priority":285},{"path":1241,"priority":285},{"path":1013,"priority":285},{"path":753,"priority":285},{"path":1065,"priority":285},{"path":849,"priority":285},{"path":961,"priority":285},{"path":1153,"priority":285},{"path":963,"priority":285},{"path":889,"priority":285},{"path":1257,"priority":285},{"path":1131,"priority":285},{"path":1155,"priority":285},{"path":989,"priority":285},{"path":1177,"priority":285},{"path":1157,"priority":285},{"path":891,"priority":285},{"path":1067,"priority":285},{"path":1033,"priority":285},{"path":1259,"priority":285},{"path":1015,"priority":285},{"path":1017,"priority":285},{"path":867,"priority":285},{"path":819,"priority":285},{"path":1069,"priority":285},{"path":1071,"priority":285},{"path":1073,"priority":285},{"path":1075,"priority":285},{"path":1077,"priority":285},{"path":1019,"priority":285},{"path":1243,"priority":285},{"path":783,"priority":285},{"path":851,"priority":285},{"path":1079,"priority":285},{"path":1081,"priority":285},{"path":1083,"priority":285},{"path":1211,"priority":285},{"path":785,"priority":285},{"path":1261,"priority":285},{"path":1263,"priority":285},{"path":821,"priority":285},{"path":1265,"priority":285},{"path":1159,"priority":285},{"path":787,"priority":285},{"path":853,"priority":285},{"path":789,"priority":285},{"path":1109,"priority":285},{"path":1111,"priority":285},{"path":1161,"priority":285},{"path":791,"priority":285},{"path":1021,"priority":285},{"path":823,"priority":285},{"path":1035,"priority":285},{"path":1037,"priority":285},{"path":793,"priority":285},{"path":1039,"priority":285},{"path":825,"priority":285},{"path":1003,"priority":285},{"path":1041,"priority":285},{"path":1043,"priority":285},{"path":827,"priority":285},{"path":1133,"priority":285},{"path":1163,"priority":285},{"path":1165,"priority":285},{"path":1267,"priority":285},{"path":1269,"priority":285},{"path":905,"priority":285},{"path":907,"priority":285},{"path":909,"priority":285},{"path":911,"priority":285},{"path":913,"priority":285},{"path":915,"priority":285},{"path":917,"priority":285},{"path":919,"priority":285},{"path":921,"priority":285},{"path":923,"priority":285},{"path":925,"priority":285},{"path":927,"priority":285},{"path":929,"priority":285},{"path":931,"priority":285},{"path":933,"priority":285},{"path":935,"priority":285},{"path":965,"priority":285},{"path":967,"priority":285},{"path":969,"priority":285},{"path":971,"priority":285},{"path":973,"priority":285},{"path":975,"priority":285},{"path":1271,"priority":285},{"path":1023,"priority":285},{"path":977,"priority":285},{"path":829,"priority":285},{"path":1167,"priority":285},{"path":831,"priority":285},{"path":833,"priority":285},{"path":835,"priority":285},{"path":1135,"priority":285},{"path":1085,"priority":285},{"path":893,"priority":285},{"path":1213,"priority":285},{"path":945,"priority":285},{"path":1245,"priority":285},{"path":895,"priority":285},{"path":991,"priority":285},{"path":837,"priority":285},{"basePath":1715,"description":1716,"displayName":1717,"installMethods":1718,"license":293,"rationale":1719,"selectedPaths":1720,"source":286,"sourceLanguage":17,"type":256},"plugins/all-hooks","Complete collection of 28 automation hooks for event-driven workflows","all-hooks",{"claudeCode":1717},"plugin manifest at plugins/all-hooks/.claude-plugin/plugin.json",[1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1731,1732,1733,1734,1735,1736,1737,1738,1739,1740,1741,1742,1743,1744,1745,1746,1747,1748,1749],{"path":297,"priority":280},{"path":1325,"priority":285},{"path":1281,"priority":285},{"path":1297,"priority":285},{"path":1283,"priority":285},{"path":1339,"priority":285},{"path":1341,"priority":285},{"path":1343,"priority":285},{"path":1299,"priority":285},{"path":1381,"priority":285},{"path":1383,"priority":285},{"path":1313,"priority":285},{"path":1315,"priority":285},{"path":1327,"priority":285},{"path":1301,"priority":285},{"path":1345,"priority":285},{"path":1369,"priority":285},{"path":1395,"priority":285},{"path":1385,"priority":285},{"path":1347,"priority":285},{"path":1349,"priority":285},{"path":1351,"priority":285},{"path":1287,"priority":285},{"path":1329,"priority":285},{"path":1303,"priority":285},{"path":1353,"priority":285},{"path":1355,"priority":285},{"path":1357,"priority":285},{"path":1397,"priority":285},{"basePath":1751,"description":1752,"displayName":1753,"installMethods":1754,"license":293,"rationale":1755,"selectedPaths":1756,"source":286,"sourceLanguage":17,"type":256},"plugins/all-skills","Complete collection of 31 Claude Code skills for document processing, development, business productivity, media safety, and creative tasks","all-skills",{"claudeCode":1753},"plugin manifest at plugins/all-skills/.claude-plugin/plugin.json",[1757,1758,1760,1762,1764,1766,1768,1770,1772,1774,1776,1778,1780,1782,1784,1786,1788,1790,1792,1794,1796,1798,1800,1802,1804,1806,1808,1810,1812,1814,1816,1818,1820,1822,1824,1826,1828,1830,1832,1834,1836,1838,1840,1842,1844,1846,1848,1850,1852,1854,1856,1858,1860,1862,1864,1866,1868,1870,1872,1874,1876,1878,1880,1882,1884,1886,1888,1890,1892,1894,1896,1898,1900,1902,1904,1906,1908,1910,1912,1914,1916,1918,1920,1922,1924,1926,1928,1930,1932,1934,1936,1938,1940,1942,1944,1946,1948,1950,1952,1954,1956,1958,1960,1962,1964,1966,1968,1970,1972,1974,1976,1978,1980,1982,1984,1986,1988,1990,1992,1994,1996,1998,2000,2002,2004,2006,2008,2010,2012,2014,2016,2018],{"path":297,"priority":280},{"path":1759,"priority":300},"skills/activecampaign-automation/SKILL.md",{"path":1761,"priority":300},"skills/agent-analytics/SKILL.md",{"path":1763,"priority":300},"skills/airtable-automation/SKILL.md",{"path":1765,"priority":300},"skills/amplitude-automation/SKILL.md",{"path":1767,"priority":300},"skills/artifacts-builder/SKILL.md",{"path":1769,"priority":300},"skills/asana-automation/SKILL.md",{"path":1771,"priority":300},"skills/aurakit/SKILL.md",{"path":1773,"priority":300},"skills/bamboohr-automation/SKILL.md",{"path":1775,"priority":300},"skills/basecamp-automation/SKILL.md",{"path":1777,"priority":300},"skills/bitbucket-automation/SKILL.md",{"path":1779,"priority":300},"skills/box-automation/SKILL.md",{"path":1781,"priority":300},"skills/brand-guidelines/SKILL.md",{"path":1783,"priority":300},"skills/brevo-automation/SKILL.md",{"path":1785,"priority":300},"skills/cal-com-automation/SKILL.md",{"path":1787,"priority":300},"skills/calendly-automation/SKILL.md",{"path":1789,"priority":300},"skills/canva-automation/SKILL.md",{"path":1791,"priority":300},"skills/canvas-design/SKILL.md",{"path":1793,"priority":300},"skills/cf-proxy/SKILL.md",{"path":1795,"priority":300},"skills/changelog-generator/SKILL.md",{"path":1797,"priority":300},"skills/circleci-automation/SKILL.md",{"path":1799,"priority":300},"skills/clawring/SKILL.md",{"path":1801,"priority":300},"skills/clickup-automation/SKILL.md",{"path":1803,"priority":300},"skills/close-automation/SKILL.md",{"path":1805,"priority":300},"skills/coda-automation/SKILL.md",{"path":1807,"priority":300},"skills/coinpaprika-api/SKILL.md",{"path":1809,"priority":300},"skills/competitive-ads-extractor/SKILL.md",{"path":1811,"priority":300},"skills/confluence-automation/SKILL.md",{"path":1813,"priority":300},"skills/content-research-writer/SKILL.md",{"path":1815,"priority":300},"skills/convertkit-automation/SKILL.md",{"path":1817,"priority":300},"skills/datadog-automation/SKILL.md",{"path":1819,"priority":300},"skills/developer-growth-analysis/SKILL.md",{"path":1821,"priority":300},"skills/dexpaprika-api/SKILL.md",{"path":1823,"priority":300},"skills/discord-automation/SKILL.md",{"path":1825,"priority":300},"skills/docusign-automation/SKILL.md",{"path":1827,"priority":300},"skills/docx/SKILL.md",{"path":1829,"priority":300},"skills/domain-name-brainstormer/SKILL.md",{"path":1831,"priority":300},"skills/dropbox-automation/SKILL.md",{"path":1833,"priority":300},"skills/figma-automation/SKILL.md",{"path":1835,"priority":300},"skills/file-organizer/SKILL.md",{"path":1837,"priority":300},"skills/freshdesk-automation/SKILL.md",{"path":1839,"priority":300},"skills/freshservice-automation/SKILL.md",{"path":1841,"priority":300},"skills/gingiris-growth-playbooks/SKILL.md",{"path":1843,"priority":300},"skills/github-automation/SKILL.md",{"path":1845,"priority":300},"skills/gitlab-automation/SKILL.md",{"path":1847,"priority":300},"skills/gmail-automation/SKILL.md",{"path":1849,"priority":300},"skills/google-analytics-automation/SKILL.md",{"path":1851,"priority":300},"skills/google-calendar-automation/SKILL.md",{"path":1853,"priority":300},"skills/google-drive-automation/SKILL.md",{"path":1855,"priority":300},"skills/google-drive-upload/SKILL.md",{"path":1857,"priority":300},"skills/googlesheets-automation/SKILL.md",{"path":1859,"priority":300},"skills/helpdesk-automation/SKILL.md",{"path":1861,"priority":300},"skills/hubspot-automation/SKILL.md",{"path":1863,"priority":300},"skills/image-enhancer/SKILL.md",{"path":1865,"priority":300},"skills/immich-photo-manager/SKILL.md",{"path":1867,"priority":300},"skills/instagram-automation/SKILL.md",{"path":1869,"priority":300},"skills/intercom-automation/SKILL.md",{"path":1871,"priority":300},"skills/internal-comms/SKILL.md",{"path":1873,"priority":300},"skills/invoice-organizer/SKILL.md",{"path":1875,"priority":300},"skills/ios-hig-design-guide/SKILL.md",{"path":1877,"priority":300},"skills/jira-automation/SKILL.md",{"path":1879,"priority":300},"skills/json-canvas/SKILL.md",{"path":1881,"priority":300},"skills/klaviyo-automation/SKILL.md",{"path":1883,"priority":300},"skills/lead-research-assistant/SKILL.md",{"path":1885,"priority":300},"skills/linear-automation/SKILL.md",{"path":1887,"priority":300},"skills/linkedin-automation/SKILL.md",{"path":1889,"priority":300},"skills/lobsterdomains/SKILL.md",{"path":1891,"priority":300},"skills/macos-design/SKILL.md",{"path":1893,"priority":300},"skills/mailchimp-automation/SKILL.md",{"path":1895,"priority":300},"skills/make-automation/SKILL.md",{"path":1897,"priority":300},"skills/mcp-builder/SKILL.md",{"path":1899,"priority":300},"skills/meeting-insights-analyzer/SKILL.md",{"path":1901,"priority":300},"skills/microsoft-teams-automation/SKILL.md",{"path":1903,"priority":300},"skills/miro-automation/SKILL.md",{"path":1905,"priority":300},"skills/mixpanel-automation/SKILL.md",{"path":1907,"priority":300},"skills/monday-automation/SKILL.md",{"path":1909,"priority":300},"skills/morning-ai/SKILL.md",{"path":1911,"priority":300},"skills/notion-automation/SKILL.md",{"path":1913,"priority":300},"skills/obsidian-bases/SKILL.md",{"path":1915,"priority":300},"skills/obsidian-markdown/SKILL.md",{"path":1917,"priority":300},"skills/oiloil-ui-ux-guide/SKILL.md",{"path":1919,"priority":300},"skills/one-drive-automation/SKILL.md",{"path":1921,"priority":300},"skills/outlook-automation/SKILL.md",{"path":1923,"priority":300},"skills/outlook-calendar-automation/SKILL.md",{"path":1925,"priority":300},"skills/pagerduty-automation/SKILL.md",{"path":1927,"priority":300},"skills/pdf/SKILL.md",{"path":1929,"priority":300},"skills/pipedrive-automation/SKILL.md",{"path":1931,"priority":300},"skills/posthog-automation/SKILL.md",{"path":1933,"priority":300},"skills/postmark-automation/SKILL.md",{"path":1935,"priority":300},"skills/pptx/SKILL.md",{"path":1937,"priority":300},"skills/pressreleasesonline/SKILL.md",{"path":1939,"priority":300},"skills/raffle-winner-picker/SKILL.md",{"path":1941,"priority":300},"skills/reddit-automation/SKILL.md",{"path":1943,"priority":300},"skills/render-automation/SKILL.md",{"path":1945,"priority":300},"skills/resemble-detect/SKILL.md",{"path":1947,"priority":300},"skills/salesforce-automation/SKILL.md",{"path":1949,"priority":300},"skills/segment-automation/SKILL.md",{"path":1951,"priority":300},"skills/sendgrid-automation/SKILL.md",{"path":1953,"priority":300},"skills/sentry-automation/SKILL.md",{"path":1955,"priority":300},"skills/shopify-automation/SKILL.md",{"path":1957,"priority":300},"skills/skill-creator/SKILL.md",{"path":1959,"priority":300},"skills/skill-share/SKILL.md",{"path":1961,"priority":300},"skills/skyvern/SKILL.md",{"path":1963,"priority":300},"skills/slack-automation/SKILL.md",{"path":1965,"priority":300},"skills/slack-gif-creator/SKILL.md",{"path":1967,"priority":300},"skills/slack-message-formatter/SKILL.md",{"path":1969,"priority":300},"skills/square-automation/SKILL.md",{"path":1971,"priority":300},"skills/stripe-automation/SKILL.md",{"path":1973,"priority":300},"skills/supabase-automation/SKILL.md",{"path":1975,"priority":300},"skills/szamlazz-invoicing/SKILL.md",{"path":1977,"priority":300},"skills/tailored-resume-generator/SKILL.md",{"path":1979,"priority":300},"skills/telegram-automation/SKILL.md",{"path":1981,"priority":300},"skills/theme-factory/SKILL.md",{"path":1983,"priority":300},"skills/tiktok-automation/SKILL.md",{"path":1985,"priority":300},"skills/todoist-automation/SKILL.md",{"path":1987,"priority":300},"skills/trello-automation/SKILL.md",{"path":1989,"priority":300},"skills/tubeify/SKILL.md",{"path":1991,"priority":300},"skills/twitter-algorithm-optimizer/SKILL.md",{"path":1993,"priority":300},"skills/twitter-automation/SKILL.md",{"path":1995,"priority":300},"skills/tycana/SKILL.md",{"path":1997,"priority":300},"skills/vercel-automation/SKILL.md",{"path":1999,"priority":300},"skills/video-downloader/SKILL.md",{"path":2001,"priority":300},"skills/webapp-testing/SKILL.md",{"path":2003,"priority":300},"skills/webflow-automation/SKILL.md",{"path":2005,"priority":300},"skills/whatsapp-automation/SKILL.md",{"path":2007,"priority":300},"skills/wrike-automation/SKILL.md",{"path":2009,"priority":300},"skills/x-twitter-scraper/SKILL.md",{"path":2011,"priority":300},"skills/xlsx/SKILL.md",{"path":2013,"priority":300},"skills/youtube-automation/SKILL.md",{"path":2015,"priority":300},"skills/zendesk-automation/SKILL.md",{"path":2017,"priority":300},"skills/zoho-crm-automation/SKILL.md",{"path":2019,"priority":300},"skills/zoom-automation/SKILL.md",{"basePath":2021,"description":2022,"displayName":2023,"installMethods":2024,"license":293,"rationale":2025,"selectedPaths":2026,"source":286,"sourceLanguage":17,"type":256},"plugins/nextjs-expert","Next.js development expertise with skills for App Router, Server Components, Route Handlers, Server Actions, and authentication patterns","nextjs-expert",{"claudeCode":2023},"plugin manifest at plugins/nextjs-expert/.claude-plugin/plugin.json",[2027,2028,2029,2031,2033,2035,2037,2039,2041,2042],{"path":297,"priority":280},{"path":282,"priority":280},{"path":2030,"priority":300},"skills/app-router/SKILL.md",{"path":2032,"priority":300},"skills/auth-patterns/SKILL.md",{"path":2034,"priority":300},"skills/route-handlers/SKILL.md",{"path":2036,"priority":300},"skills/server-actions/SKILL.md",{"path":2038,"priority":300},"skills/server-components/SKILL.md",{"path":2040,"priority":285},"commands/add-auth.md",{"path":819,"priority":285},{"path":2043,"priority":285},"commands/scaffold.md",{"basePath":2045,"description":2046,"displayName":2047,"installMethods":2048,"license":293,"rationale":2049,"selectedPaths":2050,"source":286,"sourceLanguage":17,"type":256},"plugins/frontend-design-pro","Advanced frontend design plugin with interactive wizard, trend research, moodboard creation, color/typography selection, and browser-based inspiration analysis","frontend-design-pro",{"claudeCode":2047},"plugin manifest at plugins/frontend-design-pro/.claude-plugin/plugin.json",[2051,2052,2053,2055,2057,2059,2061,2063,2065,2067,2069],{"path":297,"priority":280},{"path":282,"priority":280},{"path":2054,"priority":300},"skills/color-curator/SKILL.md",{"path":2056,"priority":300},"skills/design-wizard/SKILL.md",{"path":2058,"priority":300},"skills/inspiration-analyzer/SKILL.md",{"path":2060,"priority":300},"skills/moodboard-creator/SKILL.md",{"path":2062,"priority":300},"skills/trend-researcher/SKILL.md",{"path":2064,"priority":300},"skills/typography-selector/SKILL.md",{"path":2066,"priority":285},"commands/analyze-site.md",{"path":2068,"priority":285},"commands/design.md",{"path":2070,"priority":285},"commands/review.md",{"basePath":2072,"description":2073,"displayName":2074,"installMethods":2075,"license":293,"rationale":2076,"selectedPaths":2077,"source":286,"sourceLanguage":17,"type":256},"plugins/obsidian-skills","Skills for working with Obsidian files - Markdown, Bases, and Canvas formats","obsidian-skills",{"claudeCode":2074},"plugin manifest at plugins/obsidian-skills/.claude-plugin/plugin.json",[2078,2079,2080,2081],{"path":297,"priority":280},{"path":1879,"priority":300},{"path":1913,"priority":300},{"path":1915,"priority":300},{"basePath":2083,"description":2084,"displayName":2085,"installMethods":2086,"license":293,"rationale":2087,"selectedPaths":2088,"source":286,"sourceLanguage":17,"type":256},"plugins/project-boundary","Blocks destructive commands outside the project directory. Allows file operations within the project (refactoring, cleanup) but prevents accidental damage outside it.","project-boundary",{"claudeCode":2085},"plugin manifest at plugins/project-boundary/.claude-plugin/plugin.json",[2089,2090,2091,2092,2094,2096,2097,2099,2101,2103,2105,2107,2109,2111,2113,2115],{"path":297,"priority":280},{"path":282,"priority":280},{"path":284,"priority":285},{"path":2093,"priority":285},"hooks/allowlist.conf",{"path":2095,"priority":285},"hooks/guard.sh",{"path":404,"priority":285},{"path":2098,"priority":285},"hooks/lib/command_name.sh",{"path":2100,"priority":285},"hooks/lib/detectors/destructive.sh",{"path":2102,"priority":285},"hooks/lib/detectors/inplace.sh",{"path":2104,"priority":285},"hooks/lib/detectors/write_targets.sh",{"path":2106,"priority":285},"hooks/lib/heredoc.sh",{"path":2108,"priority":285},"hooks/lib/options.sh",{"path":2110,"priority":285},"hooks/lib/paths.sh",{"path":2112,"priority":285},"hooks/lib/tokenize.sh",{"path":2114,"priority":285},"hooks/project-boundary.md",{"path":2116,"priority":285},"hooks/session_hint.md",{"basePath":2118,"description":2119,"displayName":2120,"installMethods":2121,"rationale":2122,"selectedPaths":2123,"source":286,"sourceLanguage":17,"type":256},"plugins/shipwright","Describe your app in plain English — Shipwright builds, tests, and deploys it autonomously. 9-phase pipeline, 4 stacks, enterprise-grade safety hooks.","shipwright",{"claudeCode":2120},"inline plugin source from marketplace.json at plugins/shipwright",[2124,2125,2127],{"path":282,"priority":280},{"path":2126,"priority":285},"agents/shipwright.md",{"path":2128,"priority":285},"commands/build.md",{"basePath":2130,"description":2131,"displayName":2132,"installMethods":2133,"license":293,"rationale":2134,"selectedPaths":2135,"source":286,"sourceLanguage":17,"type":256},"plugins/codex-hud","Display OpenAI Codex API usage and costs inside Claude Code","codex-hud",{"claudeCode":2132},"plugin manifest at plugins/codex-hud/.claude-plugin/plugin.json",[2136,2137,2138,2139,2141,2143,2145,2147,2149,2150,2152,2154,2156],{"path":297,"priority":280},{"path":282,"priority":280},{"path":284,"priority":285},{"path":2140,"priority":285},"commands/configure.md",{"path":2142,"priority":285},"commands/costs-month.md",{"path":2144,"priority":285},"commands/costs-today.md",{"path":2146,"priority":285},"commands/costs-week.md",{"path":2148,"priority":285},"commands/setup-key.md",{"path":415,"priority":285},{"path":2151,"priority":285},"commands/summary.md",{"path":2153,"priority":285},"commands/usage-month.md",{"path":2155,"priority":285},"commands/usage-today.md",{"path":2157,"priority":285},"commands/usage-week.md",{"basePath":2159,"description":2160,"displayName":2161,"installMethods":2162,"license":2163,"rationale":2164,"selectedPaths":2165,"source":286,"sourceLanguage":17,"type":256},"plugins/magic-cc-codex-worker","Parallel Codex workers inside Claude Code — multi-agent orchestration with git worktree isolation, resumable sessions, and dual-model PR review.","magic-codex",{"claudeCode":2161},"PolyForm-Noncommercial-1.0.0","plugin manifest at plugins/magic-cc-codex-worker/.claude-plugin/plugin.json",[2166,2167,2168,2169,2171,2173,2175,2177,2179,2181,2183,2185,2186,2188,2190],{"path":297,"priority":280},{"path":282,"priority":280},{"path":284,"priority":285},{"path":2170,"priority":285},"agents/implementer.md",{"path":2172,"priority":285},"agents/planner.md",{"path":2174,"priority":285},"agents/reviewer.md",{"path":2176,"priority":285},"commands/cancel.md",{"path":2178,"priority":285},"commands/discard.md",{"path":2180,"priority":285},"commands/fan-out.md",{"path":2182,"priority":285},"commands/merge.md",{"path":2184,"priority":285},"commands/mode.md",{"path":1265,"priority":285},{"path":2187,"priority":285},"commands/review-pr.md",{"path":2189,"priority":285},"commands/spawn.md",{"path":1269,"priority":285},{"basePath":2130,"description":2131,"displayName":2132,"installMethods":2192,"rationale":2193,"selectedPaths":2194,"source":286,"sourceLanguage":17,"type":287},{"claudeCode":275},"marketplace.json at plugins/codex-hud/.claude-plugin/marketplace.json",[2195,2196,2197],{"path":279,"priority":280},{"path":282,"priority":280},{"path":284,"priority":285},{"basePath":2199,"description":2200,"displayName":2201,"installMethods":2202,"rationale":2203,"selectedPaths":2204,"source":286,"sourceLanguage":17,"type":287},"plugins/foresight-intelligence","Strategic foresight and futures analysis tools for Claude.","isanthoshgandhi",{"claudeCode":275},"marketplace.json at plugins/foresight-intelligence/.claude-plugin/marketplace.json (coalesced with duplicate marketplace at plugins/venture-capital-intelligence)",[2205,2206,2207],{"path":279,"priority":280},{"path":282,"priority":280},{"path":284,"priority":285},{"basePath":253,"description":10,"displayName":12,"installMethods":2209,"license":248,"rationale":2210,"selectedPaths":2211,"source":286,"sourceLanguage":17,"type":256},{"claudeCode":12},"plugin manifest at plugins/ag2-agent-builder/.claude-plugin/plugin.json",[2212,2213,2215,2217,2219,2221,2223,2225,2227,2229,2231],{"path":297,"priority":280},{"path":2214,"priority":285},"agents/ag2-architect.md",{"path":2216,"priority":285},"agents/ag2-prompt-engineer.md",{"path":2218,"priority":285},"agents/ag2-reviewer.md",{"path":2220,"priority":285},"commands/connector-tool.md",{"path":2222,"priority":285},"commands/group-chat.md",{"path":2224,"priority":285},"commands/new-a2a-agent.md",{"path":2226,"priority":285},"commands/new-agent.md",{"path":2228,"priority":285},"commands/new-tool.md",{"path":2230,"priority":285},"commands/sequential-workflow.md",{"path":2232,"priority":285},"commands/workflow-from-spec.md",{"basePath":2234,"description":2235,"displayName":2236,"installMethods":2237,"license":293,"rationale":2238,"selectedPaths":2239,"source":286,"sourceLanguage":17,"type":256},"plugins/agent-triforce","Multi-agent development system with three specialized agents (PM, Dev, QA) coordinated through checklist methodology based on The Checklist Manifesto and Boeing's checklist engineering","agent-triforce",{"claudeCode":2236},"plugin manifest at plugins/agent-triforce/.claude-plugin/plugin.json",[2240,2241,2242,2244,2246,2248,2250,2252,2254,2256,2258],{"path":297,"priority":280},{"path":282,"priority":280},{"path":2243,"priority":300},"skills/code-health/SKILL.md",{"path":2245,"priority":300},"skills/feature-spec/SKILL.md",{"path":2247,"priority":300},"skills/implement-feature/SKILL.md",{"path":2249,"priority":300},"skills/release-check/SKILL.md",{"path":2251,"priority":300},"skills/review-findings/SKILL.md",{"path":2253,"priority":300},"skills/security-audit/SKILL.md",{"path":2255,"priority":285},"agents/centinela-qa.md",{"path":2257,"priority":285},"agents/forja-dev.md",{"path":2259,"priority":285},"agents/prometeo-pm.md",{"basePath":2261,"description":2262,"displayName":2263,"installMethods":2264,"license":2265,"rationale":2266,"selectedPaths":2267,"source":286,"sourceLanguage":17,"type":256},"plugins/agents-uc-taskmanager","SDD WORK-PIPELINE Agent — Requirements analysis & development 6-agent full pipeline with DAG-based orchestration and sliding window context management","uc-taskmanager",{"claudeCode":2263},"GPL-3.0","plugin manifest at plugins/agents-uc-taskmanager/.claude-plugin/plugin.json",[2268,2269,2270,2272,2274,2276,2278,2280,2282,2283,2285,2287],{"path":297,"priority":280},{"path":282,"priority":280},{"path":2271,"priority":300},"skills/init/SKILL.md",{"path":2273,"priority":300},"skills/sdd-pipeline/SKILL.md",{"path":2275,"priority":300},"skills/work-pipeline/SKILL.md",{"path":2277,"priority":300},"skills/work-status/SKILL.md",{"path":2279,"priority":285},"agents/builder.md",{"path":2281,"priority":285},"agents/committer.md",{"path":2172,"priority":285},{"path":2284,"priority":285},"agents/scheduler.md",{"path":2286,"priority":285},"agents/specifier.md",{"path":2288,"priority":285},"agents/verifier.md",{"basePath":2290,"description":2291,"displayName":2292,"installMethods":2293,"license":248,"rationale":2294,"selectedPaths":2295,"source":286,"sourceLanguage":17,"type":256},"plugins/archcore","Make your AI agent code with your project's architecture, rules, and decisions. Git-native context (folder conventions, ADRs, team standards) so new code lands in the right place and decisions persist across sessions and agents.","archcore",{"claudeCode":2292},"plugin manifest at plugins/archcore/.claude-plugin/plugin.json",[2296,2297],{"path":297,"priority":280},{"path":282,"priority":280},{"basePath":2299,"description":2300,"displayName":2301,"installMethods":2302,"license":293,"rationale":2303,"selectedPaths":2304,"source":286,"sourceLanguage":17,"type":256},"plugins/budgetclaw","Local spend monitor for Claude Code. Per-project, per-branch budget caps with SIGTERM enforcement and phone alerts via ntfy.","budgetclaw",{"claudeCode":2301},"plugin manifest at plugins/budgetclaw/.claude-plugin/plugin.json",[2305,2306,2307,2309],{"path":297,"priority":280},{"path":282,"priority":280},{"path":2308,"priority":300},"skills/spend/SKILL.md",{"path":404,"priority":285},{"basePath":2311,"description":2312,"displayName":2313,"installMethods":2314,"license":293,"rationale":2315,"selectedPaths":2316,"source":286,"sourceLanguage":17,"type":256},"plugins/claude-code-audit-stack","Adversarial verification primitives for Claude Code: catches silent skipped restarts, probability-stacking errors in reports, and lost-PID daemon spawns on remote hosts.","claude-code-audit-stack",{"claudeCode":2313},"plugin manifest at plugins/claude-code-audit-stack/.claude-plugin/plugin.json",[2317,2318,2319,2321,2323,2325],{"path":297,"priority":280},{"path":282,"priority":280},{"path":2320,"priority":285},"agents/bot-deploy-verifier.md",{"path":2322,"priority":285},"agents/claim-auditor.md",{"path":2324,"priority":285},"agents/remote-agent-dispatcher.md",{"path":404,"priority":285},{"basePath":2327,"description":2328,"displayName":2329,"installMethods":2330,"license":293,"rationale":2331,"selectedPaths":2332,"source":286,"sourceLanguage":17,"type":256},"plugins/claude-snapshot","Export and apply portable snapshots of your Claude Code setup across machines","claude-snapshot",{"claudeCode":2329},"plugin manifest at plugins/claude-snapshot/.claude-plugin/plugin.json",[2333,2334],{"path":297,"priority":280},{"path":282,"priority":280},{"basePath":2336,"description":2337,"displayName":2338,"installMethods":2339,"license":2340,"rationale":2341,"selectedPaths":2342,"source":286,"sourceLanguage":17,"type":256},"plugins/encode-toolkit","ENCODE Project genomics toolkit — 20 MCP tools + 48 skills for searching experiments, downloading files with MD5 verification, running pipelines, and cross-referencing 14 databases including PubMed, GTEx, ClinVar, GWAS Catalog, and gnomAD","encode-toolkit",{"claudeCode":2338},"CC-BY-NC-ND-4.0","plugin manifest at plugins/encode-toolkit/.claude-plugin/plugin.json",[2343],{"path":297,"priority":280},{"basePath":2345,"description":2346,"displayName":2347,"installMethods":2348,"license":293,"rationale":2349,"selectedPaths":2350,"source":286,"sourceLanguage":17,"type":256},"plugins/erne-universal","Complete AI coding agent harness for React Native and Expo development — 8 agents, 16 commands, 8 skills, 10 MCP integrations","erne-universal",{"claudeCode":2347},"plugin manifest at plugins/erne-universal/.claude-plugin/plugin.json",[2351,2352],{"path":297,"priority":280},{"path":282,"priority":280},{"basePath":2354,"description":2355,"displayName":2356,"installMethods":2357,"license":2358,"rationale":2359,"selectedPaths":2360,"source":286,"sourceLanguage":17,"type":256},"plugins/feedoracle-compliance","MiCA compliance evidence, stablecoin risk scoring, and tamper-proof audit trail. 27 MCP tools with ES256K-signed responses for regulated tokenized markets.","feedoracle-compliance",{"claudeCode":2356},"MIT-0","plugin manifest at plugins/feedoracle-compliance/.claude-plugin/plugin.json",[2361,2362,2364,2366,2368],{"path":297,"priority":280},{"path":2363,"priority":300},"skills/compliance/SKILL.md",{"path":2365,"priority":285},"commands/feedoracle-audit.md",{"path":2367,"priority":285},"commands/feedoracle-check.md",{"path":2369,"priority":285},"commands/feedoracle-risk.md",{"basePath":2199,"description":2371,"displayName":2372,"installMethods":2373,"license":293,"rationale":2374,"selectedPaths":2375,"source":286,"sourceLanguage":17,"type":256},"Strategic foresight intelligence using IFTF methodology. Two prediction modes: Soft Predict Future (Claude-native skill, instant, claude.ai + Claude Code) and Hard Predict Future (deterministic 12-step pipeline, Python-computed — Claude Code only). Both output four independent futures (Probable/Plausible/Possible/Preferable) with per-stakeholder conditional analysis. Try: Will India become the global AI leader? Will OpenAI or Anthropic win?","foresight-intelligence",{"claudeCode":2372},"plugin manifest at plugins/foresight-intelligence/.claude-plugin/plugin.json",[2376,2377,2378,2379,2381],{"path":297,"priority":280},{"path":282,"priority":280},{"path":284,"priority":285},{"path":2380,"priority":300},"skills/hard-predict-future/SKILL.md",{"path":2382,"priority":300},"skills/soft-predict-future/SKILL.md",{"basePath":2384,"description":2385,"displayName":2386,"installMethods":2387,"license":293,"rationale":2388,"selectedPaths":2389,"source":286,"sourceLanguage":17,"type":256},"plugins/give-claude-eyes","Add native video and image understanding to Claude via Qwen Omni API. Analyze videos, classify footage, extract motion data, and more.","give-claude-eyes",{"claudeCode":2386},"plugin manifest at plugins/give-claude-eyes/.claude-plugin/plugin.json",[2390,2391,2392,2393,2395,2397],{"path":297,"priority":280},{"path":282,"priority":280},{"path":284,"priority":285},{"path":2394,"priority":300},"skills/qwen-vision/SKILL.md",{"path":2396,"priority":285},"commands/analyze-video.md",{"path":2398,"priority":285},"commands/qwen-setup.md",{"basePath":2400,"description":2401,"displayName":2402,"installMethods":2403,"license":293,"rationale":2404,"selectedPaths":2405,"source":286,"sourceLanguage":17,"type":256},"plugins/gsd","Get Shit Done -- a structured workflow plugin for Claude Code that adds planning, execution, and verification commands with MCP-backed project state","gsd",{"claudeCode":2402},"plugin manifest at plugins/gsd/.claude-plugin/plugin.json",[2406,2407,2408,2410,2412,2414,2416,2418,2420,2422,2424,2426,2428,2430,2432,2434,2436,2438,2440,2442,2444,2446,2448,2450,2452,2454,2456,2458,2460,2462,2464,2466,2468,2470,2472,2474,2476,2478,2480,2482,2484,2486,2488,2490,2492,2494,2496,2498,2500,2502,2504,2506,2508,2510,2512,2514,2516,2518,2520,2522,2524,2526,2528,2530,2532,2534,2536,2538,2540,2542,2544,2546,2548,2550,2552,2554,2556,2558,2560,2562,2564,2566,2568,2570,2572,2574,2576,2578,2580,2582,2584,2586,2588,2590,2592,2594,2596,2598,2600,2602,2604,2606,2608,2610,2612,2614,2616,2618,2620,2622,2624,2626,2628,2630,2632,2634,2636,2638],{"path":297,"priority":280},{"path":282,"priority":280},{"path":2409,"priority":300},"skills/add-backlog/SKILL.md",{"path":2411,"priority":300},"skills/add-phase/SKILL.md",{"path":2413,"priority":300},"skills/add-tests/SKILL.md",{"path":2415,"priority":300},"skills/add-todo/SKILL.md",{"path":2417,"priority":300},"skills/ai-integration-phase/SKILL.md",{"path":2419,"priority":300},"skills/analyze-dependencies/SKILL.md",{"path":2421,"priority":300},"skills/audit-fix/SKILL.md",{"path":2423,"priority":300},"skills/audit-milestone/SKILL.md",{"path":2425,"priority":300},"skills/audit-uat/SKILL.md",{"path":2427,"priority":300},"skills/autonomous/SKILL.md",{"path":2429,"priority":300},"skills/check-todos/SKILL.md",{"path":2431,"priority":300},"skills/cleanup/SKILL.md",{"path":2433,"priority":300},"skills/code-review/SKILL.md",{"path":2435,"priority":300},"skills/code-review-fix/SKILL.md",{"path":2437,"priority":300},"skills/complete-milestone/SKILL.md",{"path":2439,"priority":300},"skills/debug/SKILL.md",{"path":2441,"priority":300},"skills/discuss-phase/SKILL.md",{"path":2443,"priority":300},"skills/do/SKILL.md",{"path":2445,"priority":300},"skills/docs-update/SKILL.md",{"path":2447,"priority":300},"skills/eval-review/SKILL.md",{"path":2449,"priority":300},"skills/execute-phase/SKILL.md",{"path":2451,"priority":300},"skills/explore/SKILL.md",{"path":2453,"priority":300},"skills/extract_learnings/SKILL.md",{"path":2455,"priority":300},"skills/fast/SKILL.md",{"path":2457,"priority":300},"skills/forensics/SKILL.md",{"path":2459,"priority":300},"skills/from-gsd2/SKILL.md",{"path":2461,"priority":300},"skills/graphify/SKILL.md",{"path":2463,"priority":300},"skills/health/SKILL.md",{"path":2465,"priority":300},"skills/help/SKILL.md",{"path":2467,"priority":300},"skills/import/SKILL.md",{"path":2469,"priority":300},"skills/inbox/SKILL.md",{"path":2471,"priority":300},"skills/ingest-docs/SKILL.md",{"path":2473,"priority":300},"skills/insert-phase/SKILL.md",{"path":2475,"priority":300},"skills/intel/SKILL.md",{"path":2477,"priority":300},"skills/join-discord/SKILL.md",{"path":2479,"priority":300},"skills/list-phase-assumptions/SKILL.md",{"path":2481,"priority":300},"skills/list-workspaces/SKILL.md",{"path":2483,"priority":300},"skills/manager/SKILL.md",{"path":2485,"priority":300},"skills/map-codebase/SKILL.md",{"path":2487,"priority":300},"skills/milestone-summary/SKILL.md",{"path":2489,"priority":300},"skills/mvp-phase/SKILL.md",{"path":2491,"priority":300},"skills/new-milestone/SKILL.md",{"path":2493,"priority":300},"skills/new-project/SKILL.md",{"path":2495,"priority":300},"skills/new-workspace/SKILL.md",{"path":2497,"priority":300},"skills/next/SKILL.md",{"path":2499,"priority":300},"skills/note/SKILL.md",{"path":2501,"priority":300},"skills/pause-work/SKILL.md",{"path":2503,"priority":300},"skills/plan-milestone-gaps/SKILL.md",{"path":2505,"priority":300},"skills/plan-phase/SKILL.md",{"path":2507,"priority":300},"skills/plant-seed/SKILL.md",{"path":2509,"priority":300},"skills/pr-branch/SKILL.md",{"path":2511,"priority":300},"skills/profile-user/SKILL.md",{"path":2513,"priority":300},"skills/progress/SKILL.md",{"path":2515,"priority":300},"skills/quick/SKILL.md",{"path":2517,"priority":300},"skills/reapply-patches/SKILL.md",{"path":2519,"priority":300},"skills/remove-phase/SKILL.md",{"path":2521,"priority":300},"skills/remove-workspace/SKILL.md",{"path":2523,"priority":300},"skills/research-phase/SKILL.md",{"path":2525,"priority":300},"skills/resume-at/SKILL.md",{"path":2527,"priority":300},"skills/resume-work/SKILL.md",{"path":2529,"priority":300},"skills/review/SKILL.md",{"path":2531,"priority":300},"skills/review-backlog/SKILL.md",{"path":2533,"priority":300},"skills/scan/SKILL.md",{"path":2535,"priority":300},"skills/secure-phase/SKILL.md",{"path":2537,"priority":300},"skills/session-report/SKILL.md",{"path":2539,"priority":300},"skills/set-profile/SKILL.md",{"path":2541,"priority":300},"skills/settings/SKILL.md",{"path":2543,"priority":300},"skills/ship/SKILL.md",{"path":2545,"priority":300},"skills/sketch/SKILL.md",{"path":2547,"priority":300},"skills/sketch-wrap-up/SKILL.md",{"path":2549,"priority":300},"skills/spec-phase/SKILL.md",{"path":2551,"priority":300},"skills/spike/SKILL.md",{"path":2553,"priority":300},"skills/spike-wrap-up/SKILL.md",{"path":2555,"priority":300},"skills/stats/SKILL.md",{"path":2557,"priority":300},"skills/thread/SKILL.md",{"path":2559,"priority":300},"skills/ui-phase/SKILL.md",{"path":2561,"priority":300},"skills/ui-review/SKILL.md",{"path":2563,"priority":300},"skills/ultraplan-phase/SKILL.md",{"path":2565,"priority":300},"skills/undo/SKILL.md",{"path":2567,"priority":300},"skills/update/SKILL.md",{"path":2569,"priority":300},"skills/validate-phase/SKILL.md",{"path":2571,"priority":300},"skills/verify-work/SKILL.md",{"path":2573,"priority":300},"skills/workstreams/SKILL.md",{"path":2575,"priority":285},"agents/gsd-advisor-researcher.md",{"path":2577,"priority":285},"agents/gsd-ai-researcher.md",{"path":2579,"priority":285},"agents/gsd-assumptions-analyzer.md",{"path":2581,"priority":285},"agents/gsd-code-fixer.md",{"path":2583,"priority":285},"agents/gsd-code-reviewer.md",{"path":2585,"priority":285},"agents/gsd-codebase-mapper.md",{"path":2587,"priority":285},"agents/gsd-debug-session-manager.md",{"path":2589,"priority":285},"agents/gsd-debugger.md",{"path":2591,"priority":285},"agents/gsd-doc-classifier.md",{"path":2593,"priority":285},"agents/gsd-doc-synthesizer.md",{"path":2595,"priority":285},"agents/gsd-doc-verifier.md",{"path":2597,"priority":285},"agents/gsd-doc-writer.md",{"path":2599,"priority":285},"agents/gsd-domain-researcher.md",{"path":2601,"priority":285},"agents/gsd-eval-auditor.md",{"path":2603,"priority":285},"agents/gsd-eval-planner.md",{"path":2605,"priority":285},"agents/gsd-executor.md",{"path":2607,"priority":285},"agents/gsd-framework-selector.md",{"path":2609,"priority":285},"agents/gsd-integration-checker.md",{"path":2611,"priority":285},"agents/gsd-intel-updater.md",{"path":2613,"priority":285},"agents/gsd-nyquist-auditor.md",{"path":2615,"priority":285},"agents/gsd-pattern-mapper.md",{"path":2617,"priority":285},"agents/gsd-phase-researcher.md",{"path":2619,"priority":285},"agents/gsd-plan-checker.md",{"path":2621,"priority":285},"agents/gsd-planner.md",{"path":2623,"priority":285},"agents/gsd-project-researcher.md",{"path":2625,"priority":285},"agents/gsd-research-synthesizer.md",{"path":2627,"priority":285},"agents/gsd-roadmapper.md",{"path":2629,"priority":285},"agents/gsd-security-auditor.md",{"path":2631,"priority":285},"agents/gsd-ui-auditor.md",{"path":2633,"priority":285},"agents/gsd-ui-checker.md",{"path":2635,"priority":285},"agents/gsd-ui-researcher.md",{"path":2637,"priority":285},"agents/gsd-user-profiler.md",{"path":2639,"priority":285},"agents/gsd-verifier.md",{"basePath":2641,"description":2642,"displayName":2643,"installMethods":2644,"license":293,"rationale":2645,"selectedPaths":2646,"source":286,"sourceLanguage":17,"type":256},"plugins/hooks-safety","Essential safety hooks to prevent destructive operations in Claude Code. From cc-safe-setup (655+ hooks).","hooks-safety",{"claudeCode":2643},"plugin manifest at plugins/hooks-safety/.claude-plugin/plugin.json",[2647,2648,2650,2652,2654,2656],{"path":297,"priority":280},{"path":2649,"priority":285},"hooks/credential-leak-guard.md",{"path":2651,"priority":285},"hooks/force-push-guard.md",{"path":2653,"priority":285},"hooks/large-file-guard.md",{"path":2655,"priority":285},"hooks/rm-safety-net.md",{"path":2657,"priority":285},"hooks/root-directory-guard.md",{"basePath":2659,"description":2660,"displayName":2661,"installMethods":2662,"license":293,"rationale":2663,"selectedPaths":2664,"source":286,"sourceLanguage":17,"type":256},"plugins/mcp-servers-creative","Turn Claude Code into a visual creative assistant — AI image generation with creative workflow orchestration, prompt engineering, parallel multi-direction output, and 1,300+ curated inspiration library","mcp-servers-creative",{"claudeCode":2661},"plugin manifest at plugins/mcp-servers-creative/.claude-plugin/plugin.json",[2665,2666,2667,2669,2671,2673,2674],{"path":297,"priority":280},{"path":304,"priority":280},{"path":2668,"priority":285},"agents/gallery-researcher.md",{"path":2670,"priority":285},"agents/image-generator.md",{"path":2672,"priority":285},"agents/prompt-crafter.md",{"path":1255,"priority":285},{"path":2675,"priority":285},"commands/gen.md",{"basePath":2677,"description":2678,"displayName":2679,"installMethods":2680,"license":293,"rationale":2681,"selectedPaths":2682,"source":286,"sourceLanguage":17,"type":256},"plugins/meeting-bots","Convene a meeting of AI personas (Boss, Pusher, Rookie, Watcher, Cynic) to debate your question. 3 to 10 participants, mix teams (dev, design, product, business, life), add custom personas on the fly.","meeting-bots",{"claudeCode":2679},"plugin manifest at plugins/meeting-bots/.claude-plugin/plugin.json",[2683,2684,2686,2688,2690,2692,2694,2696,2698,2700,2702,2704,2706,2708,2710,2712,2714,2716,2718,2720,2722,2724,2726,2728,2730,2732,2734],{"path":297,"priority":280},{"path":2685,"priority":300},"skills/meeting/SKILL.md",{"path":2687,"priority":285},"agents/business-boss.md",{"path":2689,"priority":285},"agents/business-cynic.md",{"path":2691,"priority":285},"agents/business-pusher.md",{"path":2693,"priority":285},"agents/business-rookie.md",{"path":2695,"priority":285},"agents/business-watcher.md",{"path":2697,"priority":285},"agents/design-boss.md",{"path":2699,"priority":285},"agents/design-cynic.md",{"path":2701,"priority":285},"agents/design-pusher.md",{"path":2703,"priority":285},"agents/design-rookie.md",{"path":2705,"priority":285},"agents/design-watcher.md",{"path":2707,"priority":285},"agents/dev-boss.md",{"path":2709,"priority":285},"agents/dev-cynic.md",{"path":2711,"priority":285},"agents/dev-pusher.md",{"path":2713,"priority":285},"agents/dev-rookie.md",{"path":2715,"priority":285},"agents/dev-watcher.md",{"path":2717,"priority":285},"agents/life-boss.md",{"path":2719,"priority":285},"agents/life-cynic.md",{"path":2721,"priority":285},"agents/life-pusher.md",{"path":2723,"priority":285},"agents/life-rookie.md",{"path":2725,"priority":285},"agents/life-watcher.md",{"path":2727,"priority":285},"agents/product-boss.md",{"path":2729,"priority":285},"agents/product-cynic.md",{"path":2731,"priority":285},"agents/product-pusher.md",{"path":2733,"priority":285},"agents/product-rookie.md",{"path":2735,"priority":285},"agents/product-watcher.md",{"basePath":2737,"description":2738,"displayName":2739,"installMethods":2740,"license":2741,"rationale":2742,"selectedPaths":2743,"source":286,"sourceLanguage":17,"type":256},"plugins/mortgage","AI-native mortgage refinance plugin — real-time institutional pricing, state-specific closing costs, FHA Streamline/VA IRRRL detection, weighted recommendation scoring, and regulatory compliance. No API key required.","mortgage",{"claudeCode":2739},"Proprietary","plugin manifest at plugins/mortgage/.claude-plugin/plugin.json",[2744,2745,2746,2748,2750,2752,2754,2756,2757],{"path":297,"priority":280},{"path":282,"priority":280},{"path":2747,"priority":300},"skills/about-atlantic-home-mortgage/SKILL.md",{"path":2749,"priority":300},"skills/closing-costs/SKILL.md",{"path":2751,"priority":300},"skills/mortgage-compliance/SKILL.md",{"path":2753,"priority":300},"skills/mortgage-loan-officer/SKILL.md",{"path":2755,"priority":300},"skills/security-guardrails/SKILL.md",{"path":304,"priority":280},{"path":2758,"priority":285},"commands/refi-quote.md",{"basePath":2760,"description":2761,"displayName":2762,"installMethods":2763,"license":293,"rationale":2764,"selectedPaths":2765,"source":286,"sourceLanguage":17,"type":256},"plugins/msapps-apify-scraper","Full Apify web scraping integration — run Actors, manage datasets, key-value stores, schedules, and webhooks for automated data extraction","msapps-apify-scraper",{"claudeCode":2762},"plugin manifest at plugins/msapps-apify-scraper/.claude-plugin/plugin.json",[2766],{"path":297,"priority":280},{"basePath":2768,"description":2769,"displayName":2770,"installMethods":2771,"license":293,"rationale":2772,"selectedPaths":2773,"source":286,"sourceLanguage":17,"type":256},"plugins/msapps-apollo","Prospect leads and enrich contacts with Apollo.io — search companies, find decision-makers, bulk enrich profiles, and manage outreach campaigns","msapps-apollo",{"claudeCode":2770},"plugin manifest at plugins/msapps-apollo/.claude-plugin/plugin.json",[2774],{"path":297,"priority":280},{"basePath":2776,"description":2777,"displayName":2778,"installMethods":2779,"license":293,"rationale":2780,"selectedPaths":2781,"source":286,"sourceLanguage":17,"type":256},"plugins/msapps-cowork-mem","Persistent memory across Cowork sessions — recall decisions, file changes, insights, and errors from previous sessions automatically","msapps-cowork-mem",{"claudeCode":2778},"plugin manifest at plugins/msapps-cowork-mem/.claude-plugin/plugin.json",[2782],{"path":297,"priority":280},{"basePath":2784,"description":2785,"displayName":2786,"installMethods":2787,"license":293,"rationale":2788,"selectedPaths":2789,"source":286,"sourceLanguage":17,"type":256},"plugins/msapps-cowork-session-fixer","Fix stuck Cowork sessions — resolve RPC errors, orphaned processes, and connection issues with automated diagnosis and recovery","msapps-cowork-session-fixer",{"claudeCode":2786},"plugin manifest at plugins/msapps-cowork-session-fixer/.claude-plugin/plugin.json",[2790],{"path":297,"priority":280},{"basePath":2792,"description":2793,"displayName":2794,"installMethods":2795,"license":293,"rationale":2796,"selectedPaths":2797,"source":286,"sourceLanguage":17,"type":256},"plugins/msapps-digital-presence","Monitor and manage your digital presence — track brand mentions, social profiles, website uptime, and online reputation across platforms","msapps-digital-presence",{"claudeCode":2794},"plugin manifest at plugins/msapps-digital-presence/.claude-plugin/plugin.json",[2798],{"path":297,"priority":280},{"basePath":2800,"description":2801,"displayName":2802,"installMethods":2803,"license":293,"rationale":2804,"selectedPaths":2805,"source":286,"sourceLanguage":17,"type":256},"plugins/msapps-fix-chrome-connection","Auto-diagnose and repair broken Chrome MCP connections — fix extension errors, reconnect after account switches, clean stale tabs","msapps-fix-chrome-connection",{"claudeCode":2802},"plugin manifest at plugins/msapps-fix-chrome-connection/.claude-plugin/plugin.json",[2806],{"path":297,"priority":280},{"basePath":2808,"description":2809,"displayName":2810,"installMethods":2811,"license":293,"rationale":2812,"selectedPaths":2813,"source":286,"sourceLanguage":17,"type":256},"plugins/msapps-gcloud-health-check","Google Cloud CLI health check — verify gcloud auth, active project, enabled APIs, billing status, and Cloud Run services","msapps-gcloud-health-check",{"claudeCode":2810},"plugin manifest at plugins/msapps-gcloud-health-check/.claude-plugin/plugin.json",[2814],{"path":297,"priority":280},{"basePath":2816,"description":2817,"displayName":2818,"installMethods":2819,"license":293,"rationale":2820,"selectedPaths":2821,"source":286,"sourceLanguage":17,"type":256},"plugins/msapps-github-health-check","GitHub CLI health check — verify gh authentication, list repos, check API rate limits, and test connectivity","msapps-github-health-check",{"claudeCode":2818},"plugin manifest at plugins/msapps-github-health-check/.claude-plugin/plugin.json",[2822],{"path":297,"priority":280},{"basePath":2824,"description":2825,"displayName":2826,"installMethods":2827,"license":293,"rationale":2828,"selectedPaths":2829,"source":286,"sourceLanguage":17,"type":256},"plugins/msapps-google-drive-upload","Upload any file from Claude directly to Google Drive — unlimited uploads, folder selection, automatic organization","msapps-google-drive-upload",{"claudeCode":2826},"plugin manifest at plugins/msapps-google-drive-upload/.claude-plugin/plugin.json",[2830],{"path":297,"priority":280},{"basePath":2832,"description":2833,"displayName":2834,"installMethods":2835,"license":293,"rationale":2836,"selectedPaths":2837,"source":286,"sourceLanguage":17,"type":256},"plugins/msapps-kotlin-lsp","Kotlin Language Server Protocol integration — code intelligence, completions, diagnostics, and refactoring for Kotlin projects","msapps-kotlin-lsp",{"claudeCode":2834},"plugin manifest at plugins/msapps-kotlin-lsp/.claude-plugin/plugin.json",[2838],{"path":297,"priority":280},{"basePath":2840,"description":2841,"displayName":2842,"installMethods":2843,"license":293,"rationale":2844,"selectedPaths":2845,"source":286,"sourceLanguage":17,"type":256},"plugins/msapps-linkedin-scraper","Scrape LinkedIn profiles and company pages — extract professional data, work history, skills, company info, and recent posts for research and outreach","msapps-linkedin-scraper",{"claudeCode":2842},"plugin manifest at plugins/msapps-linkedin-scraper/.claude-plugin/plugin.json",[2846],{"path":297,"priority":280},{"basePath":2848,"description":2849,"displayName":2850,"installMethods":2851,"license":293,"rationale":2852,"selectedPaths":2853,"source":286,"sourceLanguage":17,"type":256},"plugins/msapps-mac-disk-cleaner","Reclaim disk space on macOS — clean system caches, Xcode derived data, Homebrew leftovers, and find large files","msapps-mac-disk-cleaner",{"claudeCode":2850},"plugin manifest at plugins/msapps-mac-disk-cleaner/.claude-plugin/plugin.json",[2854],{"path":297,"priority":280},{"basePath":2856,"description":2857,"displayName":2858,"installMethods":2859,"license":293,"rationale":2860,"selectedPaths":2861,"source":286,"sourceLanguage":17,"type":256},"plugins/msapps-notion-memory","Long-term memory for Claude via Notion — persist decisions, context, and project state across sessions using Notion databases","msapps-notion-memory",{"claudeCode":2858},"plugin manifest at plugins/msapps-notion-memory/.claude-plugin/plugin.json",[2862],{"path":297,"priority":280},{"basePath":2864,"description":2865,"displayName":2866,"installMethods":2867,"license":293,"rationale":2868,"selectedPaths":2869,"source":286,"sourceLanguage":17,"type":256},"plugins/msapps-rtl-chat-fixer","Fix jumbled RTL/LTR text mixing in Claude responses — proper bidirectional formatting for Hebrew, Arabic, Persian, and Urdu","msapps-rtl-chat-fixer",{"claudeCode":2866},"plugin manifest at plugins/msapps-rtl-chat-fixer/.claude-plugin/plugin.json",[2870],{"path":297,"priority":280},{"basePath":2872,"description":2873,"displayName":2874,"installMethods":2875,"license":293,"rationale":2876,"selectedPaths":2877,"source":286,"sourceLanguage":17,"type":256},"plugins/msapps-session-backup","Daily backups of Claude sessions, skills, and configs to Google Drive — automatic versioning and disaster recovery","msapps-session-backup",{"claudeCode":2874},"plugin manifest at plugins/msapps-session-backup/.claude-plugin/plugin.json",[2878],{"path":297,"priority":280},{"basePath":2880,"description":2881,"displayName":2882,"installMethods":2883,"license":293,"rationale":2884,"selectedPaths":2885,"source":286,"sourceLanguage":17,"type":256},"plugins/msapps-sosa-compliance","SOSA compliance auditor — scan plugins and skills against Supervised, Orchestrated, Secured, Agents governance framework","msapps-sosa-compliance",{"claudeCode":2882},"plugin manifest at plugins/msapps-sosa-compliance/.claude-plugin/plugin.json",[2886],{"path":297,"priority":280},{"basePath":2888,"description":2889,"displayName":2890,"installMethods":2891,"license":293,"rationale":2892,"selectedPaths":2893,"source":286,"sourceLanguage":17,"type":256},"plugins/msapps-sosa-governor","SOSA governance engine — enforce supervision policies, trust gradients, and capability boundaries on AI agent actions in real time","msapps-sosa-governor",{"claudeCode":2890},"plugin manifest at plugins/msapps-sosa-governor/.claude-plugin/plugin.json",[2894],{"path":297,"priority":280},{"basePath":2896,"description":2897,"displayName":2898,"installMethods":2899,"license":293,"rationale":2900,"selectedPaths":2901,"source":286,"sourceLanguage":17,"type":256},"plugins/msapps-sosa-orchestrator","SOSA orchestration layer — coordinate multi-skill workflows with Plan-Act-Verify patterns and structured handoffs between agents","msapps-sosa-orchestrator",{"claudeCode":2898},"plugin manifest at plugins/msapps-sosa-orchestrator/.claude-plugin/plugin.json",[2902],{"path":297,"priority":280},{"basePath":2904,"description":2905,"displayName":2906,"installMethods":2907,"license":293,"rationale":2908,"selectedPaths":2909,"source":286,"sourceLanguage":17,"type":256},"plugins/msapps-swift-lsp","Swift Language Server Protocol integration — code intelligence, completions, diagnostics, and refactoring for iOS and macOS projects","msapps-swift-lsp",{"claudeCode":2906},"plugin manifest at plugins/msapps-swift-lsp/.claude-plugin/plugin.json",[2910],{"path":297,"priority":280},{"basePath":2912,"description":2913,"displayName":2914,"installMethods":2915,"license":293,"rationale":2916,"selectedPaths":2917,"source":286,"sourceLanguage":17,"type":256},"plugins/msapps-toggl-time-tracker","Track time with Toggl — start and stop timers, log hours to projects, generate weekly reports, and manage time entries from Claude","msapps-toggl-time-tracker",{"claudeCode":2914},"plugin manifest at plugins/msapps-toggl-time-tracker/.claude-plugin/plugin.json",[2918],{"path":297,"priority":280},{"basePath":2920,"description":2921,"displayName":2922,"installMethods":2923,"license":293,"rationale":2924,"selectedPaths":2925,"source":286,"sourceLanguage":17,"type":256},"plugins/msapps-token-efficiency-audit","Find and fix token waste in Claude plugins and skills — audit descriptions, skill bodies, MCP overhead, and context bloat. Typical savings: 20-50%","msapps-token-efficiency-audit",{"claudeCode":2922},"plugin manifest at plugins/msapps-token-efficiency-audit/.claude-plugin/plugin.json",[2926],{"path":297,"priority":280},{"basePath":2928,"description":2929,"displayName":2930,"installMethods":2931,"license":293,"rationale":2932,"selectedPaths":2933,"source":286,"sourceLanguage":17,"type":256},"plugins/msapps-vm-disk-cleanup","Fix disk-full errors in Cowork VMs and Claude Code sandboxes — clean caches, temp files, and reclaim space automatically","msapps-vm-disk-cleanup",{"claudeCode":2930},"plugin manifest at plugins/msapps-vm-disk-cleanup/.claude-plugin/plugin.json",[2934],{"path":297,"priority":280},{"basePath":2936,"description":2937,"displayName":2938,"installMethods":2939,"license":293,"rationale":2940,"selectedPaths":2941,"source":286,"sourceLanguage":17,"type":256},"plugins/msapps-whatsapp","Connect Claude to WhatsApp — search contacts, read conversations, send messages and media files through the WhatsApp Business API","msapps-whatsapp",{"claudeCode":2938},"plugin manifest at plugins/msapps-whatsapp/.claude-plugin/plugin.json",[2942],{"path":297,"priority":280},{"basePath":2944,"description":2945,"displayName":2946,"installMethods":2947,"license":293,"rationale":2948,"selectedPaths":2949,"source":286,"sourceLanguage":17,"type":256},"plugins/msapps-wordpress","Manage WordPress sites from Claude — create and edit posts, manage users, handle WooCommerce products, and configure settings via REST API","msapps-wordpress",{"claudeCode":2946},"plugin manifest at plugins/msapps-wordpress/.claude-plugin/plugin.json",[2950],{"path":297,"priority":280},{"basePath":2952,"description":2953,"displayName":2954,"installMethods":2955,"license":293,"rationale":2956,"selectedPaths":2957,"source":286,"sourceLanguage":17,"type":256},"plugins/msapps-x-content-intelligence","Scrape X/Twitter for insights and generate content calendars — analyze trends, extract engagement data, and plan social content strategy","msapps-x-content-intelligence",{"claudeCode":2954},"plugin manifest at plugins/msapps-x-content-intelligence/.claude-plugin/plugin.json",[2958],{"path":297,"priority":280},{"basePath":2960,"description":2961,"displayName":2962,"installMethods":2963,"license":293,"rationale":2964,"selectedPaths":2965,"source":286,"sourceLanguage":17,"type":256},"plugins/msapps-youtube-transcriber","Transcribe any YouTube video or playlist — no API key required, supports any language, outputs clean formatted text","msapps-youtube-transcriber",{"claudeCode":2962},"plugin manifest at plugins/msapps-youtube-transcriber/.claude-plugin/plugin.json",[2966],{"path":297,"priority":280},{"basePath":2968,"description":2969,"displayName":2970,"installMethods":2971,"license":293,"rationale":2972,"selectedPaths":2973,"source":286,"sourceLanguage":17,"type":256},"plugins/msapps-zoho-mail-health","Zoho Mail health check — verify mail accounts are operational, test send/receive, check DNS records, and monitor deliverability","msapps-zoho-mail-health",{"claudeCode":2970},"plugin manifest at plugins/msapps-zoho-mail-health/.claude-plugin/plugin.json",[2974],{"path":297,"priority":280},{"basePath":2976,"description":2977,"displayName":2978,"installMethods":2979,"license":293,"rationale":2980,"selectedPaths":2981,"source":286,"sourceLanguage":17,"type":256},"plugins/public-plugin-builder","Build complete Claude plugins in 23 guided steps — from idea to GitHub push. Interviews you, classifies skill vs agent, generates all files, pushes to your repo.","public-plugin-builder",{"claudeCode":2978},"plugin manifest at plugins/public-plugin-builder/.claude-plugin/plugin.json",[2982,2983],{"path":297,"priority":280},{"path":2984,"priority":300},"skills/public-plugin-builder/SKILL.md",{"basePath":2986,"description":2987,"displayName":2988,"installMethods":2989,"license":293,"rationale":2990,"selectedPaths":2991,"source":286,"sourceLanguage":17,"type":256},"plugins/ralph-review-trio","Sequential three-tier code review (Haiku surface → Sonnet logic → Opus deep), restart-on-fail. Battle-tested across hundreds of solo issues.","ralph-review-trio",{"claudeCode":2988},"plugin manifest at plugins/ralph-review-trio/.claude-plugin/plugin.json",[2992,2993,2995,2997,2999,3001],{"path":297,"priority":280},{"path":2994,"priority":300},"skills/ralph-review-trio/SKILL.md",{"path":2996,"priority":285},"agents/haiku-reviewer.md",{"path":2998,"priority":285},"agents/opus-reviewer.md",{"path":3000,"priority":285},"agents/sonnet-reviewer.md",{"path":3002,"priority":285},"commands/ralph-review.md",{"basePath":3004,"description":3005,"displayName":3006,"installMethods":3007,"license":293,"rationale":3008,"selectedPaths":3009,"source":286,"sourceLanguage":17,"type":256},"plugins/thumbgate","Pre-action gates for AI coding agents. Type 👎 on any agent action — ThumbGate captures it, distills a lesson, and blocks the pattern from repeating. 33 pre-action gates, budget enforcement, self-protection, and NIST/SOC2 compliance tags.","thumbgate",{"claudeCode":3006},"plugin manifest at plugins/thumbgate/.claude-plugin/plugin.json",[3010,3011,3012],{"path":297,"priority":280},{"path":282,"priority":280},{"path":3013,"priority":300},"skills/thumbgate/SKILL.md",{"basePath":3015,"description":3016,"displayName":3017,"installMethods":3018,"license":293,"rationale":3019,"selectedPaths":3020,"source":286,"sourceLanguage":17,"type":256},"plugins/ultraship","32 expert-level skills for building, shipping, and scaling production software. 29 audit tools (security, code quality, bundle size, SEO/GEO/AEO) close the loop before deploy.","ultraship",{"claudeCode":3017},"plugin manifest at plugins/ultraship/.claude-plugin/plugin.json",[3021,3022],{"path":297,"priority":280},{"path":282,"priority":280},{"basePath":3024,"description":3025,"displayName":3026,"installMethods":3027,"license":293,"rationale":3028,"selectedPaths":3029,"source":286,"sourceLanguage":17,"type":256},"plugins/venture-capital-intelligence","9 skills for venture capital intelligence. 3 run on pure Claude reasoning. 6 run Claude + Python for deterministic outputs — screening startups, modeling financials, sizing markets, computing cap table waterfalls, scanning deal signals, and generating LP fund reports. Built from the best open-source VC tools.","venture-capital-intelligence",{"claudeCode":3026},"plugin manifest at plugins/venture-capital-intelligence/.claude-plugin/plugin.json",[3030,3031,3032,3033,3035,3037,3039,3041,3043,3045,3047,3049],{"path":297,"priority":280},{"path":282,"priority":280},{"path":284,"priority":285},{"path":3034,"priority":300},"skills/analyze-pitch-deck/SKILL.md",{"path":3036,"priority":300},"skills/cap-table-waterfall/SKILL.md",{"path":3038,"priority":300},"skills/deal-sourcing-signals/SKILL.md",{"path":3040,"priority":300},"skills/explain-equity-terms/SKILL.md",{"path":3042,"priority":300},"skills/financial-model/SKILL.md",{"path":3044,"priority":300},"skills/fund-operations/SKILL.md",{"path":3046,"priority":300},"skills/hard-screening-startup/SKILL.md",{"path":3048,"priority":300},"skills/market-size/SKILL.md",{"path":3050,"priority":300},"skills/soft-screening-startup/SKILL.md",{"basePath":3052,"description":3053,"displayName":3054,"installMethods":3055,"license":248,"rationale":3056,"selectedPaths":3057,"source":286,"sourceLanguage":17,"type":256},"plugins/vulnetix","Vulnerability intelligence and remediation skills for Claude Code — 7 skills for exploit analysis, fix proposals, scoring, exploits, and package security via the Vulnetix VDB API","vulnetix",{"claudeCode":3054},"plugin manifest at plugins/vulnetix/.claude-plugin/plugin.json",[3058,3059,3061,3063,3065,3067,3069,3071],{"path":297,"priority":280},{"path":3060,"priority":300},"skills/dashboard/SKILL.md",{"path":3062,"priority":300},"skills/exploits/SKILL.md",{"path":3064,"priority":300},"skills/exploits-search/SKILL.md",{"path":3066,"priority":300},"skills/fix/SKILL.md",{"path":3068,"priority":300},"skills/package-search/SKILL.md",{"path":3070,"priority":300},"skills/remediation/SKILL.md",{"path":3072,"priority":300},"skills/vuln/SKILL.md",{"basePath":3074,"description":3075,"displayName":3076,"installMethods":3077,"rationale":3078,"selectedPaths":3079,"source":286,"sourceLanguage":17,"type":3082},"plugins/agent-triforce/skills/code-health","Scans the codebase for dead code, tech debt, outdated dependencies, and code quality issues. Delegates to the Centinela (QA) agent.","code-health",{"claudeCode":275},"SKILL.md frontmatter at plugins/agent-triforce/skills/code-health/SKILL.md",[3080],{"path":3081,"priority":280},"SKILL.md","skill",{"basePath":3084,"description":3085,"displayName":3086,"installMethods":3087,"rationale":3088,"selectedPaths":3089,"source":286,"sourceLanguage":17,"type":3082},"plugins/agent-triforce/skills/feature-spec","Creates a complete product feature specification with acceptance criteria, scope, dependencies, and risks. Delegates to the Prometeo (PM) agent.","feature-spec",{"claudeCode":275},"SKILL.md frontmatter at plugins/agent-triforce/skills/feature-spec/SKILL.md",[3090],{"path":3081,"priority":280},{"basePath":3092,"description":3093,"displayName":3094,"installMethods":3095,"rationale":3096,"selectedPaths":3097,"source":286,"sourceLanguage":17,"type":3082},"plugins/agent-triforce/skills/implement-feature","Implements a feature from its specification. Reads the spec, designs architecture, writes code and tests. Delegates to the Forja (Dev) agent.","implement-feature",{"claudeCode":275},"SKILL.md frontmatter at plugins/agent-triforce/skills/implement-feature/SKILL.md",[3098],{"path":3081,"priority":280},{"basePath":3100,"description":3101,"displayName":3102,"installMethods":3103,"rationale":3104,"selectedPaths":3105,"source":286,"sourceLanguage":17,"type":3082},"plugins/agent-triforce/skills/release-check","Pre-release verification checklist. Validates features, tests, docs, security, and quality gates before shipping. Delegates to the Centinela (QA) agent.","release-check",{"claudeCode":275},"SKILL.md frontmatter at plugins/agent-triforce/skills/release-check/SKILL.md",[3106],{"path":3081,"priority":280},{"basePath":3108,"description":3109,"displayName":3110,"installMethods":3111,"rationale":3112,"selectedPaths":3113,"source":286,"sourceLanguage":17,"type":3082},"plugins/agent-triforce/skills/review-findings","Addresses and fixes findings from a QA code review. Reads the review report, fixes critical and warning issues, and prepares for re-verification. Delegates to the Forja (Dev) agent.","review-findings",{"claudeCode":275},"SKILL.md frontmatter at plugins/agent-triforce/skills/review-findings/SKILL.md",[3114],{"path":3081,"priority":280},{"basePath":3116,"description":3117,"displayName":3118,"installMethods":3119,"rationale":3120,"selectedPaths":3121,"source":286,"sourceLanguage":17,"type":3082},"plugins/agent-triforce/skills/security-audit","Deep security audit covering OWASP Top 10, authentication, authorization, data protection, dependency vulnerabilities, and secrets scanning. Delegates to the Centinela (QA) agent.","security-audit",{"claudeCode":275},"SKILL.md frontmatter at plugins/agent-triforce/skills/security-audit/SKILL.md",[3122],{"path":3081,"priority":280},{"basePath":3124,"description":3125,"displayName":3126,"installMethods":3127,"rationale":3128,"selectedPaths":3129,"source":286,"sourceLanguage":17,"type":3082},"plugins/agents-uc-taskmanager/skills/init","Initialize uc-taskmanager for the current project. Creates works/ directory and configures Bash permissions in .claude/settings.local.json. Use when the user says \"uctm init\", \"initialize uctm\", \"uctm 초기화\", or \"초기화\".","uctm-init",{"claudeCode":275},"SKILL.md frontmatter at plugins/agents-uc-taskmanager/skills/init/SKILL.md",[3130],{"path":3081,"priority":280},{"basePath":3132,"description":3133,"displayName":3134,"installMethods":3135,"rationale":3136,"selectedPaths":3137,"source":286,"sourceLanguage":17,"type":3082},"plugins/agents-uc-taskmanager/skills/work-pipeline","Triggers the WORK-PIPELINE when a user request starts with a [] tag (e.g., [new-feature], [bugfix], [WORK start]). Use this skill whenever you detect a [] tag at the beginning of a user message.","work-pipeline",{"claudeCode":275},"SKILL.md frontmatter at plugins/agents-uc-taskmanager/skills/work-pipeline/SKILL.md",[3138],{"path":3081,"priority":280},{"basePath":3140,"description":3141,"displayName":3142,"installMethods":3143,"rationale":3144,"selectedPaths":3145,"source":286,"sourceLanguage":17,"type":3082},"plugins/agents-uc-taskmanager/skills/work-status","Shows WORK progress and TASK status. Use when the user asks about WORK list, WORK progress, TASK status, or pipeline status (e.g., \"WORK list\", \"WORK-01 progress\", \"show status\").","work-status",{"claudeCode":275},"SKILL.md frontmatter at plugins/agents-uc-taskmanager/skills/work-status/SKILL.md",[3146],{"path":3081,"priority":280},{"basePath":3148,"description":3149,"displayName":3150,"installMethods":3151,"rationale":3152,"selectedPaths":3153,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/activecampaign-automation","Automate ActiveCampaign tasks via Rube MCP (Composio): manage contacts, tags, list subscriptions, automation enrollment, and tasks. Always search tools first for current schemas.","activecampaign-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/activecampaign-automation/SKILL.md",[3154],{"path":3081,"priority":280},{"basePath":3156,"description":3157,"displayName":3158,"installMethods":3159,"rationale":3160,"selectedPaths":3161,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/agent-analytics","Analytics your AI agent can actually use. Track, analyze, run A/B experiments, and optimize across all your projects via CLI. Includes a growth playbook so your agent knows HOW to grow, not just what to track.","agent-analytics",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/agent-analytics/SKILL.md",[3162],{"path":3081,"priority":280},{"basePath":3164,"description":3165,"displayName":3166,"installMethods":3167,"rationale":3168,"selectedPaths":3169,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/airtable-automation","Automate Airtable tasks via Rube MCP (Composio): records, bases, tables, fields, views. Always search tools first for current schemas.","airtable-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/airtable-automation/SKILL.md",[3170],{"path":3081,"priority":280},{"basePath":3172,"description":3173,"displayName":3174,"installMethods":3175,"rationale":3176,"selectedPaths":3177,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/amplitude-automation","Automate Amplitude tasks via Rube MCP (Composio): events, user activity, cohorts, user identification. Always search tools first for current schemas.","amplitude-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/amplitude-automation/SKILL.md",[3178],{"path":3081,"priority":280},{"basePath":3180,"description":3181,"displayName":3182,"installMethods":3183,"rationale":3184,"selectedPaths":3185,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/artifacts-builder","Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.","artifacts-builder",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/artifacts-builder/SKILL.md",[3186,3187,3189,3192,3194],{"path":3081,"priority":280},{"path":3188,"priority":285},"LICENSE.txt",{"path":3190,"priority":3191},"scripts/bundle-artifact.sh","low",{"path":3193,"priority":3191},"scripts/init-artifact.sh",{"path":3195,"priority":3191},"scripts/shadcn-components.tar.gz",{"basePath":3197,"description":3198,"displayName":3199,"installMethods":3200,"rationale":3201,"selectedPaths":3202,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/asana-automation","Automate Asana tasks via Rube MCP (Composio): tasks, projects, sections, teams, workspaces. Always search tools first for current schemas.","asana-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/asana-automation/SKILL.md",[3203],{"path":3081,"priority":280},{"basePath":3205,"description":3206,"displayName":3207,"installMethods":3208,"rationale":3209,"selectedPaths":3210,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/aurakit","Sonnet Amplified fullstack engine. 34 modes, SEC-01~15 OWASP security, 13 runtime hooks, 75% token reduction. Install: npx @smorky85/aurakit","aurakit",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/aurakit/SKILL.md",[3211],{"path":3081,"priority":280},{"basePath":3213,"description":3214,"displayName":3215,"installMethods":3216,"rationale":3217,"selectedPaths":3218,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/bamboohr-automation","Automate BambooHR tasks via Rube MCP (Composio): employees, time-off, benefits, dependents, employee updates. Always search tools first for current schemas.","bamboohr-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/bamboohr-automation/SKILL.md",[3219],{"path":3081,"priority":280},{"basePath":3221,"description":3222,"displayName":3223,"installMethods":3224,"rationale":3225,"selectedPaths":3226,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/basecamp-automation","Automate Basecamp project management, to-dos, messages, people, and to-do list organization via Rube MCP (Composio). Always search tools first for current schemas.","basecamp-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/basecamp-automation/SKILL.md",[3227],{"path":3081,"priority":280},{"basePath":3229,"description":3230,"displayName":3231,"installMethods":3232,"rationale":3233,"selectedPaths":3234,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/bitbucket-automation","Automate Bitbucket repositories, pull requests, branches, issues, and workspace management via Rube MCP (Composio). Always search tools first for current schemas.","bitbucket-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/bitbucket-automation/SKILL.md",[3235],{"path":3081,"priority":280},{"basePath":3237,"description":3238,"displayName":3239,"installMethods":3240,"rationale":3241,"selectedPaths":3242,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/box-automation","Automate Box cloud storage operations including file upload/download, search, folder management, sharing, collaborations, and metadata queries via Rube MCP (Composio). Always search tools first for current schemas.","box-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/box-automation/SKILL.md",[3243],{"path":3081,"priority":280},{"basePath":3245,"description":3246,"displayName":3247,"installMethods":3248,"rationale":3249,"selectedPaths":3250,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/brand-guidelines","Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.","brand-guidelines",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/brand-guidelines/SKILL.md",[3251,3252],{"path":3081,"priority":280},{"path":3188,"priority":285},{"basePath":3254,"description":3255,"displayName":3256,"installMethods":3257,"rationale":3258,"selectedPaths":3259,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/brevo-automation","Automate Brevo (Sendinblue) tasks via Rube MCP (Composio): manage email campaigns, create/edit templates, track senders, and monitor campaign performance. Always search tools first for current schemas.","brevo-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/brevo-automation/SKILL.md",[3260],{"path":3081,"priority":280},{"basePath":3262,"description":3263,"displayName":3264,"installMethods":3265,"rationale":3266,"selectedPaths":3267,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/cal-com-automation","Automate Cal.com tasks via Rube MCP (Composio): manage bookings, check availability, configure webhooks, and handle teams. Always search tools first for current schemas.","cal-com-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/cal-com-automation/SKILL.md",[3268],{"path":3081,"priority":280},{"basePath":3270,"description":3271,"displayName":3272,"installMethods":3273,"rationale":3274,"selectedPaths":3275,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/calendly-automation","Automate Calendly scheduling, event management, invitee tracking, availability checks, and organization administration via Rube MCP (Composio). Always search tools first for current schemas.","calendly-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/calendly-automation/SKILL.md",[3276],{"path":3081,"priority":280},{"basePath":3278,"description":3279,"displayName":3280,"installMethods":3281,"rationale":3282,"selectedPaths":3283,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/canva-automation","Automate Canva tasks via Rube MCP (Composio): designs, exports, folders, brand templates, autofill. Always search tools first for current schemas.","canva-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/canva-automation/SKILL.md",[3284],{"path":3081,"priority":280},{"basePath":3286,"description":3287,"displayName":3288,"installMethods":3289,"rationale":3290,"selectedPaths":3291,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/canvas-design","Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.","canvas-design",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/canvas-design/SKILL.md",[3292,3293],{"path":3081,"priority":280},{"path":3188,"priority":285},{"basePath":3295,"description":3296,"displayName":3297,"installMethods":3298,"rationale":3299,"selectedPaths":3300,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/cf-proxy","Deploy a free VLESS proxy/VPN node on Cloudflare Pages using edgetunnel. Automates code download, UUID generation, Pages deployment, free domain registration (DNSExit), DNS configuration, custom domain binding, and client setup for Shadowrocket/v2rayN/Clash. Uses Cloudflare Pages (not Workers) because Pages supports CNAME-based custom domains from any DNS provider, avoiding the need to host DNS on Cloudflare.","cf-proxy",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/cf-proxy/SKILL.md",[3301],{"path":3081,"priority":280},{"basePath":3303,"description":3304,"displayName":3305,"installMethods":3306,"rationale":3307,"selectedPaths":3308,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/changelog-generator","Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes. Turns hours of manual changelog writing into minutes of automated generation.","changelog-generator",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/changelog-generator/SKILL.md",[3309],{"path":3081,"priority":280},{"basePath":3311,"description":3312,"displayName":3313,"installMethods":3314,"rationale":3315,"selectedPaths":3316,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/circleci-automation","Automate CircleCI tasks via Rube MCP (Composio): trigger pipelines, monitor workflows/jobs, retrieve artifacts and test metadata. Always search tools first for current schemas.","circleci-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/circleci-automation/SKILL.md",[3317],{"path":3081,"priority":280},{"basePath":3319,"description":3320,"displayName":3321,"installMethods":3322,"rationale":3323,"selectedPaths":3324,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/clawring","Phone calling skill for OpenClaw: agent makes real outbound phone calls to users for alerts, briefings, reminders, and urgent notifications. Managed service, no Twilio setup needed. 100+ countries, 70+ voices.","clawring",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/clawring/SKILL.md",[3325],{"path":3081,"priority":280},{"basePath":3327,"description":3328,"displayName":3329,"installMethods":3330,"rationale":3331,"selectedPaths":3332,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/clickup-automation","Automate ClickUp project management including tasks, spaces, folders, lists, comments, and team operations via Rube MCP (Composio). Always search tools first for current schemas.","clickup-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/clickup-automation/SKILL.md",[3333],{"path":3081,"priority":280},{"basePath":3335,"description":3336,"displayName":3337,"installMethods":3338,"rationale":3339,"selectedPaths":3340,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/close-automation","Automate Close CRM tasks via Rube MCP (Composio): create leads, manage calls/SMS, handle tasks, and track notes. Always search tools first for current schemas.","close-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/close-automation/SKILL.md",[3341],{"path":3081,"priority":280},{"basePath":3343,"description":3344,"displayName":3345,"installMethods":3346,"rationale":3347,"selectedPaths":3348,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/coda-automation","Automate Coda tasks via Rube MCP (Composio): manage docs, pages, tables, rows, formulas, permissions, and publishing. Always search tools first for current schemas.","coda-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/coda-automation/SKILL.md",[3349],{"path":3081,"priority":280},{"basePath":3351,"description":3352,"displayName":3353,"installMethods":3354,"rationale":3355,"selectedPaths":3356,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/coinpaprika-api","Access cryptocurrency market data from CoinPaprika: prices, tickers, OHLCV, exchanges, contract lookups for 12,000+ coins and 350+ exchanges. Free tier, no API key needed. Install MCP: add https://mcp.coinpaprika.com/sse as SSE server, or install plugin: /plugin marketplace add coinpaprika/claude-marketplace","coinpaprika-api",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/coinpaprika-api/SKILL.md",[3357],{"path":3081,"priority":280},{"basePath":3359,"description":3360,"displayName":3361,"installMethods":3362,"rationale":3363,"selectedPaths":3364,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/competitive-ads-extractor","Extracts and analyzes competitors' ads from ad libraries (Facebook, LinkedIn, etc.) to understand what messaging, problems, and creative approaches are working. Helps inspire and improve your own ad campaigns.","competitive-ads-extractor",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/competitive-ads-extractor/SKILL.md",[3365],{"path":3081,"priority":280},{"basePath":3367,"description":3368,"displayName":3369,"installMethods":3370,"rationale":3371,"selectedPaths":3372,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/confluence-automation","Automate Confluence page creation, content search, space management, labels, and hierarchy navigation via Rube MCP (Composio). Always search tools first for current schemas.","confluence-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/confluence-automation/SKILL.md",[3373],{"path":3081,"priority":280},{"basePath":3375,"description":3376,"displayName":3377,"installMethods":3378,"rationale":3379,"selectedPaths":3380,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/content-research-writer","Assists in writing high-quality content by conducting research, adding citations, improving hooks, iterating on outlines, and providing real-time feedback on each section. Transforms your writing process from solo effort to collaborative partnership.","content-research-writer",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/content-research-writer/SKILL.md",[3381],{"path":3081,"priority":280},{"basePath":3383,"description":3384,"displayName":3385,"installMethods":3386,"rationale":3387,"selectedPaths":3388,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/convertkit-automation","Automate ConvertKit (Kit) tasks via Rube MCP (Composio): manage subscribers, tags, broadcasts, and broadcast stats. Always search tools first for current schemas.","convertkit-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/convertkit-automation/SKILL.md",[3389],{"path":3081,"priority":280},{"basePath":3391,"description":3392,"displayName":3393,"installMethods":3394,"rationale":3395,"selectedPaths":3396,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/datadog-automation","Automate Datadog tasks via Rube MCP (Composio): query metrics, search logs, manage monitors/dashboards, create events and downtimes. Always search tools first for current schemas.","datadog-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/datadog-automation/SKILL.md",[3397],{"path":3081,"priority":280},{"basePath":3399,"description":3400,"displayName":3401,"installMethods":3402,"rationale":3403,"selectedPaths":3404,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/developer-growth-analysis","Analyzes your recent Claude Code chat history to identify coding patterns, development gaps, and areas for improvement, curates relevant learning resources from HackerNews, and automatically sends a personalized growth report to your Slack DMs.","developer-growth-analysis",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/developer-growth-analysis/SKILL.md",[3405],{"path":3081,"priority":280},{"basePath":3407,"description":3408,"displayName":3409,"installMethods":3410,"rationale":3411,"selectedPaths":3412,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/dexpaprika-api","Access DeFi data from DexPaprika: token prices, liquidity pools, OHLCV, transactions across 34+ blockchains and 30M+ pools. Free, no API key needed. Install MCP: add https://mcp.dexpaprika.com/sse as SSE server, or install plugin: /plugin marketplace add coinpaprika/claude-marketplace","dexpaprika-api",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/dexpaprika-api/SKILL.md",[3413],{"path":3081,"priority":280},{"basePath":3415,"description":3416,"displayName":3417,"installMethods":3418,"rationale":3419,"selectedPaths":3420,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/discord-automation","Automate Discord tasks via Rube MCP (Composio): messages, channels, roles, webhooks, reactions. Always search tools first for current schemas.","discord-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/discord-automation/SKILL.md",[3421],{"path":3081,"priority":280},{"basePath":3423,"description":3424,"displayName":3425,"installMethods":3426,"rationale":3427,"selectedPaths":3428,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/docusign-automation","Automate DocuSign tasks via Rube MCP (Composio): templates, envelopes, signatures, document management. Always search tools first for current schemas.","docusign-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/docusign-automation/SKILL.md",[3429],{"path":3081,"priority":280},{"basePath":3431,"description":3432,"displayName":3433,"installMethods":3434,"rationale":3435,"selectedPaths":3436,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/docx","Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks","docx",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/docx/SKILL.md",[3437,3438,3439,3441,3443,3445,3447,3449,3451,3453,3455,3457],{"path":3081,"priority":280},{"path":3188,"priority":285},{"path":3440,"priority":300},"docx-js.md",{"path":3442,"priority":300},"ooxml.md",{"path":3444,"priority":3191},"scripts/__init__.py",{"path":3446,"priority":3191},"scripts/document.py",{"path":3448,"priority":3191},"scripts/templates/comments.xml",{"path":3450,"priority":3191},"scripts/templates/commentsExtended.xml",{"path":3452,"priority":3191},"scripts/templates/commentsExtensible.xml",{"path":3454,"priority":3191},"scripts/templates/commentsIds.xml",{"path":3456,"priority":3191},"scripts/templates/people.xml",{"path":3458,"priority":3191},"scripts/utilities.py",{"basePath":3460,"description":3461,"displayName":3462,"installMethods":3463,"rationale":3464,"selectedPaths":3465,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/domain-name-brainstormer","Generates creative domain name ideas for your project and checks availability across multiple TLDs (.com, .io, .dev, .ai, etc.). Saves hours of brainstorming and manual checking.","domain-name-brainstormer",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/domain-name-brainstormer/SKILL.md",[3466],{"path":3081,"priority":280},{"basePath":3468,"description":3469,"displayName":3470,"installMethods":3471,"rationale":3472,"selectedPaths":3473,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/dropbox-automation","Automate Dropbox file management, sharing, search, uploads, downloads, and folder operations via Rube MCP (Composio). Always search tools first for current schemas.","dropbox-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/dropbox-automation/SKILL.md",[3474],{"path":3081,"priority":280},{"basePath":3476,"description":3477,"displayName":3478,"installMethods":3479,"rationale":3480,"selectedPaths":3481,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/figma-automation","Automate Figma tasks via Rube MCP (Composio): files, components, design tokens, comments, exports. Always search tools first for current schemas.","figma-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/figma-automation/SKILL.md",[3482],{"path":3081,"priority":280},{"basePath":3484,"description":3485,"displayName":3486,"installMethods":3487,"rationale":3488,"selectedPaths":3489,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/file-organizer","Intelligently organizes your files and folders across your computer by understanding context, finding duplicates, suggesting better structures, and automating cleanup tasks. Reduces cognitive load and keeps your digital workspace tidy without manual effort.","file-organizer",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/file-organizer/SKILL.md",[3490],{"path":3081,"priority":280},{"basePath":3492,"description":3493,"displayName":3494,"installMethods":3495,"rationale":3496,"selectedPaths":3497,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/freshdesk-automation","Automate Freshdesk helpdesk operations including tickets, contacts, companies, notes, and replies via Rube MCP (Composio). Always search tools first for current schemas.","freshdesk-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/freshdesk-automation/SKILL.md",[3498],{"path":3081,"priority":280},{"basePath":3500,"description":3501,"displayName":3502,"installMethods":3503,"rationale":3504,"selectedPaths":3505,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/freshservice-automation","Automate Freshservice ITSM tasks via Rube MCP (Composio): create/update tickets, bulk operations, service requests, and outbound emails. Always search tools first for current schemas.","freshservice-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/freshservice-automation/SKILL.md",[3506],{"path":3081,"priority":280},{"basePath":3508,"description":3509,"displayName":3510,"installMethods":3511,"rationale":3512,"selectedPaths":3513,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/gingiris-growth-playbooks","Open-source growth playbooks for AI products, B2B SaaS, and developer tools. Covers Product Hunt launch, GitHub star growth, KOL/UGC strategy, ASO, and community building. MIT licensed.","gingiris-growth-playbooks",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/gingiris-growth-playbooks/SKILL.md",[3514],{"path":3081,"priority":280},{"basePath":3516,"description":3517,"displayName":3518,"installMethods":3519,"rationale":3520,"selectedPaths":3521,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/github-automation","Automate GitHub repositories, issues, pull requests, branches, CI/CD, and permissions via Rube MCP (Composio). Manage code workflows, review PRs, search code, and handle deployments programmatically.","github-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/github-automation/SKILL.md",[3522],{"path":3081,"priority":280},{"basePath":3524,"description":3525,"displayName":3526,"installMethods":3527,"rationale":3528,"selectedPaths":3529,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/gitlab-automation","Automate GitLab project management, issues, merge requests, pipelines, branches, and user operations via Rube MCP (Composio). Always search tools first for current schemas.","gitlab-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/gitlab-automation/SKILL.md",[3530],{"path":3081,"priority":280},{"basePath":3532,"description":3533,"displayName":3534,"installMethods":3535,"rationale":3536,"selectedPaths":3537,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/gmail-automation","Automate Gmail tasks via Rube MCP (Composio): send/reply, search, labels, drafts, attachments. Always search tools first for current schemas.","gmail-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/gmail-automation/SKILL.md",[3538],{"path":3081,"priority":280},{"basePath":3540,"description":3541,"displayName":3542,"installMethods":3543,"rationale":3544,"selectedPaths":3545,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/google-analytics-automation","Automate Google Analytics tasks via Rube MCP (Composio): run reports, list accounts/properties, funnels, pivots, key events. Always search tools first for current schemas.","google-analytics-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/google-analytics-automation/SKILL.md",[3546],{"path":3081,"priority":280},{"basePath":3548,"description":3549,"displayName":3550,"installMethods":3551,"rationale":3552,"selectedPaths":3553,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/google-calendar-automation","Automate Google Calendar events, scheduling, availability checks, and attendee management via Rube MCP (Composio). Create events, find free slots, manage attendees, and list calendars programmatically.","google-calendar-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/google-calendar-automation/SKILL.md",[3554],{"path":3081,"priority":280},{"basePath":3556,"description":3557,"displayName":3558,"installMethods":3559,"rationale":3560,"selectedPaths":3561,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/google-drive-automation","Automate Google Drive file operations (upload, download, search, share, organize) via Rube MCP (Composio). Upload/download files, manage folders, share with permissions, and search across drives programmatically.","google-drive-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/google-drive-automation/SKILL.md",[3562],{"path":3081,"priority":280},{"basePath":3564,"description":3565,"displayName":3566,"installMethods":3567,"rationale":3568,"selectedPaths":3569,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/google-drive-upload","Upload files directly to Google Drive via a deployed Google Apps Script web app. Trigger on: upload to Drive, save to Drive, send to Drive, put this in Drive. Also Hebrew: \"תעלה לדרייב\", \"שמור בדרייב\", \"העלה לגוגל דרייב\". Use proactively when a workflow produces a file the user might want in Drive.\n","google-drive-upload",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/google-drive-upload/SKILL.md",[3570],{"path":3081,"priority":280},{"basePath":3572,"description":3573,"displayName":3574,"installMethods":3575,"rationale":3576,"selectedPaths":3577,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/googlesheets-automation","Automate Google Sheets operations (read, write, format, filter, manage spreadsheets) via Rube MCP (Composio). Read/write data, manage tabs, apply formatting, and search rows programmatically.","googlesheets-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/googlesheets-automation/SKILL.md",[3578],{"path":3081,"priority":280},{"basePath":3580,"description":3581,"displayName":3582,"installMethods":3583,"rationale":3584,"selectedPaths":3585,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/helpdesk-automation","Automate HelpDesk tasks via Rube MCP (Composio): list tickets, manage views, use canned responses, and configure custom fields. Always search tools first for current schemas.","helpdesk-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/helpdesk-automation/SKILL.md",[3586],{"path":3081,"priority":280},{"basePath":3588,"description":3589,"displayName":3590,"installMethods":3591,"rationale":3592,"selectedPaths":3593,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/hubspot-automation","Automate HubSpot CRM operations (contacts, companies, deals, tickets, properties) via Rube MCP using Composio integration.","hubspot-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/hubspot-automation/SKILL.md",[3594],{"path":3081,"priority":280},{"basePath":3596,"description":3597,"displayName":3598,"installMethods":3599,"rationale":3600,"selectedPaths":3601,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/image-enhancer","Improves the quality of images, especially screenshots, by enhancing resolution, sharpness, and clarity. Perfect for preparing images for presentations, documentation, or social media posts.","image-enhancer",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/image-enhancer/SKILL.md",[3602],{"path":3081,"priority":280},{"basePath":3604,"description":3605,"displayName":3606,"installMethods":3607,"rationale":3608,"selectedPaths":3609,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/immich-photo-manager","Manage your self-hosted Immich photo library through conversation — natural language search, geographic album curation, duplicate detection, library health audits, and interactive HTML galleries. Install: claude plugin install immich-photo-manager","immich-photo-manager",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/immich-photo-manager/SKILL.md",[3610],{"path":3081,"priority":280},{"basePath":3612,"description":3613,"displayName":3614,"installMethods":3615,"rationale":3616,"selectedPaths":3617,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/instagram-automation","Automate Instagram tasks via Rube MCP (Composio): create posts, carousels, manage media, get insights, and publishing limits. Always search tools first for current schemas.","instagram-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/instagram-automation/SKILL.md",[3618],{"path":3081,"priority":280},{"basePath":3620,"description":3621,"displayName":3622,"installMethods":3623,"rationale":3624,"selectedPaths":3625,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/intercom-automation","Automate Intercom tasks via Rube MCP (Composio): conversations, contacts, companies, segments, admins. Always search tools first for current schemas.","intercom-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/intercom-automation/SKILL.md",[3626],{"path":3081,"priority":280},{"basePath":3628,"description":3629,"displayName":3630,"installMethods":3631,"rationale":3632,"selectedPaths":3633,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/internal-comms","A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.).","internal-comms",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/internal-comms/SKILL.md",[3634,3635,3636,3638,3640,3642],{"path":3081,"priority":280},{"path":3188,"priority":285},{"path":3637,"priority":3191},"examples/3p-updates.md",{"path":3639,"priority":3191},"examples/company-newsletter.md",{"path":3641,"priority":3191},"examples/faq-answers.md",{"path":3643,"priority":3191},"examples/general-comms.md",{"basePath":3645,"description":3646,"displayName":3647,"installMethods":3648,"rationale":3649,"selectedPaths":3650,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/invoice-organizer","Automatically organizes invoices and receipts for tax preparation by reading messy files, extracting key information, renaming them consistently, and sorting them into logical folders. Turns hours of manual bookkeeping into minutes of automated organization.","invoice-organizer",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/invoice-organizer/SKILL.md",[3651],{"path":3081,"priority":280},{"basePath":3653,"description":3654,"displayName":3655,"installMethods":3656,"rationale":3657,"selectedPaths":3658,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/ios-hig-design-guide","Build, update, and apply iOS design specifications using Apple Human Interface Guidelines (HIG) source data. Use when a task asks for iOS UI/UX rules, Apple design standards, component behavior, accessibility constraints, interaction patterns, or feature-level design-spec writing grounded in official HIG pages.","ios-hig-design-guide",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/ios-hig-design-guide/SKILL.md",[3659,3660,3662],{"path":3081,"priority":280},{"path":3661,"priority":300},"references/ios-design-spec-workflow.md",{"path":3663,"priority":3191},"scripts/sync_apple_hig_sources.py",{"basePath":3665,"description":3666,"displayName":3667,"installMethods":3668,"rationale":3669,"selectedPaths":3670,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/jira-automation","Automate Jira tasks via Rube MCP (Composio): issues, projects, sprints, boards, comments, users. Always search tools first for current schemas.","jira-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/jira-automation/SKILL.md",[3671],{"path":3081,"priority":280},{"basePath":3673,"description":3674,"displayName":3675,"installMethods":3676,"rationale":3677,"selectedPaths":3678,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/json-canvas","Create and edit JSON Canvas files (.canvas) with nodes, edges, groups, and connections. Use when working with .canvas files, creating visual canvases, mind maps, flowcharts, or when the user mentions Canvas files in Obsidian.","json-canvas",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/json-canvas/SKILL.md (coalesced with duplicate skill at plugins/obsidian-skills/skills/json-canvas)",[3679],{"path":3081,"priority":280},{"basePath":3681,"description":3682,"displayName":3683,"installMethods":3684,"rationale":3685,"selectedPaths":3686,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/klaviyo-automation","Automate Klaviyo tasks via Rube MCP (Composio): manage email/SMS campaigns, inspect campaign messages, track tags, and monitor send jobs. Always search tools first for current schemas.","klaviyo-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/klaviyo-automation/SKILL.md",[3687],{"path":3081,"priority":280},{"basePath":3689,"description":3690,"displayName":3691,"installMethods":3692,"rationale":3693,"selectedPaths":3694,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/lead-research-assistant","Identifies high-quality leads for your product or service by analyzing your business, searching for target companies, and providing actionable contact strategies. Perfect for sales, business development, and marketing professionals.","lead-research-assistant",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/lead-research-assistant/SKILL.md",[3695],{"path":3081,"priority":280},{"basePath":3697,"description":3698,"displayName":3699,"installMethods":3700,"rationale":3701,"selectedPaths":3702,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/linear-automation","Automate Linear tasks via Rube MCP (Composio): issues, projects, cycles, teams, labels. Always search tools first for current schemas.","linear-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/linear-automation/SKILL.md",[3703],{"path":3081,"priority":280},{"basePath":3705,"description":3706,"displayName":3707,"installMethods":3708,"rationale":3709,"selectedPaths":3710,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/linkedin-automation","Automate LinkedIn tasks via Rube MCP (Composio): create posts, manage profile, company info, comments, and image uploads. Always search tools first for current schemas.","linkedin-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/linkedin-automation/SKILL.md",[3711],{"path":3081,"priority":280},{"basePath":3713,"description":3714,"displayName":3715,"installMethods":3716,"rationale":3717,"selectedPaths":3718,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/lobsterdomains","Register ICANN domains with crypto payments (USDC/USDT/ETH/BTC) via API — built for AI agents","lobsterdomains",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/lobsterdomains/SKILL.md",[3719],{"path":3081,"priority":280},{"basePath":3721,"description":3722,"displayName":3723,"installMethods":3724,"rationale":3725,"selectedPaths":3726,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/macos-design","Design and build native-feeling macOS application UIs. Use this skill whenever the user asks to create a desktop app, macOS app, Mac-style interface, Apple-style UI, system utility, or anything that should look and feel like a native Mac application. Also trigger when users mention \"native feel\", \"desktop app design\", \"Apple design patterns\", \"sidebar layout\", \"traffic lights\", or want to build tools/utilities that feel like they belong on macOS. This skill covers layout, composition, interaction patterns, animations, light/dark mode, and all the subtle details that make an app feel like Apple built it.","macos-design",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/macos-design/SKILL.md",[3727,3728,3730,3732],{"path":3081,"priority":280},{"path":3729,"priority":300},"references/interaction-patterns.md",{"path":3731,"priority":300},"references/layout-and-composition.md",{"path":3733,"priority":300},"references/visual-design.md",{"basePath":3735,"description":3736,"displayName":3737,"installMethods":3738,"rationale":3739,"selectedPaths":3740,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/mailchimp-automation","Automate Mailchimp email marketing including campaigns, audiences, subscribers, segments, and analytics via Rube MCP (Composio). Always search tools first for current schemas.","mailchimp-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/mailchimp-automation/SKILL.md",[3741],{"path":3081,"priority":280},{"basePath":3743,"description":3744,"displayName":3745,"installMethods":3746,"rationale":3747,"selectedPaths":3748,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/make-automation","Automate Make (Integromat) tasks via Rube MCP (Composio): operations, enums, language and timezone lookups. Always search tools first for current schemas.","make-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/make-automation/SKILL.md",[3749],{"path":3081,"priority":280},{"basePath":3751,"description":3752,"displayName":3753,"installMethods":3754,"rationale":3755,"selectedPaths":3756,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/mcp-builder","Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).","mcp-builder",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/mcp-builder/SKILL.md",[3757,3758,3759,3761,3763,3765],{"path":3081,"priority":280},{"path":3188,"priority":285},{"path":3760,"priority":3191},"scripts/connections.py",{"path":3762,"priority":3191},"scripts/evaluation.py",{"path":3764,"priority":3191},"scripts/example_evaluation.xml",{"path":3766,"priority":3191},"scripts/requirements.txt",{"basePath":3768,"description":3769,"displayName":3770,"installMethods":3771,"rationale":3772,"selectedPaths":3773,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/meeting-insights-analyzer","Analyzes meeting transcripts and recordings to uncover behavioral patterns, communication insights, and actionable feedback. Identifies when you avoid conflict, use filler words, dominate conversations, or miss opportunities to listen. Perfect for professionals seeking to improve their communication and leadership skills.","meeting-insights-analyzer",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/meeting-insights-analyzer/SKILL.md",[3774],{"path":3081,"priority":280},{"basePath":3776,"description":3777,"displayName":3778,"installMethods":3779,"rationale":3780,"selectedPaths":3781,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/microsoft-teams-automation","Automate Microsoft Teams tasks via Rube MCP (Composio): send messages, manage channels, create meetings, handle chats, and search messages. Always search tools first for current schemas.","microsoft-teams-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/microsoft-teams-automation/SKILL.md",[3782],{"path":3081,"priority":280},{"basePath":3784,"description":3785,"displayName":3786,"installMethods":3787,"rationale":3788,"selectedPaths":3789,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/miro-automation","Automate Miro tasks via Rube MCP (Composio): boards, items, sticky notes, frames, sharing, connectors. Always search tools first for current schemas.","miro-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/miro-automation/SKILL.md",[3790],{"path":3081,"priority":280},{"basePath":3792,"description":3793,"displayName":3794,"installMethods":3795,"rationale":3796,"selectedPaths":3797,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/mixpanel-automation","Automate Mixpanel tasks via Rube MCP (Composio): events, segmentation, funnels, cohorts, user profiles, JQL queries. Always search tools first for current schemas.","mixpanel-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/mixpanel-automation/SKILL.md",[3798],{"path":3081,"priority":280},{"basePath":3800,"description":3801,"displayName":3802,"installMethods":3803,"rationale":3804,"selectedPaths":3805,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/monday-automation","Automate Monday.com work management including boards, items, columns, groups, subitems, and updates via Rube MCP (Composio). Always search tools first for current schemas.","monday-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/monday-automation/SKILL.md",[3806],{"path":3081,"priority":280},{"basePath":3808,"description":3809,"displayName":3810,"installMethods":3811,"rationale":3812,"selectedPaths":3813,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/morning-ai","AI news tracking skill that monitors 80+ entities across 6 free sources (Reddit, HN, GitHub, HuggingFace, arXiv, X/Twitter). Generates scored daily reports with infographics and message digests. Invoke via /morning-ai.","morning-ai",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/morning-ai/SKILL.md",[3814],{"path":3081,"priority":280},{"basePath":3816,"description":3817,"displayName":3818,"installMethods":3819,"rationale":3820,"selectedPaths":3821,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/notion-automation","Automate Notion tasks via Rube MCP (Composio): pages, databases, blocks, comments, users. Always search tools first for current schemas.","notion-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/notion-automation/SKILL.md",[3822],{"path":3081,"priority":280},{"basePath":3824,"description":3825,"displayName":3826,"installMethods":3827,"rationale":3828,"selectedPaths":3829,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/obsidian-bases","Create and edit Obsidian Bases (.base files) with views, filters, formulas, and summaries. Use when working with .base files, creating database-like views of notes, or when the user mentions Bases, table views, card views, filters, or formulas in Obsidian.","obsidian-bases",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/obsidian-bases/SKILL.md (coalesced with duplicate skill at plugins/obsidian-skills/skills/obsidian-bases)",[3830],{"path":3081,"priority":280},{"basePath":3832,"description":3833,"displayName":3834,"installMethods":3835,"rationale":3836,"selectedPaths":3837,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/obsidian-markdown","Create and edit Obsidian Flavored Markdown with wikilinks, embeds, callouts, properties, and other Obsidian-specific syntax. Use when working with .md files in Obsidian, or when the user mentions wikilinks, callouts, frontmatter, tags, embeds, or Obsidian notes.","obsidian-markdown",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/obsidian-markdown/SKILL.md (coalesced with duplicate skill at plugins/obsidian-skills/skills/obsidian-markdown)",[3838],{"path":3081,"priority":280},{"basePath":3840,"description":3841,"displayName":3842,"installMethods":3843,"rationale":3844,"selectedPaths":3845,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/oiloil-ui-ux-guide","Modern, clean UI/UX guidance + review skill. Use when you need actionable UX/UI recommendations, design principles, or a design review checklist for new features or existing systems (web/app). Focus on CRAP (Contrast/Repetition/Alignment/Proximity) plus task-first UX, information architecture, feedback & system status, consistency, affordances, error prevention/recovery, and cognitive load. Enforce a modern minimal style (clean, spacious, typography-led), reduce unnecessary copy, forbid emoji as icons, and recommend intuitive refined icons from a consistent icon set.","oiloil-ui-ux-guide",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/oiloil-ui-ux-guide/SKILL.md",[3846],{"path":3081,"priority":280},{"basePath":3848,"description":3849,"displayName":3850,"installMethods":3851,"rationale":3852,"selectedPaths":3853,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/one-drive-automation","Automate OneDrive file management, search, uploads, downloads, sharing, permissions, and folder operations via Rube MCP (Composio). Always search tools first for current schemas.","one-drive-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/one-drive-automation/SKILL.md",[3854],{"path":3081,"priority":280},{"basePath":3856,"description":3857,"displayName":3858,"installMethods":3859,"rationale":3860,"selectedPaths":3861,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/outlook-automation","Automate Outlook tasks via Rube MCP (Composio): emails, calendar, contacts, folders, attachments. Always search tools first for current schemas.","outlook-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/outlook-automation/SKILL.md",[3862],{"path":3081,"priority":280},{"basePath":3864,"description":3865,"displayName":3866,"installMethods":3867,"rationale":3868,"selectedPaths":3869,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/outlook-calendar-automation","Automate Outlook Calendar tasks via Rube MCP (Composio): create events, manage attendees, find meeting times, and handle invitations. Always search tools first for current schemas.","outlook-calendar-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/outlook-calendar-automation/SKILL.md",[3870],{"path":3081,"priority":280},{"basePath":3872,"description":3873,"displayName":3874,"installMethods":3875,"rationale":3876,"selectedPaths":3877,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/pagerduty-automation","Automate PagerDuty tasks via Rube MCP (Composio): manage incidents, services, schedules, escalation policies, and on-call rotations. Always search tools first for current schemas.","pagerduty-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/pagerduty-automation/SKILL.md",[3878],{"path":3081,"priority":280},{"basePath":3880,"description":3881,"displayName":3882,"installMethods":3883,"rationale":3884,"selectedPaths":3885,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/pdf","Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.","pdf",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/pdf/SKILL.md",[3886,3887,3888,3890,3892,3894,3896,3898,3900,3902,3904,3906],{"path":3081,"priority":280},{"path":3188,"priority":285},{"path":3889,"priority":300},"forms.md",{"path":3891,"priority":300},"reference.md",{"path":3893,"priority":3191},"scripts/check_bounding_boxes.py",{"path":3895,"priority":3191},"scripts/check_bounding_boxes_test.py",{"path":3897,"priority":3191},"scripts/check_fillable_fields.py",{"path":3899,"priority":3191},"scripts/convert_pdf_to_images.py",{"path":3901,"priority":3191},"scripts/create_validation_image.py",{"path":3903,"priority":3191},"scripts/extract_form_field_info.py",{"path":3905,"priority":3191},"scripts/fill_fillable_fields.py",{"path":3907,"priority":3191},"scripts/fill_pdf_form_with_annotations.py",{"basePath":3909,"description":3910,"displayName":3911,"installMethods":3912,"rationale":3913,"selectedPaths":3914,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/pipedrive-automation","Automate Pipedrive CRM operations including deals, contacts, organizations, activities, notes, and pipeline management via Rube MCP (Composio). Always search tools first for current schemas.","pipedrive-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/pipedrive-automation/SKILL.md",[3915],{"path":3081,"priority":280},{"basePath":3917,"description":3918,"displayName":3919,"installMethods":3920,"rationale":3921,"selectedPaths":3922,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/posthog-automation","Automate PostHog tasks via Rube MCP (Composio): events, feature flags, projects, user profiles, annotations. Always search tools first for current schemas.","posthog-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/posthog-automation/SKILL.md",[3923],{"path":3081,"priority":280},{"basePath":3925,"description":3926,"displayName":3927,"installMethods":3928,"rationale":3929,"selectedPaths":3930,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/postmark-automation","Automate Postmark email delivery tasks via Rube MCP (Composio): send templated emails, manage templates, monitor delivery stats and bounces. Always search tools first for current schemas.","postmark-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/postmark-automation/SKILL.md",[3931],{"path":3081,"priority":280},{"basePath":3933,"description":3934,"displayName":3935,"installMethods":3936,"rationale":3937,"selectedPaths":3938,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/pptx","Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or editing content, (3) Working with layouts, (4) Adding comments or speaker notes, or any other presentation tasks","pptx",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/pptx/SKILL.md",[3939,3940,3941,3943,3944,3946,3948,3950,3952],{"path":3081,"priority":280},{"path":3188,"priority":285},{"path":3942,"priority":300},"html2pptx.md",{"path":3442,"priority":300},{"path":3945,"priority":3191},"scripts/html2pptx.js",{"path":3947,"priority":3191},"scripts/inventory.py",{"path":3949,"priority":3191},"scripts/rearrange.py",{"path":3951,"priority":3191},"scripts/replace.py",{"path":3953,"priority":3191},"scripts/thumbnail.py",{"basePath":3955,"description":3956,"displayName":3957,"installMethods":3958,"rationale":3959,"selectedPaths":3960,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/pressreleasesonline","Draft and publish AI-powered press releases — submit a URL + notes, get a live release page instantly. Free, no API key required.","pressreleasesonline",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/pressreleasesonline/SKILL.md",[3961],{"path":3081,"priority":280},{"basePath":3963,"description":3964,"displayName":3965,"installMethods":3966,"rationale":3967,"selectedPaths":3968,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/raffle-winner-picker","Picks random winners from lists, spreadsheets, or Google Sheets for giveaways, raffles, and contests. Ensures fair, unbiased selection with transparency.","raffle-winner-picker",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/raffle-winner-picker/SKILL.md",[3969],{"path":3081,"priority":280},{"basePath":3971,"description":3972,"displayName":3973,"installMethods":3974,"rationale":3975,"selectedPaths":3976,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/reddit-automation","Automate Reddit tasks via Rube MCP (Composio): search subreddits, create posts, manage comments, and browse top content. Always search tools first for current schemas.","reddit-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/reddit-automation/SKILL.md",[3977],{"path":3081,"priority":280},{"basePath":3979,"description":3980,"displayName":3981,"installMethods":3982,"rationale":3983,"selectedPaths":3984,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/render-automation","Automate Render tasks via Rube MCP (Composio): services, deployments, projects. Always search tools first for current schemas.","render-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/render-automation/SKILL.md",[3985],{"path":3081,"priority":280},{"basePath":3987,"description":3988,"displayName":3989,"installMethods":3990,"rationale":3991,"selectedPaths":3992,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/resemble-detect","Deepfake detection and media safety — detect AI-generated audio, images, video, and text, trace synthesis sources, apply watermarks, verify speaker identity, and analyze media intelligence using Resemble AI","resemble-detect",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/resemble-detect/SKILL.md",[3993,3994],{"path":3081,"priority":280},{"path":284,"priority":285},{"basePath":3996,"description":3997,"displayName":3998,"installMethods":3999,"rationale":4000,"selectedPaths":4001,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/salesforce-automation","Automate Salesforce tasks via Rube MCP (Composio): leads, contacts, accounts, opportunities, SOQL queries. Always search tools first for current schemas.","salesforce-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/salesforce-automation/SKILL.md",[4002],{"path":3081,"priority":280},{"basePath":4004,"description":4005,"displayName":4006,"installMethods":4007,"rationale":4008,"selectedPaths":4009,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/segment-automation","Automate Segment tasks via Rube MCP (Composio): track events, identify users, manage groups, page views, aliases, batch operations. Always search tools first for current schemas.","segment-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/segment-automation/SKILL.md",[4010],{"path":3081,"priority":280},{"basePath":4012,"description":4013,"displayName":4014,"installMethods":4015,"rationale":4016,"selectedPaths":4017,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/sendgrid-automation","Automate SendGrid email operations including sending emails, managing contacts/lists, sender identities, templates, and analytics via Rube MCP (Composio). Always search tools first for current schemas.","sendgrid-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/sendgrid-automation/SKILL.md",[4018],{"path":3081,"priority":280},{"basePath":4020,"description":4021,"displayName":4022,"installMethods":4023,"rationale":4024,"selectedPaths":4025,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/sentry-automation","Automate Sentry tasks via Rube MCP (Composio): manage issues/events, configure alerts, track releases, monitor projects and teams. Always search tools first for current schemas.","sentry-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/sentry-automation/SKILL.md",[4026],{"path":3081,"priority":280},{"basePath":4028,"description":4029,"displayName":4030,"installMethods":4031,"rationale":4032,"selectedPaths":4033,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/shopify-automation","Automate Shopify tasks via Rube MCP (Composio): products, orders, customers, inventory, collections. Always search tools first for current schemas.","shopify-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/shopify-automation/SKILL.md",[4034],{"path":3081,"priority":280},{"basePath":4036,"description":4037,"displayName":4038,"installMethods":4039,"rationale":4040,"selectedPaths":4041,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/skill-creator","Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.","skill-creator",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/skill-creator/SKILL.md",[4042,4043,4044,4046,4048],{"path":3081,"priority":280},{"path":3188,"priority":285},{"path":4045,"priority":3191},"scripts/init_skill.py",{"path":4047,"priority":3191},"scripts/package_skill.py",{"path":4049,"priority":3191},"scripts/quick_validate.py",{"basePath":4051,"description":4052,"displayName":4053,"installMethods":4054,"rationale":4055,"selectedPaths":4056,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/skill-share","A skill that creates new Claude skills and automatically shares them on Slack using Rube for seamless team collaboration and skill discovery.","skill-share",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/skill-share/SKILL.md",[4057],{"path":3081,"priority":280},{"basePath":4059,"description":4060,"displayName":4061,"installMethods":4062,"rationale":4063,"selectedPaths":4064,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/skyvern","AI-powered browser automation — navigate sites, fill forms, extract structured data, log in with stored credentials, and build reusable multi-step workflows using natural language. Install: pip install skyvern && skyvern setup","skyvern",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/skyvern/SKILL.md",[4065],{"path":3081,"priority":280},{"basePath":4067,"description":4068,"displayName":4069,"installMethods":4070,"rationale":4071,"selectedPaths":4072,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/slack-automation","Automate Slack messaging, channel management, search, reactions, and threads via Rube MCP (Composio). Send messages, search conversations, manage channels/users, and react to messages programmatically.","slack-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/slack-automation/SKILL.md",[4073],{"path":3081,"priority":280},{"basePath":4075,"description":4076,"displayName":4077,"installMethods":4078,"rationale":4079,"selectedPaths":4080,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/slack-gif-creator","Toolkit for creating animated GIFs optimized for Slack, with validators for size constraints and composable animation primitives. This skill applies when users request animated GIFs or emoji animations for Slack from descriptions like \"make me a GIF for Slack of X doing Y\".","slack-gif-creator",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/slack-gif-creator/SKILL.md",[4081,4082,4083,4085,4087,4089,4091,4093,4095,4097,4099,4101,4103,4105,4107],{"path":3081,"priority":280},{"path":3188,"priority":285},{"path":4084,"priority":3191},"templates/bounce.py",{"path":4086,"priority":3191},"templates/explode.py",{"path":4088,"priority":3191},"templates/fade.py",{"path":4090,"priority":3191},"templates/flip.py",{"path":4092,"priority":3191},"templates/kaleidoscope.py",{"path":4094,"priority":3191},"templates/morph.py",{"path":4096,"priority":3191},"templates/move.py",{"path":4098,"priority":3191},"templates/pulse.py",{"path":4100,"priority":3191},"templates/shake.py",{"path":4102,"priority":3191},"templates/slide.py",{"path":4104,"priority":3191},"templates/spin.py",{"path":4106,"priority":3191},"templates/wiggle.py",{"path":4108,"priority":3191},"templates/zoom.py",{"basePath":4110,"description":4111,"displayName":4112,"installMethods":4113,"rationale":4114,"selectedPaths":4115,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/slack-message-formatter","Format messages for Slack with pixel-perfect accuracy. Converts Markdown to\nrich HTML (for copy-paste into Slack) or Slack mrkdwn (for API/webhook).\nUse when the user asks to write a Slack message, announcement, or notification,\nformat something \"for Slack\", preview how content looks in Slack, or send a\nmessage via Slack webhook. Also trigger when user mentions Slack formatting,\nmrkdwn, or wants to share Markdown content in Slack channels.\n","slack-message-formatter",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/slack-message-formatter/SKILL.md",[4116],{"path":3081,"priority":280},{"basePath":4118,"description":4119,"displayName":4120,"installMethods":4121,"rationale":4122,"selectedPaths":4123,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/square-automation","Automate Square tasks via Rube MCP (Composio): payments, orders, invoices, locations. Always search tools first for current schemas.","square-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/square-automation/SKILL.md",[4124],{"path":3081,"priority":280},{"basePath":4126,"description":4127,"displayName":4128,"installMethods":4129,"rationale":4130,"selectedPaths":4131,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/stripe-automation","Automate Stripe tasks via Rube MCP (Composio): customers, charges, subscriptions, invoices, products, refunds. Always search tools first for current schemas.","stripe-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/stripe-automation/SKILL.md",[4132],{"path":3081,"priority":280},{"basePath":4134,"description":4135,"displayName":4136,"installMethods":4137,"rationale":4138,"selectedPaths":4139,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/supabase-automation","Automate Supabase database queries, table management, project administration, storage, edge functions, and SQL execution via Rube MCP (Composio). Always search tools first for current schemas.","supabase-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/supabase-automation/SKILL.md",[4140],{"path":3081,"priority":280},{"basePath":4142,"description":4143,"displayName":4144,"installMethods":4145,"rationale":4146,"selectedPaths":4147,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/szamlazz-invoicing","Issue, cancel, and fetch Hungarian invoices via the szamlazz.hu Agent API. Handles VAT calculation, NAV taxpayer lookup, partner caching, and PDF generation. Use when the user mentions számla, számlázás, invoice, sztornó, díjbekérő, proforma, or wants to bill a customer.","szamlazz-invoicing",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/szamlazz-invoicing/SKILL.md",[4148],{"path":3081,"priority":280},{"basePath":4150,"description":4151,"displayName":4152,"installMethods":4153,"rationale":4154,"selectedPaths":4155,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/tailored-resume-generator","Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances","tailored-resume-generator",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/tailored-resume-generator/SKILL.md",[4156],{"path":3081,"priority":280},{"basePath":4158,"description":4159,"displayName":4160,"installMethods":4161,"rationale":4162,"selectedPaths":4163,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/telegram-automation","Automate Telegram tasks via Rube MCP (Composio): send messages, manage chats, share photos/documents, and handle bot commands. Always search tools first for current schemas.","telegram-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/telegram-automation/SKILL.md",[4164],{"path":3081,"priority":280},{"basePath":4166,"description":4167,"displayName":4168,"installMethods":4169,"rationale":4170,"selectedPaths":4171,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/theme-factory","Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.","theme-factory",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/theme-factory/SKILL.md",[4172,4173],{"path":3081,"priority":280},{"path":3188,"priority":285},{"basePath":4175,"description":4176,"displayName":4177,"installMethods":4178,"rationale":4179,"selectedPaths":4180,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/tiktok-automation","Automate TikTok tasks via Rube MCP (Composio): upload/publish videos, post photos, manage content, and view user profiles/stats. Always search tools first for current schemas.","tiktok-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/tiktok-automation/SKILL.md",[4181],{"path":3081,"priority":280},{"basePath":4183,"description":4184,"displayName":4185,"installMethods":4186,"rationale":4187,"selectedPaths":4188,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/todoist-automation","Automate Todoist task management, projects, sections, filtering, and bulk operations via Rube MCP (Composio). Always search tools first for current schemas.","todoist-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/todoist-automation/SKILL.md",[4189],{"path":3081,"priority":280},{"basePath":4191,"description":4192,"displayName":4193,"installMethods":4194,"rationale":4195,"selectedPaths":4196,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/trello-automation","Automate Trello boards, cards, and workflows via Rube MCP (Composio). Create cards, manage lists, assign members, and search across boards programmatically.","trello-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/trello-automation/SKILL.md",[4197],{"path":3081,"priority":280},{"basePath":4199,"description":4200,"displayName":4201,"installMethods":4202,"rationale":4203,"selectedPaths":4204,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/tubeify","Remove pauses, filler words (um, uh), and dead air from raw YouTube recordings via the Tubeify API. Use when the user wants to edit a video, clean up audio, trim silences, or polish a raw recording for YouTube.\n","tubeify",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/tubeify/SKILL.md",[4205],{"path":3081,"priority":280},{"basePath":4207,"description":4208,"displayName":4209,"installMethods":4210,"rationale":4211,"selectedPaths":4212,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/twitter-algorithm-optimizer","Analyze and optimize tweets for maximum reach using Twitter's open-source algorithm insights. Rewrite and edit user tweets to improve engagement and visibility based on how the recommendation system ranks content.","twitter-algorithm-optimizer",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/twitter-algorithm-optimizer/SKILL.md",[4213],{"path":3081,"priority":280},{"basePath":4215,"description":4216,"displayName":4217,"installMethods":4218,"rationale":4219,"selectedPaths":4220,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/twitter-automation","Automate Twitter/X tasks via Rube MCP (Composio): posts, search, users, bookmarks, lists, media. Always search tools first for current schemas.","twitter-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/twitter-automation/SKILL.md",[4221],{"path":3081,"priority":280},{"basePath":4223,"description":4224,"displayName":4225,"installMethods":4226,"rationale":4227,"selectedPaths":4228,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/tycana","Persistent task management and productivity intelligence via MCP. Captures tasks from conversation, plans your day, tracks patterns, and gives personalized recommendations that improve over time.","tycana",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/tycana/SKILL.md",[4229],{"path":3081,"priority":280},{"basePath":4231,"description":4232,"displayName":4233,"installMethods":4234,"rationale":4235,"selectedPaths":4236,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/vercel-automation","Automate Vercel tasks via Rube MCP (Composio): manage deployments, domains, DNS, env vars, projects, and teams. Always search tools first for current schemas.","vercel-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/vercel-automation/SKILL.md",[4237],{"path":3081,"priority":280},{"basePath":4239,"description":4240,"displayName":4241,"installMethods":4242,"rationale":4243,"selectedPaths":4244,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/video-downloader","Download YouTube videos with customizable quality and format options. Use this skill when the user asks to download, save, or grab YouTube videos. Supports various quality settings (best, 1080p, 720p, 480p, 360p), multiple formats (mp4, webm, mkv), and audio-only downloads as MP3.","youtube-downloader",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/video-downloader/SKILL.md",[4245,4246],{"path":3081,"priority":280},{"path":4247,"priority":3191},"scripts/download_video.py",{"basePath":4249,"description":4250,"displayName":4251,"installMethods":4252,"rationale":4253,"selectedPaths":4254,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/webapp-testing","Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.","webapp-testing",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/webapp-testing/SKILL.md",[4255,4256,4257,4259,4261,4263],{"path":3081,"priority":280},{"path":3188,"priority":285},{"path":4258,"priority":3191},"examples/console_logging.py",{"path":4260,"priority":3191},"examples/element_discovery.py",{"path":4262,"priority":3191},"examples/static_html_automation.py",{"path":4264,"priority":3191},"scripts/with_server.py",{"basePath":4266,"description":4267,"displayName":4268,"installMethods":4269,"rationale":4270,"selectedPaths":4271,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/webflow-automation","Automate Webflow CMS collections, site publishing, page management, asset uploads, and ecommerce orders via Rube MCP (Composio). Always search tools first for current schemas.","webflow-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/webflow-automation/SKILL.md",[4272],{"path":3081,"priority":280},{"basePath":4274,"description":4275,"displayName":4276,"installMethods":4277,"rationale":4278,"selectedPaths":4279,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/whatsapp-automation","Automate WhatsApp Business tasks via Rube MCP (Composio): send messages, manage templates, upload media, and handle contacts. Always search tools first for current schemas.","whatsapp-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/whatsapp-automation/SKILL.md",[4280],{"path":3081,"priority":280},{"basePath":4282,"description":4283,"displayName":4284,"installMethods":4285,"rationale":4286,"selectedPaths":4287,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/wrike-automation","Automate Wrike project management via Rube MCP (Composio): create tasks/folders, manage projects, assign work, and track progress. Always search tools first for current schemas.","wrike-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/wrike-automation/SKILL.md",[4288],{"path":3081,"priority":280},{"basePath":4290,"description":4291,"displayName":4292,"installMethods":4293,"rationale":4294,"selectedPaths":4295,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/x-twitter-scraper","X (Twitter) data extraction and monitoring via Xquik: tweet search, user lookup, follower extraction, giveaway draws, trending topics, account monitoring with webhooks, reply/retweet/quote extraction, community and Space data, follow checks. 22 MCP tools + REST API.","x-twitter-scraper",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/x-twitter-scraper/SKILL.md",[4296],{"path":3081,"priority":280},{"basePath":4298,"description":4299,"displayName":4300,"installMethods":4301,"rationale":4302,"selectedPaths":4303,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/xlsx","Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas","xlsx",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/xlsx/SKILL.md",[4304,4305],{"path":3081,"priority":280},{"path":3188,"priority":285},{"basePath":4307,"description":4308,"displayName":4309,"installMethods":4310,"rationale":4311,"selectedPaths":4312,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/youtube-automation","Automate YouTube tasks via Rube MCP (Composio): upload videos, manage playlists, search content, get analytics, and handle comments. Always search tools first for current schemas.","youtube-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/youtube-automation/SKILL.md",[4313],{"path":3081,"priority":280},{"basePath":4315,"description":4316,"displayName":4317,"installMethods":4318,"rationale":4319,"selectedPaths":4320,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/zendesk-automation","Automate Zendesk tasks via Rube MCP (Composio): tickets, users, organizations, replies. Always search tools first for current schemas.","zendesk-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/zendesk-automation/SKILL.md",[4321],{"path":3081,"priority":280},{"basePath":4323,"description":4324,"displayName":4325,"installMethods":4326,"rationale":4327,"selectedPaths":4328,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/zoho-crm-automation","Automate Zoho CRM tasks via Rube MCP (Composio): create/update records, search contacts, manage leads, and convert leads. Always search tools first for current schemas.","zoho-crm-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/zoho-crm-automation/SKILL.md",[4329],{"path":3081,"priority":280},{"basePath":4331,"description":4332,"displayName":4333,"installMethods":4334,"rationale":4335,"selectedPaths":4336,"source":286,"sourceLanguage":17,"type":3082},"plugins/all-skills/skills/zoom-automation","Automate Zoom meeting creation, management, recordings, webinars, and participant tracking via Rube MCP (Composio). Always search tools first for current schemas.","zoom-automation",{"claudeCode":275},"SKILL.md frontmatter at plugins/all-skills/skills/zoom-automation/SKILL.md",[4337],{"path":3081,"priority":280},{"basePath":4339,"description":4340,"displayName":4341,"installMethods":4342,"rationale":4343,"selectedPaths":4344,"source":286,"sourceLanguage":17,"type":3082},"plugins/budgetclaw/skills/spend","Show current Claude Code spend by project and branch via BudgetClaw","spend",{"claudeCode":275},"SKILL.md frontmatter at plugins/budgetclaw/skills/spend/SKILL.md",[4345],{"path":3081,"priority":280},{"basePath":4347,"description":4348,"displayName":4349,"installMethods":4350,"rationale":4351,"selectedPaths":4352,"source":286,"sourceLanguage":17,"type":3082},"plugins/cashflow/skills/recap","Triggered by \"monthly recap\", \"how did I do this month\", \"spending summary\", \"financial review\", \"weekly recap\", \"quarterly review\", \"year in review\"","recap",{"claudeCode":275},"SKILL.md frontmatter at plugins/cashflow/skills/recap/SKILL.md",[4353],{"path":3081,"priority":280},{"basePath":4355,"description":4356,"displayName":4357,"installMethods":4358,"rationale":4359,"selectedPaths":4360,"source":286,"sourceLanguage":17,"type":3082},"plugins/cashflow/skills/tidy","Triggered by \"tidy up\", \"clean up transactions\", \"categorize uncategorized\", \"organize my transactions\"","tidy",{"claudeCode":275},"SKILL.md frontmatter at plugins/cashflow/skills/tidy/SKILL.md",[4361],{"path":3081,"priority":280},{"basePath":4363,"description":4364,"displayName":4365,"installMethods":4366,"rationale":4367,"selectedPaths":4368,"source":286,"sourceLanguage":17,"type":3082},"plugins/cc-best/skills/architecture","Architecture design skill with ADR records, system design checklists, scalability assessment, and architecture patterns","architecture",{"claudeCode":275},"SKILL.md frontmatter at plugins/cc-best/skills/architecture/SKILL.md",[4369],{"path":3081,"priority":280},{"basePath":4371,"description":4372,"displayName":4373,"installMethods":4374,"rationale":4375,"selectedPaths":4376,"source":286,"sourceLanguage":17,"type":3082},"plugins/cc-best/skills/testing","Testing strategies and methodologies including TDD, E2E testing, and multi-framework support","testing",{"claudeCode":275},"SKILL.md frontmatter at plugins/cc-best/skills/testing/SKILL.md",[4377],{"path":3081,"priority":280},{"basePath":4379,"description":4380,"displayName":308,"installMethods":4381,"rationale":4382,"selectedPaths":4383,"source":286,"sourceLanguage":17,"type":3082},"plugins/claude-ops/skills/ops","Business operations command center. Routes to the right ops command based on what you need — briefing, inbox, fires, projects, comms, triage, linear, revenue, deploy, or yolo mode.",{"claudeCode":275},"SKILL.md frontmatter at plugins/claude-ops/skills/ops/SKILL.md",[4384],{"path":3081,"priority":280},{"basePath":4386,"description":4387,"displayName":4388,"installMethods":4389,"rationale":4390,"selectedPaths":4391,"source":286,"sourceLanguage":17,"type":3082},"plugins/claude-ops/skills/ops-comms","Send and read messages across all channels. Routes based on arguments — whatsapp, email, slack, telegram, discord, notion, or natural language like \"send [msg] to [contact]\".","ops-comms",{"claudeCode":275},"SKILL.md frontmatter at plugins/claude-ops/skills/ops-comms/SKILL.md",[4392],{"path":3081,"priority":280},{"basePath":4394,"description":4395,"displayName":4396,"installMethods":4397,"rationale":4398,"selectedPaths":4399,"source":286,"sourceLanguage":17,"type":3082},"plugins/claude-ops/skills/ops-daemon","Check claude-ops background daemon end-to-end and auto-fix common issues. Detects stale plist paths after plugin upgrades, missing service commands, dead processes, corrupt health files, and bash version mismatches.","ops-daemon",{"claudeCode":275},"SKILL.md frontmatter at plugins/claude-ops/skills/ops-daemon/SKILL.md",[4400],{"path":3081,"priority":280},{"basePath":4402,"description":4403,"displayName":4404,"installMethods":4405,"rationale":4406,"selectedPaths":4407,"source":286,"sourceLanguage":17,"type":3082},"plugins/claude-ops/skills/ops-dash","Interactive pixel-art command center dashboard. Visual business HQ with instant hotkey navigation to all ops commands, live status indicators, fire alerts, C-suite reports, settings, sharing, and FAQ.","ops-dash",{"claudeCode":275},"SKILL.md frontmatter at plugins/claude-ops/skills/ops-dash/SKILL.md",[4408],{"path":3081,"priority":280},{"basePath":4410,"description":4411,"displayName":4412,"installMethods":4413,"rationale":4414,"selectedPaths":4415,"source":286,"sourceLanguage":17,"type":3082},"plugins/claude-ops/skills/ops-deploy","Deploy status across all projects. Shows ECS service versions, Vercel deployments, recent deploys, pending deploys, and CI/CD pipeline state.","ops-deploy",{"claudeCode":275},"SKILL.md frontmatter at plugins/claude-ops/skills/ops-deploy/SKILL.md",[4416],{"path":3081,"priority":280},{"basePath":4418,"description":4419,"displayName":4420,"installMethods":4421,"rationale":4422,"selectedPaths":4423,"source":286,"sourceLanguage":17,"type":3082},"plugins/claude-ops/skills/ops-doctor","Health check and auto-repair for the ops plugin. Diagnoses manifest errors, broken permissions, invalid configs, stale caches, and missing files — then spawns an agent to fix everything automatically.","ops-doctor",{"claudeCode":275},"SKILL.md frontmatter at plugins/claude-ops/skills/ops-doctor/SKILL.md",[4424],{"path":3081,"priority":280},{"basePath":4426,"description":4427,"displayName":4428,"installMethods":4429,"rationale":4430,"selectedPaths":4431,"source":286,"sourceLanguage":17,"type":3082},"plugins/claude-ops/skills/ops-ecom","Shopify store command center. Orders, inventory, fulfillment, analytics, and store health. Works with any Shopify store via Admin API.","ops-ecom",{"claudeCode":275},"SKILL.md frontmatter at plugins/claude-ops/skills/ops-ecom/SKILL.md",[4432],{"path":3081,"priority":280},{"basePath":4434,"description":4435,"displayName":4436,"installMethods":4437,"rationale":4438,"selectedPaths":4439,"source":286,"sourceLanguage":17,"type":3082},"plugins/claude-ops/skills/ops-fires","Production incidents dashboard. Reads ECS health, Sentry errors, CI failures. Offers to dispatch fix agents for active fires.","ops-fires",{"claudeCode":275},"SKILL.md frontmatter at plugins/claude-ops/skills/ops-fires/SKILL.md",[4440],{"path":3081,"priority":280},{"basePath":4442,"description":4443,"displayName":4444,"installMethods":4445,"rationale":4446,"selectedPaths":4447,"source":286,"sourceLanguage":17,"type":3082},"plugins/claude-ops/skills/ops-go","Token-efficient morning briefing. Pre-gathers all data via shell scripts, then presents a unified business dashboard with prioritized actions.","ops-go",{"claudeCode":275},"SKILL.md frontmatter at plugins/claude-ops/skills/ops-go/SKILL.md",[4448],{"path":3081,"priority":280},{"basePath":4450,"description":4451,"displayName":4452,"installMethods":4453,"rationale":4454,"selectedPaths":4455,"source":286,"sourceLanguage":17,"type":3082},"plugins/claude-ops/skills/ops-gtm","Go-to-market strategy planner. Generates a complete GTM plan across paid, unpaid, marketing, sales, and AI-automation channels for any project — and hands executable campaigns off to /marketing.","ops-gtm",{"claudeCode":275},"SKILL.md frontmatter at plugins/claude-ops/skills/ops-gtm/SKILL.md",[4456],{"path":3081,"priority":280},{"basePath":4458,"description":4459,"displayName":4460,"installMethods":4461,"rationale":4462,"selectedPaths":4463,"source":286,"sourceLanguage":17,"type":3082},"plugins/claude-ops/skills/ops-inbox","Full inbox management across all channels — WhatsApp (wacli), Email (Gmail MCP), Slack (MCP), Telegram (user-auth MCP), Discord (webhook + REST read), Notion (MCP — comments, mentions, assigned tasks). Scans FULL inbox (not just unread), identifies messages needing replies, archives handled conversations.","ops-inbox",{"claudeCode":275},"SKILL.md frontmatter at plugins/claude-ops/skills/ops-inbox/SKILL.md",[4464,4465],{"path":3081,"priority":280},{"path":4466,"priority":300},"CHANNELS.md",{"basePath":4468,"description":4469,"displayName":4470,"installMethods":4471,"rationale":4472,"selectedPaths":4473,"source":286,"sourceLanguage":17,"type":3082},"plugins/claude-ops/skills/ops-integrate","Add any SaaS API as a first-class integration. Provide the service name — ops-integrate discovers auth patterns, tests connectivity, and registers the API in your partner registry so it's available to other skills.","ops-integrate",{"claudeCode":275},"SKILL.md frontmatter at plugins/claude-ops/skills/ops-integrate/SKILL.md",[4474],{"path":3081,"priority":280},{"basePath":4476,"description":4477,"displayName":4478,"installMethods":4479,"rationale":4480,"selectedPaths":4481,"source":286,"sourceLanguage":17,"type":3082},"plugins/claude-ops/skills/ops-linear","Linear command center. Shows current sprint, creates/updates issues, manages priorities, syncs with GSD phases.","ops-linear",{"claudeCode":275},"SKILL.md frontmatter at plugins/claude-ops/skills/ops-linear/SKILL.md",[4482],{"path":3081,"priority":280},{"basePath":4484,"description":4485,"displayName":4486,"installMethods":4487,"rationale":4488,"selectedPaths":4489,"source":286,"sourceLanguage":17,"type":3082},"plugins/claude-ops/skills/ops-marketing","Marketing command center. Email campaigns (Klaviyo), paid ads (Meta/Google), analytics (GA4), SEO, and social media metrics. One dashboard for all marketing channels.","ops-marketing",{"claudeCode":275},"SKILL.md frontmatter at plugins/claude-ops/skills/ops-marketing/SKILL.md",[4490],{"path":3081,"priority":280},{"basePath":4492,"description":4493,"displayName":4494,"installMethods":4495,"rationale":4496,"selectedPaths":4497,"source":286,"sourceLanguage":17,"type":3082},"plugins/claude-ops/skills/ops-merge","Autonomous PR merge pipeline. Scans all repos for open PRs, dispatches subagents to fix CI, resolve conflicts, address review comments, then merges. Use --main to also sync dev↔main branches.","ops-merge",{"claudeCode":275},"SKILL.md frontmatter at plugins/claude-ops/skills/ops-merge/SKILL.md",[4498],{"path":3081,"priority":280},{"basePath":4500,"description":4501,"displayName":4502,"installMethods":4503,"rationale":4504,"selectedPaths":4505,"source":286,"sourceLanguage":17,"type":3082},"plugins/claude-ops/skills/ops-monitor","Unified APM and monitoring surface. Polls Datadog, New Relic, and OpenTelemetry backends for active alerts, error traces, and entity health. Use --watch for live polling every 60 seconds. Use --setup to configure monitoring credentials.","ops-monitor",{"claudeCode":275},"SKILL.md frontmatter at plugins/claude-ops/skills/ops-monitor/SKILL.md",[4506],{"path":3081,"priority":280},{"basePath":4508,"description":4509,"displayName":4510,"installMethods":4511,"rationale":4512,"selectedPaths":4513,"source":286,"sourceLanguage":17,"type":3082},"plugins/claude-ops/skills/ops-next","Business-level \"what should I do next\". Priority stack — fires > unread comms > ready-to-merge PRs > Linear sprint > revenue-generating GSD work. Uses pre-gathered data and routes to the right skill.","ops-next",{"claudeCode":275},"SKILL.md frontmatter at plugins/claude-ops/skills/ops-next/SKILL.md",[4514],{"path":3081,"priority":280},{"basePath":4516,"description":4517,"displayName":4518,"installMethods":4519,"rationale":4520,"selectedPaths":4521,"source":286,"sourceLanguage":17,"type":3082},"plugins/claude-ops/skills/ops-orchestrate","Autonomous multi-project orchestration engine. Audits all registered projects, structures work into dependency-wired tasks, dispatches parallel agents (subagents or Agent Teams), audits completions, and ships PRs. Registry-driven — works for any user with a configured project registry.","ops-orchestrate",{"claudeCode":275},"SKILL.md frontmatter at plugins/claude-ops/skills/ops-orchestrate/SKILL.md",[4522],{"path":3081,"priority":280},{"basePath":4524,"description":4525,"displayName":4526,"installMethods":4527,"rationale":4528,"selectedPaths":4529,"source":286,"sourceLanguage":17,"type":3082},"plugins/claude-ops/skills/ops-package","Ship parcels via any configured carrier — MyParcel, Sendcloud, DHL Parcel NL, PostNL, DPD, UPS, FedEx. Auto-selects the first carrier whose credentials are configured, or pass --carrier \u003Cname> to override. Verbs: ship, label, track, list, carriers.","ops-package",{"claudeCode":275},"SKILL.md frontmatter at plugins/claude-ops/skills/ops-package/SKILL.md",[4530],{"path":3081,"priority":280},{"basePath":4532,"description":4533,"displayName":4534,"installMethods":4535,"rationale":4536,"selectedPaths":4537,"source":286,"sourceLanguage":17,"type":3082},"plugins/claude-ops/skills/ops-projects","Portfolio dashboard for all GSD-tracked projects. Scans ~/Projects and ~/gsd-workspaces for .planning/ directories, shows phase status, git state, blockers, and next actions for every project. Run /ops projects to see the full portfolio.","ops-projects",{"claudeCode":275},"SKILL.md frontmatter at plugins/claude-ops/skills/ops-projects/SKILL.md",[4538],{"path":3081,"priority":280},{"basePath":4540,"description":4541,"displayName":4542,"installMethods":4543,"rationale":4544,"selectedPaths":4545,"source":286,"sourceLanguage":17,"type":3082},"plugins/claude-ops/skills/ops-revenue","Revenue and costs tracker. AWS spend via aws ce, credits tracker, project revenue stages. Shows burn rate, runway estimate, credits expiring.","ops-revenue",{"claudeCode":275},"SKILL.md frontmatter at plugins/claude-ops/skills/ops-revenue/SKILL.md",[4546],{"path":3081,"priority":280},{"basePath":4548,"description":4549,"displayName":4550,"installMethods":4551,"rationale":4552,"selectedPaths":4553,"source":286,"sourceLanguage":17,"type":3082},"plugins/claude-ops/skills/ops-settings","Post-setup credential manager. Shows current integration status (configured/missing/expired) and lets you update individual credentials without re-running the full setup wizard. Runs a smoke test after each update.","ops-settings",{"claudeCode":275},"SKILL.md frontmatter at plugins/claude-ops/skills/ops-settings/SKILL.md",[4554],{"path":3081,"priority":280},{"basePath":4556,"description":4557,"displayName":4558,"installMethods":4559,"rationale":4560,"selectedPaths":4561,"source":286,"sourceLanguage":17,"type":3082},"plugins/claude-ops/skills/ops-speedup","Cross-platform, hardware-adaptive system optimizer. Auto-detects macOS / Linux / WSL / Windows (MINGW/Cygwin/MSYS2) and CPU/RAM/disk/GPU profile, then picks the right cleanup strategy. Scans reclaimable disk space, memory pressure, runaway processes, startup bloat, network issues. CleanMyMac built into Claude Code.","ops-speedup",{"claudeCode":275},"SKILL.md frontmatter at plugins/claude-ops/skills/ops-speedup/SKILL.md",[4562],{"path":3081,"priority":280},{"basePath":4564,"description":4565,"displayName":4566,"installMethods":4567,"rationale":4568,"selectedPaths":4569,"source":286,"sourceLanguage":17,"type":3082},"plugins/claude-ops/skills/ops-status","Lightweight green/red status panel for every configured integration. No gather, no actions.","ops-status",{"claudeCode":275},"SKILL.md frontmatter at plugins/claude-ops/skills/ops-status/SKILL.md",[4570],{"path":3081,"priority":280},{"basePath":4572,"description":4573,"displayName":4574,"installMethods":4575,"rationale":4576,"selectedPaths":4577,"source":286,"sourceLanguage":17,"type":3082},"plugins/claude-ops/skills/ops-triage","Cross-platform issue triage. Pulls from Sentry (MCP), Linear (MCP), GitHub Issues (gh). Cross-references against code to find already-fixed issues. Auto-resolves fixed ones. Dispatches agents for active issues.","ops-triage",{"claudeCode":275},"SKILL.md frontmatter at plugins/claude-ops/skills/ops-triage/SKILL.md",[4578],{"path":3081,"priority":280},{"basePath":4580,"description":4581,"displayName":4582,"installMethods":4583,"rationale":4584,"selectedPaths":4585,"source":286,"sourceLanguage":17,"type":3082},"plugins/claude-ops/skills/ops-voice","Voice operations — make phone calls (Bland AI), text-to-speech (ElevenLabs), transcribe audio (Whisper/Groq). Replace OpenClaw voice capabilities.","ops-voice",{"claudeCode":275},"SKILL.md frontmatter at plugins/claude-ops/skills/ops-voice/SKILL.md",[4586],{"path":3081,"priority":280},{"basePath":4588,"description":4589,"displayName":4590,"installMethods":4591,"rationale":4592,"selectedPaths":4593,"source":286,"sourceLanguage":17,"type":3082},"plugins/claude-ops/skills/ops-whatsapp-biz","WhatsApp Business Cloud API — send approved template messages at scale, manage templates with approval tracking, and integrate product catalogs. Separate from wacli personal WhatsApp.","ops-whatsapp-biz",{"claudeCode":275},"SKILL.md frontmatter at plugins/claude-ops/skills/ops-whatsapp-biz/SKILL.md",[4594],{"path":3081,"priority":280},{"basePath":4596,"description":4597,"displayName":4598,"installMethods":4599,"rationale":4600,"selectedPaths":4601,"source":286,"sourceLanguage":17,"type":3082},"plugins/claude-ops/skills/ops-yolo","YOLO mode. Spawns 4 parallel C-suite agents (CEO, CTO, CFO, COO). Each analyzes the business from their perspective using ALL available data. Produces unfiltered Hard Truths report. After user types YOLO, autonomously runs the business for a day using /loop.","ops-yolo",{"claudeCode":275},"SKILL.md frontmatter at plugins/claude-ops/skills/ops-yolo/SKILL.md",[4602],{"path":3081,"priority":280},{"basePath":4604,"description":4605,"displayName":4606,"installMethods":4607,"rationale":4608,"selectedPaths":4609,"source":286,"sourceLanguage":17,"type":3082},"plugins/claude-ops/skills/uninstall","Completely remove claude-ops plugin, all stored credentials, cached files, shell exports, and MCP registrations. Confirms each step before deletion.","uninstall",{"claudeCode":275},"SKILL.md frontmatter at plugins/claude-ops/skills/uninstall/SKILL.md",[4610],{"path":3081,"priority":280},{"basePath":4612,"description":4613,"displayName":2356,"installMethods":4614,"rationale":4615,"selectedPaths":4616,"source":286,"sourceLanguage":17,"type":3082},"plugins/feedoracle-compliance/skills/compliance","MiCA compliance evidence and stablecoin risk scoring. Use when the user asks about stablecoin compliance, MiCA status, peg stability, or needs verifiable evidence for audit workflows.",{"claudeCode":275},"SKILL.md frontmatter at plugins/feedoracle-compliance/skills/compliance/SKILL.md",[4617],{"path":3081,"priority":280},{"basePath":4619,"description":4620,"displayName":4621,"installMethods":4622,"rationale":4623,"selectedPaths":4624,"source":286,"sourceLanguage":17,"type":3082},"plugins/foresight-intelligence/skills/hard-predict-future","Activate this agent for any future-oriented question that requires deep quantitative analysis, historical precedents, and structured scenario planning. Triggers include: \"Will [X]?\", \"Who will win [X]?\", \"What happens to [X]?\", prediction requests with high stakes, foresight analysis, STEEEP scenario planning, futures cone, competitive race analysis, technology adoption curves, geopolitical shifts, or any question about a future outcome that deserves rigorous multi-step analysis. This agent runs a 12-step deterministic pipeline: Claude handles intelligence, Python handles all arithmetic. Year is NOT required — the engine infers the horizon. REQUIRES: Bash tool + Python 3.x. Not compatible with claude.ai web (use Soft Predict Future instead).\n","hard-predict-future",{"claudeCode":275},"SKILL.md frontmatter at plugins/foresight-intelligence/skills/hard-predict-future/SKILL.md",[4625,4626,4628,4630,4632,4634,4636,4638,4640],{"path":3081,"priority":280},{"path":4627,"priority":3191},"scripts/confidence_calc.py",{"path":4629,"priority":3191},"scripts/decision_guidance.py",{"path":4631,"priority":3191},"scripts/input_validator.py",{"path":4633,"priority":3191},"scripts/matrix_builder.py",{"path":4635,"priority":3191},"scripts/probability_calc.py",{"path":4637,"priority":3191},"scripts/regional_context.py",{"path":4639,"priority":3191},"scripts/report_formatter.py",{"path":4641,"priority":3191},"scripts/signal_scorer.py",{"basePath":4643,"description":4644,"displayName":4645,"installMethods":4646,"rationale":4647,"selectedPaths":4648,"source":286,"sourceLanguage":17,"type":3082},"plugins/foresight-intelligence/skills/soft-predict-future","Activate this skill for ANY future-oriented question. Triggers include: \"Will [X]?\", \"Who will win [X]?\", \"What happens to [X]?\", \"Can [X] succeed?\", \"What's the future of X?\", foresight analysis, scenario planning, STEEEP analysis, futures cone, prediction requests, or any question about a future outcome. Year is NOT required — the engine infers the horizon. Also activate when the user says \"predict\", \"forecast\", \"what are the odds\", \"scenario analysis\", or asks about competitive races, technology adoption, geopolitical shifts, or market dominance. REQUIRES web search to be enabled — if web search is unavailable, tell the user before proceeding.\n","soft-predict-future",{"claudeCode":275},"SKILL.md frontmatter at plugins/foresight-intelligence/skills/soft-predict-future/SKILL.md",[4649],{"path":3081,"priority":280},{"basePath":4651,"description":4652,"displayName":4653,"installMethods":4654,"rationale":4655,"selectedPaths":4656,"source":286,"sourceLanguage":17,"type":3082},"plugins/frontend-design-pro/skills/color-curator","Browse and select color palettes from Coolors or curated fallbacks. Use to find the perfect color palette for a design project.","color-curator",{"claudeCode":275},"SKILL.md frontmatter at plugins/frontend-design-pro/skills/color-curator/SKILL.md",[4657,4658],{"path":3081,"priority":280},{"path":4659,"priority":300},"references/color-theory.md",{"basePath":4661,"description":4662,"displayName":4663,"installMethods":4664,"rationale":4665,"selectedPaths":4666,"source":286,"sourceLanguage":17,"type":3082},"plugins/frontend-design-pro/skills/design-wizard","Interactive design wizard that guides through a complete frontend design process with discovery, aesthetic selection, and code generation. Use for creating distinctive, production-ready UI.","design-wizard",{"claudeCode":275},"SKILL.md frontmatter at plugins/frontend-design-pro/skills/design-wizard/SKILL.md",[4667,4668,4670,4672,4674],{"path":3081,"priority":280},{"path":4669,"priority":300},"references/accessibility-guidelines.md",{"path":4671,"priority":300},"references/aesthetics-catalog.md",{"path":4673,"priority":300},"references/anti-patterns.md",{"path":4675,"priority":300},"references/design-principles.md",{"basePath":4677,"description":4678,"displayName":4679,"installMethods":4680,"rationale":4681,"selectedPaths":4682,"source":286,"sourceLanguage":17,"type":3082},"plugins/frontend-design-pro/skills/inspiration-analyzer","Analyze websites for design inspiration, extracting colors, typography, layouts, and patterns. Use when you have specific URLs to analyze for a design project.","inspiration-analyzer",{"claudeCode":275},"SKILL.md frontmatter at plugins/frontend-design-pro/skills/inspiration-analyzer/SKILL.md",[4683,4684],{"path":3081,"priority":280},{"path":4685,"priority":300},"references/extraction-techniques.md",{"basePath":4687,"description":4688,"displayName":4689,"installMethods":4690,"rationale":4691,"selectedPaths":4692,"source":286,"sourceLanguage":17,"type":3082},"plugins/frontend-design-pro/skills/moodboard-creator","Create visual moodboards from collected inspiration with iterative refinement. Use after trend research or website analysis to synthesize design direction before implementation.","moodboard-creator",{"claudeCode":275},"SKILL.md frontmatter at plugins/frontend-design-pro/skills/moodboard-creator/SKILL.md",[4693],{"path":3081,"priority":280},{"basePath":4695,"description":4696,"displayName":4697,"installMethods":4698,"rationale":4699,"selectedPaths":4700,"source":286,"sourceLanguage":17,"type":3082},"plugins/frontend-design-pro/skills/trend-researcher","Research latest UI/UX trends from Dribbble and design communities. Use when starting a design project to understand current visual trends, color palettes, and layout patterns.","trend-researcher",{"claudeCode":275},"SKILL.md frontmatter at plugins/frontend-design-pro/skills/trend-researcher/SKILL.md",[4701],{"path":3081,"priority":280},{"basePath":4703,"description":4704,"displayName":4705,"installMethods":4706,"rationale":4707,"selectedPaths":4708,"source":286,"sourceLanguage":17,"type":3082},"plugins/frontend-design-pro/skills/typography-selector","Browse and select fonts from Google Fonts or curated pairings. Use to find the perfect typography for a design project.","typography-selector",{"claudeCode":275},"SKILL.md frontmatter at plugins/frontend-design-pro/skills/typography-selector/SKILL.md",[4709,4710],{"path":3081,"priority":280},{"path":4711,"priority":300},"references/font-pairing.md",{"basePath":4713,"description":4714,"displayName":4715,"installMethods":4716,"rationale":4717,"selectedPaths":4718,"source":286,"sourceLanguage":17,"type":3082},"plugins/give-claude-eyes/skills/qwen-vision","Use when the user asks to \"analyze video\", \"watch this video\", \"what happens in this video\", \"describe this clip\", \"review this footage\", \"classify these videos\", \"compare videos\", \"analyze this image\", \"what's in this screenshot\", or when the user provides a video/image file path and expects visual understanding. Also trigger on: \"qwen\", \"video bridge\", \"multimodal analysis\", \"motion analysis\", \"video reference\", \"video breakdown\", \"batch classify\", or any task requiring understanding of video content that Claude cannot do natively.\n","qwen-vision",{"claudeCode":275},"SKILL.md frontmatter at plugins/give-claude-eyes/skills/qwen-vision/SKILL.md",[4719,4720,4722,4724],{"path":3081,"priority":280},{"path":4721,"priority":300},"references/batch-pattern.md",{"path":4723,"priority":300},"references/prompt-tips.md",{"path":4725,"priority":3191},"scripts/qwen_bridge.py",{"basePath":4727,"description":4728,"displayName":4729,"installMethods":4730,"rationale":4731,"selectedPaths":4732,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/add-backlog","Add an idea to the backlog parking lot (999.x numbering)","add-backlog",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/add-backlog/SKILL.md",[4733],{"path":3081,"priority":280},{"basePath":4735,"description":4736,"displayName":4737,"installMethods":4738,"rationale":4739,"selectedPaths":4740,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/add-phase","Add phase to end of current milestone in roadmap","add-phase",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/add-phase/SKILL.md",[4741],{"path":3081,"priority":280},{"basePath":4743,"description":4744,"displayName":4745,"installMethods":4746,"rationale":4747,"selectedPaths":4748,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/add-tests","Generate tests for a completed phase based on UAT criteria and implementation","add-tests",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/add-tests/SKILL.md",[4749],{"path":3081,"priority":280},{"basePath":4751,"description":4752,"displayName":4753,"installMethods":4754,"rationale":4755,"selectedPaths":4756,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/add-todo","Capture idea or task as todo from current conversation context","add-todo",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/add-todo/SKILL.md",[4757],{"path":3081,"priority":280},{"basePath":4759,"description":4760,"displayName":4761,"installMethods":4762,"rationale":4763,"selectedPaths":4764,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/ai-integration-phase","Generate AI design contract (AI-SPEC.md) for phases that involve building AI systems — framework selection, implementation guidance from official docs, and evaluation strategy","ai-integration-phase",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/ai-integration-phase/SKILL.md",[4765],{"path":3081,"priority":280},{"basePath":4767,"description":4768,"displayName":4769,"installMethods":4770,"rationale":4771,"selectedPaths":4772,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/analyze-dependencies","Analyze phase dependencies and suggest Depends on entries for ROADMAP.md","analyze-dependencies",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/analyze-dependencies/SKILL.md",[4773],{"path":3081,"priority":280},{"basePath":4775,"description":4776,"displayName":4777,"installMethods":4778,"rationale":4779,"selectedPaths":4780,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/audit-fix","Autonomous audit-to-fix pipeline — find issues, classify, fix, test, commit","audit-fix",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/audit-fix/SKILL.md",[4781],{"path":3081,"priority":280},{"basePath":4783,"description":4784,"displayName":4785,"installMethods":4786,"rationale":4787,"selectedPaths":4788,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/audit-milestone","Audit milestone completion against original intent before archiving","audit-milestone",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/audit-milestone/SKILL.md",[4789],{"path":3081,"priority":280},{"basePath":4791,"description":4792,"displayName":4793,"installMethods":4794,"rationale":4795,"selectedPaths":4796,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/audit-uat","Cross-phase audit of all outstanding UAT and verification items","audit-uat",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/audit-uat/SKILL.md",[4797],{"path":3081,"priority":280},{"basePath":4799,"description":4800,"displayName":4801,"installMethods":4802,"rationale":4803,"selectedPaths":4804,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/autonomous","Run all remaining phases autonomously — discuss→plan→execute per phase","autonomous",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/autonomous/SKILL.md",[4805],{"path":3081,"priority":280},{"basePath":4807,"description":4808,"displayName":4809,"installMethods":4810,"rationale":4811,"selectedPaths":4812,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/check-todos","List pending todos and select one to work on","check-todos",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/check-todos/SKILL.md",[4813],{"path":3081,"priority":280},{"basePath":4815,"description":4816,"displayName":4817,"installMethods":4818,"rationale":4819,"selectedPaths":4820,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/cleanup","Archive accumulated phase directories from completed milestones","cleanup",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/cleanup/SKILL.md",[4821],{"path":3081,"priority":280},{"basePath":4823,"description":4824,"displayName":4825,"installMethods":4826,"rationale":4827,"selectedPaths":4828,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/code-review","Review source files changed during a phase for bugs, security issues, and code quality problems","code-review",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/code-review/SKILL.md",[4829],{"path":3081,"priority":280},{"basePath":4831,"description":4832,"displayName":4833,"installMethods":4834,"rationale":4835,"selectedPaths":4836,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/code-review-fix","Auto-fix issues found by code review in REVIEW.md. Spawns fixer agent, commits each fix atomically, produces REVIEW-FIX.md summary.","code-review-fix",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/code-review-fix/SKILL.md",[4837],{"path":3081,"priority":280},{"basePath":4839,"description":4840,"displayName":4841,"installMethods":4842,"rationale":4843,"selectedPaths":4844,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/complete-milestone","Archive completed milestone and prepare for next version","complete-milestone",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/complete-milestone/SKILL.md",[4845],{"path":3081,"priority":280},{"basePath":4847,"description":4848,"displayName":4849,"installMethods":4850,"rationale":4851,"selectedPaths":4852,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/debug","Systematic debugging with persistent state across context resets","debug",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/debug/SKILL.md",[4853],{"path":3081,"priority":280},{"basePath":4855,"description":4856,"displayName":4857,"installMethods":4858,"rationale":4859,"selectedPaths":4860,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/discuss-phase","Gather phase context through adaptive questioning before planning. Use --all to skip area selection and discuss all gray areas interactively. Use --auto to skip interactive questions (Claude picks recommended defaults). Use --chain for interactive discuss followed by automatic plan+execute. Use --power for bulk question generation into a file-based UI (answer at your own pace).","discuss-phase",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/discuss-phase/SKILL.md",[4861],{"path":3081,"priority":280},{"basePath":4863,"description":4864,"displayName":4865,"installMethods":4866,"rationale":4867,"selectedPaths":4868,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/do","Route freeform text to the right GSD command automatically","do",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/do/SKILL.md",[4869],{"path":3081,"priority":280},{"basePath":4871,"description":4872,"displayName":4873,"installMethods":4874,"rationale":4875,"selectedPaths":4876,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/docs-update","Generate or update project documentation verified against the codebase","docs-update",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/docs-update/SKILL.md",[4877],{"path":3081,"priority":280},{"basePath":4879,"description":4880,"displayName":4881,"installMethods":4882,"rationale":4883,"selectedPaths":4884,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/eval-review","Retroactively audit an executed AI phase's evaluation coverage — scores each eval dimension as COVERED/PARTIAL/MISSING and produces an actionable EVAL-REVIEW.md with remediation plan","eval-review",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/eval-review/SKILL.md",[4885],{"path":3081,"priority":280},{"basePath":4887,"description":4888,"displayName":4889,"installMethods":4890,"rationale":4891,"selectedPaths":4892,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/execute-phase","Execute all plans in a phase with wave-based parallelization","execute-phase",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/execute-phase/SKILL.md",[4893],{"path":3081,"priority":280},{"basePath":4895,"description":4896,"displayName":4897,"installMethods":4898,"rationale":4899,"selectedPaths":4900,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/explore","Socratic ideation and idea routing — think through ideas before committing to plans","explore",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/explore/SKILL.md",[4901],{"path":3081,"priority":280},{"basePath":4903,"description":4904,"displayName":4905,"installMethods":4906,"rationale":4907,"selectedPaths":4908,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/fast","Execute a trivial task inline — no subagents, no planning overhead","fast",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/fast/SKILL.md",[4909],{"path":3081,"priority":280},{"basePath":4911,"description":4912,"displayName":4913,"installMethods":4914,"rationale":4915,"selectedPaths":4916,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/forensics","Post-mortem investigation for failed GSD workflows — analyzes git history, artifacts, and state to diagnose what went wrong","forensics",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/forensics/SKILL.md",[4917],{"path":3081,"priority":280},{"basePath":4919,"description":4920,"displayName":4921,"installMethods":4922,"rationale":4923,"selectedPaths":4924,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/from-gsd2","Import a GSD-2 (.gsd/) project back to GSD v1 (.planning/) format","from-gsd2",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/from-gsd2/SKILL.md",[4925],{"path":3081,"priority":280},{"basePath":4927,"description":4928,"displayName":4929,"installMethods":4930,"rationale":4931,"selectedPaths":4932,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/graphify","Build, query, and inspect the project knowledge graph in .planning/graphs/","graphify",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/graphify/SKILL.md",[4933],{"path":3081,"priority":280},{"basePath":4935,"description":4936,"displayName":4937,"installMethods":4938,"rationale":4939,"selectedPaths":4940,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/health","Diagnose planning directory health and optionally repair issues","health",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/health/SKILL.md",[4941],{"path":3081,"priority":280},{"basePath":4943,"description":4944,"displayName":4945,"installMethods":4946,"rationale":4947,"selectedPaths":4948,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/help","Show available GSD commands and usage guide","help",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/help/SKILL.md",[4949],{"path":3081,"priority":280},{"basePath":4951,"description":4952,"displayName":4953,"installMethods":4954,"rationale":4955,"selectedPaths":4956,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/import","Ingest external plans with conflict detection against project decisions before writing anything.","import",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/import/SKILL.md",[4957],{"path":3081,"priority":280},{"basePath":4959,"description":4960,"displayName":4961,"installMethods":4962,"rationale":4963,"selectedPaths":4964,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/inbox","Triage and review all open GitHub issues and PRs against project templates and contribution guidelines","inbox",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/inbox/SKILL.md",[4965],{"path":3081,"priority":280},{"basePath":4967,"description":4968,"displayName":4969,"installMethods":4970,"rationale":4971,"selectedPaths":4972,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/ingest-docs","Scan a repo for mixed ADRs, PRDs, SPECs, and DOCs and bootstrap or merge the full .planning/ setup from them. Classifies each doc in parallel, synthesizes a consolidated context with a conflicts report, and routes to new-project or merge-milestone depending on whether .planning/ already exists.","ingest-docs",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/ingest-docs/SKILL.md",[4973],{"path":3081,"priority":280},{"basePath":4975,"description":4976,"displayName":4977,"installMethods":4978,"rationale":4979,"selectedPaths":4980,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/insert-phase","Insert urgent work as decimal phase (e.g., 72.1) between existing phases","insert-phase",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/insert-phase/SKILL.md",[4981],{"path":3081,"priority":280},{"basePath":4983,"description":4984,"displayName":4985,"installMethods":4986,"rationale":4987,"selectedPaths":4988,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/intel","Query, inspect, or refresh codebase intelligence files in .planning/intel/","intel",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/intel/SKILL.md",[4989],{"path":3081,"priority":280},{"basePath":4991,"description":4992,"displayName":4993,"installMethods":4994,"rationale":4995,"selectedPaths":4996,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/join-discord","Join the GSD Discord community","join-discord",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/join-discord/SKILL.md",[4997],{"path":3081,"priority":280},{"basePath":4999,"description":5000,"displayName":5001,"installMethods":5002,"rationale":5003,"selectedPaths":5004,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/list-phase-assumptions","Surface Claude's assumptions about a phase approach before planning","list-phase-assumptions",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/list-phase-assumptions/SKILL.md",[5005],{"path":3081,"priority":280},{"basePath":5007,"description":5008,"displayName":5009,"installMethods":5010,"rationale":5011,"selectedPaths":5012,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/list-workspaces","List active GSD workspaces and their status","list-workspaces",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/list-workspaces/SKILL.md",[5013],{"path":3081,"priority":280},{"basePath":5015,"description":5016,"displayName":5017,"installMethods":5018,"rationale":5019,"selectedPaths":5020,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/manager","Interactive command center for managing multiple phases from one terminal","manager",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/manager/SKILL.md",[5021],{"path":3081,"priority":280},{"basePath":5023,"description":5024,"displayName":5025,"installMethods":5026,"rationale":5027,"selectedPaths":5028,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/map-codebase","Analyze codebase with parallel mapper agents to produce .planning/codebase/ documents","map-codebase",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/map-codebase/SKILL.md",[5029],{"path":3081,"priority":280},{"basePath":5031,"description":5032,"displayName":5033,"installMethods":5034,"rationale":5035,"selectedPaths":5036,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/milestone-summary","Generate a comprehensive project summary from milestone artifacts for team onboarding and review","milestone-summary",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/milestone-summary/SKILL.md",[5037],{"path":3081,"priority":280},{"basePath":5039,"description":5040,"displayName":5041,"installMethods":5042,"rationale":5043,"selectedPaths":5044,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/mvp-phase","Plan an MVP-mode phase — captures an \"As a / I want to / So that\" user story, runs SPIDR splitting, then delegates to plan-phase","mvp-phase",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/mvp-phase/SKILL.md",[5045],{"path":3081,"priority":280},{"basePath":5047,"description":5048,"displayName":5049,"installMethods":5050,"rationale":5051,"selectedPaths":5052,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/new-milestone","Start a new milestone cycle — update PROJECT.md and route to requirements","new-milestone",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/new-milestone/SKILL.md",[5053],{"path":3081,"priority":280},{"basePath":5055,"description":5056,"displayName":5057,"installMethods":5058,"rationale":5059,"selectedPaths":5060,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/new-project","Initialize a new project with deep context gathering and PROJECT.md","new-project",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/new-project/SKILL.md",[5061],{"path":3081,"priority":280},{"basePath":5063,"description":5064,"displayName":5065,"installMethods":5066,"rationale":5067,"selectedPaths":5068,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/new-workspace","Create an isolated workspace with repo copies and independent .planning/","new-workspace",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/new-workspace/SKILL.md",[5069],{"path":3081,"priority":280},{"basePath":5071,"description":5072,"displayName":5073,"installMethods":5074,"rationale":5075,"selectedPaths":5076,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/next","Automatically advance to the next logical step in the GSD workflow","next",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/next/SKILL.md",[5077],{"path":3081,"priority":280},{"basePath":5079,"description":5080,"displayName":5081,"installMethods":5082,"rationale":5083,"selectedPaths":5084,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/note","Zero-friction idea capture. Append, list, or promote notes to todos.","note",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/note/SKILL.md",[5085],{"path":3081,"priority":280},{"basePath":5087,"description":5088,"displayName":5089,"installMethods":5090,"rationale":5091,"selectedPaths":5092,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/pause-work","Create context handoff when pausing work mid-phase","pause-work",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/pause-work/SKILL.md",[5093],{"path":3081,"priority":280},{"basePath":5095,"description":5096,"displayName":5097,"installMethods":5098,"rationale":5099,"selectedPaths":5100,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/plan-milestone-gaps","Create phases to close all gaps identified by milestone audit","plan-milestone-gaps",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/plan-milestone-gaps/SKILL.md",[5101],{"path":3081,"priority":280},{"basePath":5103,"description":5104,"displayName":5105,"installMethods":5106,"rationale":5107,"selectedPaths":5108,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/plan-phase","Create detailed phase plan (PLAN.md) with verification loop","plan-phase",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/plan-phase/SKILL.md",[5109],{"path":3081,"priority":280},{"basePath":5111,"description":5112,"displayName":5113,"installMethods":5114,"rationale":5115,"selectedPaths":5116,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/plant-seed","Capture a forward-looking idea with trigger conditions — surfaces automatically at the right milestone","plant-seed",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/plant-seed/SKILL.md",[5117],{"path":3081,"priority":280},{"basePath":5119,"description":5120,"displayName":5121,"installMethods":5122,"rationale":5123,"selectedPaths":5124,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/pr-branch","Create a clean PR branch by filtering out .planning/ commits — ready for code review","pr-branch",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/pr-branch/SKILL.md",[5125],{"path":3081,"priority":280},{"basePath":5127,"description":5128,"displayName":5129,"installMethods":5130,"rationale":5131,"selectedPaths":5132,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/profile-user","Generate developer behavioral profile and create Claude-discoverable artifacts","profile-user",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/profile-user/SKILL.md",[5133],{"path":3081,"priority":280},{"basePath":5135,"description":5136,"displayName":5137,"installMethods":5138,"rationale":5139,"selectedPaths":5140,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/progress","Check project progress, show context, and route to next action (execute or plan). Use --forensic to append a 6-check integrity audit after the standard report.","progress",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/progress/SKILL.md",[5141],{"path":3081,"priority":280},{"basePath":5143,"description":5144,"displayName":5145,"installMethods":5146,"rationale":5147,"selectedPaths":5148,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/quick","Execute a quick task with GSD guarantees (atomic commits, state tracking) but skip optional agents","quick",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/quick/SKILL.md",[5149],{"path":3081,"priority":280},{"basePath":5151,"description":5152,"displayName":5153,"installMethods":5154,"rationale":5155,"selectedPaths":5156,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/reapply-patches","Reapply local modifications after a GSD update","reapply-patches",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/reapply-patches/SKILL.md",[5157],{"path":3081,"priority":280},{"basePath":5159,"description":5160,"displayName":5161,"installMethods":5162,"rationale":5163,"selectedPaths":5164,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/remove-phase","Remove a future phase from roadmap and renumber subsequent phases","remove-phase",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/remove-phase/SKILL.md",[5165],{"path":3081,"priority":280},{"basePath":5167,"description":5168,"displayName":5169,"installMethods":5170,"rationale":5171,"selectedPaths":5172,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/remove-workspace","Remove a GSD workspace and clean up worktrees","remove-workspace",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/remove-workspace/SKILL.md",[5173],{"path":3081,"priority":280},{"basePath":5175,"description":5176,"displayName":5177,"installMethods":5178,"rationale":5179,"selectedPaths":5180,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/research-phase","Research how to implement a phase (standalone - usually use /gsd:plan-phase instead)","research-phase",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/research-phase/SKILL.md",[5181],{"path":3081,"priority":280},{"basePath":5183,"description":5184,"displayName":5185,"installMethods":5186,"rationale":5187,"selectedPaths":5188,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/resume-at","Schedule a future resume of work - e.g. '/gsd:resume-at 09:00', '/gsd:resume-at +2h', or '/gsd:resume-at 04:00 --cmd /gsd:execute-phase 9'","resume-at",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/resume-at/SKILL.md",[5189],{"path":3081,"priority":280},{"basePath":5191,"description":5192,"displayName":5193,"installMethods":5194,"rationale":5195,"selectedPaths":5196,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/resume-work","Resume work from previous session with full context restoration","resume-work",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/resume-work/SKILL.md",[5197],{"path":3081,"priority":280},{"basePath":5199,"description":5200,"displayName":5201,"installMethods":5202,"rationale":5203,"selectedPaths":5204,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/review","Request cross-AI peer review of phase plans from external AI CLIs","review",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/review/SKILL.md",[5205],{"path":3081,"priority":280},{"basePath":5207,"description":5208,"displayName":5209,"installMethods":5210,"rationale":5211,"selectedPaths":5212,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/review-backlog","Review and promote backlog items to active milestone","review-backlog",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/review-backlog/SKILL.md",[5213],{"path":3081,"priority":280},{"basePath":5215,"description":5216,"displayName":5217,"installMethods":5218,"rationale":5219,"selectedPaths":5220,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/scan","Rapid codebase assessment — lightweight alternative to /gsd:map-codebase","scan",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/scan/SKILL.md",[5221],{"path":3081,"priority":280},{"basePath":5223,"description":5224,"displayName":5225,"installMethods":5226,"rationale":5227,"selectedPaths":5228,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/secure-phase","Retroactively verify threat mitigations for a completed phase","secure-phase",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/secure-phase/SKILL.md",[5229],{"path":3081,"priority":280},{"basePath":5231,"description":5232,"displayName":5233,"installMethods":5234,"rationale":5235,"selectedPaths":5236,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/session-report","Generate a session report with token usage estimates, work summary, and outcomes","session-report",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/session-report/SKILL.md",[5237],{"path":3081,"priority":280},{"basePath":5239,"description":5240,"displayName":5241,"installMethods":5242,"rationale":5243,"selectedPaths":5244,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/set-profile","Switch model profile for GSD agents (quality/balanced/budget/inherit)","set-profile",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/set-profile/SKILL.md",[5245],{"path":3081,"priority":280},{"basePath":5247,"description":5248,"displayName":5249,"installMethods":5250,"rationale":5251,"selectedPaths":5252,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/settings","Configure GSD workflow toggles and model profile","settings",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/settings/SKILL.md",[5253],{"path":3081,"priority":280},{"basePath":5255,"description":5256,"displayName":5257,"installMethods":5258,"rationale":5259,"selectedPaths":5260,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/ship","Create PR, run review, and prepare for merge after verification passes","ship",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/ship/SKILL.md",[5261],{"path":3081,"priority":280},{"basePath":5263,"description":5264,"displayName":5265,"installMethods":5266,"rationale":5267,"selectedPaths":5268,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/sketch","Sketch UI/design ideas with throwaway HTML mockups, or propose what to sketch next (frontier mode)","sketch",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/sketch/SKILL.md",[5269],{"path":3081,"priority":280},{"basePath":5271,"description":5272,"displayName":5273,"installMethods":5274,"rationale":5275,"selectedPaths":5276,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/sketch-wrap-up","Package sketch design findings into a persistent project skill for future build conversations","sketch-wrap-up",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/sketch-wrap-up/SKILL.md",[5277],{"path":3081,"priority":280},{"basePath":5279,"description":5280,"displayName":5281,"installMethods":5282,"rationale":5283,"selectedPaths":5284,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/spec-phase","Socratic spec refinement — clarify WHAT a phase delivers with ambiguity scoring before discuss-phase. Produces a SPEC.md with falsifiable requirements locked before implementation decisions begin.","spec-phase",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/spec-phase/SKILL.md",[5285],{"path":3081,"priority":280},{"basePath":5287,"description":5288,"displayName":5289,"installMethods":5290,"rationale":5291,"selectedPaths":5292,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/spike","Spike an idea through experiential exploration, or propose what to spike next (frontier mode)","spike",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/spike/SKILL.md",[5293],{"path":3081,"priority":280},{"basePath":5295,"description":5296,"displayName":5297,"installMethods":5298,"rationale":5299,"selectedPaths":5300,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/spike-wrap-up","Package spike findings into a persistent project skill for future build conversations","spike-wrap-up",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/spike-wrap-up/SKILL.md",[5301],{"path":3081,"priority":280},{"basePath":5303,"description":5304,"displayName":5305,"installMethods":5306,"rationale":5307,"selectedPaths":5308,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/stats","Display project statistics — phases, plans, requirements, git metrics, and timeline","stats",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/stats/SKILL.md",[5309],{"path":3081,"priority":280},{"basePath":5311,"description":5312,"displayName":5313,"installMethods":5314,"rationale":5315,"selectedPaths":5316,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/thread","Manage persistent context threads for cross-session work","thread",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/thread/SKILL.md",[5317],{"path":3081,"priority":280},{"basePath":5319,"description":5320,"displayName":5321,"installMethods":5322,"rationale":5323,"selectedPaths":5324,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/ui-phase","Generate UI design contract (UI-SPEC.md) for frontend phases","ui-phase",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/ui-phase/SKILL.md",[5325],{"path":3081,"priority":280},{"basePath":5327,"description":5328,"displayName":5329,"installMethods":5330,"rationale":5331,"selectedPaths":5332,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/ui-review","Retroactive 6-pillar visual audit of implemented frontend code","ui-review",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/ui-review/SKILL.md",[5333],{"path":3081,"priority":280},{"basePath":5335,"description":5336,"displayName":5337,"installMethods":5338,"rationale":5339,"selectedPaths":5340,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/ultraplan-phase","[BETA] Offload plan phase to Claude Code's ultraplan cloud — drafts remotely while terminal stays free, review in browser with inline comments, import back via /gsd:import. Claude Code only.","ultraplan-phase",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/ultraplan-phase/SKILL.md",[5341],{"path":3081,"priority":280},{"basePath":5343,"description":5344,"displayName":5345,"installMethods":5346,"rationale":5347,"selectedPaths":5348,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/undo","Safe git revert. Roll back phase or plan commits using the phase manifest with dependency checks.","undo",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/undo/SKILL.md",[5349],{"path":3081,"priority":280},{"basePath":5351,"description":5352,"displayName":5353,"installMethods":5354,"rationale":5355,"selectedPaths":5356,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/update","Update GSD to latest version with changelog display","update",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/update/SKILL.md",[5357],{"path":3081,"priority":280},{"basePath":5359,"description":5360,"displayName":5361,"installMethods":5362,"rationale":5363,"selectedPaths":5364,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/validate-phase","Retroactively audit and fill Nyquist validation gaps for a completed phase","validate-phase",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/validate-phase/SKILL.md",[5365],{"path":3081,"priority":280},{"basePath":5367,"description":5368,"displayName":5369,"installMethods":5370,"rationale":5371,"selectedPaths":5372,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/verify-work","Validate built features through conversational UAT","verify-work",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/verify-work/SKILL.md",[5373],{"path":3081,"priority":280},{"basePath":5375,"description":5376,"displayName":5377,"installMethods":5378,"rationale":5379,"selectedPaths":5380,"source":286,"sourceLanguage":17,"type":3082},"plugins/gsd/skills/workstreams","Manage parallel workstreams — list, create, switch, status, progress, complete, and resume","workstreams",{"claudeCode":275},"SKILL.md frontmatter at plugins/gsd/skills/workstreams/SKILL.md",[5381],{"path":3081,"priority":280},{"basePath":5383,"description":5384,"displayName":5385,"installMethods":5386,"rationale":5387,"selectedPaths":5388,"source":286,"sourceLanguage":17,"type":3082},"plugins/meeting-bots/skills/meeting","Convene a meeting of AI personas (3 to 10 participants) who debate a subject and reach a synthesis. Teams adapt to the theme (dev, design, product, business, life). The user can mix teams, add custom personas on the fly, and size the meeting up or down. Full debate written to a markdown file in the current directory, only the Boss's final synthesis is shown in the console.","meeting",{"claudeCode":275},"SKILL.md frontmatter at plugins/meeting-bots/skills/meeting/SKILL.md",[5389],{"path":3081,"priority":280},{"basePath":5391,"description":5392,"displayName":5393,"installMethods":5394,"rationale":5395,"selectedPaths":5396,"source":286,"sourceLanguage":17,"type":3082},"plugins/mortgage/skills/about-atlantic-home-mortgage","Background information about Lendtrain powered by Atlantic Home Mortgage — company history, credentials, founder bio, and contact information for borrower trust-building.\r","about-atlantic-home-mortgage",{"claudeCode":275},"SKILL.md frontmatter at plugins/mortgage/skills/about-atlantic-home-mortgage/SKILL.md",[5397],{"path":3081,"priority":280},{"basePath":5399,"description":5400,"displayName":5401,"installMethods":5402,"rationale":5403,"selectedPaths":5404,"source":286,"sourceLanguage":17,"type":3082},"plugins/mortgage/skills/closing-costs","Calculates itemized state-specific closing costs for mortgage refinance transactions across 10 licensed states, with product-specific fees for Conventional, FHA, FHA Streamline, VA IRRRL, and VA Cash-Out.\r","closing-costs",{"claudeCode":275},"SKILL.md frontmatter at plugins/mortgage/skills/closing-costs/SKILL.md",[5405],{"path":3081,"priority":280},{"basePath":5407,"description":5408,"displayName":5409,"installMethods":5410,"rationale":5411,"selectedPaths":5412,"source":286,"sourceLanguage":17,"type":3082},"plugins/mortgage/skills/mortgage-compliance","Enforces mortgage regulatory compliance — TRID, RESPA, TILA, ECOA/Fair Lending, state licensing, required disclosures, and data privacy rules for all borrower interactions.\r","mortgage-compliance",{"claudeCode":275},"SKILL.md frontmatter at plugins/mortgage/skills/mortgage-compliance/SKILL.md",[5413],{"path":3081,"priority":280},{"basePath":5415,"description":5416,"displayName":5417,"installMethods":5418,"rationale":5419,"selectedPaths":5420,"source":286,"sourceLanguage":17,"type":3082},"plugins/mortgage/skills/mortgage-loan-officer","Guides borrowers through mortgage refinance evaluation — collects loan data, extracts mortgage statement fields, evaluates qualification, and delivers recommendations with consumer-friendly communication.\r","mortgage-loan-officer",{"claudeCode":275},"SKILL.md frontmatter at plugins/mortgage/skills/mortgage-loan-officer/SKILL.md",[5421],{"path":3081,"priority":280},{"basePath":5423,"description":5424,"displayName":5425,"installMethods":5426,"rationale":5427,"selectedPaths":5428,"source":286,"sourceLanguage":17,"type":3082},"plugins/mortgage/skills/security-guardrails","Adversarial defense layer for the mortgage plugin — protects against prompt injection, system prompt extraction, PII leakage, workflow bypass, and social engineering attacks.\r","security-guardrails",{"claudeCode":275},"SKILL.md frontmatter at plugins/mortgage/skills/security-guardrails/SKILL.md",[5429],{"path":3081,"priority":280},{"basePath":5431,"description":5432,"displayName":5433,"installMethods":5434,"rationale":5435,"selectedPaths":5436,"source":286,"sourceLanguage":17,"type":3082},"plugins/nextjs-expert/skills/app-router","This skill should be used when the user asks to \"create a Next.js route\", \"add a page\", \"set up layouts\", \"implement loading states\", \"add error boundaries\", \"organize routes\", \"create dynamic routes\", or needs guidance on Next.js App Router file conventions and routing patterns.","app-router",{"claudeCode":275},"SKILL.md frontmatter at plugins/nextjs-expert/skills/app-router/SKILL.md",[5437,5438,5440,5442,5444,5446],{"path":3081,"priority":280},{"path":5439,"priority":3191},"examples/dynamic-routes.md",{"path":5441,"priority":3191},"examples/parallel-routes.md",{"path":5443,"priority":300},"references/layouts-templates.md",{"path":5445,"priority":300},"references/loading-error-states.md",{"path":5447,"priority":300},"references/routing-conventions.md",{"basePath":5449,"description":5450,"displayName":5451,"installMethods":5452,"rationale":5453,"selectedPaths":5454,"source":286,"sourceLanguage":17,"type":3082},"plugins/nextjs-expert/skills/auth-patterns","This skill should be used when the user asks about \"authentication in Next.js\", \"NextAuth\", \"Auth.js\", \"middleware auth\", \"protected routes\", \"session management\", \"JWT\", \"login flow\", or needs guidance on implementing authentication and authorization in Next.js applications.","auth-patterns",{"claudeCode":275},"SKILL.md frontmatter at plugins/nextjs-expert/skills/auth-patterns/SKILL.md",[5455,5456,5458,5460],{"path":3081,"priority":280},{"path":5457,"priority":3191},"examples/nextauth-setup.md",{"path":5459,"priority":300},"references/middleware-auth.md",{"path":5461,"priority":300},"references/session-management.md",{"basePath":5463,"description":5464,"displayName":5465,"installMethods":5466,"rationale":5467,"selectedPaths":5468,"source":286,"sourceLanguage":17,"type":3082},"plugins/nextjs-expert/skills/route-handlers","This skill should be used when the user asks to \"create an API route\", \"add an endpoint\", \"build a REST API\", \"handle POST requests\", \"create route handlers\", \"stream responses\", or needs guidance on Next.js API development in the App Router.","route-handlers",{"claudeCode":275},"SKILL.md frontmatter at plugins/nextjs-expert/skills/route-handlers/SKILL.md",[5469,5470,5472,5474],{"path":3081,"priority":280},{"path":5471,"priority":3191},"examples/crud-api.md",{"path":5473,"priority":300},"references/http-methods.md",{"path":5475,"priority":300},"references/streaming-responses.md",{"basePath":5477,"description":5478,"displayName":5479,"installMethods":5480,"rationale":5481,"selectedPaths":5482,"source":286,"sourceLanguage":17,"type":3082},"plugins/nextjs-expert/skills/server-actions","This skill should be used when the user asks about \"Server Actions\", \"form handling in Next.js\", \"mutations\", \"useFormState\", \"useFormStatus\", \"revalidatePath\", \"revalidateTag\", or needs guidance on data mutations and form submissions in Next.js App Router.","server-actions",{"claudeCode":275},"SKILL.md frontmatter at plugins/nextjs-expert/skills/server-actions/SKILL.md",[5483,5484,5486,5488],{"path":3081,"priority":280},{"path":5485,"priority":3191},"examples/mutation-patterns.md",{"path":5487,"priority":300},"references/form-handling.md",{"path":5489,"priority":300},"references/revalidation.md",{"basePath":5491,"description":5492,"displayName":5493,"installMethods":5494,"rationale":5495,"selectedPaths":5496,"source":286,"sourceLanguage":17,"type":3082},"plugins/nextjs-expert/skills/server-components","This skill should be used when the user asks about \"Server Components\", \"Client Components\", \"'use client' directive\", \"when to use server vs client\", \"RSC patterns\", \"component composition\", \"data fetching in components\", or needs guidance on React Server Components architecture in Next.js.","server-components",{"claudeCode":275},"SKILL.md frontmatter at plugins/nextjs-expert/skills/server-components/SKILL.md",[5497,5498,5500,5502],{"path":3081,"priority":280},{"path":5499,"priority":3191},"examples/data-fetching-patterns.md",{"path":5501,"priority":300},"references/composition-patterns.md",{"path":5503,"priority":300},"references/server-vs-client.md",{"basePath":5505,"description":5506,"displayName":2978,"installMethods":5507,"rationale":5508,"selectedPaths":5509,"source":286,"sourceLanguage":17,"type":3082},"plugins/public-plugin-builder/skills/public-plugin-builder","Activate when the user wants to build a Claude plugin, create a Claude skill, make a Claude agent, structure a Claude Code plugin, says \"build a plugin\", \"create a skill\", \"new claude skill\", \"new agent\", \"help me make a plugin\", \"plugin builder\", \"claude plugin helper\", \"how do I build a Claude skill\", \"I want to create a Claude plugin\", \"plugin building\", or asks how to structure a Claude Code plugin or publish to the Claude marketplace. Works on both claude.ai (generates files as code blocks) and Claude Code (writes and pushes files).\n",{"claudeCode":275},"SKILL.md frontmatter at plugins/public-plugin-builder/skills/public-plugin-builder/SKILL.md",[5510],{"path":3081,"priority":280},{"basePath":5512,"description":5513,"displayName":2988,"installMethods":5514,"rationale":5515,"selectedPaths":5516,"source":286,"sourceLanguage":17,"type":3082},"plugins/ralph-review-trio/skills/ralph-review-trio","Run a sequential three-tier code review on a finished implementation branch — Haiku (surface) → Sonnet (logic) → Opus (deep). Restarts from Tier 1 on any tier failure. Use when a solo branch or PR is code-complete and you want structured pre-merge verification before human review.",{"claudeCode":275},"SKILL.md frontmatter at plugins/ralph-review-trio/skills/ralph-review-trio/SKILL.md",[5517,5518,5520,5522,5524,5526],{"path":3081,"priority":280},{"path":5519,"priority":3191},"assets/example-transcript.md",{"path":5521,"priority":300},"references/_common-culprits.md",{"path":5523,"priority":300},"references/haiku-checklist.md",{"path":5525,"priority":300},"references/opus-checklist.md",{"path":5527,"priority":300},"references/sonnet-checklist.md",{"basePath":5529,"description":5530,"displayName":5531,"installMethods":5532,"rationale":5533,"selectedPaths":5534,"source":286,"sourceLanguage":17,"type":3082},"plugins/shipwright/skills/build","Autonomous app-building skill — transforms plain-English descriptions into fully built, tested, and deployed applications via a 9-phase pipeline","build",{"claudeCode":275},"SKILL.md frontmatter at plugins/shipwright/skills/build/SKILL.md",[5535],{"path":3081,"priority":280},{"basePath":5537,"description":5538,"displayName":5539,"installMethods":5540,"rationale":5541,"selectedPaths":5542,"source":286,"sourceLanguage":17,"type":3082},"plugins/venture-capital-intelligence/skills/analyze-pitch-deck","Activate for ANY pitch deck analysis, feedback, or review request. Triggers include: \"analyze this deck\", \"review my pitch deck\", \"critique my pitch\", \"feedback on my slides\", \"is my deck investor ready\", \"what's wrong with my pitch\", \"how would a VC react to this deck\", \"score my pitch deck\", \"rate my slides\", \"improve my deck\", \"what slides am I missing\", \"is this pitch compelling\". Also triggers when a user pastes slide content, describes their deck structure, or shares a company narrative and asks for investor feedback. Works on claude.ai and Claude Code.","analyze-pitch-deck",{"claudeCode":275},"SKILL.md frontmatter at plugins/venture-capital-intelligence/skills/analyze-pitch-deck/SKILL.md",[5543],{"path":3081,"priority":280},{"basePath":5545,"description":5546,"displayName":5547,"installMethods":5548,"rationale":5549,"selectedPaths":5550,"source":286,"sourceLanguage":17,"type":3082},"plugins/venture-capital-intelligence/skills/cap-table-waterfall","Model cap table dilution, SAFE conversion, and exit waterfall across scenarios. Triggered by: \"/venture-capital-intelligence:cap-table-waterfall\", \"model my cap table\", \"simulate dilution\", \"SAFE conversion math\", \"exit waterfall\", \"how much do I own after Series A\", \"liquidation waterfall\", \"cap table scenario\", \"what happens to equity at exit\", \"model the waterfall\", \"how much equity do I have left\", \"what is my ownership after funding\", \"run dilution scenarios\", \"model a new round\", \"what happens at acquisition\", \"cap table after SAFE conversion\", \"pari passu waterfall\", \"preference stack analysis\". Claude Code only. Requires Python 3.x.","cap-table-waterfall",{"claudeCode":275},"SKILL.md frontmatter at plugins/venture-capital-intelligence/skills/cap-table-waterfall/SKILL.md",[5551,5552,5554,5556],{"path":3081,"priority":280},{"path":5553,"priority":3191},"scripts/captable_calc.py",{"path":5555,"priority":3191},"scripts/waterfall_calc.py",{"path":5557,"priority":3191},"scripts/waterfall_formatter.py",{"basePath":5559,"description":5560,"displayName":5561,"installMethods":5562,"rationale":5563,"selectedPaths":5564,"source":286,"sourceLanguage":17,"type":3082},"plugins/venture-capital-intelligence/skills/deal-sourcing-signals","Scan a company or sector for deal-sourcing signals across 6 dimensions. Triggered by: \"/venture-capital-intelligence:deal-sourcing-signals\", \"scan signals for X\", \"what signals is X showing\", \"deal sourcing scan\", \"hiring signals for X\", \"is X raising soon\", \"monitor this company\", \"company signal scan\", \"sourcing brief for X\", \"what is X up to\", \"is X growing\", \"track this company\", \"deal signal report for X\", \"is this company fundraising\", \"what are the momentum signals for X\", \"find signals on X\", \"is X worth tracking\". Claude Code only. Requires Python 3.x. Uses web search for live signal data.","deal-sourcing-signals",{"claudeCode":275},"SKILL.md frontmatter at plugins/venture-capital-intelligence/skills/deal-sourcing-signals/SKILL.md",[5565,5566,5567],{"path":3081,"priority":280},{"path":4641,"priority":3191},{"path":5568,"priority":3191},"scripts/sourcing_formatter.py",{"basePath":5570,"description":5571,"displayName":5572,"installMethods":5573,"rationale":5574,"selectedPaths":5575,"source":286,"sourceLanguage":17,"type":3082},"plugins/venture-capital-intelligence/skills/explain-equity-terms","Activate for ANY equity, legal, or term sheet question related to startup investing or fundraising. Triggers include: \"what is a SAFE\", \"explain this term sheet\", \"what does pro-rata mean\", \"what is liquidation preference\", \"explain anti-dilution\", \"ISO vs NSO\", \"what is a 83(b) election\", \"what is carried interest\", \"explain drag-along\", \"what is a valuation cap\", \"what does MFN mean\", \"explain convertible note vs SAFE\", \"what is a down round\", \"explain vesting cliff\", \"what does fully diluted mean\", \"term sheet question\", \"equity question\", \"what does this clause mean\". Also triggers when a user pastes legal text from a term sheet, SAFE, or subscription agreement and asks what it means. Works on claude.ai and Claude Code.","explain-equity-terms",{"claudeCode":275},"SKILL.md frontmatter at plugins/venture-capital-intelligence/skills/explain-equity-terms/SKILL.md",[5576],{"path":3081,"priority":280},{"basePath":5578,"description":5579,"displayName":5580,"installMethods":5581,"rationale":5582,"selectedPaths":5583,"source":286,"sourceLanguage":17,"type":3082},"plugins/venture-capital-intelligence/skills/financial-model","Run deterministic financial models for startup valuation and SaaS health analysis. Triggered by: \"/venture-capital-intelligence:financial-model\", \"run a financial model on X\", \"DCF this company\", \"model the financials\", \"calculate runway\", \"what is the valuation\", \"SaaS metrics model\", \"LTV CAC analysis\", \"unit economics\", \"burn rate analysis\", \"comparable valuation\", \"how long is my runway\", \"what's my burn multiple\", \"revenue projection for X\", \"model the ARR growth\", \"what is the pre-money valuation\", \"comps analysis\", \"NRR and churn model\", \"how healthy are these SaaS metrics\". Claude Code only. Requires Python 3.x. Accepts user-supplied numbers or searches for publicly available data.","financial-model",{"claudeCode":275},"SKILL.md frontmatter at plugins/venture-capital-intelligence/skills/financial-model/SKILL.md",[5584,5585,5587],{"path":3081,"priority":280},{"path":5586,"priority":3191},"scripts/financial_calc.py",{"path":4639,"priority":3191},{"basePath":5589,"description":5590,"displayName":5591,"installMethods":5592,"rationale":5593,"selectedPaths":5594,"source":286,"sourceLanguage":17,"type":3082},"plugins/venture-capital-intelligence/skills/fund-operations","Compute fund KPIs (TVPI, DPI, IRR, MOIC), model carried interest and management fees, and generate LP quarterly update narratives. Triggered by: \"/venture-capital-intelligence:fund-operations\", \"calculate fund KPIs\", \"what is my fund TVPI\", \"IRR calculation\", \"compute MOIC\", \"LP report\", \"quarterly update draft\", \"carried interest calculation\", \"management fee calculation\", \"fund performance report\", \"write my LP update\", \"how is my fund performing\", \"what is my DPI\", \"fund returns analysis\", \"model my carry\", \"how much carry do I earn\", \"portfolio performance summary\", \"generate investor update\". Claude Code only. Requires Python 3.x.","fund-operations",{"claudeCode":275},"SKILL.md frontmatter at plugins/venture-capital-intelligence/skills/fund-operations/SKILL.md",[5595,5596,5598],{"path":3081,"priority":280},{"path":5597,"priority":3191},"scripts/fund_formatter.py",{"path":5599,"priority":3191},"scripts/fund_kpi_calc.py",{"basePath":5601,"description":5602,"displayName":5603,"installMethods":5604,"rationale":5605,"selectedPaths":5606,"source":286,"sourceLanguage":17,"type":3082},"plugins/venture-capital-intelligence/skills/hard-screening-startup","Deterministic Python-scored startup screening with full audit trail. Use when you need a reproducible, weighted-score verdict on a startup — not just a qualitative opinion. Triggered by: \"/venture-capital-intelligence:hard-screening-startup\", \"hard screen this startup\", \"run a hard screen on X\", \"score this startup with Python\", \"give me an auditable screen\", \"run a scored evaluation on X\", \"give me a weighted score for this startup\", \"screen with numbers\", \"objective startup score\", \"reproducible screen\", \"investment scorecard for X\", \"score this company out of 100\", \"run the full screen on X\". Claude Code only. Requires Python 3.x. For conversational soft-mode screening, use /venture-capital-intelligence:soft-screening-startup.","hard-screening-startup",{"claudeCode":275},"SKILL.md frontmatter at plugins/venture-capital-intelligence/skills/hard-screening-startup/SKILL.md",[5607,5608,5609],{"path":3081,"priority":280},{"path":4639,"priority":3191},{"path":5610,"priority":3191},"scripts/verdict_calc.py",{"basePath":5612,"description":5613,"displayName":5614,"installMethods":5615,"rationale":5616,"selectedPaths":5617,"source":286,"sourceLanguage":17,"type":3082},"plugins/venture-capital-intelligence/skills/market-size","Run TAM/SAM/SOM market sizing with top-down and bottom-up methods, competitive landscape, and tech stack analysis. Triggered by: \"/venture-capital-intelligence:market-size\", \"size this market\", \"what is the TAM for X\", \"market sizing analysis\", \"competitive landscape for X\", \"who are the competitors\", \"TAM SAM SOM for X\", \"market opportunity analysis\", \"how big is this market\", \"is this market big enough\", \"what's the addressable market\", \"total addressable market for X\", \"how large is the opportunity\", \"market research for X\", \"how saturated is this market\", \"market size estimate\", \"go-to-market sizing\", \"what is the serviceable market\". Claude Code only. Requires Python 3.x. Uses web search for market data.","market-size",{"claudeCode":275},"SKILL.md frontmatter at plugins/venture-capital-intelligence/skills/market-size/SKILL.md",[5618,5619,5621],{"path":3081,"priority":280},{"path":5620,"priority":3191},"scripts/market_formatter.py",{"path":5622,"priority":3191},"scripts/tam_calculator.py",{"basePath":5624,"description":5625,"displayName":5626,"installMethods":5627,"rationale":5628,"selectedPaths":5629,"source":286,"sourceLanguage":17,"type":3082},"plugins/venture-capital-intelligence/skills/soft-screening-startup","Activate for ANY startup evaluation, investment screening, or company assessment. Triggers include: \"evaluate this startup\", \"screen this company\", \"should I invest in X\", \"is this a good investment\", \"what do you think about this company\", \"review this startup\", \"score this company\", \"rate this pitch\", \"assess this founder\", \"quick take on X\", \"is X worth investing in\", \"pass or decline on X\", \"what's your verdict on X\", \"first look at this company\", \"quick screen on X\", \"what's your take on this founder\", \"is this fundable\", \"would a VC invest in this\". Also triggers when a user pastes a company description, funding ask, or founder background and asks for an opinion. Works on claude.ai and Claude Code. For hard-mode deterministic scoring with Python audit trail, use /venture-capital-intelligence:hard-screening-startup.","soft-screening-startup",{"claudeCode":275},"SKILL.md frontmatter at plugins/venture-capital-intelligence/skills/soft-screening-startup/SKILL.md",[5630],{"path":3081,"priority":280},{"basePath":5632,"description":5633,"displayName":5634,"installMethods":5635,"rationale":5636,"selectedPaths":5637,"source":286,"sourceLanguage":17,"type":3082},"plugins/vulnetix/skills/dashboard","View all tracked vulnerabilities and their current status","dashboard",{"claudeCode":275},"SKILL.md frontmatter at plugins/vulnetix/skills/dashboard/SKILL.md",[5638],{"path":3081,"priority":280},{"basePath":5640,"description":5641,"displayName":5642,"installMethods":5643,"rationale":5644,"selectedPaths":5645,"source":286,"sourceLanguage":17,"type":3082},"plugins/vulnetix/skills/exploits","Analyze exploit intelligence for a vulnerability against the current repository","exploits",{"claudeCode":275},"SKILL.md frontmatter at plugins/vulnetix/skills/exploits/SKILL.md",[5646],{"path":3081,"priority":280},{"basePath":5648,"description":5649,"displayName":5650,"installMethods":5651,"rationale":5652,"selectedPaths":5653,"source":286,"sourceLanguage":17,"type":3082},"plugins/vulnetix/skills/exploits-search","Search for exploits across all vulnerabilities with filtering by ecosystem, severity, source, and EPSS","exploits-search",{"claudeCode":275},"SKILL.md frontmatter at plugins/vulnetix/skills/exploits-search/SKILL.md",[5654],{"path":3081,"priority":280},{"basePath":5656,"description":5657,"displayName":5658,"installMethods":5659,"rationale":5660,"selectedPaths":5661,"source":286,"sourceLanguage":17,"type":3082},"plugins/vulnetix/skills/fix","Get fix intelligence for a vulnerability and propose concrete remediation for the current repository","fix",{"claudeCode":275},"SKILL.md frontmatter at plugins/vulnetix/skills/fix/SKILL.md",[5662],{"path":3081,"priority":280},{"basePath":5664,"description":5665,"displayName":5666,"installMethods":5667,"rationale":5668,"selectedPaths":5669,"source":286,"sourceLanguage":17,"type":3082},"plugins/vulnetix/skills/package-search","Search for packages and assess security risk before adding as dependencies","package-search",{"claudeCode":275},"SKILL.md frontmatter at plugins/vulnetix/skills/package-search/SKILL.md",[5670],{"path":3081,"priority":280},{"basePath":5672,"description":5673,"displayName":5674,"installMethods":5675,"rationale":5676,"selectedPaths":5677,"source":286,"sourceLanguage":17,"type":3082},"plugins/vulnetix/skills/remediation","Get a context-aware remediation plan for a vulnerability with fix verification steps","remediation",{"claudeCode":275},"SKILL.md frontmatter at plugins/vulnetix/skills/remediation/SKILL.md",[5678],{"path":3081,"priority":280},{"basePath":5680,"description":5681,"displayName":5682,"installMethods":5683,"rationale":5684,"selectedPaths":5685,"source":286,"sourceLanguage":17,"type":3082},"plugins/vulnetix/skills/vuln","Look up a vulnerability by ID or list all vulnerabilities for a package","vuln",{"claudeCode":275},"SKILL.md frontmatter at plugins/vulnetix/skills/vuln/SKILL.md",[5686],{"path":3081,"priority":280},{"sources":5688},[5689],"manual",{"closedIssues90d":240,"description":5691,"forks":241,"homepage":5692,"license":293,"openIssues90d":243,"pushedAt":244,"readmeSize":238,"stars":245,"topics":5693},"A single hub to find Claude Skills, Agents, Commands, Hooks, Plugins, and Marketplace collections to extend Claude Code, Claude Desktop, Agent SDK and OpenClaw","https://www.buildwithclaude.com",[5694,5695,5696,5697,5698,5699,5700,5701,5702,5703,5704,5705],"claude","claude-code","subagents","commands","claude-code-commands","cli-tool","mcp","mcp-server","mcp-tools","claude-skills","plugin-marketplace","openclaw",{"classifiedAt":5707,"discoverAt":5708,"extractAt":5709,"githubAt":5709,"updatedAt":5707},1778685948468,1778685941239,1778685945453,[221,219,220,224,223,222],{"evaluatedAt":251,"extractAt":5712,"updatedAt":251},1778685949178,[],[5715,5747,5768,5795,5824],{"_creationTime":5716,"_id":5717,"community":5718,"display":5719,"identity":5724,"providers":5727,"relations":5740,"tags":5743,"workflow":5744},1778699234184.6104,"k17brg5egdw1jbncj1j4wfv3fh86n639",{"reviewCount":8},{"description":5720,"installMethods":5721,"name":5722,"sourceUrl":5723},"Multi-agent orchestration system for Claude Code",{"claudeCode":5722},"oh-my-claudecode","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":272,"githubOwner":5725,"githubRepo":5722,"locale":5726,"slug":5722,"type":256},"Yeachan-Heo","fr",{"evaluate":5728,"extract":5736},{"promptVersionExtension":212,"promptVersionScoring":213,"score":5729,"tags":5730,"targetMarket":225,"tier":226},99,[220,5731,5732,5733,5734,222,5735],"orchestration","automation","ai-agent","development-tool","cli",{"commitSha":262,"license":293,"plugin":5737},{"mcpCount":8,"provider":5738,"skillCount":5739},"classify",38,{"parentExtensionId":5741,"repoId":5742},"k17faea1fme9qa3pf4hzs9x78d86n2kj","kd74zv63fryf9prygtq7gf4es986n22y",[5733,5732,5735,5734,220,5731,222],{"evaluatedAt":5745,"extractAt":5746,"updatedAt":5745},1778699261932,1778699234184,{"_creationTime":5748,"_id":5749,"community":5750,"display":5751,"identity":5753,"providers":5754,"relations":5764,"tags":5765,"workflow":5766},1778685949178.7883,"k17eq6cjyjedtcvvzycxanmpg586naxx",{"reviewCount":8},{"description":2235,"installMethods":5752,"name":2236,"sourceUrl":13},{"claudeCode":2236},{"basePath":2234,"githubOwner":254,"githubRepo":255,"locale":17,"slug":2236,"type":256},{"evaluate":5755,"extract":5762},{"promptVersionExtension":212,"promptVersionScoring":213,"score":5729,"tags":5756,"targetMarket":225,"tier":226},[220,5757,222,5758,5759,5760,5761],"development","pm","dev","qa","checklist",{"commitSha":262,"license":293,"plugin":5763},{"mcpCount":8,"provider":5738,"skillCount":240},{"repoId":264},[5761,5759,5757,220,5758,5760,222],{"evaluatedAt":5767,"extractAt":5712,"updatedAt":5767},1778687396752,{"_creationTime":5769,"_id":5770,"community":5771,"display":5772,"identity":5777,"providers":5780,"relations":5788,"tags":5791,"workflow":5792},1778675056600.2036,"k17ecjvwgk0pnvb9557bdnq7wd86m7yq",{"reviewCount":8},{"description":5773,"installMethods":5774,"name":5775,"sourceUrl":5776},"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.",{"claudeCode":5775},"agenthub","https://github.com/alirezarezvani/claude-skills",{"basePath":5778,"githubOwner":5779,"githubRepo":5703,"locale":17,"slug":5775,"type":256},"engineering/agenthub","alirezarezvani",{"evaluate":5781,"extract":5785},{"promptVersionExtension":212,"promptVersionScoring":213,"score":5729,"tags":5782,"targetMarket":225,"tier":226},[220,5783,5784,5731,5732,5734],"collaboration","git",{"commitSha":262,"license":293,"plugin":5786},{"mcpCount":8,"provider":5738,"skillCount":5787},8,{"parentExtensionId":5789,"repoId":5790},"k17dce6sbramb6sxm7ksr3928x86ncfs","kd7ff9s1w43mfyy1n7hf87816186m6px",[5732,5783,5734,5784,220,5731],{"evaluatedAt":5793,"extractAt":5794,"updatedAt":5793},1778675441637,1778675056600,{"_creationTime":5796,"_id":5797,"community":5798,"display":5799,"identity":5804,"providers":5808,"relations":5817,"tags":5820,"workflow":5821},1778699018122.7695,"k179ejyqcjvmz5pzfz76r94mz986n8tk",{"reviewCount":8},{"description":5800,"installMethods":5801,"name":5802,"sourceUrl":5803},"Context persistence, restoration, and long-running conversation management",{"claudeCode":5802},"context-management","https://github.com/wshobson/agents",{"basePath":5805,"githubOwner":5806,"githubRepo":5807,"locale":17,"slug":5802,"type":256},"plugins/context-management","wshobson","agents",{"evaluate":5809,"extract":5816},{"promptVersionExtension":212,"promptVersionScoring":213,"score":5810,"tags":5811,"targetMarket":225,"tier":226},98,[5802,5812,5813,5814,220,5815],"persistence","restoration","long-running-conversations","state-management",{"commitSha":262,"license":293},{"parentExtensionId":5818,"repoId":5819},"k17cywe30jfsfw3cdpncjfn8y186nvyw","kd74de64zj0axtg5b8t7eqqe2x86nske",[5802,5814,220,5812,5813,5815],{"evaluatedAt":5822,"extractAt":5823,"updatedAt":5822},1778699309553,1778699018122,{"_creationTime":5825,"_id":5826,"community":5827,"display":5828,"identity":5832,"providers":5834,"relations":5843,"tags":5844,"workflow":5845},1778699018122.7686,"k175n1p340zys4p2gk2qbrzqqs86me0g",{"reviewCount":8},{"description":5829,"installMethods":5830,"name":5831,"sourceUrl":5803},"Error analysis, trace debugging, and multi-agent problem diagnosis",{"claudeCode":5831},"error-debugging",{"basePath":5833,"githubOwner":5806,"githubRepo":5807,"locale":17,"slug":5831,"type":256},"plugins/error-debugging",{"evaluate":5835,"extract":5842},{"promptVersionExtension":212,"promptVersionScoring":213,"score":5810,"tags":5836,"targetMarket":225,"tier":226},[5837,5838,5839,5840,5841,220],"debugging","error-analysis","observability","logging","distributed-systems",{"commitSha":262,"license":293},{"parentExtensionId":5818,"repoId":5819},[5837,5841,5838,5840,220,5839],{"evaluatedAt":5846,"extractAt":5823,"updatedAt":5846},1778699248244]