[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-binjuhor-devops-zh-CN":3,"guides-for-binjuhor-devops":1108,"similar-k179ew556ykcvqp5e6tqnakwps86m5d4-zh-CN":1109},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":240,"isFallback":225,"parentExtension":245,"providers":246,"relations":251,"repo":253,"tags":1105,"workflow":1106},1778683070339.0781,"k179ew556ykcvqp5e6tqnakwps86m5d4",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Deploy to Cloudflare (Workers, R2, D1), Docker, GCP (Cloud Run, GKE), Kubernetes (kubectl, Helm). Use for serverless, containers, CI/CD, GitOps, security audit.",{"claudeCode":12},"binjuhor/shadcn-lar","devops","https://github.com/binjuhor/shadcn-lar",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":223,"workflow":238},1778683199076.8535,"kn76eray4zd2xvqkv070396brh86nxax","en",{"checks":20,"evaluatedAt":193,"extensionSummary":194,"features":195,"nonGoals":201,"promptVersionExtension":205,"promptVersionScoring":206,"purpose":207,"rationale":208,"score":209,"summary":210,"tags":211,"targetMarket":216,"tier":217,"useCases":218},[21,26,29,32,36,39,43,48,51,54,58,62,65,69,72,75,78,81,84,87,91,95,99,103,107,110,113,116,120,123,126,130,133,136,139,143,147,151,154,158,161,164,167,170,174,177,180,183,186,190],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of deploying and managing cloud infrastructure across multiple platforms, naming specific services and use cases.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill provides a unified interface for complex deployment tasks across diverse cloud platforms, offering significant value over individual CLIs.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill covers a comprehensive set of DevOps tasks across multiple platforms, suitable for production workflows.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses on the domain of cloud infrastructure deployment and management, covering related tools and workflows coherently.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's capabilities as detailed in the SKILL.md, covering deployment targets and use cases concisely.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill interfaces with platform-specific CLIs, acting as a higher-level orchestrator rather than exposing a single generalist command.",{"category":44,"check":45,"severity":46,"summary":47},"Documentation","Configuration & parameter reference","not_applicable","The skill does not appear to have explicit configuration parameters or options beyond the environment variables managed by the underlying CLIs, making this check not applicable.",{"category":33,"check":49,"severity":46,"summary":50},"Tool naming","The skill itself does not expose user-facing tools or commands; it orchestrates external CLIs, thus this check is not applicable.",{"category":33,"check":52,"severity":46,"summary":53},"Minimal I/O surface","The skill acts as an orchestrator for other tools and does not define its own parameter schema or response shape, making this check not applicable.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The MIT license is clearly declared in the SKILL.md frontmatter and aligns with common permissive open-source practices.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The last commit was on 2026-05-12, which is within the last 3 months.",{"category":59,"check":63,"severity":46,"summary":64},"Dependency Management","The skill does not appear to have direct third-party Python dependencies beyond testing libraries, and relies on external CLIs for its functionality.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The skill itself does not handle secrets; it delegates to CLIs that manage secrets via environment variables or dedicated configuration, adhering to best practices.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill orchestrates external CLIs and does not directly process or execute untrusted data as instructions.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill relies on pre-installed CLIs and does not fetch or execute external code at runtime.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill executes external CLI commands; it does not appear to perform operations outside of the user's project directory or the expected scope of CLI tools.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached process spawns or retry loops around denied tool calls were detected in the skill's logic.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill orchestrates standard CLI tools and does not include instructions for reading or submitting confidential data to third parties.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled SKILL.md and other prose files appear to be free of hidden steering tricks, control characters, or invisible Unicode sequences.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill's logic is written in plain Python and does not involve obfuscated code, base64 payloads, or runtime code fetching.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill assumes standard CLI tool availability and a project structure typical for such tools, with no OS-specific paths or rigid layout requirements.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","There are no open issues from the last 90 days, indicating active maintenance or no recent user-reported problems.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","A meaningful semver version (2.0.0) is declared in the SKILL.md frontmatter.",{"category":104,"check":105,"severity":24,"summary":106},"Code Execution","Validation","The skill orchestrates external CLIs and does not handle user input directly, relying on the CLIs for validation.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The skill primarily orchestrates CLI commands; destructive operations are managed by those CLIs, which typically have their own safety mechanisms or prompts.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","The skill includes robust error handling for CLI execution, reporting issues and raising custom exceptions for clarity.",{"category":104,"check":114,"severity":46,"summary":115},"Logging","The skill focuses on orchestrating CLI commands and does not perform actions that typically require local audit logging; it relies on the verbose output of the CLIs themselves.",{"category":117,"check":118,"severity":24,"summary":119},"Compliance","GDPR","The skill orchestrates CLI tools and does not directly process or handle personal data.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The skill is a general DevOps tool applicable globally and does not exhibit any regional or jurisdictional limitations.",{"category":92,"check":124,"severity":24,"summary":125},"Runtime stability","The skill relies on standard Python libraries and external CLIs, making it portable across POSIX-compliant systems.",{"category":44,"check":127,"severity":128,"summary":129},"README","info","The project includes a README, but it pertains to a Laravel application and not the DevOps skill itself, rendering it irrelevant for the skill's documentation.",{"category":33,"check":131,"severity":46,"summary":132},"Tool surface size","This is a single-purpose skill that orchestrates external commands, rather than exposing multiple distinct tools.",{"category":40,"check":134,"severity":46,"summary":135},"Overlapping near-synonym tools","The skill acts as a single orchestrator and does not expose multiple tools with overlapping functionality.",{"category":44,"check":137,"severity":24,"summary":138},"Phantom features","All advertised capabilities of the skill (deployment, environment handling) are directly implemented through wrangler CLI orchestration.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","The SKILL.md clearly states the requirement for the wrangler CLI and provides examples for invocation.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","The skill provides clear, actionable error messages for validation failures, CLI command execution errors, and dependency issues.",{"category":148,"check":149,"severity":46,"summary":150},"Execution","Pinned dependencies","The skill has no direct Python dependencies requiring pinning, relying instead on external CLIs.",{"category":33,"check":152,"severity":24,"summary":153},"Dry-run preview","The skill supports a `--dry-run` flag that leverages wrangler's equivalent functionality, allowing preview of deployment actions.",{"category":155,"check":156,"severity":46,"summary":157},"Protocol","Idempotent retry & timeouts","The skill orchestrates CLI commands and does not perform remote calls or state-changing operations directly, making this check not applicable.",{"category":117,"check":159,"severity":24,"summary":160},"Telemetry opt-in","The skill does not emit any telemetry; it relies on the behavior of the wrangler CLI.",{"category":40,"check":162,"severity":24,"summary":163},"Precise Purpose","The SKILL.md and description clearly define the skill's purpose (Cloudflare Worker deployment) and usage context (specific environments, dry-run).",{"category":40,"check":165,"severity":24,"summary":166},"Concise Frontmatter","The SKILL.md frontmatter is concise and effectively summarizes the core capability and usage.",{"category":44,"check":168,"severity":24,"summary":169},"Concise Body","The SKILL.md body is well-structured and avoids unnecessary verbosity, delegating detailed information to reference files.",{"category":171,"check":172,"severity":24,"summary":173},"Context","Progressive Disclosure","Detailed platform information and API references are provided in separate markdown files, linked from the main SKILL.md.",{"category":171,"check":175,"severity":46,"summary":176},"Forked exploration","The skill orchestrates CLI commands and does not involve deep exploration or code review requiring a forked context.",{"category":22,"check":178,"severity":24,"summary":179},"Usage examples","The SKILL.md provides clear examples for deploying to different environments and performing dry runs.",{"category":22,"check":181,"severity":24,"summary":182},"Edge cases","The skill handles edge cases like missing CLIs, invalid project paths, and command failures with clear error messages and recovery suggestions.",{"category":104,"check":184,"severity":46,"summary":185},"Tool Fallback","The skill relies solely on the wrangler CLI and does not have fallback mechanisms for external tools.",{"category":187,"check":188,"severity":24,"summary":189},"Safety","Halt on unexpected state","The skill validates project prerequisites and CLI availability, halting execution with informative errors if unexpected states are encountered.",{"category":92,"check":191,"severity":24,"summary":192},"Cross-skill coupling","The skill is self-contained and orchestrates the wrangler CLI without implicit reliance on other skills.",1778683198938,"This skill automates Cloudflare Worker deployments using the wrangler CLI, supporting different environments and dry runs. It validates prerequisites and provides clear error handling.",[196,197,198,199,200],"Automated Cloudflare Worker deployments","Support for multiple environments (production, staging, dev)","Dry-run capability for previewing deployments","Project validation and wrangler CLI check","Clear error handling and reporting",[202,203,204],"Managing Cloudflare account settings","Writing or debugging Worker code itself","Interacting with non-Cloudflare services","3.0.0","4.4.0","Automate the deployment of Cloudflare Workers to various environments, streamlining the CI/CD process.","All checks passed with high severity, indicating a well-implemented and documented skill.",100,"A robust and well-documented skill for automating Cloudflare Worker deployments.",[212,213,13,214,215],"deployment","cloudflare","automation","cli","global","verified",[219,220,221,222],"Deploying new Cloudflare Worker versions to production","Testing deployments in a staging environment","Previewing deployment changes before applying them","Automating deployments within a CI/CD pipeline",{"codeQuality":224,"collectedAt":226,"documentation":227,"maintenance":230,"security":236,"testCoverage":237},{"hasLockfile":225},true,1778683178221,{"descriptionLength":228,"readmeSize":229},160,7699,{"closedIssues90d":8,"forks":231,"hasChangelog":232,"manifestVersion":233,"openIssues90d":8,"pushedAt":234,"stars":235},25,false,"2.0.0",1778584470000,80,{"hasNpmPackage":232,"smitheryVerified":232},{"hasCi":232,"hasTests":225},{"updatedAt":239},1778683199076,{"basePath":241,"githubOwner":242,"githubRepo":243,"locale":18,"slug":13,"type":244},".claude/skills/devops","binjuhor","shadcn-lar","skill",null,{"evaluate":247,"extract":249},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":248,"targetMarket":216,"tier":217},[212,213,13,214,215],{"commitSha":250},"HEAD",{"repoId":252},"kd7b04jshnqyx91sq3jrqtm56s86mmmq",{"_creationTime":254,"_id":252,"identity":255,"providers":256,"workflow":1101},1778683063784.6934,{"githubOwner":242,"githubRepo":243,"sourceUrl":14},{"classify":257,"discover":1086,"github":1089},{"commitSha":250,"extensions":258},[259,304,334,357,411,425,466,503,533,564,593,615,624,664,672,680,696,724,772,792,839,861,881,889,914,936,951,960,1000,1036,1048],{"basePath":260,"description":261,"displayName":262,"installMethods":263,"rationale":264,"selectedPaths":265,"source":303,"sourceLanguage":18,"type":244},".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",[266,269,272,274,276,278,280,283,285,287,289,291,293,295,297,299,301],{"path":267,"priority":268},"SKILL.md","mandatory",{"path":270,"priority":271},"references/audio-processing.md","medium",{"path":273,"priority":271},"references/image-generation.md",{"path":275,"priority":271},"references/video-analysis.md",{"path":277,"priority":271},"references/video-generation.md",{"path":279,"priority":271},"references/vision-understanding.md",{"path":281,"priority":282},"scripts/.coverage","low",{"path":284,"priority":282},"scripts/check_setup.py",{"path":286,"priority":282},"scripts/document_converter.py",{"path":288,"priority":282},"scripts/gemini_batch_process.py",{"path":290,"priority":282},"scripts/media_optimizer.py",{"path":292,"priority":282},"scripts/requirements.txt",{"path":294,"priority":282},"scripts/tests/.coverage",{"path":296,"priority":282},"scripts/tests/requirements.txt",{"path":298,"priority":282},"scripts/tests/test_document_converter.py",{"path":300,"priority":282},"scripts/tests/test_gemini_batch_process.py",{"path":302,"priority":282},"scripts/tests/test_media_optimizer.py","rule",{"basePath":305,"description":306,"displayName":307,"installMethods":308,"rationale":309,"selectedPaths":310,"source":303,"sourceLanguage":18,"type":244},".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",[311,312,314,316,318,320,322,324,326,328,330,332],{"path":267,"priority":268},{"path":313,"priority":271},"references/backend-api-design.md",{"path":315,"priority":271},"references/backend-architecture.md",{"path":317,"priority":271},"references/backend-authentication.md",{"path":319,"priority":271},"references/backend-code-quality.md",{"path":321,"priority":271},"references/backend-debugging.md",{"path":323,"priority":271},"references/backend-devops.md",{"path":325,"priority":271},"references/backend-mindset.md",{"path":327,"priority":271},"references/backend-performance.md",{"path":329,"priority":271},"references/backend-security.md",{"path":331,"priority":271},"references/backend-technologies.md",{"path":333,"priority":271},"references/backend-testing.md",{"basePath":335,"description":336,"displayName":337,"installMethods":338,"rationale":339,"selectedPaths":340,"source":303,"sourceLanguage":18,"type":244},".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",[341,342,344,346,348,350,351,353,354,355],{"path":267,"priority":268},{"path":343,"priority":271},"references/advanced-features.md",{"path":345,"priority":271},"references/database-integration.md",{"path":347,"priority":271},"references/email-password-auth.md",{"path":349,"priority":271},"references/oauth-providers.md",{"path":281,"priority":282},{"path":352,"priority":282},"scripts/better_auth_init.py",{"path":292,"priority":282},{"path":294,"priority":282},{"path":356,"priority":282},"scripts/tests/test_better_auth_init.py",{"basePath":358,"description":359,"displayName":360,"installMethods":361,"rationale":362,"selectedPaths":363,"source":303,"sourceLanguage":18,"type":244},".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",[364,365,367,369,371,373,375,377,379,381,383,385,387,389,391,393,395,397,399,401,403,405,407,409],{"path":267,"priority":268},{"path":366,"priority":271},"references/cdp-domains.md",{"path":368,"priority":271},"references/performance-guide.md",{"path":370,"priority":271},"references/puppeteer-reference.md",{"path":372,"priority":282},"scripts/.browser-session.json",{"path":374,"priority":282},"scripts/.gitignore",{"path":376,"priority":282},"scripts/README.md",{"path":378,"priority":282},"scripts/__tests__/selector.test.js",{"path":380,"priority":282},"scripts/aria-snapshot.js",{"path":382,"priority":282},"scripts/click.js",{"path":384,"priority":282},"scripts/console.js",{"path":386,"priority":282},"scripts/evaluate.js",{"path":388,"priority":282},"scripts/fill.js",{"path":390,"priority":282},"scripts/install-deps.sh",{"path":392,"priority":282},"scripts/install.sh",{"path":394,"priority":282},"scripts/lib/browser.js",{"path":396,"priority":282},"scripts/lib/selector.js",{"path":398,"priority":282},"scripts/navigate.js",{"path":400,"priority":282},"scripts/network.js",{"path":402,"priority":282},"scripts/package.json",{"path":404,"priority":282},"scripts/performance.js",{"path":406,"priority":282},"scripts/screenshot.js",{"path":408,"priority":282},"scripts/select-ref.js",{"path":410,"priority":282},"scripts/snapshot.js",{"basePath":412,"description":413,"displayName":414,"installMethods":415,"rationale":416,"selectedPaths":417,"source":303,"sourceLanguage":18,"type":244},".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",[418,419,421,423],{"path":267,"priority":268},{"path":420,"priority":271},"references/code-review-reception.md",{"path":422,"priority":271},"references/requesting-code-review.md",{"path":424,"priority":271},"references/verification-before-completion.md",{"basePath":426,"description":427,"displayName":428,"installMethods":429,"rationale":430,"selectedPaths":431,"source":303,"sourceLanguage":18,"type":244},".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",[432,433,435,437,439,441,443,445,447,449,450,452,454,456,457,459,460,462,464],{"path":267,"priority":268},{"path":434,"priority":271},"references/mongodb-aggregation.md",{"path":436,"priority":271},"references/mongodb-atlas.md",{"path":438,"priority":271},"references/mongodb-crud.md",{"path":440,"priority":271},"references/mongodb-indexing.md",{"path":442,"priority":271},"references/postgresql-administration.md",{"path":444,"priority":271},"references/postgresql-performance.md",{"path":446,"priority":271},"references/postgresql-psql-cli.md",{"path":448,"priority":271},"references/postgresql-queries.md",{"path":281,"priority":282},{"path":451,"priority":282},"scripts/db_backup.py",{"path":453,"priority":282},"scripts/db_migrate.py",{"path":455,"priority":282},"scripts/db_performance_check.py",{"path":292,"priority":282},{"path":458,"priority":282},"scripts/tests/coverage-db.json",{"path":296,"priority":282},{"path":461,"priority":282},"scripts/tests/test_db_backup.py",{"path":463,"priority":282},"scripts/tests/test_db_migrate.py",{"path":465,"priority":282},"scripts/tests/test_db_performance_check.py",{"basePath":241,"description":10,"displayName":13,"installMethods":467,"rationale":468,"selectedPaths":469,"source":303,"sourceLanguage":18,"type":244},{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/devops/SKILL.md",[470,471,473,475,477,479,481,483,485,487,489,491,493,495,497,498,499,501],{"path":267,"priority":268},{"path":472,"priority":271},"references/browser-rendering.md",{"path":474,"priority":271},"references/cloudflare-d1-kv.md",{"path":476,"priority":271},"references/cloudflare-platform.md",{"path":478,"priority":271},"references/cloudflare-r2-storage.md",{"path":480,"priority":271},"references/cloudflare-workers-advanced.md",{"path":482,"priority":271},"references/cloudflare-workers-apis.md",{"path":484,"priority":271},"references/cloudflare-workers-basics.md",{"path":486,"priority":271},"references/docker-basics.md",{"path":488,"priority":271},"references/docker-compose.md",{"path":490,"priority":271},"references/gcloud-platform.md",{"path":492,"priority":271},"references/gcloud-services.md",{"path":494,"priority":282},"scripts/cloudflare_deploy.py",{"path":496,"priority":282},"scripts/docker_optimize.py",{"path":292,"priority":282},{"path":296,"priority":282},{"path":500,"priority":282},"scripts/tests/test_cloudflare_deploy.py",{"path":502,"priority":282},"scripts/tests/test_docker_optimize.py",{"basePath":504,"description":505,"displayName":506,"installMethods":507,"rationale":508,"selectedPaths":509,"source":303,"sourceLanguage":18,"type":244},".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",[510,511,513,515,517,519,521,523,525,527,529,531],{"path":267,"priority":268},{"path":512,"priority":271},"references/advanced.md",{"path":514,"priority":271},"references/context7-patterns.md",{"path":516,"priority":271},"references/errors.md",{"path":518,"priority":282},"scripts/analyze-llms-txt.js",{"path":520,"priority":282},"scripts/detect-topic.js",{"path":522,"priority":282},"scripts/fetch-docs.js",{"path":524,"priority":282},"scripts/tests/run-tests.js",{"path":526,"priority":282},"scripts/tests/test-analyze-llms.js",{"path":528,"priority":282},"scripts/tests/test-detect-topic.js",{"path":530,"priority":282},"scripts/tests/test-fetch-docs.js",{"path":532,"priority":282},"scripts/utils/env-loader.js",{"basePath":534,"description":535,"displayName":536,"installMethods":537,"rationale":538,"selectedPaths":539,"source":303,"sourceLanguage":18,"type":244},".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",[540,541,544,546,548,550,552,554,556,558,560,562],{"path":267,"priority":268},{"path":542,"priority":543},"LICENSE.txt","high",{"path":545,"priority":271},"docx-js.md",{"path":547,"priority":271},"ooxml.md",{"path":549,"priority":282},"scripts/__init__.py",{"path":551,"priority":282},"scripts/document.py",{"path":553,"priority":282},"scripts/templates/comments.xml",{"path":555,"priority":282},"scripts/templates/commentsExtended.xml",{"path":557,"priority":282},"scripts/templates/commentsExtensible.xml",{"path":559,"priority":282},"scripts/templates/commentsIds.xml",{"path":561,"priority":282},"scripts/templates/people.xml",{"path":563,"priority":282},"scripts/utilities.py",{"basePath":565,"description":566,"displayName":567,"installMethods":568,"rationale":569,"selectedPaths":570,"source":303,"sourceLanguage":18,"type":244},".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",[571,572,573,575,577,579,581,583,585,587,589,591],{"path":267,"priority":268},{"path":542,"priority":543},{"path":574,"priority":271},"forms.md",{"path":576,"priority":271},"reference.md",{"path":578,"priority":282},"scripts/check_bounding_boxes.py",{"path":580,"priority":282},"scripts/check_bounding_boxes_test.py",{"path":582,"priority":282},"scripts/check_fillable_fields.py",{"path":584,"priority":282},"scripts/convert_pdf_to_images.py",{"path":586,"priority":282},"scripts/create_validation_image.py",{"path":588,"priority":282},"scripts/extract_form_field_info.py",{"path":590,"priority":282},"scripts/fill_fillable_fields.py",{"path":592,"priority":282},"scripts/fill_pdf_form_with_annotations.py",{"basePath":594,"description":595,"displayName":596,"installMethods":597,"rationale":598,"selectedPaths":599,"source":303,"sourceLanguage":18,"type":244},".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",[600,601,602,604,605,607,609,611,613],{"path":267,"priority":268},{"path":542,"priority":543},{"path":603,"priority":271},"html2pptx.md",{"path":547,"priority":271},{"path":606,"priority":282},"scripts/html2pptx.js",{"path":608,"priority":282},"scripts/inventory.py",{"path":610,"priority":282},"scripts/rearrange.py",{"path":612,"priority":282},"scripts/replace.py",{"path":614,"priority":282},"scripts/thumbnail.py",{"basePath":616,"description":617,"displayName":618,"installMethods":619,"rationale":620,"selectedPaths":621,"source":303,"sourceLanguage":18,"type":244},".claude/skills/document-skills/xlsx","Create, edit, analyze spreadsheets (.xlsx, .csv, .tsv). Use for Excel formulas, data analysis, visualization, formatting, pivot tables, charts, formula recalculation.","xlsx",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/document-skills/xlsx/SKILL.md",[622,623],{"path":267,"priority":268},{"path":542,"priority":543},{"basePath":625,"description":626,"displayName":627,"installMethods":628,"rationale":629,"selectedPaths":630,"source":303,"sourceLanguage":18,"type":244},".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",[631,632,634,636,638,640,642,644,646,648,650,652,654,656,658,660,662],{"path":267,"priority":268},{"path":633,"priority":271},"references/ai-multimodal-overview.md",{"path":635,"priority":271},"references/analysis-best-practices.md",{"path":637,"priority":271},"references/analysis-prompts.md",{"path":639,"priority":271},"references/analysis-techniques.md",{"path":641,"priority":271},"references/animejs.md",{"path":643,"priority":271},"references/asset-generation.md",{"path":645,"priority":271},"references/design-extraction-overview.md",{"path":647,"priority":271},"references/extraction-best-practices.md",{"path":649,"priority":271},"references/extraction-output-templates.md",{"path":651,"priority":271},"references/extraction-prompts.md",{"path":653,"priority":271},"references/technical-accessibility.md",{"path":655,"priority":271},"references/technical-best-practices.md",{"path":657,"priority":271},"references/technical-optimization.md",{"path":659,"priority":271},"references/technical-overview.md",{"path":661,"priority":271},"references/technical-workflows.md",{"path":663,"priority":271},"references/visual-analysis-overview.md",{"basePath":665,"description":666,"displayName":667,"installMethods":668,"rationale":669,"selectedPaths":670,"source":303,"sourceLanguage":18,"type":244},".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",[671],{"path":267,"priority":268},{"basePath":673,"description":674,"displayName":675,"installMethods":676,"rationale":677,"selectedPaths":678,"source":303,"sourceLanguage":18,"type":244},".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",[679],{"path":267,"priority":268},{"basePath":681,"description":682,"displayName":683,"installMethods":684,"rationale":685,"selectedPaths":686,"source":303,"sourceLanguage":18,"type":244},".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",[687,688,689,691,693,695],{"path":267,"priority":268},{"path":542,"priority":543},{"path":690,"priority":282},"scripts/connections.py",{"path":692,"priority":282},"scripts/evaluation.py",{"path":694,"priority":282},"scripts/example_evaluation.xml",{"path":292,"priority":282},{"basePath":697,"description":698,"displayName":699,"installMethods":700,"rationale":701,"selectedPaths":702,"source":303,"sourceLanguage":18,"type":244},".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",[703,704,706,708,710,712,714,716,717,719,721,722],{"path":267,"priority":268},{"path":705,"priority":543},"README.md",{"path":707,"priority":282},"assets/tools.json",{"path":709,"priority":271},"references/configuration.md",{"path":711,"priority":271},"references/gemini-cli-integration.md",{"path":713,"priority":271},"references/mcp-protocol.md",{"path":715,"priority":282},"scripts/.env.example",{"path":374,"priority":282},{"path":718,"priority":282},"scripts/cli.ts",{"path":720,"priority":282},"scripts/mcp-client.ts",{"path":402,"priority":282},{"path":723,"priority":282},"scripts/tsconfig.json",{"basePath":725,"description":726,"displayName":727,"installMethods":728,"rationale":729,"selectedPaths":730,"source":303,"sourceLanguage":18,"type":244},".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",[731,732,734,736,738,740,742,744,746,748,750,751,753,755,757,759,761,762,763,764,766,768,770],{"path":267,"priority":268},{"path":733,"priority":271},"references/common-workflows.md",{"path":735,"priority":271},"references/ffmpeg-encoding.md",{"path":737,"priority":271},"references/ffmpeg-filters.md",{"path":739,"priority":271},"references/ffmpeg-streaming.md",{"path":741,"priority":271},"references/format-compatibility.md",{"path":743,"priority":271},"references/imagemagick-batch.md",{"path":745,"priority":271},"references/imagemagick-editing.md",{"path":747,"priority":271},"references/rmbg-background-removal.md",{"path":749,"priority":271},"references/troubleshooting.md",{"path":376,"priority":282},{"path":752,"priority":282},"scripts/batch-remove-background.sh",{"path":754,"priority":282},"scripts/batch_resize.py",{"path":756,"priority":282},"scripts/media_convert.py",{"path":758,"priority":282},"scripts/remove-background.sh",{"path":760,"priority":282},"scripts/remove-bg-node.js",{"path":292,"priority":282},{"path":294,"priority":282},{"path":296,"priority":282},{"path":765,"priority":282},"scripts/tests/test_batch_resize.py",{"path":767,"priority":282},"scripts/tests/test_media_convert.py",{"path":769,"priority":282},"scripts/tests/test_video_optimize.py",{"path":771,"priority":282},"scripts/video_optimize.py",{"basePath":773,"description":774,"displayName":775,"installMethods":776,"rationale":777,"selectedPaths":778,"source":303,"sourceLanguage":18,"type":244},".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",[779,780,782,784,786,788,790],{"path":267,"priority":268},{"path":781,"priority":271},"references/mobile-android.md",{"path":783,"priority":271},"references/mobile-best-practices.md",{"path":785,"priority":271},"references/mobile-debugging.md",{"path":787,"priority":271},"references/mobile-frameworks.md",{"path":789,"priority":271},"references/mobile-ios.md",{"path":791,"priority":271},"references/mobile-mindset.md",{"basePath":793,"description":794,"displayName":795,"installMethods":796,"rationale":797,"selectedPaths":798,"source":303,"sourceLanguage":18,"type":244},".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",[799,800,801,803,805,807,809,811,813,815,817,819,821,823,825,827,829,830,832,833,835,837],{"path":267,"priority":268},{"path":705,"priority":543},{"path":802,"priority":271},"references/polar/benefits.md",{"path":804,"priority":271},"references/polar/best-practices.md",{"path":806,"priority":271},"references/polar/checkouts.md",{"path":808,"priority":271},"references/polar/overview.md",{"path":810,"priority":271},"references/polar/products.md",{"path":812,"priority":271},"references/polar/sdk.md",{"path":814,"priority":271},"references/polar/subscriptions.md",{"path":816,"priority":271},"references/polar/webhooks.md",{"path":818,"priority":271},"references/sepay/api.md",{"path":820,"priority":271},"references/sepay/best-practices.md",{"path":822,"priority":271},"references/sepay/overview.md",{"path":824,"priority":271},"references/sepay/qr-codes.md",{"path":826,"priority":271},"references/sepay/sdk.md",{"path":828,"priority":271},"references/sepay/webhooks.md",{"path":715,"priority":282},{"path":831,"priority":282},"scripts/checkout-helper.js",{"path":402,"priority":282},{"path":834,"priority":282},"scripts/polar-webhook-verify.js",{"path":836,"priority":282},"scripts/sepay-webhook-verify.js",{"path":838,"priority":282},"scripts/test-scripts.js",{"basePath":840,"description":841,"displayName":842,"installMethods":843,"rationale":844,"selectedPaths":845,"source":303,"sourceLanguage":18,"type":244},".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",[846,847,849,851,853,855,857,859],{"path":267,"priority":268},{"path":848,"priority":271},"references/attribution.md",{"path":850,"priority":271},"references/collision-zone-thinking.md",{"path":852,"priority":271},"references/inversion-exercise.md",{"path":854,"priority":271},"references/meta-pattern-recognition.md",{"path":856,"priority":271},"references/scale-game.md",{"path":858,"priority":271},"references/simplification-cascades.md",{"path":860,"priority":271},"references/when-stuck.md",{"basePath":862,"description":863,"displayName":864,"installMethods":865,"rationale":866,"selectedPaths":867,"source":303,"sourceLanguage":18,"type":244},".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",[868,869,870,872,873,874,876,878,879],{"path":267,"priority":268},{"path":709,"priority":271},{"path":871,"priority":271},"references/usage-patterns.md",{"path":281,"priority":282},{"path":376,"priority":282},{"path":875,"priority":282},"scripts/repomix_batch.py",{"path":877,"priority":282},"scripts/repos.example.json",{"path":292,"priority":282},{"path":880,"priority":282},"scripts/tests/test_repomix_batch.py",{"basePath":882,"description":883,"displayName":884,"installMethods":885,"rationale":886,"selectedPaths":887,"source":303,"sourceLanguage":18,"type":244},".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",[888],{"path":267,"priority":268},{"basePath":890,"description":891,"displayName":892,"installMethods":893,"rationale":894,"selectedPaths":895,"source":303,"sourceLanguage":18,"type":244},".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",[896,897,898,900,902,904,906,908,910,912],{"path":267,"priority":268},{"path":705,"priority":543},{"path":899,"priority":271},"references/advanced-strategies.md",{"path":901,"priority":271},"references/advanced-techniques.md",{"path":903,"priority":271},"references/core-patterns.md",{"path":905,"priority":271},"references/examples-api.md",{"path":907,"priority":271},"references/examples-architecture.md",{"path":909,"priority":271},"references/examples-debug.md",{"path":911,"priority":282},"scripts/format-thought.js",{"path":913,"priority":282},"scripts/process-thought.js",{"basePath":915,"description":916,"displayName":917,"installMethods":918,"rationale":919,"selectedPaths":920,"source":303,"sourceLanguage":18,"type":244},".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",[921,922,923,925,927,929,930,931,933,934],{"path":267,"priority":268},{"path":705,"priority":543},{"path":924,"priority":271},"references/app-development.md",{"path":926,"priority":271},"references/extensions.md",{"path":928,"priority":271},"references/themes.md",{"path":281,"priority":282},{"path":292,"priority":282},{"path":932,"priority":282},"scripts/shopify_init.py",{"path":294,"priority":282},{"path":935,"priority":282},"scripts/tests/test_shopify_init.py",{"basePath":937,"description":938,"displayName":939,"installMethods":940,"rationale":941,"selectedPaths":942,"source":303,"sourceLanguage":18,"type":244},".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",[943,944,945,947,949],{"path":267,"priority":268},{"path":542,"priority":543},{"path":946,"priority":282},"scripts/init_skill.py",{"path":948,"priority":282},"scripts/package_skill.py",{"path":950,"priority":282},"scripts/quick_validate.py",{"basePath":952,"description":953,"displayName":954,"installMethods":955,"rationale":956,"selectedPaths":957,"source":303,"sourceLanguage":959,"type":244},".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",[958],{"path":267,"priority":268},"fr",{"basePath":961,"description":962,"displayName":963,"installMethods":964,"rationale":965,"selectedPaths":966,"source":303,"sourceLanguage":18,"type":244},".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",[967,968,970,972,974,976,978,980,982,984,986,988,990,992,994,996,998],{"path":267,"priority":268},{"path":969,"priority":271},"references/01-getting-started.md",{"path":971,"priority":271},"references/02-loaders.md",{"path":973,"priority":271},"references/03-textures.md",{"path":975,"priority":271},"references/04-cameras.md",{"path":977,"priority":271},"references/05-lights.md",{"path":979,"priority":271},"references/06-animations.md",{"path":981,"priority":271},"references/07-math.md",{"path":983,"priority":271},"references/08-interaction.md",{"path":985,"priority":271},"references/09-postprocessing.md",{"path":987,"priority":271},"references/10-controls.md",{"path":989,"priority":271},"references/11-materials-advanced.md",{"path":991,"priority":271},"references/12-performance.md",{"path":993,"priority":271},"references/13-node-materials.md",{"path":995,"priority":271},"references/14-physics-vr.md",{"path":997,"priority":271},"references/15-specialized-loaders.md",{"path":999,"priority":271},"references/16-webgpu.md",{"basePath":1001,"description":1002,"displayName":1003,"installMethods":1004,"rationale":1005,"selectedPaths":1006,"source":303,"sourceLanguage":18,"type":244},".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",[1007,1008,1009,1011,1013,1015,1017,1019,1021,1023,1024,1025,1027,1029,1031,1032,1034],{"path":267,"priority":268},{"path":542,"priority":543},{"path":1010,"priority":271},"references/canvas-design-system.md",{"path":1012,"priority":271},"references/shadcn-accessibility.md",{"path":1014,"priority":271},"references/shadcn-components.md",{"path":1016,"priority":271},"references/shadcn-theming.md",{"path":1018,"priority":271},"references/tailwind-customization.md",{"path":1020,"priority":271},"references/tailwind-responsive.md",{"path":1022,"priority":271},"references/tailwind-utilities.md",{"path":281,"priority":282},{"path":292,"priority":282},{"path":1026,"priority":282},"scripts/shadcn_add.py",{"path":1028,"priority":282},"scripts/tailwind_config_gen.py",{"path":1030,"priority":282},"scripts/tests/coverage-ui.json",{"path":296,"priority":282},{"path":1033,"priority":282},"scripts/tests/test_shadcn_add.py",{"path":1035,"priority":282},"scripts/tests/test_tailwind_config_gen.py",{"basePath":1037,"description":1038,"displayName":1039,"installMethods":1040,"rationale":1041,"selectedPaths":1042,"source":303,"sourceLanguage":18,"type":244},".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",[1043,1044,1046],{"path":267,"priority":268},{"path":1045,"priority":282},"scripts/core.py",{"path":1047,"priority":282},"scripts/search.py",{"basePath":1049,"description":1050,"displayName":1051,"installMethods":1052,"rationale":1053,"selectedPaths":1054,"source":303,"sourceLanguage":18,"type":244},".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",[1055,1056,1058,1060,1062,1064,1066,1068,1070,1072,1073,1074,1076,1077,1079,1080,1082,1084],{"path":267,"priority":268},{"path":1057,"priority":271},"references/nextjs-app-router.md",{"path":1059,"priority":271},"references/nextjs-data-fetching.md",{"path":1061,"priority":271},"references/nextjs-optimization.md",{"path":1063,"priority":271},"references/nextjs-server-components.md",{"path":1065,"priority":271},"references/remix-icon-integration.md",{"path":1067,"priority":271},"references/turborepo-caching.md",{"path":1069,"priority":271},"references/turborepo-pipelines.md",{"path":1071,"priority":271},"references/turborepo-setup.md",{"path":281,"priority":282},{"path":549,"priority":282},{"path":1075,"priority":282},"scripts/nextjs_init.py",{"path":292,"priority":282},{"path":1078,"priority":282},"scripts/tests/coverage-web.json",{"path":296,"priority":282},{"path":1081,"priority":282},"scripts/tests/test_nextjs_init.py",{"path":1083,"priority":282},"scripts/tests/test_turborepo_migrate.py",{"path":1085,"priority":282},"scripts/turborepo_migrate.py",{"sources":1087},[1088],"manual",{"closedIssues90d":8,"description":1090,"forks":231,"homepage":1091,"openIssues90d":8,"pushedAt":234,"readmeSize":229,"stars":235,"topics":1092},"Made an shadcn/ui admin for Laravel with 🤍 ","https://shadcn-admin.binjuhor.com",[1093,1094,1095,1096,1097,1098,1099,1100],"admin","admin-dashboard","admin-panel","laravel","laravelcrud","reactjs","shadcn","laravel12",{"classifiedAt":1102,"discoverAt":1103,"extractAt":1104,"githubAt":1104,"updatedAt":1102},1778683069982,1778683063784,1778683068095,[214,215,213,212,13],{"evaluatedAt":239,"extractAt":1107,"updatedAt":239},1778683070339,[],[1110,1138,1170,1191,1217,1238],{"_creationTime":1111,"_id":1112,"community":1113,"display":1114,"identity":1120,"providers":1124,"relations":1129,"tags":1133,"workflow":1134},1778684344204.0898,"k178hhyhpz7s9ntsnf148d36n586nzhp",{"reviewCount":8},{"description":1115,"installMethods":1116,"name":1118,"sourceUrl":1119},"Cloudflare Workers CLI，用于部署、开发和管理 Workers、KV、R2、D1、Vectorize、Hyperdrive、Workers AI、Containers、Queues、Workflows、Pipelines 和 Secrets Store。在运行 wrangler 命令之前加载，以确保正确的语法和最佳实践。倾向于从 Cloudflare 文档中检索信息，而不是依赖预训练的知识。",{"claudeCode":1117},"cloudflare/skills","wrangler","https://github.com/cloudflare/skills",{"basePath":1121,"githubOwner":213,"githubRepo":1122,"locale":1123,"slug":1118,"type":244},"skills/wrangler","skills","zh-CN",{"evaluate":1125,"extract":1128},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":1126,"targetMarket":216,"tier":217},[213,1127,215,13,212],"workers",{"commitSha":250},{"parentExtensionId":1130,"repoId":1131,"translatedFrom":1132},"k170tak3cytwwwr9nwfqq1yxm986nvs8","kd773cpk65hjcvrqvbjn75pajd86nqq2","k173x21yscq4havt5f3kf66bs986mr20",[215,213,212,13,1127],{"evaluatedAt":1135,"extractAt":1136,"updatedAt":1137},1778684220190,1778684000954,1778684344204,{"_creationTime":1139,"_id":1140,"community":1141,"display":1142,"identity":1148,"providers":1153,"relations":1163,"tags":1166,"workflow":1167},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":1143,"installMethods":1144,"name":1146,"sourceUrl":1147},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":1145},"Yeachan-Heo/oh-my-claudecode","Project Session Manager","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":1149,"githubOwner":1150,"githubRepo":1151,"locale":18,"slug":1152,"type":244},"skills/project-session-manager","Yeachan-Heo","oh-my-claudecode","project-session-manager",{"evaluate":1154,"extract":1161},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":1155,"targetMarket":216,"tier":217},[1156,1157,1158,1159,214,215,1160],"git","development-environment","workflow","tmux","developer-tool",{"commitSha":250,"license":1162},"MIT",{"parentExtensionId":1164,"repoId":1165},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[214,215,1160,1157,1156,1159,1158],{"evaluatedAt":1168,"extractAt":1169,"updatedAt":1168},1778699613343,1778699234184,{"_creationTime":1171,"_id":1172,"community":1173,"display":1174,"identity":1177,"providers":1180,"relations":1187,"tags":1188,"workflow":1189},1778699234184.611,"k179b6dkc777g1rgyecze04wqn86m6y4",{"reviewCount":8},{"description":1175,"installMethods":1176,"name":1151,"sourceUrl":1147},"Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly",{"claudeCode":1145},{"basePath":1178,"githubOwner":1150,"githubRepo":1151,"locale":18,"slug":1179,"type":244},"skills/ask","ask",{"evaluate":1181,"extract":1186},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":1182,"targetMarket":216,"tier":217},[215,214,1183,1184,414,1185],"llm","prompting","artifact-generation",{"commitSha":250,"license":1162},{"parentExtensionId":1164,"repoId":1165},[1185,214,215,414,1183,1184],{"evaluatedAt":1190,"extractAt":1169,"updatedAt":1190},1778699303045,{"_creationTime":1192,"_id":1193,"community":1194,"display":1195,"identity":1201,"providers":1205,"relations":1211,"tags":1213,"workflow":1214},1778697652123.8928,"k171pew5empzzrfghyg9nqrk6n86nqa9",{"reviewCount":8},{"description":1196,"installMethods":1197,"name":1199,"sourceUrl":1200},"Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.",{"claudeCode":1198},"steipete/clawdis","github","https://github.com/steipete/clawdis",{"basePath":1202,"githubOwner":1203,"githubRepo":1204,"locale":18,"slug":1199,"type":244},"skills/github","steipete","clawdis",{"evaluate":1206,"extract":1210},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":1207,"targetMarket":216,"tier":217},[1199,215,1208,1209,214],"api","developer-tools",{"commitSha":250},{"repoId":1212},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[1208,214,215,1209,1199],{"evaluatedAt":1215,"extractAt":1216,"updatedAt":1215},1778698569289,1778697652123,{"_creationTime":1218,"_id":1219,"community":1220,"display":1221,"identity":1225,"providers":1227,"relations":1234,"tags":1235,"workflow":1236},1778697652123.8857,"k179k1n5nw0md1x1j3dak31evn86mb5f",{"reviewCount":8},{"description":1222,"installMethods":1223,"name":1224,"sourceUrl":1200},"Use when reviewing, reproducing, or proving OpenClaw Telegram behavior with a real Telegram user on Crabbox, including PR review workflows that need an agent-controlled Telegram Desktop recording, TDLib user-driver commands, Convex-leased credentials, WebVNC observation, and motion-trimmed artifacts.",{"claudeCode":1198},"telegram-crabbox-e2e-proof",{"basePath":1226,"githubOwner":1203,"githubRepo":1204,"locale":18,"slug":1224,"type":244},".agents/skills/telegram-crabbox-e2e-proof",{"evaluate":1228,"extract":1233},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":1229,"targetMarket":216,"tier":217},[1230,1231,214,1232,215],"testing","telegram","qa",{"commitSha":250},{"repoId":1212},[214,215,1232,1231,1230],{"evaluatedAt":1237,"extractAt":1216,"updatedAt":1237},1778698038113,{"_creationTime":1239,"_id":1240,"community":1241,"display":1242,"identity":1246,"providers":1249,"relations":1256,"tags":1257,"workflow":1258},1778697652123.8833,"k17ct99affbswtd47gdzrt0t9d86np80",{"reviewCount":8},{"description":1243,"installMethods":1244,"name":1245,"sourceUrl":1200},"Prepare or verify OpenClaw stable/beta releases, changelogs, release notes, publish commands, and artifacts.",{"claudeCode":1198},"OpenClaw Release Maintainer",{"basePath":1247,"githubOwner":1203,"githubRepo":1204,"locale":18,"slug":1248,"type":244},".agents/skills/openclaw-release-maintainer","openclaw-release-maintainer",{"evaluate":1250,"extract":1255},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":1251,"targetMarket":216,"tier":217},[1252,13,214,1253,1254],"release-management","publishing","changelog",{"commitSha":250,"license":1162},{"repoId":1212},[214,1254,13,1253,1252],{"evaluatedAt":1259,"extractAt":1216,"updatedAt":1259},1778697889646]