[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-plugin-raintree-technology-plaid-de":3,"guides-for-raintree-technology-plaid":830,"similar-k17eghvswmsjc3pf0k54qgnqjn86n2kp-de":831},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":256,"isFallback":239,"parentExtension":261,"providers":296,"relations":300,"repo":301,"tags":828,"workflow":829},1778696052276.0088,"k17eghvswmsjc3pf0k54qgnqjn86n2kp",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Plaid banking API (Auth, Transactions, Identity, Accounts - 5 skills)",{"claudeCode":12},"plaid","plaid-banking","https://github.com/raintree-technology/claude-starter",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":237,"workflow":254},1778696174024.1594,"kn780zkxj0gp2xe46yf5g1f19s86nk4r","en",{"checks":20,"evaluatedAt":205,"extensionSummary":206,"features":207,"nonGoals":214,"promptVersionExtension":218,"promptVersionScoring":219,"purpose":220,"rationale":221,"score":222,"summary":223,"tags":224,"targetMarket":230,"tier":231,"useCases":232},[21,26,29,32,36,39,43,48,52,55,59,63,66,70,73,76,79,82,85,88,92,96,101,105,109,112,115,118,122,125,128,131,134,137,140,144,148,152,155,159,162,165,168,170,172,175,178,181,184,187,191,194,197,201],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly names the problem of integrating Plaid's financial data APIs and mentions specific use cases like connecting bank accounts and retrieving transactions.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The extension offers a deep, handwritten set of skills for Plaid integration, providing more value than simple API calls by bundling complex patterns and workflows.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The extension covers the full lifecycle of Plaid integration, including Link flow, data retrieval, webhooks, and error handling, making it suitable for production workflows.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The plugin focuses on Plaid API integration, a coherent domain, and does not extend into unrelated areas.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately and concisely reflects the capabilities of the Plaid skill.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The underlying Plaid skill likely exposes specific, scoped tools for various Plaid functionalities, rather than a single generalist tool.",{"category":44,"check":45,"severity":46,"summary":47},"Documentation","Configuration & parameter reference","insufficient_data","While the skill details are present in the README, specific configuration parameters and their defaults for the Plaid skill itself were not explicitly detailed in the provided source.",{"category":33,"check":49,"severity":50,"summary":51},"Tool naming","not_applicable","This check applies to tools directly exposed by the plugin's manifest. The provided source focuses on the skill's content and not the tool-level naming.",{"category":33,"check":53,"severity":46,"summary":54},"Minimal I/O surface","The provided source code for the Plaid skill details API interactions but does not expose the specific parameter schemas or response shapes for evaluation of I/O surface minimization.",{"category":56,"check":57,"severity":24,"summary":58},"License","License usability","The project includes a MIT license file, which is a permissive open-source license.",{"category":60,"check":61,"severity":24,"summary":62},"Maintenance","Commit recency","The last commit was on April 24, 2026, which is within the last 3 months.",{"category":60,"check":64,"severity":24,"summary":65},"Dependency Management","The project uses npm and includes a lockfile, indicating appropriate dependency management.",{"category":67,"check":68,"severity":24,"summary":69},"Security","Secret Management","The README explicitly states that sensitive keys like PLAID_CLIENT_ID and PLAID_SECRET are for server-side use only and should not be exposed client-side, and access tokens should be stored encrypted. The use of `userConfig` with `sensitive: true` is implied for secrets handled by the agent.",{"category":67,"check":71,"severity":24,"summary":72},"Injection","The README and skill code emphasize treating data as data and do not show any indications of executing instructions from loaded third-party content.",{"category":67,"check":74,"severity":24,"summary":75},"Transitive Supply-Chain Grenades","The plugin bundles its dependencies via npm and does not appear to fetch external code or data at runtime.",{"category":67,"check":77,"severity":24,"summary":78},"Sandbox Isolation","The extension's code and README do not indicate any operations that would modify files outside the project folder or outside the scope of its defined tasks.",{"category":67,"check":80,"severity":24,"summary":81},"Sandbox escape primitives","No detached-process spawns or deny-retry loops were observed in the provided code.",{"category":67,"check":83,"severity":24,"summary":84},"Data Exfiltration","The README emphasizes never exposing secret keys client-side and securely storing access tokens, with no indication of undocumented outbound calls or exfiltration of sensitive data.",{"category":67,"check":86,"severity":24,"summary":87},"Hidden Text Tricks","The README and skill code appear to be free of hidden steering tricks, invisible characters, or obfuscated instructions.",{"category":89,"check":90,"severity":24,"summary":91},"Hooks","Opaque code execution","The provided skill code is readable JavaScript and does not appear to use obfuscation, base64 payloads, or runtime fetching of code.",{"category":93,"check":94,"severity":24,"summary":95},"Portability","Structural Assumption","The code examples use relative paths or standard Node.js/Next.js conventions, and the README specifies Node.js requirements, avoiding assumptions about user project structure outside the bundle.",{"category":97,"check":98,"severity":99,"summary":100},"Trust","Issues Attention","warning","Opened issues: 1 (last 90d), Closed issues: 0 (last 90d). Closure rate is 0%, with 1 open issue, indicating slow maintainer response to reported issues.",{"category":102,"check":103,"severity":24,"summary":104},"Versioning","Release Management","The project declares MIT license via a LICENSE file, and the README includes an npm version badge linking to a published package, indicating clear versioning.",{"category":106,"check":107,"severity":46,"summary":108},"Code Execution","Validation","The provided skill code examples demonstrate API calls but do not show the explicit use of schema validation libraries for input arguments or output sanitization.",{"category":67,"check":110,"severity":24,"summary":111},"Unguarded Destructive Operations","The Plaid integration primarily involves data retrieval and API calls, not inherently destructive operations. Any potential state changes would be managed via Plaid's API, which has its own safeguards.",{"category":106,"check":113,"severity":24,"summary":114},"Error Handling","The skill code includes explicit try-catch blocks and discusses handling common Plaid API errors like ITEM_LOGIN_REQUIRED and RATE_LIMIT_EXCEEDED with suggested remediation steps.",{"category":106,"check":116,"severity":24,"summary":117},"Logging","The README mentions capturing detailed logs for webhook verification and error handling, and the provided code snippets include console logs for debugging and status updates.",{"category":119,"check":120,"severity":24,"summary":121},"Compliance","GDPR","The extension handles financial data via Plaid and emphasizes not exposing sensitive client-side information. It relies on Plaid's own compliance measures for data handling.",{"category":119,"check":123,"severity":24,"summary":124},"Target market","The extension primarily targets US banking and financial data integration, but Plaid supports multiple countries. The README does not explicitly restrict it to a single market, defaulting to global.",{"category":93,"check":126,"severity":24,"summary":127},"Runtime stability","The extension requires Node.js and Claude Code, standard environments, and the code examples are written in TypeScript/JavaScript, indicating good cross-platform compatibility.",{"category":44,"check":129,"severity":24,"summary":130},"README","The README is comprehensive, detailing the skills included, installation, usage, and specific API references.",{"category":33,"check":132,"severity":50,"summary":133},"Tool surface size","This check is for plugins exposing multiple tools. The provided source focuses on a single skill, 'plaid-expert', not a plugin with a defined tool list.",{"category":40,"check":135,"severity":50,"summary":136},"Overlapping near-synonym tools","This check applies to plugins with multiple tools. The provided source focuses on a single skill, not a plugin with overlapping tool names.",{"category":44,"check":138,"severity":24,"summary":139},"Phantom features","All features mentioned in the README, such as Auth, Transactions, Identity, and Accounts, have corresponding implementation details or references in the skill code.",{"category":141,"check":142,"severity":24,"summary":143},"Install","Installation instruction","The README provides clear installation instructions using `npx create-claude-starter@latest` and mentions additional npm dependencies for TOON commands.",{"category":145,"check":146,"severity":24,"summary":147},"Errors","Actionable error messages","The skill documentation and code examples clearly outline common Plaid errors and provide remediation steps, such as triggering Link in update mode for ITEM_LOGIN_REQUIRED.",{"category":149,"check":150,"severity":24,"summary":151},"Execution","Pinned dependencies","The project uses npm and has a lockfile, indicating that third-party dependencies are pinned.",{"category":33,"check":153,"severity":50,"summary":154},"Dry-run preview","The Plaid skill focuses on data retrieval and API interaction, not state-changing operations that would typically require a dry-run feature.",{"category":156,"check":157,"severity":24,"summary":158},"Protocol","Idempotent retry & timeouts","The documentation discusses handling rate limits with exponential backoff and mentions waiting for webhooks, implying retry logic. Plaid API itself likely enforces timeouts.",{"category":119,"check":160,"severity":24,"summary":161},"Telemetry opt-in","There is no indication of telemetry being collected or sent to external services without explicit user action or opt-in.",{"category":40,"check":163,"severity":50,"summary":164},"Name collisions","This check applies to plugins bundling multiple extensions. The provided source focuses on a single skill, not a plugin with potential name collisions.",{"category":40,"check":166,"severity":50,"summary":167},"Hooks-off mechanism","This check is for plugins with hooks. The provided source is a skill, not a plugin, and does not have hooks.",{"category":40,"check":169,"severity":50,"summary":167},"Hook matcher tightness",{"category":67,"check":171,"severity":50,"summary":167},"Hook security",{"category":89,"check":173,"severity":50,"summary":174},"Silent prompt rewriting","This check is for plugins with UserPromptSubmit hooks. The provided source is a skill, not a plugin, and does not have this type of hook.",{"category":67,"check":176,"severity":50,"summary":177},"Permission Hook","This check is for plugins with PermissionRequest hooks. The provided source is a skill, not a plugin, and does not have this type of hook.",{"category":119,"check":179,"severity":50,"summary":180},"Hook privacy","This check is for plugins with hooks related to logging/telemetry. The provided source is a skill, not a plugin, and does not have such hooks.",{"category":106,"check":182,"severity":50,"summary":183},"Hook dependency","This check is for plugins with hook scripts. The provided source is a skill, not a plugin, and does not have hooks.",{"category":44,"check":185,"severity":50,"summary":186},"Feature Transparency","This check is for plugins declaring hooks in plugin.json. The provided source is a skill, not a plugin, and does not have hooks.",{"category":188,"check":189,"severity":50,"summary":190},"Convention","Layout convention adherence","This check is for Claude Code plugins regarding .claude-plugin/ and bin/ directory conventions. The provided source is a skill, not a plugin.",{"category":188,"check":192,"severity":50,"summary":193},"Plugin state","This check is for plugins managing persistent state. The provided source is a skill, not a plugin, and does not have persistent state managed this way.",{"category":67,"check":195,"severity":24,"summary":196},"Keychain-stored secrets","The README states sensitive keys are for server-side use only and access tokens should be encrypted, aligning with secure secret handling practices that would likely involve keychain storage if exposed to the agent.",{"category":198,"check":199,"severity":50,"summary":200},"Dependencies","Tagged release sourcing","This check applies to bundled MCP servers. The provided source is a skill, not a plugin with bundled MCPs, and its dependencies are managed via npm.",{"category":202,"check":203,"severity":24,"summary":204},"Installation","Clean uninstall","The extension is installed via `npx` and relies on Node.js modules. Uninstallation would typically involve removing the project dependencies and any relevant configurations, which would be a clean process without lingering daemons or system-level changes.",1778696173906,"This plugin provides a 'plaid-expert' skill for integrating with Plaid's financial data APIs, covering Link flow, Auth, Transactions, Identity, Accounts, and webhooks. It includes detailed usage examples, API references, and security best practices.",[208,209,210,211,212,213],"Full Plaid Link flow integration","Auth: ACH routing and account numbers","Transactions: history sync and categorization","Identity: KYC and account holder verification","Accounts: balance and type retrieval","Webhook handling with signature verification",[215,216,217],"Providing a full orchestration layer for multiple skills","Replacing the official Plaid SDK directly","Handling sensitive credentials outside of secure, documented practices","3.0.0","4.4.0","To offer expert-level, pre-built guidance and patterns for developers integrating Plaid into their applications, streamlining financial data connectivity.","The primary warning is due to slow attention to issues (0% closure rate). The extension is otherwise well-documented, secure, and production-ready.",75,"A deep, production-ready skill for comprehensive Plaid API integration.",[12,225,226,227,228,229],"fintech","api-integration","banking","payments","typescript","global","community",[233,234,235,236],"Connecting bank accounts for ACH transfers","Retrieving transaction history for budgeting apps","Verifying user identity via bank data","Implementing real-time balance checks",{"codeQuality":238,"collectedAt":240,"documentation":241,"maintenance":244,"popularity":249,"security":251,"testCoverage":253},{"hasLockfile":239},true,1778696133126,{"descriptionLength":242,"readmeSize":243},69,5530,{"closedIssues90d":8,"forks":245,"hasChangelog":246,"openIssues90d":247,"pushedAt":248,"stars":222},8,false,1,1777070715000,{"npmDownloads":250},43,{"hasNpmPackage":239,"license":252,"smitheryVerified":246},"MIT",{"hasCi":246,"hasTests":239},{"updatedAt":255},1778696174024,{"basePath":257,"githubOwner":258,"githubRepo":259,"locale":18,"slug":12,"type":260},"templates/.claude/skills/plaid","raintree-technology","claude-starter","plugin",{"_creationTime":262,"_id":263,"community":264,"display":265,"identity":270,"parentExtension":273,"providers":274,"relations":290,"tags":292,"workflow":293},1778696052276.0078,"k17ab1tq0pfjcwj6czghvnwvzn86mye7",{"reviewCount":8},{"description":266,"installMethods":267,"name":269,"sourceUrl":14},"Complete collection of 40+ production-ready skills including Stripe, Supabase, Expo, Plaid, Aptos, and more. Plus meta-commands, orchestration, and workflows.",{"claudeCode":268},"raintree-technology/claude-starter","claude-starter-complete",{"basePath":271,"githubOwner":258,"githubRepo":259,"locale":18,"slug":259,"type":272},"","marketplace",null,{"evaluate":275,"extract":283},{"promptVersionExtension":276,"promptVersionScoring":219,"score":277,"tags":278,"targetMarket":230,"tier":282},"3.1.0",96,[225,279,280,281,226],"developer-tools","ai-skills","automation","verified",{"commitSha":284,"marketplace":285,"plugin":288},"HEAD",{"name":269,"pluginCount":286,"version":287},6,"2.0.0",{"mcpCount":8,"provider":289,"skillCount":8},"classify",{"repoId":291},"kd78ywakatnz4sjfx781sy14vh86mtty",[280,226,281,279,225],{"evaluatedAt":294,"extractAt":295,"updatedAt":294},1778696069520,1778696052276,{"evaluate":297,"extract":299},{"promptVersionExtension":218,"promptVersionScoring":219,"score":222,"tags":298,"targetMarket":230,"tier":231},[12,225,226,227,228,229],{"commitSha":284},{"parentExtensionId":263,"repoId":291},{"_creationTime":302,"_id":291,"identity":303,"providers":304,"workflow":823},1778696045239.0098,{"githubOwner":258,"githubRepo":259,"sourceUrl":14},{"classify":305,"discover":806,"extract":809,"github":810,"npm":822},{"commitSha":284,"extensions":306},[307,320,329,338,347,352,361,369,379,387,395,403,411,419,427,435,443,451,459,466,474,482,490,498,506,514,522,530,538,546,554,562,570,578,586,594,602,610,618,626,634,642,650,658,666,674,682,690,698,706,713,721,729,737,745,753,761,769,777,785],{"basePath":271,"description":266,"displayName":269,"installMethods":308,"rationale":309,"selectedPaths":310,"source":319,"sourceLanguage":18,"type":272},{"claudeCode":268},"marketplace.json at .claude-plugin/marketplace.json",[311,314,316],{"path":312,"priority":313},".claude-plugin/marketplace.json","mandatory",{"path":315,"priority":313},"README.md",{"path":317,"priority":318},"LICENSE","high","rule",{"basePath":321,"description":322,"displayName":280,"installMethods":323,"rationale":325,"selectedPaths":326,"source":319,"sourceLanguage":18,"type":260},"templates/.claude/skills/anthropic","Claude Code expertise: skills, commands, hooks, MCP, settings (7 skills)",{"claudeCode":324},"anthropic","inline plugin source from marketplace.json at templates/.claude/skills/anthropic",[327],{"path":328,"priority":318},"skill.md",{"basePath":330,"description":331,"displayName":332,"installMethods":333,"rationale":335,"selectedPaths":336,"source":319,"sourceLanguage":18,"type":260},"templates/.claude/skills/stripe","Complete Stripe API integration (payments, subscriptions, webhooks)","stripe-payments",{"claudeCode":334},"stripe","inline plugin source from marketplace.json at templates/.claude/skills/stripe",[337],{"path":328,"priority":318},{"basePath":339,"description":340,"displayName":341,"installMethods":342,"rationale":344,"selectedPaths":345,"source":319,"sourceLanguage":18,"type":260},"templates/.claude/skills/supabase","Supabase backend (PostgreSQL, Auth, Storage, Edge Functions)","supabase-backend",{"claudeCode":343},"supabase","inline plugin source from marketplace.json at templates/.claude/skills/supabase",[346],{"path":328,"priority":318},{"basePath":257,"description":10,"displayName":13,"installMethods":348,"rationale":349,"selectedPaths":350,"source":319,"sourceLanguage":18,"type":260},{"claudeCode":12},"inline plugin source from marketplace.json at templates/.claude/skills/plaid",[351],{"path":328,"priority":318},{"basePath":353,"description":354,"displayName":355,"installMethods":356,"rationale":358,"selectedPaths":359,"source":319,"sourceLanguage":18,"type":260},"templates/.claude/skills/expo","Expo/React Native mobile development (EAS Build, Update, Router - 4 skills)","expo-mobile",{"claudeCode":357},"expo","inline plugin source from marketplace.json at templates/.claude/skills/expo",[360],{"path":328,"priority":318},{"basePath":362,"description":363,"displayName":364,"installMethods":365,"rationale":366,"selectedPaths":367,"source":319,"sourceLanguage":18,"type":260},"templates/.claude/skills/toon-formatter","TOON format for 30-60% token savings on tabular data","toon-formatter",{"claudeCode":364},"inline plugin source from marketplace.json at templates/.claude/skills/toon-formatter",[368],{"path":328,"priority":318},{"basePath":370,"description":371,"displayName":372,"installMethods":373,"rationale":374,"selectedPaths":375,"source":319,"sourceLanguage":18,"type":378},".agents/skills/anthropic/claude-code","Expert on Codex CLI, skills, commands, hooks, plugins, MCP, settings, and workflows. Triggers on Codex, cli, skill, command, hook, plugin, mcp, slash command, settings","claude-code",{"claudeCode":268},"SKILL.md frontmatter at .agents/skills/anthropic/claude-code/skill.md",[376],{"path":377,"priority":313},"SKILL.md","skill",{"basePath":380,"description":381,"displayName":382,"installMethods":383,"rationale":384,"selectedPaths":385,"source":319,"sourceLanguage":18,"type":378},".claude/skills/anthropic/claude-command-builder","Interactive slash command creator for Claude Code. Triggers when user mentions creating commands, slash commands, command templates, command arguments, or wants to build a new command workflow.","claude-command-builder",{"claudeCode":268},"SKILL.md frontmatter at .claude/skills/anthropic/claude-command-builder/skill.md (coalesced with duplicate skill at .agents/skills/anthropic/claude-command-builder, templates/.claude/skills/anthropic/claude-command-builder)",[386],{"path":377,"priority":313},{"basePath":388,"description":389,"displayName":390,"installMethods":391,"rationale":392,"selectedPaths":393,"source":319,"sourceLanguage":18,"type":378},".claude/skills/anthropic/claude-hook-builder","Interactive hook creator for Claude Code. Triggers when user mentions creating hooks, PreToolUse, PostToolUse, hook validation, hook configuration, settings.json hooks, or wants to automate tool execution workflows.","claude-hook-builder",{"claudeCode":268},"SKILL.md frontmatter at .claude/skills/anthropic/claude-hook-builder/skill.md (coalesced with duplicate skill at .agents/skills/anthropic/claude-hook-builder, templates/.claude/skills/anthropic/claude-hook-builder)",[394],{"path":377,"priority":313},{"basePath":396,"description":397,"displayName":398,"installMethods":399,"rationale":400,"selectedPaths":401,"source":319,"sourceLanguage":18,"type":378},".claude/skills/anthropic/claude-mcp-expert","Model Context Protocol (MCP) expert for Claude Code. Install, configure, and troubleshoot MCP servers. Covers HTTP, SSE, and stdio transports, authentication, popular integrations (Sentry, GitHub, Jira, Notion, databases). Triggers on MCP, Model Context Protocol, MCP server, installing MCP, connecting tools, webhooks, remote server.","claude-mcp-expert",{"claudeCode":268},"SKILL.md frontmatter at .claude/skills/anthropic/claude-mcp-expert/SKILL.md (coalesced with duplicate skill at .agents/skills/anthropic/claude-mcp-expert, templates/.claude/skills/anthropic/claude-mcp-expert)",[402],{"path":377,"priority":313},{"basePath":404,"description":405,"displayName":406,"installMethods":407,"rationale":408,"selectedPaths":409,"source":319,"sourceLanguage":18,"type":378},".claude/skills/anthropic/claude-settings-expert","Expert on Claude Code settings.json configuration, permissions, sandbox, environment variables, and settings hierarchy. Triggers when user mentions settings.json, permissions, allow rules, deny rules, sandbox, hooks configuration, or settings precedence.","claude-settings-expert",{"claudeCode":268},"SKILL.md frontmatter at .claude/skills/anthropic/claude-settings-expert/skill.md (coalesced with duplicate skill at .agents/skills/anthropic/claude-settings-expert, templates/.claude/skills/anthropic/claude-settings-expert)",[410],{"path":377,"priority":313},{"basePath":412,"description":413,"displayName":414,"installMethods":415,"rationale":416,"selectedPaths":417,"source":319,"sourceLanguage":18,"type":378},".claude/skills/anthropic/claude-skill-builder","Interactive skill creator for Claude Code and Agent Skills ecosystem. Build SKILL.md files with proper frontmatter, triggers, and structure. Triggers on creating skills, building skills, skill templates, skill frontmatter, allowed-tools, npx add-skill, agent skills.","claude-skill-builder",{"claudeCode":268},"SKILL.md frontmatter at .claude/skills/anthropic/claude-skill-builder/SKILL.md (coalesced with duplicate skill at .agents/skills/anthropic/claude-skill-builder, templates/.claude/skills/anthropic/claude-skill-builder)",[418],{"path":377,"priority":313},{"basePath":420,"description":421,"displayName":422,"installMethods":423,"rationale":424,"selectedPaths":425,"source":319,"sourceLanguage":18,"type":378},".claude/skills/anthropic","Expert on Anthropic Claude API, models, prompt engineering, function calling, vision, and best practices. Triggers on anthropic, claude, api, prompt, function calling, vision, messages api, embeddings","anthropic-expert",{"claudeCode":268},"SKILL.md frontmatter at .claude/skills/anthropic/skill.md (coalesced with duplicate skill at .agents/skills/anthropic, templates/.claude/skills/anthropic)",[426],{"path":377,"priority":313},{"basePath":428,"description":429,"displayName":430,"installMethods":431,"rationale":432,"selectedPaths":433,"source":319,"sourceLanguage":18,"type":378},".claude/skills/expo","Comprehensive Expo expert with access to complete official documentation covering React Native development, EAS Build, EAS Submit, EAS Update, Expo Router, Expo Modules API, configuration, deployment, and all platform features. Invoke when user mentions Expo, React Native, EAS, Expo Router, mobile app development, iOS/Android development, or cross-platform development.","expo-expert",{"claudeCode":268},"SKILL.md frontmatter at .claude/skills/expo/skill.md (coalesced with duplicate skill at .agents/skills/expo, templates/.claude/skills/expo)",[434],{"path":377,"priority":313},{"basePath":436,"description":437,"displayName":438,"installMethods":439,"rationale":440,"selectedPaths":441,"source":319,"sourceLanguage":18,"type":378},".claude/skills/plaid","Expert guidance for Plaid banking API integration including Link, Auth, Transactions, Identity, and webhook handling. Invoke when user mentions Plaid, bank connections, financial data, ACH, or banking APIs.","plaid-expert",{"claudeCode":268},"SKILL.md frontmatter at .claude/skills/plaid/skill.md (coalesced with duplicate skill at .agents/skills/plaid, templates/.claude/skills/plaid)",[442],{"path":377,"priority":313},{"basePath":444,"description":445,"displayName":446,"installMethods":447,"rationale":448,"selectedPaths":449,"source":319,"sourceLanguage":18,"type":378},".claude/skills/stripe","Comprehensive Stripe API expert with access to 3,253 official documentation files covering all payment processing, billing, subscriptions, webhooks, Connect, Terminal, Radar, Identity, Tax, Climate, and integrations. Invoke when user mentions Stripe, payments, subscriptions, billing, payment processing, checkout, invoices, or any payment-related features.","stripe-expert",{"claudeCode":268},"SKILL.md frontmatter at .claude/skills/stripe/skill.md (coalesced with duplicate skill at .agents/skills/stripe, templates/.claude/skills/stripe)",[450],{"path":377,"priority":313},{"basePath":452,"description":453,"displayName":454,"installMethods":455,"rationale":456,"selectedPaths":457,"source":319,"sourceLanguage":18,"type":378},".claude/skills/supabase","Comprehensive Supabase expert with access to 2,616 official documentation files covering PostgreSQL database, authentication, real-time subscriptions, storage, edge functions, vector embeddings, and all platform features. Invoke when user mentions Supabase, PostgreSQL, database, auth, real-time, storage, edge functions, backend-as-a-service, or pgvector.","supabase-expert",{"claudeCode":268},"SKILL.md frontmatter at .claude/skills/supabase/skill.md (coalesced with duplicate skill at .agents/skills/supabase, templates/.claude/skills/supabase)",[458],{"path":377,"priority":313},{"basePath":460,"description":461,"displayName":364,"installMethods":462,"rationale":463,"selectedPaths":464,"source":319,"sourceLanguage":18,"type":378},".claude/skills/toon-formatter","Token-Oriented Object Notation (TOON) format expert for 30-60% token savings on structured data. Auto-applies to arrays with 5+ items, tables, logs, API responses, database results. Supports tabular, inline, and expanded formats with comma/tab/pipe delimiters. Triggers on large JSON, data optimization, token reduction, structured data, arrays, tables, logs, metrics, TOON.",{"claudeCode":268},"SKILL.md frontmatter at .claude/skills/toon-formatter/SKILL.md (coalesced with duplicate skill at .agents/skills/toon-formatter, skills/toon-formatter, templates/.claude/skills/toon-formatter)",[465],{"path":377,"priority":313},{"basePath":467,"description":468,"displayName":469,"installMethods":470,"rationale":471,"selectedPaths":472,"source":319,"sourceLanguage":18,"type":378},".claude/skills/anthropic/claude-code","Expert on Claude Code CLI, skills, commands, hooks, plugins, MCP, settings, and workflows. Triggers on claude code, cli, skill, command, hook, plugin, mcp, slash command, settings","claude-code-expert",{"claudeCode":268},"SKILL.md frontmatter at .claude/skills/anthropic/claude-code/skill.md (coalesced with duplicate skill at templates/.claude/skills/anthropic/claude-code)",[473],{"path":377,"priority":313},{"basePath":475,"description":476,"displayName":477,"installMethods":478,"rationale":479,"selectedPaths":480,"source":319,"sourceLanguage":18,"type":378},".claude/skills/aptos/dapp-integration","Expert on building decentralized applications on Aptos with frontend integration, wallet connectivity (Petra, Martian, Pontem), TypeScript SDK, transaction submission, and wallet adapter patterns. Triggers on keywords wallet connect, petra, martian, pontem, typescript sdk, aptos sdk, dapp, frontend integration, wallet adapter, transaction, sign","aptos-dapp-integration",{"claudeCode":268},"SKILL.md frontmatter at .claude/skills/aptos/dapp-integration/skill.md",[481],{"path":377,"priority":313},{"basePath":483,"description":484,"displayName":485,"installMethods":486,"rationale":487,"selectedPaths":488,"source":319,"sourceLanguage":18,"type":378},".claude/skills/aptos/decibel","Expert on Decibel on-chain perpetual futures trading platform on Aptos. Covers trading engine, orderbook, TypeScript SDK, REST APIs, WebSocket streams, market data, position management, TWAP orders, and vault operations. Triggers on keywords decibel, perpetual futures, aptos trading, on-chain trading, decibel sdk, perps, orderbook, twap, market data, trading api.","decibel-expert",{"claudeCode":268},"SKILL.md frontmatter at .claude/skills/aptos/decibel/skill.md",[489],{"path":377,"priority":313},{"basePath":491,"description":492,"displayName":493,"installMethods":494,"rationale":495,"selectedPaths":496,"source":319,"sourceLanguage":18,"type":378},".claude/skills/aptos/framework","Expert on Aptos Framework (0x1 standard library) - account, coin, fungible_asset, object, timestamp, table, event, vector, string, option, error, and other core modules. Triggers on keywords aptos framework, 0x1, account module, table, smarttable, event, timestamp, randomness, aggregator, resource account","aptos-framework",{"claudeCode":268},"SKILL.md frontmatter at .claude/skills/aptos/framework/skill.md",[497],{"path":377,"priority":313},{"basePath":499,"description":500,"displayName":501,"installMethods":502,"rationale":503,"selectedPaths":504,"source":319,"sourceLanguage":18,"type":378},".claude/skills/aptos/gas-optimization","Expert on Aptos gas optimization, performance tuning, storage costs, execution efficiency, inline functions, aggregator usage, parallel execution, table vs vector tradeoffs, and gas profiling tools. Triggers on keywords gas optimization, performance, gas cost, storage fee, inline, aggregator, parallel execution, gas profiling, optimization","aptos-gas-optimization",{"claudeCode":268},"SKILL.md frontmatter at .claude/skills/aptos/gas-optimization/skill.md",[505],{"path":377,"priority":313},{"basePath":507,"description":508,"displayName":509,"installMethods":510,"rationale":511,"selectedPaths":512,"source":319,"sourceLanguage":18,"type":378},".claude/skills/aptos/move-language","Expert on Move programming language - abilities (copy/drop/store/key), generics, phantom types, references, global storage operations, signer pattern, visibility modifiers, friend functions, inline optimization, and advanced type system. Triggers on keywords move language, abilities, generics, phantom type, borrow global, signer, friend, inline, type parameter","aptos-move-language",{"claudeCode":268},"SKILL.md frontmatter at .claude/skills/aptos/move-language/skill.md",[513],{"path":377,"priority":313},{"basePath":515,"description":516,"displayName":517,"installMethods":518,"rationale":519,"selectedPaths":520,"source":319,"sourceLanguage":18,"type":378},".claude/skills/aptos/move-prover","Move Prover formal verification expert for Aptos smart contracts. Write specifications (MSL), preconditions (requires), postconditions (ensures), invariants, abort conditions (aborts_if), quantifiers, schemas, and pragmas. Debug verification failures. Triggers on Move Prover, formal verification, spec, invariant, ensures, requires, aborts_if, precondition, postcondition.","move-prover",{"claudeCode":268},"SKILL.md frontmatter at .claude/skills/aptos/move-prover/SKILL.md",[521],{"path":377,"priority":313},{"basePath":523,"description":524,"displayName":525,"installMethods":526,"rationale":527,"selectedPaths":528,"source":319,"sourceLanguage":18,"type":378},".claude/skills/aptos/move-testing","Expert on testing Move smart contracts on Aptos, including unit tests, integration tests, Move Prover formal verification, debugging strategies, and test coverage. Triggers on keywords move test, unit test, integration test, move prover, formal verification, debug, coverage, assert, expect","aptos-move-testing",{"claudeCode":268},"SKILL.md frontmatter at .claude/skills/aptos/move-testing/skill.md",[529],{"path":377,"priority":313},{"basePath":531,"description":532,"displayName":533,"installMethods":534,"rationale":535,"selectedPaths":536,"source":319,"sourceLanguage":18,"type":378},".claude/skills/aptos/object-model","Expert on Aptos Object Model - ObjectCore, Object\u003CT> wrapper, constructor references, ExtendRef/DeleteRef/TransferRef capabilities, object ownership, named vs generated objects, composability, and migration from resource-only patterns. Triggers on keywords object model, objectcore, constructorref, extendref, deleteref, transferref, named object, object ownership, composable object","aptos-object-model",{"claudeCode":268},"SKILL.md frontmatter at .claude/skills/aptos/object-model/skill.md",[537],{"path":377,"priority":313},{"basePath":539,"description":540,"displayName":541,"installMethods":542,"rationale":543,"selectedPaths":544,"source":319,"sourceLanguage":18,"type":378},".claude/skills/aptos/shelby/cli-assistant","Expert on Shelby CLI tool for command-line blob storage operations. Helps with shelby commands, uploads, downloads, account management, context configuration, faucet operations, and CLI troubleshooting. Triggers on keywords shelby cli, shelby upload, shelby download, shelby init, shelby account, shelby context, @shelby-protocol/cli, CLI installation, shelby command.","shelby-cli-assistant",{"claudeCode":268},"SKILL.md frontmatter at .claude/skills/aptos/shelby/cli-assistant/skill.md",[545],{"path":377,"priority":313},{"basePath":547,"description":548,"displayName":549,"installMethods":550,"rationale":551,"selectedPaths":552,"source":319,"sourceLanguage":18,"type":378},".claude/skills/aptos/shelby/dapp-builder","Expert on building decentralized applications with Shelby Protocol storage on Aptos. Helps with dApp architecture, wallet integration (Petra), browser SDK usage, React/Vue integration, file uploads, content delivery, and building Shelby-powered applications. Triggers on keywords Shelby dApp, build on Shelby, Shelby application, Petra wallet, browser storage, web3 app, decentralized app Shelby, React Shelby, Vue Shelby.","shelby-dapp-builder",{"claudeCode":268},"SKILL.md frontmatter at .claude/skills/aptos/shelby/dapp-builder/skill.md",[553],{"path":377,"priority":313},{"basePath":555,"description":556,"displayName":557,"installMethods":558,"rationale":559,"selectedPaths":560,"source":319,"sourceLanguage":18,"type":378},".claude/skills/aptos/shelby/network-rpc","Expert on Shelby Protocol network infrastructure, RPC servers, storage providers, Cavalier implementation, tile architecture, performance optimization, connection management, and DoubleZero private network. Triggers on keywords Shelby RPC, storage provider, Cavalier, tile architecture, private network, DoubleZero, network performance, RPC endpoint, request hedging, connection pooling.","shelby-network-rpc",{"claudeCode":268},"SKILL.md frontmatter at .claude/skills/aptos/shelby/network-rpc/skill.md",[561],{"path":377,"priority":313},{"basePath":563,"description":564,"displayName":565,"installMethods":566,"rationale":567,"selectedPaths":568,"source":319,"sourceLanguage":18,"type":378},".claude/skills/aptos/shelby/protocol-expert","Expert on Shelby Protocol architecture, erasure coding, placement groups, read/write procedures, Clay Codes, chunking, storage providers, RPC servers, and decentralized storage system design on Aptos blockchain. Triggers on keywords Shelby Protocol, erasure coding, Clay Codes, placement groups, Shelby architecture, storage provider, blob storage, chunking, Shelby whitepaper.","shelby-protocol-expert",{"claudeCode":268},"SKILL.md frontmatter at .claude/skills/aptos/shelby/protocol-expert/skill.md",[569],{"path":377,"priority":313},{"basePath":571,"description":572,"displayName":573,"installMethods":574,"rationale":575,"selectedPaths":576,"source":319,"sourceLanguage":18,"type":378},".claude/skills/aptos/shelby/sdk-developer","Expert in Shelby Protocol TypeScript SDK for decentralized storage on Aptos. Helps with blob uploads/downloads, session management, micropayment channels, multipart uploads, and SDK integration for Node.js and browser environments. Triggers on keywords ShelbyNodeClient, ShelbyClient, @shelby-protocol/sdk, Shelby SDK, decentralized blob storage, Shelby upload, Shelby download, Shelby session.","shelby-sdk-developer",{"claudeCode":268},"SKILL.md frontmatter at .claude/skills/aptos/shelby/sdk-developer/skill.md",[577],{"path":377,"priority":313},{"basePath":579,"description":580,"displayName":581,"installMethods":582,"rationale":583,"selectedPaths":584,"source":319,"sourceLanguage":18,"type":378},".claude/skills/aptos/shelby","Expert on Shelby Protocol decentralized blob storage on Aptos blockchain. Coordinates 7 specialized sub-skills covering protocol architecture, SDK usage, smart contracts, CLI tools, RPC infrastructure, dApp building, and storage integration. Triggers on keywords Shelby Protocol, Shelby storage, decentralized storage, Aptos storage, blob storage, Shelby.","shelby-expert",{"claudeCode":268},"SKILL.md frontmatter at .claude/skills/aptos/shelby/skill.md",[585],{"path":377,"priority":313},{"basePath":587,"description":588,"displayName":589,"installMethods":590,"rationale":591,"selectedPaths":592,"source":319,"sourceLanguage":18,"type":378},".claude/skills/aptos/shelby/smart-contracts","Expert on Shelby Protocol smart contracts on Aptos blockchain. Helps with blob metadata, micropayment channels, auditing system, storage commitments, placement group assignments, Move modules, and on-chain state management. Triggers on keywords Shelby smart contract, Shelby Move, blob metadata, micropayment channel, Shelby auditing, placement group assignment, storage commitment, Aptos contract.","shelby-smart-contracts",{"claudeCode":268},"SKILL.md frontmatter at .claude/skills/aptos/shelby/smart-contracts/skill.md",[593],{"path":377,"priority":313},{"basePath":595,"description":596,"displayName":597,"installMethods":598,"rationale":599,"selectedPaths":600,"source":319,"sourceLanguage":18,"type":378},".claude/skills/aptos/shelby/storage-integration","Expert on integrating Shelby Protocol decentralized storage into applications. Helps with use case evaluation, architecture design, migration strategies, cost optimization, performance tuning for video streaming, AI training, data analytics, content delivery, and read-heavy workloads. Triggers on keywords integrate Shelby, decentralized storage integration, video streaming storage, AI training data, data analytics storage, migration to Shelby, storage architecture, content delivery, Shelby use case.","shelby-storage-integration",{"claudeCode":268},"SKILL.md frontmatter at .claude/skills/aptos/shelby/storage-integration/skill.md",[601],{"path":377,"priority":313},{"basePath":603,"description":604,"displayName":605,"installMethods":606,"rationale":607,"selectedPaths":608,"source":319,"sourceLanguage":18,"type":378},".claude/skills/aptos","Expert on Aptos blockchain, Move language, smart contracts, NFTs, DeFi, and Aptos development. Triggers on keywords aptos, move, blockchain, smart contract, nft, defi, web3, mainnet, testnet, devnet","aptos-expert",{"claudeCode":268},"SKILL.md frontmatter at .claude/skills/aptos/skill.md",[609],{"path":377,"priority":313},{"basePath":611,"description":612,"displayName":613,"installMethods":614,"rationale":615,"selectedPaths":616,"source":319,"sourceLanguage":18,"type":378},".claude/skills/aptos/token-standards","Expert on Aptos token standards including fungible tokens (Coin, Fungible Asset), non-fungible tokens (Digital Asset standard, Token V1/V2), collections, metadata, minting, burning, and transfer patterns. Triggers on keywords token, nft, fungible asset, coin, digital asset, collection, mint, burn, metadata, royalty","aptos-token-standards",{"claudeCode":268},"SKILL.md frontmatter at .claude/skills/aptos/token-standards/skill.md",[617],{"path":377,"priority":313},{"basePath":619,"description":620,"displayName":621,"installMethods":622,"rationale":623,"selectedPaths":624,"source":319,"sourceLanguage":18,"type":378},".claude/skills/expo/eas-build","Expert on EAS Build cloud service for building iOS and Android apps. Covers build configuration, credentials management, custom builds, CI/CD integration, and troubleshooting. Invoke when user mentions EAS Build, cloud builds, app compilation, build workflows, or iOS/Android binary creation.","expo-eas-build-expert",{"claudeCode":268},"SKILL.md frontmatter at .claude/skills/expo/eas-build/skill.md",[625],{"path":377,"priority":313},{"basePath":627,"description":628,"displayName":629,"installMethods":630,"rationale":631,"selectedPaths":632,"source":319,"sourceLanguage":18,"type":378},".claude/skills/expo/eas-update","Expert on EAS Update for over-the-air updates in Expo apps. Covers update deployment, rollouts, rollbacks, channels, branches, and runtime versions. Invoke when user mentions EAS Update, OTA updates, hot updates, update channels, or app updates without app store.","expo-eas-update-expert",{"claudeCode":268},"SKILL.md frontmatter at .claude/skills/expo/eas-update/skill.md",[633],{"path":377,"priority":313},{"basePath":635,"description":636,"displayName":637,"installMethods":638,"rationale":639,"selectedPaths":640,"source":319,"sourceLanguage":18,"type":378},".claude/skills/expo/expo-router","Expert on Expo Router for file-based routing in React Native apps. Covers navigation, layouts, dynamic routes, deep linking, and TypeScript integration. Invoke when user mentions Expo Router, file-based routing, navigation, app directory, or routing in Expo.","expo-router-expert",{"claudeCode":268},"SKILL.md frontmatter at .claude/skills/expo/expo-router/skill.md",[641],{"path":377,"priority":313},{"basePath":643,"description":644,"displayName":645,"installMethods":646,"rationale":647,"selectedPaths":648,"source":319,"sourceLanguage":18,"type":378},".claude/skills/helius","Helius Solana RPC and API expert. High-performance infrastructure for Solana including RPC nodes, DAS API for NFTs/tokens, LaserStream real-time streaming, webhooks, Priority Fee API, Enhanced Transactions, and ZK Compression. Triggers on Helius, Solana RPC, DAS API, Digital Asset Standard, NFT metadata, Solana webhooks, priority fees, LaserStream, ZK compression.","helius",{"claudeCode":268},"SKILL.md frontmatter at .claude/skills/helius/SKILL.md",[649],{"path":377,"priority":313},{"basePath":651,"description":652,"displayName":653,"installMethods":654,"rationale":655,"selectedPaths":656,"source":319,"sourceLanguage":18,"type":378},".claude/skills/ios","Expert on iOS development with Swift, UIKit, SwiftUI, Xcode, app architecture, platform features, and Apple ecosystem integration. Invoke when user mentions iOS, iPhone, iPad, Swift, SwiftUI, UIKit, Xcode, Apple development, or iOS-specific features.","ios-expert",{"claudeCode":268},"SKILL.md frontmatter at .claude/skills/ios/skill.md",[657],{"path":377,"priority":313},{"basePath":659,"description":660,"displayName":661,"installMethods":662,"rationale":663,"selectedPaths":664,"source":319,"sourceLanguage":18,"type":378},".claude/skills/plaid/accounts","Expert on Plaid accounts and account management. Covers account data retrieval, balance checking, account types, multi-account handling, and account webhooks. Invoke when user mentions Plaid accounts, account balance, account types, or account management.","plaid-accounts-expert",{"claudeCode":268},"SKILL.md frontmatter at .claude/skills/plaid/accounts/skill.md",[665],{"path":377,"priority":313},{"basePath":667,"description":668,"displayName":669,"installMethods":670,"rationale":671,"selectedPaths":672,"source":319,"sourceLanguage":18,"type":378},".claude/skills/plaid/auth","Expert on Plaid Auth product for bank account authentication and verification. Covers account and routing number retrieval, account ownership verification, balance checks, and integration patterns. Invoke when user mentions Plaid Auth, ACH verification, bank account verification, or routing numbers.","plaid-auth-expert",{"claudeCode":268},"SKILL.md frontmatter at .claude/skills/plaid/auth/skill.md",[673],{"path":377,"priority":313},{"basePath":675,"description":676,"displayName":677,"installMethods":678,"rationale":679,"selectedPaths":680,"source":319,"sourceLanguage":18,"type":378},".claude/skills/plaid/identity","Expert on Plaid Identity product for retrieving account holder information. Covers identity verification, KYC compliance, name/address retrieval, and fraud prevention. Invoke when user mentions Plaid Identity, account holder info, KYC, identity verification, or user information.","plaid-identity-expert",{"claudeCode":268},"SKILL.md frontmatter at .claude/skills/plaid/identity/skill.md",[681],{"path":377,"priority":313},{"basePath":683,"description":684,"displayName":685,"installMethods":686,"rationale":687,"selectedPaths":688,"source":319,"sourceLanguage":18,"type":378},".claude/skills/plaid/transactions","Expert on Plaid Transactions product for retrieving banking transactions. Covers transaction sync, categorization, webhooks, recurring transactions, and historical data retrieval. Invoke when user mentions Plaid Transactions, transaction history, bank transactions, or transaction categorization.","plaid-transactions-expert",{"claudeCode":268},"SKILL.md frontmatter at .claude/skills/plaid/transactions/skill.md",[689],{"path":377,"priority":313},{"basePath":691,"description":692,"displayName":693,"installMethods":694,"rationale":695,"selectedPaths":696,"source":319,"sourceLanguage":18,"type":378},".claude/skills/shopify","Comprehensive Shopify development expert with access to 24 official documentation files covering APIs (GraphQL Admin, Storefront, REST), app development, themes, Liquid, Hydrogen, checkout, extensions, webhooks, Functions, CLI, subscriptions, payments, and all platform features. Invoke when user mentions Shopify, e-commerce, online store, product management, orders, checkout, themes, or headless commerce.","shopify-expert",{"claudeCode":268},"SKILL.md frontmatter at .claude/skills/shopify/skill.md",[697],{"path":377,"priority":313},{"basePath":699,"description":700,"displayName":701,"installMethods":702,"rationale":703,"selectedPaths":704,"source":319,"sourceLanguage":18,"type":378},".claude/skills/whop","Comprehensive Whop platform expert with access to 212 official documentation files covering memberships, payments, products, courses, experiences, forums, webhooks, and app development. Invoke when user mentions Whop, digital products, memberships, course platforms, or community monetization.","whop-expert",{"claudeCode":268},"SKILL.md frontmatter at .claude/skills/whop/skill.md",[705],{"path":377,"priority":313},{"basePath":707,"description":708,"displayName":12,"installMethods":709,"rationale":710,"selectedPaths":711,"source":319,"sourceLanguage":18,"type":378},"skills/plaid","Plaid banking API expert for financial data integration. Covers Plaid Link, Auth (account/routing numbers), Transactions, Identity verification, Balance checking, and webhooks. Build fintech apps with bank connections, ACH transfers, and transaction history. Triggers on Plaid, banking API, Plaid Link, bank connection, ACH, financial data, transaction history.",{"claudeCode":268},"SKILL.md frontmatter at skills/plaid/SKILL.md",[712],{"path":377,"priority":313},{"basePath":714,"description":715,"displayName":716,"installMethods":717,"rationale":718,"selectedPaths":719,"source":319,"sourceLanguage":18,"type":378},"templates/.claude/skills/cleanup-all","Run all 8 cleanup skills in sequence: unused → cycles → dedupe → types → weak-types → defensive → legacy → slop. Each step verifies before the next runs; halts on first failure. Produces one consolidated report. Use when the user asks to clean up the whole codebase, run all cleanup skills, do a full code-quality pass, or sweep the repo. Example queries — \"clean up the whole codebase\", \"run a full code-quality pass\", \"sweep this repo\", \"do all the cleanups in order\".","cleanup-all",{"claudeCode":268},"SKILL.md frontmatter at templates/.claude/skills/cleanup-all/SKILL.md",[720],{"path":377,"priority":313},{"basePath":722,"description":723,"displayName":724,"installMethods":725,"rationale":726,"selectedPaths":727,"source":319,"sourceLanguage":18,"type":378},"templates/.claude/skills/cleanup-cycles","Detect and untangle circular dependencies. Runs madge/skott (TS), pycycle (Py), or compiler-only checks (Go/Rust). Auto-fixes leaf-extractable cycles; reports core cycles for human review. Use when the user asks to find circular imports, fix dependency cycles, or untangle module graph. Example queries — \"find circular imports\", \"fix dependency cycles\", \"untangle our module graph\", \"why is madge complaining\".","cleanup-cycles",{"claudeCode":268},"SKILL.md frontmatter at templates/.claude/skills/cleanup-cycles/SKILL.md",[728],{"path":377,"priority":313},{"basePath":730,"description":731,"displayName":732,"installMethods":733,"rationale":734,"selectedPaths":735,"source":319,"sourceLanguage":18,"type":378},"templates/.claude/skills/cleanup-dedupe","Detect duplicated code blocks and refactor to DRY where it reduces complexity. Runs jscpd (multi-language), filters by signal-to-noise, and auto-extracts only token-identical blocks ≥30 LOC. Use when the user asks to deduplicate, DRY up, find copy-paste, or consolidate repeated logic. Example queries — \"DRY this up\", \"find copy-paste in the codebase\", \"consolidate repeated logic\", \"where are the duplicated blocks\".","cleanup-dedupe",{"claudeCode":268},"SKILL.md frontmatter at templates/.claude/skills/cleanup-dedupe/SKILL.md",[736],{"path":377,"priority":313},{"basePath":738,"description":739,"displayName":740,"installMethods":741,"rationale":742,"selectedPaths":743,"source":319,"sourceLanguage":18,"type":378},"templates/.claude/skills/cleanup-defensive","Remove pointless try/catch blocks and defensive guards that hide errors or add no value. Preserves catches at true system boundaries (HTTP handlers, CLI entry, message consumers). Use when the user asks to remove try/catch, fix error hiding, clean up defensive code, or stop swallowing errors. Example queries — \"remove pointless try/catch\", \"we're swallowing errors\", \"stop hiding bugs in catch blocks\", \"clean up the defensive code\".","cleanup-defensive",{"claudeCode":268},"SKILL.md frontmatter at templates/.claude/skills/cleanup-defensive/SKILL.md",[744],{"path":377,"priority":313},{"basePath":746,"description":747,"displayName":748,"installMethods":749,"rationale":750,"selectedPaths":751,"source":319,"sourceLanguage":18,"type":378},"templates/.claude/skills/cleanup-legacy","Find and remove deprecated, legacy, and fallback code paths with zero callers. Verifies callers via repo grep + LSP before deletion. Removes unreachable fallback branches. Use when the user asks to remove deprecated code, clean up legacy paths, drop fallbacks, or simplify code branches. Example queries — \"remove the deprecated API\", \"drop the v1 fallback\", \"this code is marked legacy, kill it\", \"simplify these branches\".","cleanup-legacy",{"claudeCode":268},"SKILL.md frontmatter at templates/.claude/skills/cleanup-legacy/SKILL.md",[752],{"path":377,"priority":313},{"basePath":754,"description":755,"displayName":756,"installMethods":757,"rationale":758,"selectedPaths":759,"source":319,"sourceLanguage":18,"type":378},"templates/.claude/skills/cleanup-slop","Strip AI slop, narration comments, restated-code comments, in-motion notes, and stub markers. Preserves comments that explain WHY (workarounds, invariants, surprising behavior). Comment-only changes — never touches code logic. Use when the user asks to remove AI slop, clean up comments, strip narration, or remove unhelpful comments. Example queries — \"remove the AI slop\", \"strip the narration comments\", \"clean up unhelpful comments\", \"delete the comments that just restate the code\".","cleanup-slop",{"claudeCode":268},"SKILL.md frontmatter at templates/.claude/skills/cleanup-slop/SKILL.md",[760],{"path":377,"priority":313},{"basePath":762,"description":763,"displayName":764,"installMethods":765,"rationale":766,"selectedPaths":767,"source":319,"sourceLanguage":18,"type":378},"templates/.claude/skills/cleanup-types","Find duplicated or fragmented type/interface definitions across files and consolidate to a shared types module. TypeScript-first; also handles Python dataclasses/TypedDicts and Go structs. Use when the user asks to consolidate types, find duplicate interfaces, or organize type definitions. Example queries — \"consolidate our types\", \"find duplicate interfaces\", \"this same type is defined in three files\", \"organize the type definitions\".","cleanup-types",{"claudeCode":268},"SKILL.md frontmatter at templates/.claude/skills/cleanup-types/SKILL.md",[768],{"path":377,"priority":313},{"basePath":770,"description":771,"displayName":772,"installMethods":773,"rationale":774,"selectedPaths":775,"source":319,"sourceLanguage":18,"type":378},"templates/.claude/skills/cleanup-unused","Detect and delete unused code, exports, files, and dependencies. Runs knip/vulture/staticcheck/cargo-machete appropriate to the language, writes a critical assessment, and auto-applies HIGH-confidence deletions. Use when the user asks to remove dead code, find unused exports, clean up dependencies, or run dead-code analysis. Example queries — \"find dead code\", \"what's unused in this repo\", \"are there unused npm deps\", \"kill the cruft\".","cleanup-unused",{"claudeCode":268},"SKILL.md frontmatter at templates/.claude/skills/cleanup-unused/SKILL.md",[776],{"path":377,"priority":313},{"basePath":778,"description":779,"displayName":780,"installMethods":781,"rationale":782,"selectedPaths":783,"source":319,"sourceLanguage":18,"type":378},"templates/.claude/skills/cleanup-weak-types","Replace weak types (any, unknown, interface{}, untyped Python) with strong, inferable types. Researches actual usage to determine the correct type, runs typecheck after each change, reverts individual changes that fail. Use when the user asks to remove any/unknown, strengthen typing, fix weak types, or make code more type-safe. Example queries — \"remove all the `any` types\", \"strengthen our typing\", \"stop using unknown everywhere\", \"make this more type-safe\".","cleanup-weak-types",{"claudeCode":268},"SKILL.md frontmatter at templates/.claude/skills/cleanup-weak-types/SKILL.md",[784],{"path":377,"priority":313},{"basePath":271,"description":786,"displayName":787,"installMethods":788,"license":252,"rationale":789,"selectedPaths":790,"source":319,"sourceLanguage":18,"type":805},"Opinionated Claude Code skill pack for fintech and Anthropic power-users: deep skills for Stripe, Supabase, Plaid, Expo, and Claude Code meta-tooling, plus a TOON command wrapper for input-token savings.","create-claude-starter",{"npm":787},"cli ecosystem detected at /",[791,793,794,795,798,801,803],{"path":792,"priority":313},"package.json",{"path":315,"priority":313},{"path":317,"priority":318},{"path":796,"priority":797},"bin/cli.js","medium",{"path":799,"priority":800},"src/index.js","low",{"path":802,"priority":800},"src/commands/docs.js",{"path":804,"priority":800},"src/commands/init.js","cli",{"sources":807},[808],"manual",{"npmPackage":787},{"closedIssues90d":8,"description":811,"forks":245,"homepage":812,"license":252,"openIssues90d":247,"pushedAt":248,"readmeSize":243,"stars":222,"topics":813},"Advanced Claude Code framework: 40+ skills, meta-commands, TOON format (30-60% token savings), workflow automation & skill orchestration. npx create-claude-starter@latest","https://www.npmjs.com/package/create-claude-starter",[324,814,815,372,816,817,818,279,819,820,821],"claude","claude-ai","project-setup","starter-kit","ai-tools","llm","npx","productivity",{"downloads":250},{"classifiedAt":824,"discoverAt":825,"extractAt":826,"githubAt":826,"npmAt":827,"updatedAt":824},1778696052048,1778696045239,1778696047987,1778696050579,[226,227,225,228,12,229],{"evaluatedAt":255,"extractAt":295,"updatedAt":255},[],[832,851,882,920,949,967],{"_creationTime":833,"_id":834,"community":835,"display":836,"identity":839,"providers":840,"relations":847,"tags":848,"workflow":849},1778696052276.0083,"k170cta6kqabttjajwyc8chnpx86nv7g",{"reviewCount":8},{"description":331,"installMethods":837,"name":838,"sourceUrl":14},{"claudeCode":334},"Stripe Integration Plugin",{"basePath":330,"githubOwner":258,"githubRepo":259,"locale":18,"slug":334,"type":260},{"evaluate":841,"extract":846},{"promptVersionExtension":218,"promptVersionScoring":219,"score":842,"tags":843,"targetMarket":230,"tier":282},98,[334,228,844,845,225,226],"subscriptions","webhooks",{"commitSha":284,"license":252},{"parentExtensionId":263,"repoId":291},[226,225,228,334,844,845],{"evaluatedAt":850,"extractAt":295,"updatedAt":850},1778696107062,{"_creationTime":852,"_id":853,"community":854,"display":855,"identity":861,"providers":865,"relations":875,"tags":878,"workflow":879},1778699018122.7793,"k173cf7shdfp991zcby44t8z8x86naxp",{"reviewCount":8},{"description":856,"installMethods":857,"name":859,"sourceUrl":860},"Payment gateway integration with Stripe, PayPal, checkout flow implementation, subscription billing, and PCI compliance",{"claudeCode":858},"payment-processing","Payment Processing","https://github.com/wshobson/agents",{"basePath":862,"githubOwner":863,"githubRepo":864,"locale":18,"slug":858,"type":260},"plugins/payment-processing","wshobson","agents",{"evaluate":866,"extract":872},{"promptVersionExtension":218,"promptVersionScoring":219,"score":842,"tags":867,"targetMarket":230,"tier":282},[228,334,868,869,870,226,871],"paypal","billing","pci-compliance","subscription-management",{"commitSha":284,"license":252,"plugin":873},{"mcpCount":8,"provider":289,"skillCount":874},4,{"parentExtensionId":876,"repoId":877},"k17cywe30jfsfw3cdpncjfn8y186nvyw","kd74de64zj0axtg5b8t7eqqe2x86nske",[226,869,228,868,870,334,871],{"evaluatedAt":880,"extractAt":881,"updatedAt":880},1778699939925,1778699018122,{"_creationTime":883,"_id":884,"community":885,"display":886,"identity":892,"providers":898,"relations":911,"tags":915,"workflow":916},1778698924370.8386,"k178vdrbd2ze4y7rdeefzj4k9586m4fy",{"reviewCount":8},{"description":887,"installMethods":888,"name":890,"sourceUrl":891},"Domänenspezifische Technologieexperten – Blockchain, Fintech, Gaming, IoT, Zahlungen",{"claudeCode":889},"voltagent-domains","VoltAgent Domains","https://github.com/VoltAgent/awesome-claude-code-subagents",{"basePath":893,"githubOwner":894,"githubRepo":895,"locale":896,"slug":897,"type":260},"categories/07-specialized-domains","VoltAgent","awesome-claude-code-subagents","de","07-specialized-domains",{"evaluate":899,"extract":910},{"promptVersionExtension":218,"promptVersionScoring":219,"score":900,"tags":901,"targetMarket":230,"tier":231},79,[902,225,903,904,228,905,906,907,908,909],"blockchain","gaming","iot","api","mobile","embedded","seo","quant",{"commitSha":284,"license":252},{"parentExtensionId":912,"repoId":913,"translatedFrom":914},"k177jy83mgmpwtgzjm9qkv26mn86mmcm","kd7414ztrsh3tvh3e4bh6672qn86ne05","k17cccj3etnm395thyqj9pgmy586nq0x",[905,902,907,225,903,904,906,228,909,908],{"evaluatedAt":917,"extractAt":918,"updatedAt":919},1778698808254,1778698685518,1778698924370,{"_creationTime":921,"_id":922,"community":923,"display":924,"identity":929,"providers":933,"relations":942,"tags":945,"workflow":946},1778685949178.7742,"k17dgc5scd649szmm3x9evvv3h86mshy",{"reviewCount":8},{"description":925,"installMethods":926,"name":927,"sourceUrl":928},"Real-time statusline HUD for Claude Code - displays context usage, tool activity, agent tracking, and todo progress",{"claudeCode":927},"claude-hud","https://github.com/davepoon/buildwithclaude",{"basePath":930,"githubOwner":931,"githubRepo":932,"locale":18,"slug":927,"type":260},"plugins/claude-hud","davepoon","buildwithclaude",{"evaluate":934,"extract":941},{"promptVersionExtension":218,"promptVersionScoring":219,"score":935,"tags":936,"targetMarket":230,"tier":282},100,[937,938,939,229,940],"hud","monitoring","statusline","nodejs",{"commitSha":284,"license":252},{"parentExtensionId":943,"repoId":944},"k17dg0d5d8g0a5nhm59gm0tkwx86nbt4","kd719kw54vhmcscq7ckdp59fg586mnt6",[937,938,940,939,229],{"evaluatedAt":947,"extractAt":948,"updatedAt":947},1778686047407,1778685949178,{"_creationTime":950,"_id":951,"community":952,"display":953,"identity":955,"providers":956,"relations":963,"tags":964,"workflow":965},1778696052276.008,"k173c9f6h756g95dhcd0eb0g6n86n2jw",{"reviewCount":8},{"description":322,"installMethods":954,"name":280,"sourceUrl":14},{"claudeCode":324},{"basePath":321,"githubOwner":258,"githubRepo":259,"locale":18,"slug":324,"type":260},{"evaluate":957,"extract":962},{"promptVersionExtension":218,"promptVersionScoring":219,"score":958,"tags":959,"targetMarket":230,"tier":282},99,[225,324,279,805,960,961,905],"json","compression",{"commitSha":284},{"parentExtensionId":263,"repoId":291},[324,905,805,961,279,225,960],{"evaluatedAt":966,"extractAt":295,"updatedAt":966},1778696086128,{"_creationTime":968,"_id":969,"community":970,"display":971,"identity":973,"providers":974,"relations":981,"tags":982,"workflow":983},1778696052276.009,"k173asrr4647sge9mtcc2kp1v186ntbx",{"reviewCount":8},{"description":354,"installMethods":972,"name":355,"sourceUrl":14},{"claudeCode":357},{"basePath":353,"githubOwner":258,"githubRepo":259,"locale":18,"slug":357,"type":260},{"evaluate":975,"extract":980},{"promptVersionExtension":218,"promptVersionScoring":219,"score":976,"tags":977,"targetMarket":230,"tier":231},95,[357,978,225,805,979,279],"react-native","json-compression",{"commitSha":284},{"parentExtensionId":263,"repoId":291},[805,279,357,225,979,978],{"evaluatedAt":984,"extractAt":295,"updatedAt":984},1778696191995]