[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-binjuhor-xlsx-zh-CN":3,"guides-for-binjuhor-xlsx":1112,"similar-k178mz7ehx0d7ewghzgbv1agd586ntww-zh-CN":1113},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":244,"isFallback":229,"parentExtension":249,"providers":250,"relations":255,"repo":257,"tags":1109,"workflow":1110},1778683070339.0793,"k178mz7ehx0d7ewghzgbv1agd586ntww",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Create, edit, analyze spreadsheets (.xlsx, .csv, .tsv). Use for Excel formulas, data analysis, visualization, formatting, pivot tables, charts, formula recalculation.",{"claudeCode":12},"binjuhor/shadcn-lar","xlsx","https://github.com/binjuhor/shadcn-lar",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":227,"workflow":242},1778683279448.7195,"kn727d9q5xb1304ckys6qg5q2n86n7jm","en",{"checks":20,"evaluatedAt":195,"extensionSummary":196,"features":197,"nonGoals":203,"promptVersionExtension":207,"promptVersionScoring":208,"purpose":209,"rationale":210,"score":211,"summary":212,"tags":213,"targetMarket":220,"tier":221,"useCases":222},[21,26,29,32,36,39,44,48,51,54,59,63,66,70,73,76,79,82,85,88,92,96,100,104,109,112,115,118,122,125,128,132,135,138,141,145,149,153,156,160,163,166,169,172,176,179,182,185,188,192],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the extension addresses the user problem of creating, editing, and analyzing spreadsheets, specifically mentioning file types and common use cases like formulas, data analysis, and visualization.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill provides specific instructions and workflows for Excel formula handling, formatting, and data manipulation with pandas and openpyxl, going beyond basic LLM capabilities for file operations.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill provides detailed instructions for creating, editing, analyzing, and recalculating Excel files, including best practices and error handling, covering the full lifecycle for spreadsheet operations.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses solely on the domain of spreadsheet manipulation (.xlsx, .csv, .tsv), including data, formulas, and formatting, without extending into unrelated areas.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The provided displayed description accurately reflects the capabilities detailed in the SKILL.md, covering file types, formulas, data analysis, and visualization.",{"category":40,"check":41,"severity":42,"summary":43},"Invocation","Scoped tools","not_applicable","This is a skill, not a tool-based extension, so the concept of scoped tools does not apply.",{"category":45,"check":46,"severity":42,"summary":47},"Documentation","Configuration & parameter reference","The skill does not expose configurable parameters or options that require explicit documentation.",{"category":33,"check":49,"severity":42,"summary":50},"Tool naming","This is a skill, not a tool-based extension, so tool naming conventions do not apply.",{"category":33,"check":52,"severity":42,"summary":53},"Minimal I/O surface","As a skill, it operates through natural language interactions and specific Python/bash script executions, rather than distinct tools with predefined schemas.",{"category":55,"check":56,"severity":57,"summary":58},"License","License usability","critical","The bundled LICENSE.txt file grants only limited usage rights, explicitly prohibits extraction, reproduction, distribution, and reverse engineering, and is not a standard OSI-approved open-source license, making it non-usable for redistribution.",{"category":60,"check":61,"severity":24,"summary":62},"Maintenance","Commit recency","The last commit was on May 12, 2026, which is within the last 90 days.",{"category":60,"check":64,"severity":24,"summary":65},"Dependency Management","The skill relies on standard Python libraries (pandas, openpyxl) and a separate script (`recalc.py`) which is bundled, implying dependencies are managed within the provided code.",{"category":67,"check":68,"severity":42,"summary":69},"Security","Secret Management","The skill does not appear to handle or expose any secrets.",{"category":67,"check":71,"severity":24,"summary":72},"Injection","The skill's instructions emphasize treating loaded data as input for pandas or openpyxl, and the Python code provided uses standard library functions, mitigating injection risks.",{"category":67,"check":74,"severity":24,"summary":75},"Transitive Supply-Chain Grenades","The skill only bundles necessary Python scripts and libraries; it does not fetch external content at runtime or execute arbitrary remote code.",{"category":67,"check":77,"severity":24,"summary":78},"Sandbox Isolation","The Python code operates on files within the project and the `recalc.py` script is designed to work with local files, adhering to sandbox isolation principles.",{"category":67,"check":80,"severity":24,"summary":81},"Sandbox escape primitives","No detached processes or retry loops around denied operations are evident in the provided scripts.",{"category":67,"check":83,"severity":24,"summary":84},"Data Exfiltration","The skill's operations are confined to local file manipulation and do not involve sending data to third-party domains.",{"category":67,"check":86,"severity":24,"summary":87},"Hidden Text Tricks","The bundled SKILL.md and Python scripts do not contain hidden text, control characters, or other obfuscation techniques.",{"category":89,"check":90,"severity":24,"summary":91},"Hooks","Opaque code execution","The Python code and `recalc.py` script are provided in a readable format and are not obfuscated.",{"category":93,"check":94,"severity":24,"summary":95},"Portability","Structural Assumption","The skill's Python code uses relative paths or standard file operations, and `recalc.py` takes a file path as an argument, making it portable.",{"category":97,"check":98,"severity":24,"summary":99},"Trust","Issues Attention","There are 0 issues opened and 0 issues closed in the last 90 days, indicating no recent activity or issues needing attention.",{"category":101,"check":102,"severity":24,"summary":103},"Versioning","Release Management","A manifest version ('1.0.0') is declared in the SKILL.md frontmatter.",{"category":105,"check":106,"severity":107,"summary":108},"Code Execution","Validation","warning","While the skill mentions formula error prevention and interpretation of `recalc.py` output, there is no explicit mention or demonstration of using a schema library for input validation or sanitization of file paths or parameters passed to scripts.",{"category":67,"check":110,"severity":24,"summary":111},"Unguarded Destructive Operations","The skill primarily operates on files, but the operations described (create, edit, save) are standard file manipulations and do not involve inherently destructive primitives like `rm -rf` or `DROP TABLE` without user interaction.",{"category":105,"check":113,"severity":24,"summary":114},"Error Handling","The `recalc.py` script is designed to catch and report Excel errors in a structured JSON format, and the SKILL.md provides guidance on interpreting and fixing these errors.",{"category":105,"check":116,"severity":42,"summary":117},"Logging","The skill operates on local files and does not involve outbound calls or destructive actions that would typically require a local audit log.",{"category":119,"check":120,"severity":42,"summary":121},"Compliance","GDPR","The skill operates on spreadsheet files and does not inherently process personal data.",{"category":119,"check":123,"severity":24,"summary":124},"Target market","There are no regional or jurisdictional signals; the extension is globally applicable.",{"category":93,"check":126,"severity":24,"summary":127},"Runtime stability","The skill relies on standard Python libraries and LibreOffice for recalculation, which are common and generally available on POSIX systems. Explicit instructions are given for setup.",{"category":45,"check":129,"severity":130,"summary":131},"README","info","The extension has a README.md, but it is for a Laravel project and completely unrelated to the spreadsheet skill, creating confusion.",{"category":33,"check":133,"severity":42,"summary":134},"Tool surface size","This is a skill, not a collection of tools, and its functionality is centered around direct file operations rather than a large number of discrete commands.",{"category":40,"check":136,"severity":42,"summary":137},"Overlapping near-synonym tools","This is a skill, not a tool-based extension, so there are no overlapping tool names.",{"category":45,"check":139,"severity":24,"summary":140},"Phantom features","All features mentioned in the SKILL.md, such as data analysis with pandas and formula recalculation with `recalc.py`, have corresponding code or clear instructions.",{"category":142,"check":143,"severity":107,"summary":144},"Install","Installation instruction","The SKILL.md mentions LibreOffice is required for formula recalculation but does not provide clear installation steps or a verification method for it, relying on an assumption that it will be automatically configured on first run, which is not always reliable.",{"category":146,"check":147,"severity":24,"summary":148},"Errors","Actionable error messages","The `recalc.py` script provides detailed JSON error output including error types, counts, and locations, which is actionable for fixing spreadsheet issues.",{"category":150,"check":151,"severity":130,"summary":152},"Execution","Pinned dependencies","The skill relies on standard Python libraries (pandas, openpyxl) which are typically installed via pip, but there is no explicit lockfile or version pinning declared for these dependencies within the skill's documentation.",{"category":33,"check":154,"severity":42,"summary":155},"Dry-run preview","The skill's operations involve file creation and editing, but not state-changing operations that would typically benefit from a dry-run preview beyond standard file saving.",{"category":157,"check":158,"severity":42,"summary":159},"Protocol","Idempotent retry & timeouts","The skill operates on local files and does not involve remote calls or state-changing operations requiring idempotency or timeouts.",{"category":119,"check":161,"severity":42,"summary":162},"Telemetry opt-in","The skill does not emit telemetry.",{"category":40,"check":164,"severity":24,"summary":165},"Precise Purpose","The SKILL.md clearly defines the purpose of creating, editing, and analyzing spreadsheets (.xlsx, .csv, .tsv) and lists explicit requirements for formula errors and formatting standards.",{"category":40,"check":167,"severity":24,"summary":168},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the skill's purpose and capabilities.",{"category":45,"check":170,"severity":24,"summary":171},"Concise Body","The SKILL.md is well-structured and avoids excessive verbosity, delegating detailed procedures and examples appropriately.",{"category":173,"check":174,"severity":24,"summary":175},"Context","Progressive Disclosure","The SKILL.md outlines procedures and links to Python code examples, effectively using progressive disclosure.",{"category":173,"check":177,"severity":42,"summary":178},"Forked exploration","This skill is not an exploration-heavy skill and does not require forked context.",{"category":22,"check":180,"severity":24,"summary":181},"Usage examples","The SKILL.md provides clear Python code examples for reading, analyzing, creating, and editing Excel files using pandas and openpyxl, demonstrating core functionalities.",{"category":22,"check":183,"severity":24,"summary":184},"Edge cases","The SKILL.md details formula error prevention, common pitfalls, interpretation of `recalc.py` output, and provides a formula verification checklist, addressing edge cases and failure modes.",{"category":105,"check":186,"severity":107,"summary":187},"Tool Fallback","The skill explicitly requires LibreOffice for formula recalculation via `recalc.py`, but does not specify how to install it or provide a fallback if it is not available, only stating it is 'required'.",{"category":189,"check":190,"severity":24,"summary":191},"Safety","Halt on unexpected state","The skill emphasizes fixing formula errors identified by `recalc.py` before proceeding, implying a halt on unexpected states (formula errors) and a clear recovery step (fixing errors).",{"category":93,"check":193,"severity":42,"summary":194},"Cross-skill coupling","This skill is self-contained and does not appear to rely on or implicitly couple with other specific skills.",1778683279337,"This skill enables users to create, edit, and analyze spreadsheet files (.xlsx, .csv, .tsv) using Python libraries like pandas and openpyxl. It provides detailed guidance on data analysis, formula construction, formatting, and includes a script (`recalc.py`) for recalculating formulas and identifying errors.",[198,199,200,201,202],"Create, edit, and analyze .xlsx, .csv, .tsv files","Utilize pandas for data manipulation and analysis","Employ openpyxl for complex formatting and formula creation","Recalculate Excel formulas and identify errors with a dedicated script","Apply industry-standard color-coding and number formatting rules",[204,205,206],"Directly interacting with cloud-based spreadsheet services (e.g., Google Sheets, Office 365 online)","Performing advanced visualization beyond what pandas or basic Excel charts can achieve","Replacing dedicated desktop Excel software for highly complex or niche Excel features","3.0.0","4.4.0","To provide a robust capability for users to interact with spreadsheet data, perform analysis, create dynamic financial models, and ensure formula integrity.","The critical finding for 'License usability' significantly impacts the score, as the provided license is highly restrictive and not suitable for redistribution. Additionally, the 'Installation instruction' warning regarding LibreOffice setup and the 'Validation' warning for schema usage contribute to the evaluated tier.",79,"A functional skill for spreadsheet manipulation, but hampered by a non-standard, restrictive license and minor installation/validation gaps.",[214,215,216,217,13,218,219],"excel","spreadsheet","data-analysis","python","csv","tsv","global","flagged",[223,224,225,226],"Analyzing data from downloaded CSV or XLSX reports","Creating new financial models with dynamic formulas","Editing existing spreadsheets to update data or formulas","Ensuring spreadsheet formulas are error-free and correctly calculated",{"codeQuality":228,"collectedAt":230,"documentation":231,"maintenance":234,"security":240,"testCoverage":241},{"hasLockfile":229},true,1778683260173,{"descriptionLength":232,"readmeSize":233},166,7699,{"closedIssues90d":8,"forks":235,"hasChangelog":236,"manifestVersion":237,"openIssues90d":8,"pushedAt":238,"stars":239},25,false,"1.0.0",1778584470000,80,{"hasNpmPackage":236,"smitheryVerified":236},{"hasCi":236,"hasTests":229},{"updatedAt":243},1778683279448,{"basePath":245,"githubOwner":246,"githubRepo":247,"locale":18,"slug":13,"type":248},".claude/skills/document-skills/xlsx","binjuhor","shadcn-lar","skill",null,{"evaluate":251,"extract":253},{"promptVersionExtension":207,"promptVersionScoring":208,"score":211,"tags":252,"targetMarket":220,"tier":221},[214,215,216,217,13,218,219],{"commitSha":254},"HEAD",{"repoId":256},"kd7b04jshnqyx91sq3jrqtm56s86mmmq",{"_creationTime":258,"_id":256,"identity":259,"providers":260,"workflow":1105},1778683063784.6934,{"githubOwner":246,"githubRepo":247,"sourceUrl":14},{"classify":261,"discover":1090,"github":1093},{"commitSha":254,"extensions":262},[263,308,338,361,415,429,470,510,540,571,600,622,628,668,676,684,700,728,776,796,843,865,885,893,918,940,955,964,1004,1040,1052],{"basePath":264,"description":265,"displayName":266,"installMethods":267,"rationale":268,"selectedPaths":269,"source":307,"sourceLanguage":18,"type":248},".claude/skills/ai-multimodal","Analyze images/audio/video with Gemini API (better vision than Claude). Generate images (Imagen 4, Nano Banana 2, MiniMax), videos (Veo 3, Hailuo), speech (MiniMax TTS), music (MiniMax). Use for vision analysis, transcription, OCR, design extraction, multimodal AI.","ai-multimodal",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/ai-multimodal/SKILL.md",[270,273,276,278,280,282,284,287,289,291,293,295,297,299,301,303,305],{"path":271,"priority":272},"SKILL.md","mandatory",{"path":274,"priority":275},"references/audio-processing.md","medium",{"path":277,"priority":275},"references/image-generation.md",{"path":279,"priority":275},"references/video-analysis.md",{"path":281,"priority":275},"references/video-generation.md",{"path":283,"priority":275},"references/vision-understanding.md",{"path":285,"priority":286},"scripts/.coverage","low",{"path":288,"priority":286},"scripts/check_setup.py",{"path":290,"priority":286},"scripts/document_converter.py",{"path":292,"priority":286},"scripts/gemini_batch_process.py",{"path":294,"priority":286},"scripts/media_optimizer.py",{"path":296,"priority":286},"scripts/requirements.txt",{"path":298,"priority":286},"scripts/tests/.coverage",{"path":300,"priority":286},"scripts/tests/requirements.txt",{"path":302,"priority":286},"scripts/tests/test_document_converter.py",{"path":304,"priority":286},"scripts/tests/test_gemini_batch_process.py",{"path":306,"priority":286},"scripts/tests/test_media_optimizer.py","rule",{"basePath":309,"description":310,"displayName":311,"installMethods":312,"rationale":313,"selectedPaths":314,"source":307,"sourceLanguage":18,"type":248},".claude/skills/backend-development","Build backends with Node.js, Python, Go (NestJS, FastAPI, Django). Use for REST/GraphQL/gRPC APIs, auth (OAuth, JWT), databases, microservices, security (OWASP), Docker/K8s.","backend-development",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/backend-development/SKILL.md",[315,316,318,320,322,324,326,328,330,332,334,336],{"path":271,"priority":272},{"path":317,"priority":275},"references/backend-api-design.md",{"path":319,"priority":275},"references/backend-architecture.md",{"path":321,"priority":275},"references/backend-authentication.md",{"path":323,"priority":275},"references/backend-code-quality.md",{"path":325,"priority":275},"references/backend-debugging.md",{"path":327,"priority":275},"references/backend-devops.md",{"path":329,"priority":275},"references/backend-mindset.md",{"path":331,"priority":275},"references/backend-performance.md",{"path":333,"priority":275},"references/backend-security.md",{"path":335,"priority":275},"references/backend-technologies.md",{"path":337,"priority":275},"references/backend-testing.md",{"basePath":339,"description":340,"displayName":341,"installMethods":342,"rationale":343,"selectedPaths":344,"source":307,"sourceLanguage":18,"type":248},".claude/skills/better-auth","Add authentication with Better Auth (TypeScript). Use for email/password, OAuth providers (Google, GitHub), 2FA/MFA, passkeys/WebAuthn, sessions, RBAC, rate limiting.","better-auth",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/better-auth/SKILL.md",[345,346,348,350,352,354,355,357,358,359],{"path":271,"priority":272},{"path":347,"priority":275},"references/advanced-features.md",{"path":349,"priority":275},"references/database-integration.md",{"path":351,"priority":275},"references/email-password-auth.md",{"path":353,"priority":275},"references/oauth-providers.md",{"path":285,"priority":286},{"path":356,"priority":286},"scripts/better_auth_init.py",{"path":296,"priority":286},{"path":298,"priority":286},{"path":360,"priority":286},"scripts/tests/test_better_auth_init.py",{"basePath":362,"description":363,"displayName":364,"installMethods":365,"rationale":366,"selectedPaths":367,"source":307,"sourceLanguage":18,"type":248},".claude/skills/chrome-devtools","Automate browsers with Puppeteer CLI scripts and persistent sessions. Use for screenshots, performance analysis, network monitoring, web scraping, form automation, JavaScript debugging.","chrome-devtools",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/chrome-devtools/SKILL.md",[368,369,371,373,375,377,379,381,383,385,387,389,391,393,395,397,399,401,403,405,407,409,411,413],{"path":271,"priority":272},{"path":370,"priority":275},"references/cdp-domains.md",{"path":372,"priority":275},"references/performance-guide.md",{"path":374,"priority":275},"references/puppeteer-reference.md",{"path":376,"priority":286},"scripts/.browser-session.json",{"path":378,"priority":286},"scripts/.gitignore",{"path":380,"priority":286},"scripts/README.md",{"path":382,"priority":286},"scripts/__tests__/selector.test.js",{"path":384,"priority":286},"scripts/aria-snapshot.js",{"path":386,"priority":286},"scripts/click.js",{"path":388,"priority":286},"scripts/console.js",{"path":390,"priority":286},"scripts/evaluate.js",{"path":392,"priority":286},"scripts/fill.js",{"path":394,"priority":286},"scripts/install-deps.sh",{"path":396,"priority":286},"scripts/install.sh",{"path":398,"priority":286},"scripts/lib/browser.js",{"path":400,"priority":286},"scripts/lib/selector.js",{"path":402,"priority":286},"scripts/navigate.js",{"path":404,"priority":286},"scripts/network.js",{"path":406,"priority":286},"scripts/package.json",{"path":408,"priority":286},"scripts/performance.js",{"path":410,"priority":286},"scripts/screenshot.js",{"path":412,"priority":286},"scripts/select-ref.js",{"path":414,"priority":286},"scripts/snapshot.js",{"basePath":416,"description":417,"displayName":418,"installMethods":419,"rationale":420,"selectedPaths":421,"source":307,"sourceLanguage":18,"type":248},".claude/skills/code-review","Review code quality with adversarial rigor. Supports input modes: pending changes, PR number, commit hash, codebase scan. Always-on red-team analysis finds security holes, false assumptions, and failure modes.","code-review",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/code-review/SKILL.md",[422,423,425,427],{"path":271,"priority":272},{"path":424,"priority":275},"references/code-review-reception.md",{"path":426,"priority":275},"references/requesting-code-review.md",{"path":428,"priority":275},"references/verification-before-completion.md",{"basePath":430,"description":431,"displayName":432,"installMethods":433,"rationale":434,"selectedPaths":435,"source":307,"sourceLanguage":18,"type":248},".claude/skills/databases","Design schemas, write queries for MongoDB and PostgreSQL. Use for database design, SQL/NoSQL queries, aggregation pipelines, indexes, migrations, replication, performance optimization, psql CLI.","databases",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/databases/SKILL.md",[436,437,439,441,443,445,447,449,451,453,454,456,458,460,461,463,464,466,468],{"path":271,"priority":272},{"path":438,"priority":275},"references/mongodb-aggregation.md",{"path":440,"priority":275},"references/mongodb-atlas.md",{"path":442,"priority":275},"references/mongodb-crud.md",{"path":444,"priority":275},"references/mongodb-indexing.md",{"path":446,"priority":275},"references/postgresql-administration.md",{"path":448,"priority":275},"references/postgresql-performance.md",{"path":450,"priority":275},"references/postgresql-psql-cli.md",{"path":452,"priority":275},"references/postgresql-queries.md",{"path":285,"priority":286},{"path":455,"priority":286},"scripts/db_backup.py",{"path":457,"priority":286},"scripts/db_migrate.py",{"path":459,"priority":286},"scripts/db_performance_check.py",{"path":296,"priority":286},{"path":462,"priority":286},"scripts/tests/coverage-db.json",{"path":300,"priority":286},{"path":465,"priority":286},"scripts/tests/test_db_backup.py",{"path":467,"priority":286},"scripts/tests/test_db_migrate.py",{"path":469,"priority":286},"scripts/tests/test_db_performance_check.py",{"basePath":471,"description":472,"displayName":473,"installMethods":474,"rationale":475,"selectedPaths":476,"source":307,"sourceLanguage":18,"type":248},".claude/skills/devops","Deploy to Cloudflare (Workers, R2, D1), Docker, GCP (Cloud Run, GKE), Kubernetes (kubectl, Helm). Use for serverless, containers, CI/CD, GitOps, security audit.","devops",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/devops/SKILL.md",[477,478,480,482,484,486,488,490,492,494,496,498,500,502,504,505,506,508],{"path":271,"priority":272},{"path":479,"priority":275},"references/browser-rendering.md",{"path":481,"priority":275},"references/cloudflare-d1-kv.md",{"path":483,"priority":275},"references/cloudflare-platform.md",{"path":485,"priority":275},"references/cloudflare-r2-storage.md",{"path":487,"priority":275},"references/cloudflare-workers-advanced.md",{"path":489,"priority":275},"references/cloudflare-workers-apis.md",{"path":491,"priority":275},"references/cloudflare-workers-basics.md",{"path":493,"priority":275},"references/docker-basics.md",{"path":495,"priority":275},"references/docker-compose.md",{"path":497,"priority":275},"references/gcloud-platform.md",{"path":499,"priority":275},"references/gcloud-services.md",{"path":501,"priority":286},"scripts/cloudflare_deploy.py",{"path":503,"priority":286},"scripts/docker_optimize.py",{"path":296,"priority":286},{"path":300,"priority":286},{"path":507,"priority":286},"scripts/tests/test_cloudflare_deploy.py",{"path":509,"priority":286},"scripts/tests/test_docker_optimize.py",{"basePath":511,"description":512,"displayName":513,"installMethods":514,"rationale":515,"selectedPaths":516,"source":307,"sourceLanguage":18,"type":248},".claude/skills/docs-seeker","Search library/framework documentation via llms.txt (context7.com). Use for API docs, GitHub repository analysis, technical documentation lookup, latest library features.","docs-seeker",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/docs-seeker/SKILL.md",[517,518,520,522,524,526,528,530,532,534,536,538],{"path":271,"priority":272},{"path":519,"priority":275},"references/advanced.md",{"path":521,"priority":275},"references/context7-patterns.md",{"path":523,"priority":275},"references/errors.md",{"path":525,"priority":286},"scripts/analyze-llms-txt.js",{"path":527,"priority":286},"scripts/detect-topic.js",{"path":529,"priority":286},"scripts/fetch-docs.js",{"path":531,"priority":286},"scripts/tests/run-tests.js",{"path":533,"priority":286},"scripts/tests/test-analyze-llms.js",{"path":535,"priority":286},"scripts/tests/test-detect-topic.js",{"path":537,"priority":286},"scripts/tests/test-fetch-docs.js",{"path":539,"priority":286},"scripts/utils/env-loader.js",{"basePath":541,"description":542,"displayName":543,"installMethods":544,"rationale":545,"selectedPaths":546,"source":307,"sourceLanguage":18,"type":248},".claude/skills/document-skills/docx","Create, edit, analyze .docx Word documents. Use for document creation, tracked changes, comments, formatting preservation, text extraction, template modification.","docx",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/document-skills/docx/SKILL.md",[547,548,551,553,555,557,559,561,563,565,567,569],{"path":271,"priority":272},{"path":549,"priority":550},"LICENSE.txt","high",{"path":552,"priority":275},"docx-js.md",{"path":554,"priority":275},"ooxml.md",{"path":556,"priority":286},"scripts/__init__.py",{"path":558,"priority":286},"scripts/document.py",{"path":560,"priority":286},"scripts/templates/comments.xml",{"path":562,"priority":286},"scripts/templates/commentsExtended.xml",{"path":564,"priority":286},"scripts/templates/commentsExtensible.xml",{"path":566,"priority":286},"scripts/templates/commentsIds.xml",{"path":568,"priority":286},"scripts/templates/people.xml",{"path":570,"priority":286},"scripts/utilities.py",{"basePath":572,"description":573,"displayName":574,"installMethods":575,"rationale":576,"selectedPaths":577,"source":307,"sourceLanguage":18,"type":248},".claude/skills/document-skills/pdf","Extract text/tables, create, merge, split PDFs. Fill PDF forms programmatically. Use for PDF processing, generation, form filling, document analysis, batch operations.","pdf",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/document-skills/pdf/SKILL.md",[578,579,580,582,584,586,588,590,592,594,596,598],{"path":271,"priority":272},{"path":549,"priority":550},{"path":581,"priority":275},"forms.md",{"path":583,"priority":275},"reference.md",{"path":585,"priority":286},"scripts/check_bounding_boxes.py",{"path":587,"priority":286},"scripts/check_bounding_boxes_test.py",{"path":589,"priority":286},"scripts/check_fillable_fields.py",{"path":591,"priority":286},"scripts/convert_pdf_to_images.py",{"path":593,"priority":286},"scripts/create_validation_image.py",{"path":595,"priority":286},"scripts/extract_form_field_info.py",{"path":597,"priority":286},"scripts/fill_fillable_fields.py",{"path":599,"priority":286},"scripts/fill_pdf_form_with_annotations.py",{"basePath":601,"description":602,"displayName":603,"installMethods":604,"rationale":605,"selectedPaths":606,"source":307,"sourceLanguage":18,"type":248},".claude/skills/document-skills/pptx","Create, edit, analyze .pptx PowerPoint files. Use for presentations, slides, layouts, speaker notes, template modification, content extraction, slide generation.","pptx",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/document-skills/pptx/SKILL.md",[607,608,609,611,612,614,616,618,620],{"path":271,"priority":272},{"path":549,"priority":550},{"path":610,"priority":275},"html2pptx.md",{"path":554,"priority":275},{"path":613,"priority":286},"scripts/html2pptx.js",{"path":615,"priority":286},"scripts/inventory.py",{"path":617,"priority":286},"scripts/rearrange.py",{"path":619,"priority":286},"scripts/replace.py",{"path":621,"priority":286},"scripts/thumbnail.py",{"basePath":245,"description":10,"displayName":13,"installMethods":623,"rationale":624,"selectedPaths":625,"source":307,"sourceLanguage":18,"type":248},{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/document-skills/xlsx/SKILL.md",[626,627],{"path":271,"priority":272},{"path":549,"priority":550},{"basePath":629,"description":630,"displayName":631,"installMethods":632,"rationale":633,"selectedPaths":634,"source":307,"sourceLanguage":18,"type":248},".claude/skills/frontend-design","Create polished frontend interfaces from designs/screenshots/videos. Use for web components, 3D experiences, replicating UI designs, quick prototypes, immersive interfaces, avoiding AI slop.","frontend-design",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/frontend-design/SKILL.md",[635,636,638,640,642,644,646,648,650,652,654,656,658,660,662,664,666],{"path":271,"priority":272},{"path":637,"priority":275},"references/ai-multimodal-overview.md",{"path":639,"priority":275},"references/analysis-best-practices.md",{"path":641,"priority":275},"references/analysis-prompts.md",{"path":643,"priority":275},"references/analysis-techniques.md",{"path":645,"priority":275},"references/animejs.md",{"path":647,"priority":275},"references/asset-generation.md",{"path":649,"priority":275},"references/design-extraction-overview.md",{"path":651,"priority":275},"references/extraction-best-practices.md",{"path":653,"priority":275},"references/extraction-output-templates.md",{"path":655,"priority":275},"references/extraction-prompts.md",{"path":657,"priority":275},"references/technical-accessibility.md",{"path":659,"priority":275},"references/technical-best-practices.md",{"path":661,"priority":275},"references/technical-optimization.md",{"path":663,"priority":275},"references/technical-overview.md",{"path":665,"priority":275},"references/technical-workflows.md",{"path":667,"priority":275},"references/visual-analysis-overview.md",{"basePath":669,"description":670,"displayName":671,"installMethods":672,"rationale":673,"selectedPaths":674,"source":307,"sourceLanguage":18,"type":248},".claude/skills/frontend-development","Build React/TypeScript frontends with modern patterns. Use for components, Suspense, lazy loading, useSuspenseQuery, MUI v7 styling, TanStack Router, performance optimization.","frontend-development",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/frontend-development/SKILL.md",[675],{"path":271,"priority":272},{"basePath":677,"description":678,"displayName":679,"installMethods":680,"rationale":681,"selectedPaths":682,"source":307,"sourceLanguage":18,"type":248},".claude/skills/google-adk-python","Build AI agents with Google ADK Python. Multi-agent systems, A2A protocol, MCP tools, workflow agents, state/memory, callbacks/plugins, Vertex AI deployment, evaluation.","google-adk-python",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/google-adk-python/SKILL.md",[683],{"path":271,"priority":272},{"basePath":685,"description":686,"displayName":687,"installMethods":688,"rationale":689,"selectedPaths":690,"source":307,"sourceLanguage":18,"type":248},".claude/skills/mcp-builder","Build MCP servers for LLM-external service integration. Use for FastMCP (Python), MCP SDK (Node/TypeScript), tool design, API integration, resource providers.","mcp-builder",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/mcp-builder/SKILL.md",[691,692,693,695,697,699],{"path":271,"priority":272},{"path":549,"priority":550},{"path":694,"priority":286},"scripts/connections.py",{"path":696,"priority":286},"scripts/evaluation.py",{"path":698,"priority":286},"scripts/example_evaluation.xml",{"path":296,"priority":286},{"basePath":701,"description":702,"displayName":703,"installMethods":704,"rationale":705,"selectedPaths":706,"source":307,"sourceLanguage":18,"type":248},".claude/skills/mcp-management","Manage MCP servers - discover, analyze, execute tools/prompts/resources. Use for MCP integrations, intelligent tool selection, multi-server management, context-efficient capability discovery.","mcp-management",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/mcp-management/SKILL.md",[707,708,710,712,714,716,718,720,721,723,725,726],{"path":271,"priority":272},{"path":709,"priority":550},"README.md",{"path":711,"priority":286},"assets/tools.json",{"path":713,"priority":275},"references/configuration.md",{"path":715,"priority":275},"references/gemini-cli-integration.md",{"path":717,"priority":275},"references/mcp-protocol.md",{"path":719,"priority":286},"scripts/.env.example",{"path":378,"priority":286},{"path":722,"priority":286},"scripts/cli.ts",{"path":724,"priority":286},"scripts/mcp-client.ts",{"path":406,"priority":286},{"path":727,"priority":286},"scripts/tsconfig.json",{"basePath":729,"description":730,"displayName":731,"installMethods":732,"rationale":733,"selectedPaths":734,"source":307,"sourceLanguage":18,"type":248},".claude/skills/media-processing","Process media with FFmpeg (video/audio), ImageMagick (images), RMBG (AI background removal). Use for encoding, format conversion, filters, thumbnails, batch processing, HLS/DASH streaming.","media-processing",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/media-processing/SKILL.md",[735,736,738,740,742,744,746,748,750,752,754,755,757,759,761,763,765,766,767,768,770,772,774],{"path":271,"priority":272},{"path":737,"priority":275},"references/common-workflows.md",{"path":739,"priority":275},"references/ffmpeg-encoding.md",{"path":741,"priority":275},"references/ffmpeg-filters.md",{"path":743,"priority":275},"references/ffmpeg-streaming.md",{"path":745,"priority":275},"references/format-compatibility.md",{"path":747,"priority":275},"references/imagemagick-batch.md",{"path":749,"priority":275},"references/imagemagick-editing.md",{"path":751,"priority":275},"references/rmbg-background-removal.md",{"path":753,"priority":275},"references/troubleshooting.md",{"path":380,"priority":286},{"path":756,"priority":286},"scripts/batch-remove-background.sh",{"path":758,"priority":286},"scripts/batch_resize.py",{"path":760,"priority":286},"scripts/media_convert.py",{"path":762,"priority":286},"scripts/remove-background.sh",{"path":764,"priority":286},"scripts/remove-bg-node.js",{"path":296,"priority":286},{"path":298,"priority":286},{"path":300,"priority":286},{"path":769,"priority":286},"scripts/tests/test_batch_resize.py",{"path":771,"priority":286},"scripts/tests/test_media_convert.py",{"path":773,"priority":286},"scripts/tests/test_video_optimize.py",{"path":775,"priority":286},"scripts/video_optimize.py",{"basePath":777,"description":778,"displayName":779,"installMethods":780,"rationale":781,"selectedPaths":782,"source":307,"sourceLanguage":18,"type":248},".claude/skills/mobile-development","Build mobile apps with React Native, Flutter, Swift/SwiftUI, Kotlin/Jetpack Compose. Use for iOS/Android, mobile UX, performance optimization, offline-first, app store deployment.","mobile-development",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/mobile-development/SKILL.md",[783,784,786,788,790,792,794],{"path":271,"priority":272},{"path":785,"priority":275},"references/mobile-android.md",{"path":787,"priority":275},"references/mobile-best-practices.md",{"path":789,"priority":275},"references/mobile-debugging.md",{"path":791,"priority":275},"references/mobile-frameworks.md",{"path":793,"priority":275},"references/mobile-ios.md",{"path":795,"priority":275},"references/mobile-mindset.md",{"basePath":797,"description":798,"displayName":799,"installMethods":800,"rationale":801,"selectedPaths":802,"source":307,"sourceLanguage":18,"type":248},".claude/skills/payment-integration","Integrate payments with SePay (VietQR), Polar, Stripe, Paddle (MoR subscriptions), Creem.io (licensing). Checkout, webhooks, subscriptions, QR codes, multi-provider orders.","payment-integration",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/payment-integration/SKILL.md",[803,804,805,807,809,811,813,815,817,819,821,823,825,827,829,831,833,834,836,837,839,841],{"path":271,"priority":272},{"path":709,"priority":550},{"path":806,"priority":275},"references/polar/benefits.md",{"path":808,"priority":275},"references/polar/best-practices.md",{"path":810,"priority":275},"references/polar/checkouts.md",{"path":812,"priority":275},"references/polar/overview.md",{"path":814,"priority":275},"references/polar/products.md",{"path":816,"priority":275},"references/polar/sdk.md",{"path":818,"priority":275},"references/polar/subscriptions.md",{"path":820,"priority":275},"references/polar/webhooks.md",{"path":822,"priority":275},"references/sepay/api.md",{"path":824,"priority":275},"references/sepay/best-practices.md",{"path":826,"priority":275},"references/sepay/overview.md",{"path":828,"priority":275},"references/sepay/qr-codes.md",{"path":830,"priority":275},"references/sepay/sdk.md",{"path":832,"priority":275},"references/sepay/webhooks.md",{"path":719,"priority":286},{"path":835,"priority":286},"scripts/checkout-helper.js",{"path":406,"priority":286},{"path":838,"priority":286},"scripts/polar-webhook-verify.js",{"path":840,"priority":286},"scripts/sepay-webhook-verify.js",{"path":842,"priority":286},"scripts/test-scripts.js",{"basePath":844,"description":845,"displayName":846,"installMethods":847,"rationale":848,"selectedPaths":849,"source":307,"sourceLanguage":18,"type":248},".claude/skills/problem-solving","Apply systematic problem-solving techniques when stuck. Use for complexity spirals, innovation blocks, recurring patterns, assumption constraints, simplification cascades, scale uncertainty.","problem-solving",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/problem-solving/SKILL.md",[850,851,853,855,857,859,861,863],{"path":271,"priority":272},{"path":852,"priority":275},"references/attribution.md",{"path":854,"priority":275},"references/collision-zone-thinking.md",{"path":856,"priority":275},"references/inversion-exercise.md",{"path":858,"priority":275},"references/meta-pattern-recognition.md",{"path":860,"priority":275},"references/scale-game.md",{"path":862,"priority":275},"references/simplification-cascades.md",{"path":864,"priority":275},"references/when-stuck.md",{"basePath":866,"description":867,"displayName":868,"installMethods":869,"rationale":870,"selectedPaths":871,"source":307,"sourceLanguage":18,"type":248},".claude/skills/repomix","Pack repositories into AI-friendly files with Repomix (XML, Markdown, plain text). Use for codebase snapshots, LLM context preparation, security audits, third-party library analysis.","repomix",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/repomix/SKILL.md",[872,873,874,876,877,878,880,882,883],{"path":271,"priority":272},{"path":713,"priority":275},{"path":875,"priority":275},"references/usage-patterns.md",{"path":285,"priority":286},{"path":380,"priority":286},{"path":879,"priority":286},"scripts/repomix_batch.py",{"path":881,"priority":286},"scripts/repos.example.json",{"path":296,"priority":286},{"path":884,"priority":286},"scripts/tests/test_repomix_batch.py",{"basePath":886,"description":887,"displayName":888,"installMethods":889,"rationale":890,"selectedPaths":891,"source":307,"sourceLanguage":18,"type":248},".claude/skills/research","Research technical solutions, analyze architectures, gather requirements thoroughly. Use for technology evaluation, best practices research, solution design, scalability/security/maintainability analysis.","research",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/research/SKILL.md",[892],{"path":271,"priority":272},{"basePath":894,"description":895,"displayName":896,"installMethods":897,"rationale":898,"selectedPaths":899,"source":307,"sourceLanguage":18,"type":248},".claude/skills/sequential-thinking","Apply step-by-step analysis for complex problems with revision capability. Use for multi-step reasoning, hypothesis verification, adaptive planning, problem decomposition, course correction.","sequential-thinking",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/sequential-thinking/SKILL.md",[900,901,902,904,906,908,910,912,914,916],{"path":271,"priority":272},{"path":709,"priority":550},{"path":903,"priority":275},"references/advanced-strategies.md",{"path":905,"priority":275},"references/advanced-techniques.md",{"path":907,"priority":275},"references/core-patterns.md",{"path":909,"priority":275},"references/examples-api.md",{"path":911,"priority":275},"references/examples-architecture.md",{"path":913,"priority":275},"references/examples-debug.md",{"path":915,"priority":286},"scripts/format-thought.js",{"path":917,"priority":286},"scripts/process-thought.js",{"basePath":919,"description":920,"displayName":921,"installMethods":922,"rationale":923,"selectedPaths":924,"source":307,"sourceLanguage":18,"type":248},".claude/skills/shopify","Build Shopify apps, extensions, themes with Shopify CLI. Use for GraphQL/REST APIs, Polaris UI, Liquid templates, checkout customization, webhooks, billing integration.","shopify",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/shopify/SKILL.md",[925,926,927,929,931,933,934,935,937,938],{"path":271,"priority":272},{"path":709,"priority":550},{"path":928,"priority":275},"references/app-development.md",{"path":930,"priority":275},"references/extensions.md",{"path":932,"priority":275},"references/themes.md",{"path":285,"priority":286},{"path":296,"priority":286},{"path":936,"priority":286},"scripts/shopify_init.py",{"path":298,"priority":286},{"path":939,"priority":286},"scripts/tests/test_shopify_init.py",{"basePath":941,"description":942,"displayName":943,"installMethods":944,"rationale":945,"selectedPaths":946,"source":307,"sourceLanguage":18,"type":248},".claude/skills/skill-creator","Create or update Claude skills with eval-driven iteration. Use for new skills, skill scripts, references, benchmark optimization, description optimization, eval testing, extending Claude's capabilities.","skill-creator",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/skill-creator/SKILL.md",[947,948,949,951,953],{"path":271,"priority":272},{"path":549,"priority":550},{"path":950,"priority":286},"scripts/init_skill.py",{"path":952,"priority":286},"scripts/package_skill.py",{"path":954,"priority":286},"scripts/quick_validate.py",{"basePath":956,"description":957,"displayName":958,"installMethods":959,"rationale":960,"selectedPaths":961,"source":307,"sourceLanguage":963,"type":248},".claude/skills/template-skill","Replace with description of the skill and when Claude should use it.","template-skill",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/template-skill/SKILL.md",[962],{"path":271,"priority":272},"fr",{"basePath":965,"description":966,"displayName":967,"installMethods":968,"rationale":969,"selectedPaths":970,"source":307,"sourceLanguage":18,"type":248},".claude/skills/threejs","Build 3D web apps with Three.js (WebGL/WebGPU). 556 searchable examples, 60 API classes, 20 use cases. Actions: create 3D scene, load model, add animation, implement physics, build VR/XR. Topics: GLTF loader, PBR materials, particle effects, shadows, post-processing, compute shaders, TSL. Integrations: WebGPU, physics engines, spatial audio.","threejs",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/threejs/SKILL.md",[971,972,974,976,978,980,982,984,986,988,990,992,994,996,998,1000,1002],{"path":271,"priority":272},{"path":973,"priority":275},"references/01-getting-started.md",{"path":975,"priority":275},"references/02-loaders.md",{"path":977,"priority":275},"references/03-textures.md",{"path":979,"priority":275},"references/04-cameras.md",{"path":981,"priority":275},"references/05-lights.md",{"path":983,"priority":275},"references/06-animations.md",{"path":985,"priority":275},"references/07-math.md",{"path":987,"priority":275},"references/08-interaction.md",{"path":989,"priority":275},"references/09-postprocessing.md",{"path":991,"priority":275},"references/10-controls.md",{"path":993,"priority":275},"references/11-materials-advanced.md",{"path":995,"priority":275},"references/12-performance.md",{"path":997,"priority":275},"references/13-node-materials.md",{"path":999,"priority":275},"references/14-physics-vr.md",{"path":1001,"priority":275},"references/15-specialized-loaders.md",{"path":1003,"priority":275},"references/16-webgpu.md",{"basePath":1005,"description":1006,"displayName":1007,"installMethods":1008,"rationale":1009,"selectedPaths":1010,"source":307,"sourceLanguage":18,"type":248},".claude/skills/ui-styling","Style UIs with shadcn/ui components (Radix UI + Tailwind CSS). Use for accessible components, themes, dark mode, responsive layouts, design systems, color customization.","ui-styling",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/ui-styling/SKILL.md",[1011,1012,1013,1015,1017,1019,1021,1023,1025,1027,1028,1029,1031,1033,1035,1036,1038],{"path":271,"priority":272},{"path":549,"priority":550},{"path":1014,"priority":275},"references/canvas-design-system.md",{"path":1016,"priority":275},"references/shadcn-accessibility.md",{"path":1018,"priority":275},"references/shadcn-components.md",{"path":1020,"priority":275},"references/shadcn-theming.md",{"path":1022,"priority":275},"references/tailwind-customization.md",{"path":1024,"priority":275},"references/tailwind-responsive.md",{"path":1026,"priority":275},"references/tailwind-utilities.md",{"path":285,"priority":286},{"path":296,"priority":286},{"path":1030,"priority":286},"scripts/shadcn_add.py",{"path":1032,"priority":286},"scripts/tailwind_config_gen.py",{"path":1034,"priority":286},"scripts/tests/coverage-ui.json",{"path":300,"priority":286},{"path":1037,"priority":286},"scripts/tests/test_shadcn_add.py",{"path":1039,"priority":286},"scripts/tests/test_tailwind_config_gen.py",{"basePath":1041,"description":1042,"displayName":1043,"installMethods":1044,"rationale":1045,"selectedPaths":1046,"source":307,"sourceLanguage":18,"type":248},".claude/skills/ui-ux-pro-max","UI/UX design intelligence for web and mobile. Includes 50+ styles, 161 color palettes, 57 font pairings, 161 product types, 99 UX guidelines, and 25 chart types across 10 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, and HTML/CSS). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, and check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, and mobile app. Elements: button, modal, navbar, sidebar, card, table, form, and chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, and flat design. Topics: color systems, accessibility, animation, layout, typography, font pairing, spacing, interaction states, shadow, and gradient. Integrations: shadcn/ui MCP for component search and examples.","ui-ux-pro-max",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/ui-ux-pro-max/SKILL.md",[1047,1048,1050],{"path":271,"priority":272},{"path":1049,"priority":286},"scripts/core.py",{"path":1051,"priority":286},"scripts/search.py",{"basePath":1053,"description":1054,"displayName":1055,"installMethods":1056,"rationale":1057,"selectedPaths":1058,"source":307,"sourceLanguage":18,"type":248},".claude/skills/web-frameworks","Build with Next.js (App Router, RSC, SSR, ISR), Turborepo monorepos. Use for React apps, server rendering, build optimization, caching strategies, shared dependencies.","web-frameworks",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/web-frameworks/SKILL.md",[1059,1060,1062,1064,1066,1068,1070,1072,1074,1076,1077,1078,1080,1081,1083,1084,1086,1088],{"path":271,"priority":272},{"path":1061,"priority":275},"references/nextjs-app-router.md",{"path":1063,"priority":275},"references/nextjs-data-fetching.md",{"path":1065,"priority":275},"references/nextjs-optimization.md",{"path":1067,"priority":275},"references/nextjs-server-components.md",{"path":1069,"priority":275},"references/remix-icon-integration.md",{"path":1071,"priority":275},"references/turborepo-caching.md",{"path":1073,"priority":275},"references/turborepo-pipelines.md",{"path":1075,"priority":275},"references/turborepo-setup.md",{"path":285,"priority":286},{"path":556,"priority":286},{"path":1079,"priority":286},"scripts/nextjs_init.py",{"path":296,"priority":286},{"path":1082,"priority":286},"scripts/tests/coverage-web.json",{"path":300,"priority":286},{"path":1085,"priority":286},"scripts/tests/test_nextjs_init.py",{"path":1087,"priority":286},"scripts/tests/test_turborepo_migrate.py",{"path":1089,"priority":286},"scripts/turborepo_migrate.py",{"sources":1091},[1092],"manual",{"closedIssues90d":8,"description":1094,"forks":235,"homepage":1095,"openIssues90d":8,"pushedAt":238,"readmeSize":233,"stars":239,"topics":1096},"Made an shadcn/ui admin for Laravel with 🤍 ","https://shadcn-admin.binjuhor.com",[1097,1098,1099,1100,1101,1102,1103,1104],"admin","admin-dashboard","admin-panel","laravel","laravelcrud","reactjs","shadcn","laravel12",{"classifiedAt":1106,"discoverAt":1107,"extractAt":1108,"githubAt":1108,"updatedAt":1106},1778683069982,1778683063784,1778683068095,[218,216,214,217,215,219,13],{"evaluatedAt":243,"extractAt":1111,"updatedAt":243},1778683070339,[],[1114,1143,1173,1202,1225,1253],{"_creationTime":1115,"_id":1116,"community":1117,"display":1118,"identity":1124,"providers":1128,"relations":1137,"tags":1139,"workflow":1140},1778696993586.709,"k17aycy7jw739x4kvwp61kpwps86mx7x",{"reviewCount":8},{"description":1119,"installMethods":1120,"name":1122,"sourceUrl":1123},"Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or from other data sources; or convert between tabular file formats. Trigger especially when the user references a spreadsheet file by name or path — even casually (like \"the xlsx in my downloads\") — and wants something done to it or produced from it. Also trigger for cleaning or restructuring messy tabular data files (malformed rows, misplaced headers, junk data) into proper spreadsheets. The deliverable must be a spreadsheet file. Do NOT trigger when the primary deliverable is a Word document, HTML report, standalone Python script, database pipeline, or Google Sheets API integration, even if tabular data is involved.",{"claudeCode":1121},"SeifBenayed/claude-code-sdk","XLSX Skill","https://github.com/SeifBenayed/claude-code-sdk",{"basePath":1125,"githubOwner":1126,"githubRepo":1127,"locale":18,"slug":13,"type":248},".claude/skills/xlsx","SeifBenayed","claude-code-sdk",{"evaluate":1129,"extract":1135},{"promptVersionExtension":207,"promptVersionScoring":208,"score":1130,"tags":1131,"targetMarket":220,"tier":1134},96,[215,13,218,1132,1133,214],"data-cleaning","data-transformation","verified",{"commitSha":254,"license":1136},"MIT",{"repoId":1138},"kd78s53c1852h5p7c3qem663xs86njab",[218,1132,1133,214,215,13],{"evaluatedAt":1141,"extractAt":1142,"updatedAt":1141},1778697270113,1778696993586,{"_creationTime":1144,"_id":1145,"community":1146,"display":1147,"identity":1153,"providers":1157,"relations":1166,"tags":1169,"workflow":1170},1778692159341.6687,"k179s5rhxtjfkzzebctesyezcs86m5ck",{"reviewCount":8},{"description":1148,"installMethods":1149,"name":1151,"sourceUrl":1152},"Toolkit for comprehensive Spreadsheet reading, creation, editing, and analysis with visual quality control. Use to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing tabular data, (3) Modifying existing spreadsheets while preserving formulas, (4) Building financial models with proper formatting, (5) Data visualization with in-sheet charts, or any other spreadsheet tasks.",{"claudeCode":1150},"lawvable/awesome-legal-skills","xlsx-processing-openai","https://github.com/lawvable/awesome-legal-skills",{"basePath":1154,"githubOwner":1155,"githubRepo":1156,"locale":18,"slug":1151,"type":248},"skills/xlsx-processing-openai","lawvable","awesome-legal-skills",{"evaluate":1158,"extract":1165},{"promptVersionExtension":207,"promptVersionScoring":208,"score":1159,"tags":1160,"targetMarket":220,"tier":1164},85,[215,214,13,218,1161,1162,216,1163],"pandas","openpyxl","data-visualization","community",{"commitSha":254},{"parentExtensionId":1167,"repoId":1168},"k17avtsenrhavq2g50wpg3sjj186naa8","kd7334qxfqk8gjtm28t64b58cn86nkk0",[218,216,1163,214,1162,1161,215,13],{"evaluatedAt":1171,"extractAt":1172,"updatedAt":1171},1778694052634,1778692159341,{"_creationTime":1174,"_id":1175,"community":1176,"display":1177,"identity":1183,"providers":1188,"relations":1195,"tags":1198,"workflow":1199},1778691104676.0076,"k17bs66raa8vz3q5ysjnzhtvc586m7j3",{"reviewCount":8},{"description":1178,"installMethods":1179,"name":1181,"sourceUrl":1182},"Generate CSV, Markdown, and XLSX spreadsheets from structured tabular data.",{"claudeCode":1180},"iterationlayer/skills","Spreadsheet Generation API","https://github.com/iterationlayer/skills",{"basePath":1184,"githubOwner":1185,"githubRepo":1186,"locale":18,"slug":1187,"type":248},"skills/sheet-generation-api","iterationlayer","skills","sheet-generation-api",{"evaluate":1189,"extract":1194},{"promptVersionExtension":207,"promptVersionScoring":208,"score":1190,"tags":1191,"targetMarket":220,"tier":1134},100,[215,218,13,1192,1193],"markdown","data-generation",{"commitSha":254,"license":1136},{"parentExtensionId":1196,"repoId":1197},"k1721s0xmp59902ybtpakrrffn86n10s","kd76p4g2qmtrkgx99cnab3683d86n4g8",[218,1193,1192,215,13],{"evaluatedAt":1200,"extractAt":1201,"updatedAt":1200},1778693905213,1778691104676,{"_creationTime":1203,"_id":1204,"community":1205,"display":1206,"identity":1210,"providers":1214,"relations":1219,"tags":1221,"workflow":1222},1778691799740.5,"k177431gesn160acawjvcrhn7d86n4j7",{"reviewCount":8},{"description":1119,"installMethods":1207,"name":13,"sourceUrl":1209},{"claudeCode":1208},"K-Dense-AI/claude-scientific-skills","https://github.com/K-Dense-AI/claude-scientific-skills",{"basePath":1211,"githubOwner":1212,"githubRepo":1213,"locale":18,"slug":13,"type":248},"scientific-skills/xlsx","K-Dense-AI","claude-scientific-skills",{"evaluate":1215,"extract":1218},{"promptVersionExtension":207,"promptVersionScoring":208,"score":1216,"tags":1217,"targetMarket":220,"tier":1164},75,[214,215,216,217,218,13],{"commitSha":254},{"repoId":1220},"kd79rphh5gexy91xmpxc05h5mh86mm9r",[218,216,214,217,215,13],{"evaluatedAt":1223,"extractAt":1224,"updatedAt":1223},1778694829808,1778691799740,{"_creationTime":1226,"_id":1227,"community":1228,"display":1229,"identity":1235,"providers":1239,"relations":1246,"tags":1249,"workflow":1250},1778695548458.3613,"k17dx6tyy2yb3z5pp1vgmg46ad86nm18",{"reviewCount":8},{"description":1230,"installMethods":1231,"name":1233,"sourceUrl":1234},"Fit cognitive drift-diffusion models (Ratcliff DDM) to reaction time and accuracy data with parameter estimation (drift rate, boundary separation, non-decision time), model comparison, and parameter recovery validation. Use when modeling binary decision-making with reaction time data, estimating cognitive parameters from experimental data, comparing sequential sampling model variants, or decomposing speed-accuracy tradeoff effects into latent cognitive components.\n",{"claudeCode":1232},"pjt222/agent-almanac","fit-drift-diffusion-model","https://github.com/pjt222/agent-almanac",{"basePath":1236,"githubOwner":1237,"githubRepo":1238,"locale":18,"slug":1233,"type":248},"skills/fit-drift-diffusion-model","pjt222","agent-almanac",{"evaluate":1240,"extract":1245},{"promptVersionExtension":207,"promptVersionScoring":208,"score":1190,"tags":1241,"targetMarket":220,"tier":1134},[1242,1243,1244,217,216],"cognitive-science","modeling","statistics",{"commitSha":254},{"parentExtensionId":1247,"repoId":1248},"k170h0janaa9kwn7cfgfz2ykss86mmh9","kd7aryv63z61j39n2td1aeqkvh86mh12",[1242,216,1243,217,1244],{"evaluatedAt":1251,"extractAt":1252,"updatedAt":1251},1778698191612,1778695548458,{"_creationTime":1254,"_id":1255,"community":1256,"display":1257,"identity":1261,"providers":1263,"relations":1272,"tags":1273,"workflow":1274},1778691104676.003,"k1793fj4jxnk0akkfexxz12e7x86ma7r",{"reviewCount":8},{"description":1258,"installMethods":1259,"name":1260,"sourceUrl":1182},"Generate an XLSX timesheet with logged hours, hourly rates, per-entry amount formulas, and totals for client billing or payroll.",{"claudeCode":1180},"generate-timesheet-export",{"basePath":1262,"githubOwner":1185,"githubRepo":1186,"locale":18,"slug":1260,"type":248},"skills/generate-timesheet-export",{"evaluate":1264,"extract":1271},{"promptVersionExtension":207,"promptVersionScoring":208,"score":1265,"tags":1266,"targetMarket":220,"tier":1134},99,[215,13,1267,1268,1269,1270],"billing","payroll","timesheet","export",{"commitSha":254},{"parentExtensionId":1196,"repoId":1197},[1267,1270,1268,215,1269,13],{"evaluatedAt":1275,"extractAt":1201,"updatedAt":1275},1778693507925]