[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-raintree-technology-cleanup-cycles-en":3,"guides-for-raintree-technology-cleanup-cycles":800,"similar-k17bgxxgryq8edg32egypsvqtn86m1h7-en":801},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":250,"isFallback":239,"parentExtension":255,"providers":256,"relations":261,"repo":263,"tags":797,"workflow":798},1778696052276.0203,"k17bgxxgryq8edg32egypsvqtn86m1h7",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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\".",{"claudeCode":12},"raintree-technology/claude-starter","cleanup-cycles","https://github.com/raintree-technology/claude-starter",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":230,"workflow":248},1778696977114.8914,"kn75g2bed7h2r9vaccdxxbnfen86naq8","en",{"checks":20,"evaluatedAt":195,"extensionSummary":196,"features":197,"nonGoals":203,"promptVersionExtension":208,"promptVersionScoring":209,"purpose":210,"rationale":211,"score":212,"summary":213,"tags":214,"targetMarket":223,"tier":224,"useCases":225},[21,26,29,32,36,39,43,47,50,53,57,61,64,68,71,74,77,80,83,86,90,94,98,102,106,109,112,115,119,122,125,128,131,134,137,141,145,149,152,157,160,163,166,169,173,176,179,182,185,188,192],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly identifies the problem of circular dependencies and specifies when the skill should be used (finding/fixing cycles) and when not (complex architectural issues).",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill automates detection and auto-fixing of specific types of dependency cycles, offering significant value over manual review or basic LLM analysis.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill covers the full lifecycle from detection to auto-fixing and reporting, and it handles multiple languages and tooling, making it production-ready.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill has a clear focus on detecting and untangling circular dependencies across various languages and tools.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description accurately reflects the skill's capabilities, including the tools it uses, its auto-fixing logic, and its reporting mechanism.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill uses specific, narrow tools like `madge`, `pycycle`, `go build`, and `cargo build` for detection, and relies on `bunx` or `npx` for execution, avoiding a single generalist command.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The SKILL.md details language detection, Git state checks, report directory creation, and existing script checks, providing sufficient context for usage.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The skill name 'cleanup-cycles' is descriptive and aligned with its function. The underlying tools called are standard and well-named.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The skill's input is a simple optional path/glob, and its output is a report file and console messages, which are appropriate for the task.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed under the MIT license, which is a permissive open-source license.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The last commit was on 2026-04-24, which is within the last 3 months.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The skill uses standard package managers (bun, npm, pipx, cargo) and declares dependencies indirectly through the runtime environment, which is appropriate for this type of skill. The README also specifies runtime requirements.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","The skill does not appear to handle or expose any secrets.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The skill executes standard command-line tools and does not appear to load or execute arbitrary third-party code or data as instructions.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The skill executes local tools and does not fetch remote code or data at runtime, thus avoiding transitive supply-chain risks.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","The skill operates by running commands within the project's context and writing reports to a designated directory, not affecting files outside the project scope.",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","No detached processes or retry loops around denied calls were observed.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The skill focuses on code analysis and does not perform any outbound calls to submit confidential data.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","The bundled content and descriptions are free of hidden-steering tricks.",{"category":87,"check":88,"severity":24,"summary":89},"Hooks","Opaque code execution","The scripts used by the skill are standard shell commands and are not obfuscated.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The skill handles paths and globs as input and respects the project structure, not making rigid assumptions about file layouts beyond what is declared.",{"category":95,"check":96,"severity":24,"summary":97},"Trust","Issues Attention","There are 1 open issue and 0 closed issues in the last 90 days, indicating active maintenance and a healthy signal.",{"category":99,"check":100,"severity":24,"summary":101},"Versioning","Release Management","The `README.md` includes an npm version badge, indicating versioning is managed.",{"category":103,"check":104,"severity":24,"summary":105},"Code Execution","Validation","Input arguments are handled as paths/globs and command-line arguments for standard tools, which are generally validated by the tools themselves. The skill logic itself appears robust.",{"category":65,"check":107,"severity":24,"summary":108},"Unguarded Destructive Operations","The skill's auto-fix operation is guarded by checks for a clean git tree and is only applied to high-confidence cycles, with a clear rollback path documented.",{"category":103,"check":110,"severity":24,"summary":111},"Error Handling","The SKILL.md outlines clear steps for handling errors, including checking Git state, reporting cycles, and having a verification step with a documented revert procedure.",{"category":103,"check":113,"severity":24,"summary":114},"Logging","The skill generates a report file and console output for assessment and verification, providing a clear audit trail.",{"category":116,"check":117,"severity":24,"summary":118},"Compliance","GDPR","The skill operates on code and project structure, not personal data.",{"category":116,"check":120,"severity":24,"summary":121},"Target market","The skill operates on code dependencies and is globally applicable.",{"category":91,"check":123,"severity":24,"summary":124},"Runtime stability","The skill uses standard command-line tools and multiple package managers, with clear runtime requirements stated, ensuring broad compatibility.",{"category":44,"check":126,"severity":24,"summary":127},"README","The README provides a good overview of the skill pack, its contents, installation, and usage.",{"category":33,"check":129,"severity":24,"summary":130},"Tool surface size","This is a single skill, not a pack of many tools, making its surface size minimal and focused.",{"category":40,"check":132,"severity":24,"summary":133},"Overlapping near-synonym tools","The skill itself is singular; it calls well-defined external tools that do not overlap in function.",{"category":44,"check":135,"severity":24,"summary":136},"Phantom features","All advertised features and capabilities are implemented and described in the SKILL.md and README.",{"category":138,"check":139,"severity":24,"summary":140},"Install","Installation instruction","The README provides clear installation instructions for the skill pack and runtime dependencies for TOON commands.",{"category":142,"check":143,"severity":24,"summary":144},"Errors","Actionable error messages","The SKILL.md details specific failure modes (dirty tree, compile errors) and recovery steps (report, revert).",{"category":146,"check":147,"severity":24,"summary":148},"Execution","Pinned dependencies","The SKILL.md specifies runtime requirements and refers to standard package managers, implying pinned dependencies are managed by the user's project setup.",{"category":33,"check":150,"severity":24,"summary":151},"Dry-run preview","The skill performs a 'preflight' check on Git state and only auto-applies fixes after assessment, effectively acting as a guided dry-run for its core function.",{"category":153,"check":154,"severity":155,"summary":156},"Protocol","Idempotent retry & timeouts","not_applicable","The skill operates locally on project files and does not involve remote calls or state-changing operations that would require specific idempotency or timeout handling.",{"category":116,"check":158,"severity":24,"summary":159},"Telemetry opt-in","The skill does not emit any telemetry.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The description and SKILL.md clearly define the artifact (dependency graph), the user intent (find/fix cycles), and provide trigger phrases and explicit boundaries.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter is concise, self-contained, and accurately summarizes the core capability and trigger phrases.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md is well-structured and delegates deeper material to commands and utilities, keeping the main skill concise.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md outlines the workflow and details for different languages, with explicit instructions for running commands and reporting, which is a form of progressive disclosure.",{"category":170,"check":174,"severity":155,"summary":175},"Forked exploration","The skill is not an exploratory or audit-style skill that would require context forking.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The SKILL.md provides clear examples of commands and expected outcomes for different languages and scenarios, and the README demonstrates usage.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The SKILL.md documents failure modes like dirty Git trees, non-auto-fixable cycles, and verification failures, along with recovery steps.",{"category":103,"check":183,"severity":24,"summary":184},"Tool Fallback","The skill uses standard CLIs and package managers, which are assumed to be available or installable by the user, functioning as a fallback mechanism.",{"category":91,"check":186,"severity":24,"summary":187},"Stack assumptions","The SKILL.md clearly states its stack assumptions, including Node.js version, Claude Code, and package managers for each language.",{"category":189,"check":190,"severity":24,"summary":191},"Safety","Halt on unexpected state","The skill explicitly checks for a clean Git tree before applying changes and provides a revert procedure, ensuring it halts on unexpected pre-state.",{"category":91,"check":193,"severity":24,"summary":194},"Cross-skill coupling","This skill is self-contained and focuses solely on dependency cycle detection and resolution, without relying on or implicitly coupling with other skills.",1778696976878,"This skill automates the detection of circular dependencies in TypeScript/JavaScript, Python, Go, and Rust projects using tools like Madge, Skott, and Pycycle. It can auto-fix simple cycles by extracting leaf modules and reports more complex cycles for manual architectural review.",[198,199,200,201,202],"Detects circular dependencies in TS/JS, Python, Go, and Rust.","Auto-fixes leaf-extractable cycles by moving code to new modules.","Reports core cycles requiring architectural decisions.","Integrates with existing project tooling (e.g., package.json scripts).","Generates assessment reports for human review.",[204,205,206,207],"Auto-fixing complex architectural cycles requiring significant refactoring.","Resolving cycles that are intentional (e.g., ORM, component references).","Suppressing cycle warnings in tooling configuration.","Replacing manual architectural review for core module cycles.","3.0.0","4.4.0","To help developers untangle complex module graphs by automatically identifying and fixing or reporting circular dependencies, thereby improving code maintainability and reducing build-time issues.","All checks passed or were not applicable, indicating a high-quality, well-documented, and production-ready skill.",100,"A high-quality skill for detecting and resolving circular dependencies across multiple programming languages.",[215,216,217,218,219,220,221,222],"code-quality","dependencies","javascript","python","typescript","go","rust","refactoring","global","verified",[226,227,228,229],"When asking to find circular imports in a project.","When needing to fix dependency cycles automatically.","When needing to untangle a complex module graph.","When tooling reports issues with circular dependencies.",{"codeQuality":231,"collectedAt":233,"documentation":234,"maintenance":237,"popularity":243,"security":245,"testCoverage":247},{"hasLockfile":232},true,1778696959671,{"descriptionLength":235,"readmeSize":236},411,5530,{"closedIssues90d":8,"forks":238,"hasChangelog":239,"openIssues90d":240,"pushedAt":241,"stars":242},8,false,1,1777070715000,75,{"npmDownloads":244},43,{"hasNpmPackage":232,"license":246,"smitheryVerified":239},"MIT",{"hasCi":239,"hasTests":232},{"updatedAt":249},1778696977114,{"basePath":251,"githubOwner":252,"githubRepo":253,"locale":18,"slug":13,"type":254},"templates/.claude/skills/cleanup-cycles","raintree-technology","claude-starter","skill",null,{"evaluate":257,"extract":259},{"promptVersionExtension":208,"promptVersionScoring":209,"score":212,"tags":258,"targetMarket":223,"tier":224},[215,216,217,218,219,220,221,222],{"commitSha":260},"HEAD",{"repoId":262},"kd78ywakatnz4sjfx781sy14vh86mtty",{"_creationTime":264,"_id":262,"identity":265,"providers":266,"workflow":792},1778696045239.0098,{"githubOwner":252,"githubRepo":253,"sourceUrl":14},{"classify":267,"discover":774,"extract":777,"github":778,"npm":791},{"commitSha":260,"extensions":268},[269,286,297,306,315,324,333,341,350,358,366,374,382,390,398,406,414,422,430,437,445,453,461,469,477,485,493,501,509,517,525,533,541,549,557,565,573,581,589,597,605,613,621,629,637,645,653,661,669,677,684,692,697,705,713,721,729,737,745,753],{"basePath":270,"description":271,"displayName":272,"installMethods":273,"rationale":274,"selectedPaths":275,"source":284,"sourceLanguage":18,"type":285},"","Complete collection of 40+ production-ready skills including Stripe, Supabase, Expo, Plaid, Aptos, and more. Plus meta-commands, orchestration, and workflows.","claude-starter-complete",{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[276,279,281],{"path":277,"priority":278},".claude-plugin/marketplace.json","mandatory",{"path":280,"priority":278},"README.md",{"path":282,"priority":283},"LICENSE","high","rule","marketplace",{"basePath":287,"description":288,"displayName":289,"installMethods":290,"rationale":292,"selectedPaths":293,"source":284,"sourceLanguage":18,"type":296},"templates/.claude/skills/anthropic","Claude Code expertise: skills, commands, hooks, MCP, settings (7 skills)","ai-skills",{"claudeCode":291},"anthropic","inline plugin source from marketplace.json at templates/.claude/skills/anthropic",[294],{"path":295,"priority":283},"skill.md","plugin",{"basePath":298,"description":299,"displayName":300,"installMethods":301,"rationale":303,"selectedPaths":304,"source":284,"sourceLanguage":18,"type":296},"templates/.claude/skills/stripe","Complete Stripe API integration (payments, subscriptions, webhooks)","stripe-payments",{"claudeCode":302},"stripe","inline plugin source from marketplace.json at templates/.claude/skills/stripe",[305],{"path":295,"priority":283},{"basePath":307,"description":308,"displayName":309,"installMethods":310,"rationale":312,"selectedPaths":313,"source":284,"sourceLanguage":18,"type":296},"templates/.claude/skills/supabase","Supabase backend (PostgreSQL, Auth, Storage, Edge Functions)","supabase-backend",{"claudeCode":311},"supabase","inline plugin source from marketplace.json at templates/.claude/skills/supabase",[314],{"path":295,"priority":283},{"basePath":316,"description":317,"displayName":318,"installMethods":319,"rationale":321,"selectedPaths":322,"source":284,"sourceLanguage":18,"type":296},"templates/.claude/skills/plaid","Plaid banking API (Auth, Transactions, Identity, Accounts - 5 skills)","plaid-banking",{"claudeCode":320},"plaid","inline plugin source from marketplace.json at templates/.claude/skills/plaid",[323],{"path":295,"priority":283},{"basePath":325,"description":326,"displayName":327,"installMethods":328,"rationale":330,"selectedPaths":331,"source":284,"sourceLanguage":18,"type":296},"templates/.claude/skills/expo","Expo/React Native mobile development (EAS Build, Update, Router - 4 skills)","expo-mobile",{"claudeCode":329},"expo","inline plugin source from marketplace.json at templates/.claude/skills/expo",[332],{"path":295,"priority":283},{"basePath":334,"description":335,"displayName":336,"installMethods":337,"rationale":338,"selectedPaths":339,"source":284,"sourceLanguage":18,"type":296},"templates/.claude/skills/toon-formatter","TOON format for 30-60% token savings on tabular data","toon-formatter",{"claudeCode":336},"inline plugin source from marketplace.json at templates/.claude/skills/toon-formatter",[340],{"path":295,"priority":283},{"basePath":342,"description":343,"displayName":344,"installMethods":345,"rationale":346,"selectedPaths":347,"source":284,"sourceLanguage":18,"type":254},".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":12},"SKILL.md frontmatter at .agents/skills/anthropic/claude-code/skill.md",[348],{"path":349,"priority":278},"SKILL.md",{"basePath":351,"description":352,"displayName":353,"installMethods":354,"rationale":355,"selectedPaths":356,"source":284,"sourceLanguage":18,"type":254},".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":12},"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)",[357],{"path":349,"priority":278},{"basePath":359,"description":360,"displayName":361,"installMethods":362,"rationale":363,"selectedPaths":364,"source":284,"sourceLanguage":18,"type":254},".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":12},"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)",[365],{"path":349,"priority":278},{"basePath":367,"description":368,"displayName":369,"installMethods":370,"rationale":371,"selectedPaths":372,"source":284,"sourceLanguage":18,"type":254},".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":12},"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)",[373],{"path":349,"priority":278},{"basePath":375,"description":376,"displayName":377,"installMethods":378,"rationale":379,"selectedPaths":380,"source":284,"sourceLanguage":18,"type":254},".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":12},"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)",[381],{"path":349,"priority":278},{"basePath":383,"description":384,"displayName":385,"installMethods":386,"rationale":387,"selectedPaths":388,"source":284,"sourceLanguage":18,"type":254},".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":12},"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)",[389],{"path":349,"priority":278},{"basePath":391,"description":392,"displayName":393,"installMethods":394,"rationale":395,"selectedPaths":396,"source":284,"sourceLanguage":18,"type":254},".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":12},"SKILL.md frontmatter at .claude/skills/anthropic/skill.md (coalesced with duplicate skill at .agents/skills/anthropic, templates/.claude/skills/anthropic)",[397],{"path":349,"priority":278},{"basePath":399,"description":400,"displayName":401,"installMethods":402,"rationale":403,"selectedPaths":404,"source":284,"sourceLanguage":18,"type":254},".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":12},"SKILL.md frontmatter at .claude/skills/expo/skill.md (coalesced with duplicate skill at .agents/skills/expo, templates/.claude/skills/expo)",[405],{"path":349,"priority":278},{"basePath":407,"description":408,"displayName":409,"installMethods":410,"rationale":411,"selectedPaths":412,"source":284,"sourceLanguage":18,"type":254},".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":12},"SKILL.md frontmatter at .claude/skills/plaid/skill.md (coalesced with duplicate skill at .agents/skills/plaid, templates/.claude/skills/plaid)",[413],{"path":349,"priority":278},{"basePath":415,"description":416,"displayName":417,"installMethods":418,"rationale":419,"selectedPaths":420,"source":284,"sourceLanguage":18,"type":254},".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":12},"SKILL.md frontmatter at .claude/skills/stripe/skill.md (coalesced with duplicate skill at .agents/skills/stripe, templates/.claude/skills/stripe)",[421],{"path":349,"priority":278},{"basePath":423,"description":424,"displayName":425,"installMethods":426,"rationale":427,"selectedPaths":428,"source":284,"sourceLanguage":18,"type":254},".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":12},"SKILL.md frontmatter at .claude/skills/supabase/skill.md (coalesced with duplicate skill at .agents/skills/supabase, templates/.claude/skills/supabase)",[429],{"path":349,"priority":278},{"basePath":431,"description":432,"displayName":336,"installMethods":433,"rationale":434,"selectedPaths":435,"source":284,"sourceLanguage":18,"type":254},".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":12},"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)",[436],{"path":349,"priority":278},{"basePath":438,"description":439,"displayName":440,"installMethods":441,"rationale":442,"selectedPaths":443,"source":284,"sourceLanguage":18,"type":254},".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":12},"SKILL.md frontmatter at .claude/skills/anthropic/claude-code/skill.md (coalesced with duplicate skill at templates/.claude/skills/anthropic/claude-code)",[444],{"path":349,"priority":278},{"basePath":446,"description":447,"displayName":448,"installMethods":449,"rationale":450,"selectedPaths":451,"source":284,"sourceLanguage":18,"type":254},".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":12},"SKILL.md frontmatter at .claude/skills/aptos/dapp-integration/skill.md",[452],{"path":349,"priority":278},{"basePath":454,"description":455,"displayName":456,"installMethods":457,"rationale":458,"selectedPaths":459,"source":284,"sourceLanguage":18,"type":254},".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":12},"SKILL.md frontmatter at .claude/skills/aptos/decibel/skill.md",[460],{"path":349,"priority":278},{"basePath":462,"description":463,"displayName":464,"installMethods":465,"rationale":466,"selectedPaths":467,"source":284,"sourceLanguage":18,"type":254},".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":12},"SKILL.md frontmatter at .claude/skills/aptos/framework/skill.md",[468],{"path":349,"priority":278},{"basePath":470,"description":471,"displayName":472,"installMethods":473,"rationale":474,"selectedPaths":475,"source":284,"sourceLanguage":18,"type":254},".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":12},"SKILL.md frontmatter at .claude/skills/aptos/gas-optimization/skill.md",[476],{"path":349,"priority":278},{"basePath":478,"description":479,"displayName":480,"installMethods":481,"rationale":482,"selectedPaths":483,"source":284,"sourceLanguage":18,"type":254},".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":12},"SKILL.md frontmatter at .claude/skills/aptos/move-language/skill.md",[484],{"path":349,"priority":278},{"basePath":486,"description":487,"displayName":488,"installMethods":489,"rationale":490,"selectedPaths":491,"source":284,"sourceLanguage":18,"type":254},".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":12},"SKILL.md frontmatter at .claude/skills/aptos/move-prover/SKILL.md",[492],{"path":349,"priority":278},{"basePath":494,"description":495,"displayName":496,"installMethods":497,"rationale":498,"selectedPaths":499,"source":284,"sourceLanguage":18,"type":254},".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":12},"SKILL.md frontmatter at .claude/skills/aptos/move-testing/skill.md",[500],{"path":349,"priority":278},{"basePath":502,"description":503,"displayName":504,"installMethods":505,"rationale":506,"selectedPaths":507,"source":284,"sourceLanguage":18,"type":254},".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":12},"SKILL.md frontmatter at .claude/skills/aptos/object-model/skill.md",[508],{"path":349,"priority":278},{"basePath":510,"description":511,"displayName":512,"installMethods":513,"rationale":514,"selectedPaths":515,"source":284,"sourceLanguage":18,"type":254},".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":12},"SKILL.md frontmatter at .claude/skills/aptos/shelby/cli-assistant/skill.md",[516],{"path":349,"priority":278},{"basePath":518,"description":519,"displayName":520,"installMethods":521,"rationale":522,"selectedPaths":523,"source":284,"sourceLanguage":18,"type":254},".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":12},"SKILL.md frontmatter at .claude/skills/aptos/shelby/dapp-builder/skill.md",[524],{"path":349,"priority":278},{"basePath":526,"description":527,"displayName":528,"installMethods":529,"rationale":530,"selectedPaths":531,"source":284,"sourceLanguage":18,"type":254},".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":12},"SKILL.md frontmatter at .claude/skills/aptos/shelby/network-rpc/skill.md",[532],{"path":349,"priority":278},{"basePath":534,"description":535,"displayName":536,"installMethods":537,"rationale":538,"selectedPaths":539,"source":284,"sourceLanguage":18,"type":254},".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":12},"SKILL.md frontmatter at .claude/skills/aptos/shelby/protocol-expert/skill.md",[540],{"path":349,"priority":278},{"basePath":542,"description":543,"displayName":544,"installMethods":545,"rationale":546,"selectedPaths":547,"source":284,"sourceLanguage":18,"type":254},".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":12},"SKILL.md frontmatter at .claude/skills/aptos/shelby/sdk-developer/skill.md",[548],{"path":349,"priority":278},{"basePath":550,"description":551,"displayName":552,"installMethods":553,"rationale":554,"selectedPaths":555,"source":284,"sourceLanguage":18,"type":254},".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":12},"SKILL.md frontmatter at .claude/skills/aptos/shelby/skill.md",[556],{"path":349,"priority":278},{"basePath":558,"description":559,"displayName":560,"installMethods":561,"rationale":562,"selectedPaths":563,"source":284,"sourceLanguage":18,"type":254},".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":12},"SKILL.md frontmatter at .claude/skills/aptos/shelby/smart-contracts/skill.md",[564],{"path":349,"priority":278},{"basePath":566,"description":567,"displayName":568,"installMethods":569,"rationale":570,"selectedPaths":571,"source":284,"sourceLanguage":18,"type":254},".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":12},"SKILL.md frontmatter at .claude/skills/aptos/shelby/storage-integration/skill.md",[572],{"path":349,"priority":278},{"basePath":574,"description":575,"displayName":576,"installMethods":577,"rationale":578,"selectedPaths":579,"source":284,"sourceLanguage":18,"type":254},".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":12},"SKILL.md frontmatter at .claude/skills/aptos/skill.md",[580],{"path":349,"priority":278},{"basePath":582,"description":583,"displayName":584,"installMethods":585,"rationale":586,"selectedPaths":587,"source":284,"sourceLanguage":18,"type":254},".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":12},"SKILL.md frontmatter at .claude/skills/aptos/token-standards/skill.md",[588],{"path":349,"priority":278},{"basePath":590,"description":591,"displayName":592,"installMethods":593,"rationale":594,"selectedPaths":595,"source":284,"sourceLanguage":18,"type":254},".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":12},"SKILL.md frontmatter at .claude/skills/expo/eas-build/skill.md",[596],{"path":349,"priority":278},{"basePath":598,"description":599,"displayName":600,"installMethods":601,"rationale":602,"selectedPaths":603,"source":284,"sourceLanguage":18,"type":254},".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":12},"SKILL.md frontmatter at .claude/skills/expo/eas-update/skill.md",[604],{"path":349,"priority":278},{"basePath":606,"description":607,"displayName":608,"installMethods":609,"rationale":610,"selectedPaths":611,"source":284,"sourceLanguage":18,"type":254},".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":12},"SKILL.md frontmatter at .claude/skills/expo/expo-router/skill.md",[612],{"path":349,"priority":278},{"basePath":614,"description":615,"displayName":616,"installMethods":617,"rationale":618,"selectedPaths":619,"source":284,"sourceLanguage":18,"type":254},".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":12},"SKILL.md frontmatter at .claude/skills/helius/SKILL.md",[620],{"path":349,"priority":278},{"basePath":622,"description":623,"displayName":624,"installMethods":625,"rationale":626,"selectedPaths":627,"source":284,"sourceLanguage":18,"type":254},".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":12},"SKILL.md frontmatter at .claude/skills/ios/skill.md",[628],{"path":349,"priority":278},{"basePath":630,"description":631,"displayName":632,"installMethods":633,"rationale":634,"selectedPaths":635,"source":284,"sourceLanguage":18,"type":254},".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":12},"SKILL.md frontmatter at .claude/skills/plaid/accounts/skill.md",[636],{"path":349,"priority":278},{"basePath":638,"description":639,"displayName":640,"installMethods":641,"rationale":642,"selectedPaths":643,"source":284,"sourceLanguage":18,"type":254},".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":12},"SKILL.md frontmatter at .claude/skills/plaid/auth/skill.md",[644],{"path":349,"priority":278},{"basePath":646,"description":647,"displayName":648,"installMethods":649,"rationale":650,"selectedPaths":651,"source":284,"sourceLanguage":18,"type":254},".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":12},"SKILL.md frontmatter at .claude/skills/plaid/identity/skill.md",[652],{"path":349,"priority":278},{"basePath":654,"description":655,"displayName":656,"installMethods":657,"rationale":658,"selectedPaths":659,"source":284,"sourceLanguage":18,"type":254},".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":12},"SKILL.md frontmatter at .claude/skills/plaid/transactions/skill.md",[660],{"path":349,"priority":278},{"basePath":662,"description":663,"displayName":664,"installMethods":665,"rationale":666,"selectedPaths":667,"source":284,"sourceLanguage":18,"type":254},".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":12},"SKILL.md frontmatter at .claude/skills/shopify/skill.md",[668],{"path":349,"priority":278},{"basePath":670,"description":671,"displayName":672,"installMethods":673,"rationale":674,"selectedPaths":675,"source":284,"sourceLanguage":18,"type":254},".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":12},"SKILL.md frontmatter at .claude/skills/whop/skill.md",[676],{"path":349,"priority":278},{"basePath":678,"description":679,"displayName":320,"installMethods":680,"rationale":681,"selectedPaths":682,"source":284,"sourceLanguage":18,"type":254},"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":12},"SKILL.md frontmatter at skills/plaid/SKILL.md",[683],{"path":349,"priority":278},{"basePath":685,"description":686,"displayName":687,"installMethods":688,"rationale":689,"selectedPaths":690,"source":284,"sourceLanguage":18,"type":254},"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":12},"SKILL.md frontmatter at templates/.claude/skills/cleanup-all/SKILL.md",[691],{"path":349,"priority":278},{"basePath":251,"description":10,"displayName":13,"installMethods":693,"rationale":694,"selectedPaths":695,"source":284,"sourceLanguage":18,"type":254},{"claudeCode":12},"SKILL.md frontmatter at templates/.claude/skills/cleanup-cycles/SKILL.md",[696],{"path":349,"priority":278},{"basePath":698,"description":699,"displayName":700,"installMethods":701,"rationale":702,"selectedPaths":703,"source":284,"sourceLanguage":18,"type":254},"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":12},"SKILL.md frontmatter at templates/.claude/skills/cleanup-dedupe/SKILL.md",[704],{"path":349,"priority":278},{"basePath":706,"description":707,"displayName":708,"installMethods":709,"rationale":710,"selectedPaths":711,"source":284,"sourceLanguage":18,"type":254},"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":12},"SKILL.md frontmatter at templates/.claude/skills/cleanup-defensive/SKILL.md",[712],{"path":349,"priority":278},{"basePath":714,"description":715,"displayName":716,"installMethods":717,"rationale":718,"selectedPaths":719,"source":284,"sourceLanguage":18,"type":254},"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":12},"SKILL.md frontmatter at templates/.claude/skills/cleanup-legacy/SKILL.md",[720],{"path":349,"priority":278},{"basePath":722,"description":723,"displayName":724,"installMethods":725,"rationale":726,"selectedPaths":727,"source":284,"sourceLanguage":18,"type":254},"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":12},"SKILL.md frontmatter at templates/.claude/skills/cleanup-slop/SKILL.md",[728],{"path":349,"priority":278},{"basePath":730,"description":731,"displayName":732,"installMethods":733,"rationale":734,"selectedPaths":735,"source":284,"sourceLanguage":18,"type":254},"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":12},"SKILL.md frontmatter at templates/.claude/skills/cleanup-types/SKILL.md",[736],{"path":349,"priority":278},{"basePath":738,"description":739,"displayName":740,"installMethods":741,"rationale":742,"selectedPaths":743,"source":284,"sourceLanguage":18,"type":254},"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":12},"SKILL.md frontmatter at templates/.claude/skills/cleanup-unused/SKILL.md",[744],{"path":349,"priority":278},{"basePath":746,"description":747,"displayName":748,"installMethods":749,"rationale":750,"selectedPaths":751,"source":284,"sourceLanguage":18,"type":254},"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":12},"SKILL.md frontmatter at templates/.claude/skills/cleanup-weak-types/SKILL.md",[752],{"path":349,"priority":278},{"basePath":270,"description":754,"displayName":755,"installMethods":756,"license":246,"rationale":757,"selectedPaths":758,"source":284,"sourceLanguage":18,"type":773},"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":755},"cli ecosystem detected at /",[759,761,762,763,766,769,771],{"path":760,"priority":278},"package.json",{"path":280,"priority":278},{"path":282,"priority":283},{"path":764,"priority":765},"bin/cli.js","medium",{"path":767,"priority":768},"src/index.js","low",{"path":770,"priority":768},"src/commands/docs.js",{"path":772,"priority":768},"src/commands/init.js","cli",{"sources":775},[776],"manual",{"npmPackage":755},{"closedIssues90d":8,"description":779,"forks":238,"homepage":780,"license":246,"openIssues90d":240,"pushedAt":241,"readmeSize":236,"stars":242,"topics":781},"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",[291,782,783,344,784,785,786,787,788,789,790],"claude","claude-ai","project-setup","starter-kit","ai-tools","developer-tools","llm","npx","productivity",{"downloads":244},{"classifiedAt":793,"discoverAt":794,"extractAt":795,"githubAt":795,"npmAt":796,"updatedAt":793},1778696052048,1778696045239,1778696047987,1778696050579,[215,216,220,217,218,222,221,219],{"evaluatedAt":249,"extractAt":799,"updatedAt":249},1778696052276,[],[802,835,852,882,909,938],{"_creationTime":803,"_id":804,"community":805,"display":806,"identity":812,"providers":816,"relations":829,"tags":831,"workflow":832},1778669958874.1707,"k17e7ve95ag28cdc4gwt5qh10d86m1bv",{"reviewCount":8},{"description":807,"installMethods":808,"name":810,"sourceUrl":811},"Baseline cross-project coding conventions for naming, readability, immutability, and code-quality review. Use detailed frontend or backend skills for framework-specific patterns.",{"claudeCode":809},"affaan-m/everything-claude-code","coding-standards","https://github.com/affaan-m/everything-claude-code",{"basePath":813,"githubOwner":814,"githubRepo":815,"locale":18,"slug":810,"type":254},".agents/skills/coding-standards","affaan-m","everything-claude-code",{"evaluate":817,"extract":828},{"promptVersionExtension":208,"promptVersionScoring":209,"score":212,"tags":818,"targetMarket":223,"tier":224},[819,820,215,219,217,218,220,821,822,823,824,825,826,827,222],"coding-conventions","best-practices","java","php","swift","arkts","security","testing","documentation",{"commitSha":260},{"repoId":830},"kd78nxtg70rbj238fg1xbhf7d186mv9t",[824,820,215,819,827,220,821,217,822,218,222,825,823,826,219],{"evaluatedAt":833,"extractAt":834,"updatedAt":833},1778670132818,1778669958874,{"_creationTime":836,"_id":837,"community":838,"display":839,"identity":841,"providers":842,"relations":848,"tags":849,"workflow":850},1778696052276.0208,"k17djkpfzfz16r1f2gf3w1a4ps86n83c",{"reviewCount":8},{"description":707,"installMethods":840,"name":708,"sourceUrl":14},{"claudeCode":12},{"basePath":706,"githubOwner":252,"githubRepo":253,"locale":18,"slug":708,"type":254},{"evaluate":843,"extract":847},{"promptVersionExtension":208,"promptVersionScoring":209,"score":844,"tags":845,"targetMarket":223,"tier":224},99,[215,222,217,219,218,220,221,846],"error-handling",{"commitSha":260,"license":246},{"repoId":262},[215,846,220,217,218,222,221,219],{"evaluatedAt":851,"extractAt":799,"updatedAt":851},1778697010856,{"_creationTime":853,"_id":854,"community":855,"display":856,"identity":862,"providers":868,"relations":874,"tags":877,"workflow":878},1778698296017.8315,"k17dzgrxxkxpeqmtcn5v3tjmad86n5tm",{"reviewCount":8},{"description":857,"installMethods":858,"name":860,"sourceUrl":861},"과잉 엔지니어링 패턴이 감지되면 자동으로 활성화됩니다: (1) 사용자가 명시적으로 변경을 요청하지 않은 코드나 파일을 수정하는 경우 (2) 요청되지 않은 새로운 추상화 레이어(class, interface, factory, wrapper)를 생성하는 경우 (3) 요청되지 않은 주석, 문서, JSDoc, 타입 어노테이션을 추가하는 경우 (4) 요청되지 않은 새로운 의존성을 도입하는 경우 (5) 최소한의 편집 대신 파일 전체를 다시 작성하는 경우 (6) diff 범위가 사용자의 요청을 명백히 초과하는 경우 (7) 사용자가 \"너무 많아\", \"거기는 건드리지 마\", \"X만 변경해\", \"간단하게\", \"그만\" 등의 신호를 보내는 경우 (8) 발생할 수 없는 시나리오에 대한 에러 처리, 유효성 검사, 방어적 코드를 추가하는 경우 (9) 요청되지 않은 테스트, 설정 스캐폴딩, 문서를 생성하는 경우\n",{"claudeCode":859},"uucz/moyu","Moyu (摸鱼)","https://github.com/uucz/moyu",{"basePath":863,"githubOwner":864,"githubRepo":865,"locale":866,"slug":867,"type":254},"skills/moyu-ko","uucz","moyu","ko","moyu-ko",{"evaluate":869,"extract":873},{"promptVersionExtension":208,"promptVersionScoring":209,"score":212,"tags":870,"targetMarket":223,"tier":224},[871,215,872,787,222],"ai-assist","prompt-engineering",{"commitSha":260,"license":246},{"parentExtensionId":875,"repoId":876},"k17a8j7hxkm1n8dabrtcwp2z2d86nr39","kd7ccbpk8y3xm113xt8wy1c5jd86n94h",[871,215,787,872,222],{"evaluatedAt":879,"extractAt":880,"updatedAt":881},1778698415064,1778698296017,1778698589704,{"_creationTime":883,"_id":884,"community":885,"display":886,"identity":892,"providers":896,"relations":902,"tags":905,"workflow":906},1778699234184.6133,"k170q6m14w6ah5ygc0jr5sa54986mpx7",{"reviewCount":8},{"description":887,"installMethods":888,"name":890,"sourceUrl":891},"Deep codebase initialization with hierarchical AGENTS.md documentation",{"claudeCode":889},"Yeachan-Heo/oh-my-claudecode","deepinit","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":893,"githubOwner":894,"githubRepo":895,"locale":18,"slug":890,"type":254},"skills/deepinit","Yeachan-Heo","oh-my-claudecode",{"evaluate":897,"extract":901},{"promptVersionExtension":208,"promptVersionScoring":209,"score":212,"tags":898,"targetMarket":223,"tier":224},[827,899,900,219,217],"codebase","agent",{"commitSha":260},{"parentExtensionId":903,"repoId":904},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[900,899,827,217,219],{"evaluatedAt":907,"extractAt":908,"updatedAt":907},1778699437749,1778699234184,{"_creationTime":910,"_id":911,"community":912,"display":913,"identity":919,"providers":923,"relations":930,"tags":933,"workflow":934},1778694599571.3774,"k17f1596a2t00btq1hfksssg0s86n6ej",{"reviewCount":8},{"description":914,"installMethods":915,"name":917,"sourceUrl":918},"Use when the task involves authentication, user signups, logins, password recovery, OAuth providers, role-based access control, or protecting routes and functions. Always use `@netlify/identity`. Never use `netlify-identity-widget` or `gotrue-js` — they are deprecated.",{"claudeCode":916},"netlify/context-and-tools","netlify-identity","https://github.com/netlify/context-and-tools",{"basePath":920,"githubOwner":921,"githubRepo":922,"locale":18,"slug":917,"type":254},"skills/netlify-identity","netlify","context-and-tools",{"evaluate":924,"extract":929},{"promptVersionExtension":208,"promptVersionScoring":209,"score":212,"tags":925,"targetMarket":223,"tier":224},[926,921,927,217,219,928],"authentication","identity","api",{"commitSha":260},{"parentExtensionId":931,"repoId":932},"k1714spp30a0rvg5y3yjga772n86nmps","kd7b1ncy2zzzfws29grdt8heb986ntzq",[928,926,927,217,921,219],{"evaluatedAt":935,"extractAt":936,"updatedAt":937},1778694839805,1778694599571,1778694994190,{"_creationTime":939,"_id":940,"community":941,"display":942,"identity":948,"providers":952,"relations":959,"tags":962,"workflow":963},1778690831986.3765,"k179x509d3fng6rhce5txz8grx86m5mw",{"reviewCount":8},{"description":943,"installMethods":944,"name":946,"sourceUrl":947},"Vue Router 4 patterns, navigation guards, route params, and route-component lifecycle interactions.",{"claudeCode":945},"hyf0/vue-skills","vue-router-best-practices","https://github.com/hyf0/vue-skills",{"basePath":949,"githubOwner":950,"githubRepo":951,"locale":18,"slug":946,"type":254},"skills/vue-router-best-practices","hyf0","vue-skills",{"evaluate":953,"extract":958},{"promptVersionExtension":208,"promptVersionScoring":209,"score":212,"tags":954,"targetMarket":223,"tier":224},[955,956,217,219,957],"vue","vue-router","web-development",{"commitSha":260},{"parentExtensionId":960,"repoId":961},"k17fvvpt61wrah7aepwqhgjp4d86n8jx","kd7a1a0bdc2ez150x3razht61n86m6a8",[217,219,955,956,957],{"evaluatedAt":964,"extractAt":965,"updatedAt":964},1778691174475,1778690831986]