[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-plugin-raintree-technology-expo-de":3,"guides-for-raintree-technology-expo":830,"similar-k173asrr4647sge9mtcc2kp1v186ntbx-de":831},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":257,"isFallback":240,"parentExtension":262,"providers":297,"relations":301,"repo":302,"tags":828,"workflow":829},1778696052276.009,"k173asrr4647sge9mtcc2kp1v186ntbx",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Expo/React Native mobile development (EAS Build, Update, Router - 4 skills)",{"claudeCode":12},"expo","expo-mobile","https://github.com/raintree-technology/claude-starter",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":238,"workflow":255},1778696191995.8472,"kn7dkywxyv7jy99rv279g4127h86nmvw","en",{"checks":20,"evaluatedAt":207,"extensionSummary":208,"features":209,"nonGoals":214,"promptVersionExtension":219,"promptVersionScoring":220,"purpose":221,"rationale":222,"score":223,"summary":224,"tags":225,"targetMarket":231,"tier":232,"useCases":233},[21,26,29,32,36,39,43,48,51,54,58,63,66,70,73,76,79,82,85,88,92,96,100,104,108,111,114,117,122,125,128,131,134,137,140,144,148,152,155,159,162,165,168,171,174,177,180,183,186,189,193,196,199,203],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states that the extension pack is for Expo/React Native mobile development and specifically mentions EAS Build, Update, and Router, which addresses a concrete user problem for fintech developers and Anthropic power-users.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The extension provides six deep, handwritten skills for specific domains (Stripe, Supabase, Plaid, Expo, Anthropic, TOON) that offer more than just basic LLM capabilities, aiming to be better than existing solutions in those niches.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The extension pack covers key aspects of its stated use cases, such as full Expo ecosystem features and comprehensive fintech integrations, suggesting it is ready for real workflows.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The plugin consolidates skills within coherent domains (fintech, Expo, TOON, Anthropic tooling) and avoids bundling unrelated capabilities, aligning with the principle.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately and concisely reflects the contents of the extension pack, mentioning key features like EAS Build, Update, and Router.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skills described in the README (e.g., `stripe`, `expo`) appear to be specialized, implying they use narrow verb-noun actions rather than broad generalist commands.",{"category":44,"check":45,"severity":46,"summary":47},"Documentation","Configuration & parameter reference","info","While the README details some configuration aspects like `eas.json` and `app.json`, it does not explicitly document all parameters or precedence orders for configuration files, only providing examples.",{"category":33,"check":49,"severity":24,"summary":50},"Tool naming","The tool names mentioned (e.g., `stripe`, `expo`, `toon-formatter`) are descriptive and align with the domains covered.",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","The description implies that tools are focused on specific tasks within their domains, suggesting minimal and relevant I/O without unnecessary diagnostic dumps.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The extension is licensed under the MIT license, which is a permissive open-source license, as confirmed by the LICENSE file and npm shield.",{"category":59,"check":60,"severity":61,"summary":62},"Maintenance","Commit recency","warning","The last commit was on 2026-04-24, which is within the last 3 months, but the last update was 2026-05-13 (collectedAt). The pushedAt date is 2026-04-24 which is recent.",{"category":59,"check":64,"severity":24,"summary":65},"Dependency Management","The README mentions optional runtime dependencies for TOON commands and correctly advises adding them via npm, indicating good dependency management practices.",{"category":67,"check":68,"severity":24,"summary":69},"Security","Secret Management","The extension does not appear to handle secrets directly; it integrates with services like Stripe and Plaid which would manage their own secrets, and the README does not indicate any hardcoded secrets.",{"category":67,"check":71,"severity":24,"summary":72},"Injection","The extension appears to treat data as data and doesn't indicate runtime fetching or execution of external instructions, suggesting good injection prevention.",{"category":67,"check":74,"severity":24,"summary":75},"Transitive Supply-Chain Grenades","The extension bundles its dependencies and tools within the repository, and the TOON commands rely on a published npm package, preventing transitive supply-chain risks.",{"category":67,"check":77,"severity":24,"summary":78},"Sandbox Isolation","The extension focuses on providing skills and CLI wrappers; there's no indication of it attempting to manipulate files outside its designated scope or the user's project folder.",{"category":67,"check":80,"severity":24,"summary":81},"Sandbox escape primitives","No detached-process spawns or deny-retry loops were observed in the provided source snippets.",{"category":67,"check":83,"severity":24,"summary":84},"Data Exfiltration","The extension's purpose is to provide development tools and doesn't involve sending confidential data upstream; outbound calls are limited to documented dependencies.",{"category":67,"check":86,"severity":24,"summary":87},"Hidden Text Tricks","The bundled content and README appear to be free of hidden steering tricks, control characters, or malicious Unicode sequences.",{"category":89,"check":90,"severity":24,"summary":91},"Hooks","Opaque code execution","The TOON CLI wrapper is described as a 90-line readable Javascript file, avoiding obfuscation or runtime code fetching.",{"category":93,"check":94,"severity":24,"summary":95},"Portability","Structural Assumption","The README specifies project structure for TOON commands and mentions Node.js/Claude Code requirements, implying clear preconditions rather than implicit assumptions about user project layouts.",{"category":97,"check":98,"severity":46,"summary":99},"Trust","Issues Attention","There is 1 open issue from the last 90 days and 0 closed issues, indicating a new or actively managed project with minimal outstanding issues.",{"category":101,"check":102,"severity":24,"summary":103},"Versioning","Release Management","The extension uses npm versioning via the `create-claude-starter@latest` and a version shield in the README, indicating a clear versioning strategy.",{"category":105,"check":106,"severity":46,"summary":107},"Code Execution","Validation","The TOON commands likely use the underlying npm package for validation, but explicit validation schemas for CLI arguments are not detailed in the README.",{"category":67,"check":109,"severity":24,"summary":110},"Unguarded Destructive Operations","The extension's operations, like file writes for TOON conversion, appear to be constructive and not destructive, with no sensitive operations requiring guardrails.",{"category":105,"check":112,"severity":24,"summary":113},"Error Handling","The TOON CLI wrapper is described as a simple wrapper around an npm package, implying it would propagate errors from that package or exit non-zero, and the Expo skill structure suggests deliberate error handling.",{"category":105,"check":115,"severity":24,"summary":116},"Logging","The TOON command provides output about its actions (e.g., 'Wrote api-response.toon') and token savings, serving as a form of logging. The Expo skill details a structured response format.",{"category":118,"check":119,"severity":120,"summary":121},"Compliance","GDPR","not_applicable","The extension is a set of developer tools and does not operate on personal data.",{"category":118,"check":123,"severity":24,"summary":124},"Target market","The extension targets developers globally and does not have any regional or jurisdictional restrictions, thus `targetMarket` is 'global'.",{"category":93,"check":126,"severity":24,"summary":127},"Runtime stability","The requirements specify Node.js >= 18 and Claude Code >= 1.0, and the TOON commands use a cross-platform npm package, indicating good multi-platform stability.",{"category":44,"check":129,"severity":24,"summary":130},"README","The README is comprehensive, clearly states the extension's purpose, and details its features, installation, and usage.",{"category":33,"check":132,"severity":24,"summary":133},"Tool surface size","The extension bundles 6 main skills and 5 TOON commands, fitting within the target range of 3-10 tools.",{"category":40,"check":135,"severity":24,"summary":136},"Overlapping near-synonym tools","The TOON commands are distinct (`convert-to-toon`, `analyze-tokens`, `toon-encode`, etc.), and the skills cover specific domains without apparent near-synonym tool overlap.",{"category":44,"check":138,"severity":24,"summary":139},"Phantom features","All promised features, including the specific skills and TOON commands, are described and have corresponding implementations or dependencies mentioned.",{"category":141,"check":142,"severity":24,"summary":143},"Install","Installation instruction","The README provides clear installation instructions for both the starter pack and optional TOON dependencies, along with usage examples.",{"category":145,"check":146,"severity":24,"summary":147},"Errors","Actionable error messages","The TOON commands are wrappers for a well-established npm package, suggesting that error messages would be clear and actionable. The Expo skill structure also indicates a focus on structured responses and error handling.",{"category":149,"check":150,"severity":24,"summary":151},"Execution","Pinned dependencies","The README specifies Node.js version requirements, and the TOON commands depend on an npm package, implying good dependency management via package.json and lockfiles.",{"category":33,"check":153,"severity":120,"summary":154},"Dry-run preview","The extension's primary operations are code generation and analysis, not state-changing external operations requiring a dry-run.",{"category":156,"check":157,"severity":120,"summary":158},"Protocol","Idempotent retry & timeouts","The extension does not involve remote calls or state-changing operations that would require idempotency or timeouts.",{"category":118,"check":160,"severity":24,"summary":161},"Telemetry opt-in","There is no mention of telemetry in the extension's documentation or README, suggesting it does not emit telemetry by default.",{"category":40,"check":163,"severity":24,"summary":164},"Name collisions","The skills and commands have distinct names (e.g., `stripe`, `expo`, `toon-formatter`) and are clearly delineated, preventing name collisions within the bundle or with Claude Code built-ins.",{"category":40,"check":166,"severity":120,"summary":167},"Hooks-off mechanism","As this is a plugin that bundles skills and CLI commands, and not a Claude Code plugin with hooks, a hooks-off mechanism is not applicable.",{"category":40,"check":169,"severity":120,"summary":170},"Hook matcher tightness","The extension does not appear to use hooks, making this check not applicable.",{"category":67,"check":172,"severity":120,"summary":173},"Hook security","The extension does not appear to utilize hooks, therefore hook security is not applicable.",{"category":89,"check":175,"severity":120,"summary":176},"Silent prompt rewriting","The extension does not appear to use `UserPromptSubmit` hooks, making this check not applicable.",{"category":67,"check":178,"severity":120,"summary":179},"Permission Hook","The extension does not appear to utilize `PermissionRequest` hooks, making this check not applicable.",{"category":118,"check":181,"severity":120,"summary":182},"Hook privacy","The extension does not appear to use hooks for logging or telemetry, making this check not applicable.",{"category":105,"check":184,"severity":120,"summary":185},"Hook dependency","The extension does not appear to rely on external hook scripts, making this check not applicable.",{"category":44,"check":187,"severity":24,"summary":188},"Feature Transparency","The README clearly outlines the included skills and commands, providing transparency about the extension's capabilities.",{"category":190,"check":191,"severity":24,"summary":192},"Convention","Layout convention adherence","The README details the structure, including `.claude/skills/` and `.claude/commands/`, and the TOON CLI wrapper is in `.claude/utils/`, adhering to conventions.",{"category":190,"check":194,"severity":120,"summary":195},"Plugin state","This extension is not a Claude Code plugin in the sense of managing persistent state under `${CLAUDE_PLUGIN_DATA}`; it's a skill pack and CLI tool.",{"category":67,"check":197,"severity":120,"summary":198},"Keychain-stored secrets","The extension does not appear to manage secrets itself, relying on the underlying services to handle their own authentication, and thus doesn't require keychain integration.",{"category":200,"check":201,"severity":24,"summary":202},"Dependencies","Tagged release sourcing","The TOON commands depend on a published npm package (`@toon-format/toon`), and the skills are self-contained or rely on documented runtime requirements, adhering to safe sourcing practices.",{"category":204,"check":205,"severity":24,"summary":206},"Installation","Clean uninstall","The extension consists of skills and CLI commands that are either self-contained or rely on standard npm packages, implying they can be cleanly uninstalled without leaving background daemons or persistent services.",1778696191860,"This extension pack provides six deep, hand-maintained skills for Expo/React Native development (EAS Build, Update, Router) and fintech integrations (Stripe, Supabase, Plaid), alongside a CLI for the TOON JSON compression format. It includes practical patterns and usage guidance.",[210,211,212,213],"Expert Expo/React Native skills (EAS, Router)","Fintech integration skills (Stripe, Supabase, Plaid)","TOON JSON compression CLI","Concise and practical integration patterns",[215,216,217,218],"General-purpose AI orchestration or orchestration frameworks.","Aspirational YAML workflow engines.","Bundling niche skills outside core fintech or Expo domains.","Duplicating existing Claude Code quality or utility skills.","3.0.0","4.4.0","To provide expert-level, domain-specific skills for Expo/React Native and fintech development, significantly enhancing developer productivity and offering advanced tooling like JSON compression.","The extension is well-documented, covers specific domains with depth, and follows best practices. The only minor findings were related to explicit parameter documentation and commit recency, which are informational.",95,"A high-quality, domain-focused plugin pack for Expo/React Native and fintech development, with excellent documentation and clear use cases.",[12,226,227,228,229,230],"react-native","fintech","cli","json-compression","developer-tools","global","community",[234,235,236,237],"Developing Expo/React Native applications with advanced features.","Integrating financial services like Stripe, Supabase, and Plaid into applications.","Optimizing JSON token usage with the TOON compression format.","Leveraging pre-built, tested patterns for common fintech and mobile development tasks.",{"codeQuality":239,"collectedAt":241,"documentation":242,"maintenance":245,"popularity":250,"security":252,"testCoverage":254},{"hasLockfile":240},true,1778696174399,{"descriptionLength":243,"readmeSize":244},75,5530,{"closedIssues90d":8,"forks":246,"hasChangelog":247,"openIssues90d":248,"pushedAt":249,"stars":243},8,false,1,1777070715000,{"npmDownloads":251},43,{"hasNpmPackage":240,"license":253,"smitheryVerified":247},"MIT",{"hasCi":247,"hasTests":240},{"updatedAt":256},1778696191995,{"basePath":258,"githubOwner":259,"githubRepo":260,"locale":18,"slug":12,"type":261},"templates/.claude/skills/expo","raintree-technology","claude-starter","plugin",{"_creationTime":263,"_id":264,"community":265,"display":266,"identity":271,"parentExtension":274,"providers":275,"relations":291,"tags":293,"workflow":294},1778696052276.0078,"k17ab1tq0pfjcwj6czghvnwvzn86mye7",{"reviewCount":8},{"description":267,"installMethods":268,"name":270,"sourceUrl":14},"Complete collection of 40+ production-ready skills including Stripe, Supabase, Expo, Plaid, Aptos, and more. Plus meta-commands, orchestration, and workflows.",{"claudeCode":269},"raintree-technology/claude-starter","claude-starter-complete",{"basePath":272,"githubOwner":259,"githubRepo":260,"locale":18,"slug":260,"type":273},"","marketplace",null,{"evaluate":276,"extract":284},{"promptVersionExtension":277,"promptVersionScoring":220,"score":278,"tags":279,"targetMarket":231,"tier":283},"3.1.0",96,[227,230,280,281,282],"ai-skills","automation","api-integration","verified",{"commitSha":285,"marketplace":286,"plugin":289},"HEAD",{"name":270,"pluginCount":287,"version":288},6,"2.0.0",{"mcpCount":8,"provider":290,"skillCount":8},"classify",{"repoId":292},"kd78ywakatnz4sjfx781sy14vh86mtty",[280,282,281,230,227],{"evaluatedAt":295,"extractAt":296,"updatedAt":295},1778696069520,1778696052276,{"evaluate":298,"extract":300},{"promptVersionExtension":219,"promptVersionScoring":220,"score":223,"tags":299,"targetMarket":231,"tier":232},[12,226,227,228,229,230],{"commitSha":285},{"parentExtensionId":264,"repoId":292},{"_creationTime":303,"_id":292,"identity":304,"providers":305,"workflow":823},1778696045239.0098,{"githubOwner":259,"githubRepo":260,"sourceUrl":14},{"classify":306,"discover":806,"extract":809,"github":810,"npm":822},{"commitSha":285,"extensions":307},[308,321,330,339,348,357,362,370,380,388,396,404,412,420,428,436,444,452,460,467,475,483,491,499,507,515,523,531,539,547,555,563,571,579,587,595,603,611,619,627,635,643,651,659,667,675,683,691,699,707,714,722,730,738,746,754,762,770,778,786],{"basePath":272,"description":267,"displayName":270,"installMethods":309,"rationale":310,"selectedPaths":311,"source":320,"sourceLanguage":18,"type":273},{"claudeCode":269},"marketplace.json at .claude-plugin/marketplace.json",[312,315,317],{"path":313,"priority":314},".claude-plugin/marketplace.json","mandatory",{"path":316,"priority":314},"README.md",{"path":318,"priority":319},"LICENSE","high","rule",{"basePath":322,"description":323,"displayName":280,"installMethods":324,"rationale":326,"selectedPaths":327,"source":320,"sourceLanguage":18,"type":261},"templates/.claude/skills/anthropic","Claude Code expertise: skills, commands, hooks, MCP, settings (7 skills)",{"claudeCode":325},"anthropic","inline plugin source from marketplace.json at templates/.claude/skills/anthropic",[328],{"path":329,"priority":319},"skill.md",{"basePath":331,"description":332,"displayName":333,"installMethods":334,"rationale":336,"selectedPaths":337,"source":320,"sourceLanguage":18,"type":261},"templates/.claude/skills/stripe","Complete Stripe API integration (payments, subscriptions, webhooks)","stripe-payments",{"claudeCode":335},"stripe","inline plugin source from marketplace.json at templates/.claude/skills/stripe",[338],{"path":329,"priority":319},{"basePath":340,"description":341,"displayName":342,"installMethods":343,"rationale":345,"selectedPaths":346,"source":320,"sourceLanguage":18,"type":261},"templates/.claude/skills/supabase","Supabase backend (PostgreSQL, Auth, Storage, Edge Functions)","supabase-backend",{"claudeCode":344},"supabase","inline plugin source from marketplace.json at templates/.claude/skills/supabase",[347],{"path":329,"priority":319},{"basePath":349,"description":350,"displayName":351,"installMethods":352,"rationale":354,"selectedPaths":355,"source":320,"sourceLanguage":18,"type":261},"templates/.claude/skills/plaid","Plaid banking API (Auth, Transactions, Identity, Accounts - 5 skills)","plaid-banking",{"claudeCode":353},"plaid","inline plugin source from marketplace.json at templates/.claude/skills/plaid",[356],{"path":329,"priority":319},{"basePath":258,"description":10,"displayName":13,"installMethods":358,"rationale":359,"selectedPaths":360,"source":320,"sourceLanguage":18,"type":261},{"claudeCode":12},"inline plugin source from marketplace.json at templates/.claude/skills/expo",[361],{"path":329,"priority":319},{"basePath":363,"description":364,"displayName":365,"installMethods":366,"rationale":367,"selectedPaths":368,"source":320,"sourceLanguage":18,"type":261},"templates/.claude/skills/toon-formatter","TOON format for 30-60% token savings on tabular data","toon-formatter",{"claudeCode":365},"inline plugin source from marketplace.json at templates/.claude/skills/toon-formatter",[369],{"path":329,"priority":319},{"basePath":371,"description":372,"displayName":373,"installMethods":374,"rationale":375,"selectedPaths":376,"source":320,"sourceLanguage":18,"type":379},".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":269},"SKILL.md frontmatter at .agents/skills/anthropic/claude-code/skill.md",[377],{"path":378,"priority":314},"SKILL.md","skill",{"basePath":381,"description":382,"displayName":383,"installMethods":384,"rationale":385,"selectedPaths":386,"source":320,"sourceLanguage":18,"type":379},".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":269},"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)",[387],{"path":378,"priority":314},{"basePath":389,"description":390,"displayName":391,"installMethods":392,"rationale":393,"selectedPaths":394,"source":320,"sourceLanguage":18,"type":379},".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":269},"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)",[395],{"path":378,"priority":314},{"basePath":397,"description":398,"displayName":399,"installMethods":400,"rationale":401,"selectedPaths":402,"source":320,"sourceLanguage":18,"type":379},".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":269},"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)",[403],{"path":378,"priority":314},{"basePath":405,"description":406,"displayName":407,"installMethods":408,"rationale":409,"selectedPaths":410,"source":320,"sourceLanguage":18,"type":379},".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":269},"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)",[411],{"path":378,"priority":314},{"basePath":413,"description":414,"displayName":415,"installMethods":416,"rationale":417,"selectedPaths":418,"source":320,"sourceLanguage":18,"type":379},".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":269},"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)",[419],{"path":378,"priority":314},{"basePath":421,"description":422,"displayName":423,"installMethods":424,"rationale":425,"selectedPaths":426,"source":320,"sourceLanguage":18,"type":379},".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":269},"SKILL.md frontmatter at .claude/skills/anthropic/skill.md (coalesced with duplicate skill at .agents/skills/anthropic, templates/.claude/skills/anthropic)",[427],{"path":378,"priority":314},{"basePath":429,"description":430,"displayName":431,"installMethods":432,"rationale":433,"selectedPaths":434,"source":320,"sourceLanguage":18,"type":379},".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":269},"SKILL.md frontmatter at .claude/skills/expo/skill.md (coalesced with duplicate skill at .agents/skills/expo, templates/.claude/skills/expo)",[435],{"path":378,"priority":314},{"basePath":437,"description":438,"displayName":439,"installMethods":440,"rationale":441,"selectedPaths":442,"source":320,"sourceLanguage":18,"type":379},".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":269},"SKILL.md frontmatter at .claude/skills/plaid/skill.md (coalesced with duplicate skill at .agents/skills/plaid, templates/.claude/skills/plaid)",[443],{"path":378,"priority":314},{"basePath":445,"description":446,"displayName":447,"installMethods":448,"rationale":449,"selectedPaths":450,"source":320,"sourceLanguage":18,"type":379},".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":269},"SKILL.md frontmatter at .claude/skills/stripe/skill.md (coalesced with duplicate skill at .agents/skills/stripe, templates/.claude/skills/stripe)",[451],{"path":378,"priority":314},{"basePath":453,"description":454,"displayName":455,"installMethods":456,"rationale":457,"selectedPaths":458,"source":320,"sourceLanguage":18,"type":379},".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":269},"SKILL.md frontmatter at .claude/skills/supabase/skill.md (coalesced with duplicate skill at .agents/skills/supabase, templates/.claude/skills/supabase)",[459],{"path":378,"priority":314},{"basePath":461,"description":462,"displayName":365,"installMethods":463,"rationale":464,"selectedPaths":465,"source":320,"sourceLanguage":18,"type":379},".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":269},"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)",[466],{"path":378,"priority":314},{"basePath":468,"description":469,"displayName":470,"installMethods":471,"rationale":472,"selectedPaths":473,"source":320,"sourceLanguage":18,"type":379},".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":269},"SKILL.md frontmatter at .claude/skills/anthropic/claude-code/skill.md (coalesced with duplicate skill at templates/.claude/skills/anthropic/claude-code)",[474],{"path":378,"priority":314},{"basePath":476,"description":477,"displayName":478,"installMethods":479,"rationale":480,"selectedPaths":481,"source":320,"sourceLanguage":18,"type":379},".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":269},"SKILL.md frontmatter at .claude/skills/aptos/dapp-integration/skill.md",[482],{"path":378,"priority":314},{"basePath":484,"description":485,"displayName":486,"installMethods":487,"rationale":488,"selectedPaths":489,"source":320,"sourceLanguage":18,"type":379},".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":269},"SKILL.md frontmatter at .claude/skills/aptos/decibel/skill.md",[490],{"path":378,"priority":314},{"basePath":492,"description":493,"displayName":494,"installMethods":495,"rationale":496,"selectedPaths":497,"source":320,"sourceLanguage":18,"type":379},".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":269},"SKILL.md frontmatter at .claude/skills/aptos/framework/skill.md",[498],{"path":378,"priority":314},{"basePath":500,"description":501,"displayName":502,"installMethods":503,"rationale":504,"selectedPaths":505,"source":320,"sourceLanguage":18,"type":379},".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":269},"SKILL.md frontmatter at .claude/skills/aptos/gas-optimization/skill.md",[506],{"path":378,"priority":314},{"basePath":508,"description":509,"displayName":510,"installMethods":511,"rationale":512,"selectedPaths":513,"source":320,"sourceLanguage":18,"type":379},".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":269},"SKILL.md frontmatter at .claude/skills/aptos/move-language/skill.md",[514],{"path":378,"priority":314},{"basePath":516,"description":517,"displayName":518,"installMethods":519,"rationale":520,"selectedPaths":521,"source":320,"sourceLanguage":18,"type":379},".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":269},"SKILL.md frontmatter at .claude/skills/aptos/move-prover/SKILL.md",[522],{"path":378,"priority":314},{"basePath":524,"description":525,"displayName":526,"installMethods":527,"rationale":528,"selectedPaths":529,"source":320,"sourceLanguage":18,"type":379},".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":269},"SKILL.md frontmatter at .claude/skills/aptos/move-testing/skill.md",[530],{"path":378,"priority":314},{"basePath":532,"description":533,"displayName":534,"installMethods":535,"rationale":536,"selectedPaths":537,"source":320,"sourceLanguage":18,"type":379},".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":269},"SKILL.md frontmatter at .claude/skills/aptos/object-model/skill.md",[538],{"path":378,"priority":314},{"basePath":540,"description":541,"displayName":542,"installMethods":543,"rationale":544,"selectedPaths":545,"source":320,"sourceLanguage":18,"type":379},".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":269},"SKILL.md frontmatter at .claude/skills/aptos/shelby/cli-assistant/skill.md",[546],{"path":378,"priority":314},{"basePath":548,"description":549,"displayName":550,"installMethods":551,"rationale":552,"selectedPaths":553,"source":320,"sourceLanguage":18,"type":379},".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":269},"SKILL.md frontmatter at .claude/skills/aptos/shelby/dapp-builder/skill.md",[554],{"path":378,"priority":314},{"basePath":556,"description":557,"displayName":558,"installMethods":559,"rationale":560,"selectedPaths":561,"source":320,"sourceLanguage":18,"type":379},".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":269},"SKILL.md frontmatter at .claude/skills/aptos/shelby/network-rpc/skill.md",[562],{"path":378,"priority":314},{"basePath":564,"description":565,"displayName":566,"installMethods":567,"rationale":568,"selectedPaths":569,"source":320,"sourceLanguage":18,"type":379},".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":269},"SKILL.md frontmatter at .claude/skills/aptos/shelby/protocol-expert/skill.md",[570],{"path":378,"priority":314},{"basePath":572,"description":573,"displayName":574,"installMethods":575,"rationale":576,"selectedPaths":577,"source":320,"sourceLanguage":18,"type":379},".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":269},"SKILL.md frontmatter at .claude/skills/aptos/shelby/sdk-developer/skill.md",[578],{"path":378,"priority":314},{"basePath":580,"description":581,"displayName":582,"installMethods":583,"rationale":584,"selectedPaths":585,"source":320,"sourceLanguage":18,"type":379},".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":269},"SKILL.md frontmatter at .claude/skills/aptos/shelby/skill.md",[586],{"path":378,"priority":314},{"basePath":588,"description":589,"displayName":590,"installMethods":591,"rationale":592,"selectedPaths":593,"source":320,"sourceLanguage":18,"type":379},".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":269},"SKILL.md frontmatter at .claude/skills/aptos/shelby/smart-contracts/skill.md",[594],{"path":378,"priority":314},{"basePath":596,"description":597,"displayName":598,"installMethods":599,"rationale":600,"selectedPaths":601,"source":320,"sourceLanguage":18,"type":379},".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":269},"SKILL.md frontmatter at .claude/skills/aptos/shelby/storage-integration/skill.md",[602],{"path":378,"priority":314},{"basePath":604,"description":605,"displayName":606,"installMethods":607,"rationale":608,"selectedPaths":609,"source":320,"sourceLanguage":18,"type":379},".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":269},"SKILL.md frontmatter at .claude/skills/aptos/skill.md",[610],{"path":378,"priority":314},{"basePath":612,"description":613,"displayName":614,"installMethods":615,"rationale":616,"selectedPaths":617,"source":320,"sourceLanguage":18,"type":379},".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":269},"SKILL.md frontmatter at .claude/skills/aptos/token-standards/skill.md",[618],{"path":378,"priority":314},{"basePath":620,"description":621,"displayName":622,"installMethods":623,"rationale":624,"selectedPaths":625,"source":320,"sourceLanguage":18,"type":379},".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":269},"SKILL.md frontmatter at .claude/skills/expo/eas-build/skill.md",[626],{"path":378,"priority":314},{"basePath":628,"description":629,"displayName":630,"installMethods":631,"rationale":632,"selectedPaths":633,"source":320,"sourceLanguage":18,"type":379},".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":269},"SKILL.md frontmatter at .claude/skills/expo/eas-update/skill.md",[634],{"path":378,"priority":314},{"basePath":636,"description":637,"displayName":638,"installMethods":639,"rationale":640,"selectedPaths":641,"source":320,"sourceLanguage":18,"type":379},".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":269},"SKILL.md frontmatter at .claude/skills/expo/expo-router/skill.md",[642],{"path":378,"priority":314},{"basePath":644,"description":645,"displayName":646,"installMethods":647,"rationale":648,"selectedPaths":649,"source":320,"sourceLanguage":18,"type":379},".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":269},"SKILL.md frontmatter at .claude/skills/helius/SKILL.md",[650],{"path":378,"priority":314},{"basePath":652,"description":653,"displayName":654,"installMethods":655,"rationale":656,"selectedPaths":657,"source":320,"sourceLanguage":18,"type":379},".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":269},"SKILL.md frontmatter at .claude/skills/ios/skill.md",[658],{"path":378,"priority":314},{"basePath":660,"description":661,"displayName":662,"installMethods":663,"rationale":664,"selectedPaths":665,"source":320,"sourceLanguage":18,"type":379},".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":269},"SKILL.md frontmatter at .claude/skills/plaid/accounts/skill.md",[666],{"path":378,"priority":314},{"basePath":668,"description":669,"displayName":670,"installMethods":671,"rationale":672,"selectedPaths":673,"source":320,"sourceLanguage":18,"type":379},".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":269},"SKILL.md frontmatter at .claude/skills/plaid/auth/skill.md",[674],{"path":378,"priority":314},{"basePath":676,"description":677,"displayName":678,"installMethods":679,"rationale":680,"selectedPaths":681,"source":320,"sourceLanguage":18,"type":379},".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":269},"SKILL.md frontmatter at .claude/skills/plaid/identity/skill.md",[682],{"path":378,"priority":314},{"basePath":684,"description":685,"displayName":686,"installMethods":687,"rationale":688,"selectedPaths":689,"source":320,"sourceLanguage":18,"type":379},".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":269},"SKILL.md frontmatter at .claude/skills/plaid/transactions/skill.md",[690],{"path":378,"priority":314},{"basePath":692,"description":693,"displayName":694,"installMethods":695,"rationale":696,"selectedPaths":697,"source":320,"sourceLanguage":18,"type":379},".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":269},"SKILL.md frontmatter at .claude/skills/shopify/skill.md",[698],{"path":378,"priority":314},{"basePath":700,"description":701,"displayName":702,"installMethods":703,"rationale":704,"selectedPaths":705,"source":320,"sourceLanguage":18,"type":379},".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":269},"SKILL.md frontmatter at .claude/skills/whop/skill.md",[706],{"path":378,"priority":314},{"basePath":708,"description":709,"displayName":353,"installMethods":710,"rationale":711,"selectedPaths":712,"source":320,"sourceLanguage":18,"type":379},"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":269},"SKILL.md frontmatter at skills/plaid/SKILL.md",[713],{"path":378,"priority":314},{"basePath":715,"description":716,"displayName":717,"installMethods":718,"rationale":719,"selectedPaths":720,"source":320,"sourceLanguage":18,"type":379},"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":269},"SKILL.md frontmatter at templates/.claude/skills/cleanup-all/SKILL.md",[721],{"path":378,"priority":314},{"basePath":723,"description":724,"displayName":725,"installMethods":726,"rationale":727,"selectedPaths":728,"source":320,"sourceLanguage":18,"type":379},"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":269},"SKILL.md frontmatter at templates/.claude/skills/cleanup-cycles/SKILL.md",[729],{"path":378,"priority":314},{"basePath":731,"description":732,"displayName":733,"installMethods":734,"rationale":735,"selectedPaths":736,"source":320,"sourceLanguage":18,"type":379},"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":269},"SKILL.md frontmatter at templates/.claude/skills/cleanup-dedupe/SKILL.md",[737],{"path":378,"priority":314},{"basePath":739,"description":740,"displayName":741,"installMethods":742,"rationale":743,"selectedPaths":744,"source":320,"sourceLanguage":18,"type":379},"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":269},"SKILL.md frontmatter at templates/.claude/skills/cleanup-defensive/SKILL.md",[745],{"path":378,"priority":314},{"basePath":747,"description":748,"displayName":749,"installMethods":750,"rationale":751,"selectedPaths":752,"source":320,"sourceLanguage":18,"type":379},"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":269},"SKILL.md frontmatter at templates/.claude/skills/cleanup-legacy/SKILL.md",[753],{"path":378,"priority":314},{"basePath":755,"description":756,"displayName":757,"installMethods":758,"rationale":759,"selectedPaths":760,"source":320,"sourceLanguage":18,"type":379},"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":269},"SKILL.md frontmatter at templates/.claude/skills/cleanup-slop/SKILL.md",[761],{"path":378,"priority":314},{"basePath":763,"description":764,"displayName":765,"installMethods":766,"rationale":767,"selectedPaths":768,"source":320,"sourceLanguage":18,"type":379},"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":269},"SKILL.md frontmatter at templates/.claude/skills/cleanup-types/SKILL.md",[769],{"path":378,"priority":314},{"basePath":771,"description":772,"displayName":773,"installMethods":774,"rationale":775,"selectedPaths":776,"source":320,"sourceLanguage":18,"type":379},"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":269},"SKILL.md frontmatter at templates/.claude/skills/cleanup-unused/SKILL.md",[777],{"path":378,"priority":314},{"basePath":779,"description":780,"displayName":781,"installMethods":782,"rationale":783,"selectedPaths":784,"source":320,"sourceLanguage":18,"type":379},"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":269},"SKILL.md frontmatter at templates/.claude/skills/cleanup-weak-types/SKILL.md",[785],{"path":378,"priority":314},{"basePath":272,"description":787,"displayName":788,"installMethods":789,"license":253,"rationale":790,"selectedPaths":791,"source":320,"sourceLanguage":18,"type":228},"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":788},"cli ecosystem detected at /",[792,794,795,796,799,802,804],{"path":793,"priority":314},"package.json",{"path":316,"priority":314},{"path":318,"priority":319},{"path":797,"priority":798},"bin/cli.js","medium",{"path":800,"priority":801},"src/index.js","low",{"path":803,"priority":801},"src/commands/docs.js",{"path":805,"priority":801},"src/commands/init.js",{"sources":807},[808],"manual",{"npmPackage":788},{"closedIssues90d":8,"description":811,"forks":246,"homepage":812,"license":253,"openIssues90d":248,"pushedAt":249,"readmeSize":244,"stars":243,"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",[325,814,815,373,816,817,818,230,819,820,821],"claude","claude-ai","project-setup","starter-kit","ai-tools","llm","npx","productivity",{"downloads":251},{"classifiedAt":824,"discoverAt":825,"extractAt":826,"githubAt":826,"npmAt":827,"updatedAt":824},1778696052048,1778696045239,1778696047987,1778696050579,[228,230,12,227,229,226],{"evaluatedAt":256,"extractAt":296,"updatedAt":256},[],[832,864,890,921,940,959],{"_creationTime":833,"_id":834,"community":835,"display":836,"identity":841,"providers":845,"relations":857,"tags":860,"workflow":861},1778699018122.767,"k17adsyhjmtqhwv08wedqxgmm186myve",{"reviewCount":8},{"description":837,"installMethods":838,"name":839,"sourceUrl":840},"Frontend UI development and mobile application implementation across platforms",{"claudeCode":839},"frontend-mobile-development","https://github.com/wshobson/agents",{"basePath":842,"githubOwner":843,"githubRepo":844,"locale":18,"slug":839,"type":261},"plugins/frontend-mobile-development","wshobson","agents",{"evaluate":846,"extract":854},{"promptVersionExtension":219,"promptVersionScoring":220,"score":847,"tags":848,"targetMarket":231,"tier":283},98,[849,850,851,852,226,12,853],"frontend","mobile","react","nextjs","ui-development",{"commitSha":285,"license":253,"plugin":855},{"mcpCount":8,"provider":290,"skillCount":856},4,{"parentExtensionId":858,"repoId":859},"k17cywe30jfsfw3cdpncjfn8y186nvyw","kd74de64zj0axtg5b8t7eqqe2x86nske",[12,849,850,852,851,226,853],{"evaluatedAt":862,"extractAt":863,"updatedAt":862},1778699137541,1778699018122,{"_creationTime":865,"_id":866,"community":867,"display":868,"identity":873,"providers":877,"relations":884,"tags":886,"workflow":887},1778685949178.79,"k170d87qj9528261j7y5jfr0x586m519",{"reviewCount":8},{"description":869,"installMethods":870,"name":871,"sourceUrl":872},"Complete AI coding agent harness for React Native and Expo development — 8 agents, 16 commands, 8 skills, 10 MCP integrations",{"claudeCode":871},"erne-universal","https://github.com/davepoon/buildwithclaude",{"basePath":874,"githubOwner":875,"githubRepo":876,"locale":18,"slug":871,"type":261},"plugins/erne-universal","davepoon","buildwithclaude",{"evaluate":878,"extract":883},{"promptVersionExtension":219,"promptVersionScoring":220,"score":278,"tags":879,"targetMarket":231,"tier":283},[226,12,880,881,882],"ai-agents","mobile-development","typescript",{"commitSha":285,"license":253},{"repoId":885},"kd719kw54vhmcscq7ckdp59fg586mnt6",[880,12,881,226,882],{"evaluatedAt":888,"extractAt":889,"updatedAt":888},1778687563663,1778685949178,{"_creationTime":891,"_id":892,"community":893,"display":894,"identity":899,"providers":904,"relations":912,"tags":916,"workflow":917},1778698425464.3115,"k17a9y822as9hqmk8ts9d8ck8d86m4a8",{"reviewCount":8},{"description":895,"installMethods":896,"name":897,"sourceUrl":898},"Upstash Context7 MCP-Server für die Abfrage aktueller Dokumentationen. Ruft versionsspezifische Dokumentationen und Codebeispiele direkt aus Quell-Repositories in den LLM-Kontext.",{"claudeCode":897},"context7-plugin","https://github.com/upstash/context7",{"basePath":900,"githubOwner":901,"githubRepo":902,"locale":903,"slug":902,"type":261},"plugins/claude/context7","upstash","context7","de",{"evaluate":905,"extract":911},{"promptVersionExtension":219,"promptVersionScoring":220,"score":906,"tags":907,"targetMarket":231,"tier":283},100,[908,230,909,910],"documentation","code-examples","mcp-server",{"commitSha":285},{"parentExtensionId":913,"repoId":914,"translatedFrom":915},"k17c6qmv4dnjycsp8aa4wyfbgh86n3jd","kd7955sg5wbf89gw527wdep66n86na9w","k17f8b1e3611rh6d9e6peh43b186m55k",[909,230,908,910],{"evaluatedAt":918,"extractAt":919,"updatedAt":920},1778698268645,1778698235845,1778698425464,{"_creationTime":922,"_id":923,"community":924,"display":925,"identity":927,"providers":928,"relations":936,"tags":937,"workflow":938},1778696052276.008,"k173c9f6h756g95dhcd0eb0g6n86n2jw",{"reviewCount":8},{"description":323,"installMethods":926,"name":280,"sourceUrl":14},{"claudeCode":325},{"basePath":322,"githubOwner":259,"githubRepo":260,"locale":18,"slug":325,"type":261},{"evaluate":929,"extract":935},{"promptVersionExtension":219,"promptVersionScoring":220,"score":930,"tags":931,"targetMarket":231,"tier":283},99,[227,325,230,228,932,933,934],"json","compression","api",{"commitSha":285},{"parentExtensionId":264,"repoId":292},[325,934,228,933,230,227,932],{"evaluatedAt":939,"extractAt":296,"updatedAt":939},1778696086128,{"_creationTime":941,"_id":942,"community":943,"display":944,"identity":947,"providers":948,"relations":955,"tags":956,"workflow":957},1778696052276.0083,"k170cta6kqabttjajwyc8chnpx86nv7g",{"reviewCount":8},{"description":332,"installMethods":945,"name":946,"sourceUrl":14},{"claudeCode":335},"Stripe Integration Plugin",{"basePath":331,"githubOwner":259,"githubRepo":260,"locale":18,"slug":335,"type":261},{"evaluate":949,"extract":954},{"promptVersionExtension":219,"promptVersionScoring":220,"score":847,"tags":950,"targetMarket":231,"tier":283},[335,951,952,953,227,282],"payments","subscriptions","webhooks",{"commitSha":285,"license":253},{"parentExtensionId":264,"repoId":292},[282,227,951,335,952,953],{"evaluatedAt":958,"extractAt":296,"updatedAt":958},1778696107062,{"_creationTime":960,"_id":961,"community":962,"display":963,"identity":965,"providers":966,"relations":974,"tags":975,"workflow":976},1778696052276.0085,"k17dz8sddx74t1912c2nvjcjr986m49m",{"reviewCount":8},{"description":341,"installMethods":964,"name":342,"sourceUrl":14},{"claudeCode":344},{"basePath":340,"githubOwner":259,"githubRepo":260,"locale":18,"slug":344,"type":261},{"evaluate":967,"extract":973},{"promptVersionExtension":219,"promptVersionScoring":220,"score":223,"tags":968,"targetMarket":231,"tier":283},[344,227,969,970,971,972,230],"postgresql","auth","storage","edge-functions",{"commitSha":285},{"parentExtensionId":264,"repoId":292},[970,230,972,227,969,971,344],{"evaluatedAt":977,"extractAt":296,"updatedAt":977},1778696132822]