Showing 30 of 136620 results
Production-launch playbook covering a full pre-launch checklist (code quality, security, performance, accessibility, infra, docs), feature-flag-gated staged rollout (deploy off → team → 5% canary → 25/50/100), explicit rollout decision thresholds (error rate, p95 latency, client errors, business metrics), monitoring/observability setup, post-launch verification, and a written rollback plan. Use when preparing any production deploy, opening a beta, or migrating data/infrastructure.
Build Shopify Admin UI Extensions that inject custom actions and blocks at contextually relevant spots throughout the Shopify Admin, with Shopify CLI scaffolding included. Code is written to a temp file and validated with `validate.mjs --file --target` before being returned.
Production-grade Laravel architecture patterns covering controllers, services, actions, Eloquent ORM, queues, events, caching, and API resources for building scalable and maintainable applications.
Iterative retrieval pattern skill that solves the subagent context problem in multi-agent workflows through a 4-phase loop of progressively refining context retrieval
Google Cloud skill for AlloyDB basics, teaching AI agents how to work with Google Cloud's PostgreSQL-compatible database service for enterprise workloads.
Treats code as a liability and walks through deprecation/migration end-to-end: when to maintain vs sunset (decision questions), advisory vs compulsory deprecation, the migration process (build replacement → announce/document → migrate consumers incrementally → remove old system), and patterns like Strangler, Adapter, and feature-flag migration. Calls out Hyrum's Law, the Churn Rule, zombie code, and common rationalizations to push back on.
C++ testing workflow using GoogleTest/GoogleMock with CMake/CTest, covering TDD loop, unit and integration test patterns, sanitizer configuration, and flaky test diagnosis for modern C++ (C++17/20).
A skill by Paul Hudson that writes, reviews, and improves SwiftData code for correctness and modern API usage, covering predicates, CloudKit constraints, indexing, and class inheritance patterns for Swift 6.2+.
Build Shopify Checkout UI Extensions that add custom functionality at defined points in the checkout flow — product information, shipping, payment, order summary, and Shop Pay — plus scaffolding via Shopify CLI. Code is written to a temp file and validated with `validate.mjs --file --target` before being returned.
Expert guide skill for using n8n-mcp MCP tools to build workflows, covering node discovery, configuration validation, workflow management, and a library of 2,700+ templates
Official Angular Team skill for scaffolding a new Angular app with the Angular CLI — verifies `ng` is installed, runs `npx ng new <name> --interactive=false --ai-config=<agent>` with the right flags (`--style`, `--routing`, `--ssr`, `--prefix`), loads the generated AI config into memory, optionally adds Tailwind v4, and guides component/service/pipe/directive/guard/interceptor/resolver generation. Pulls best practices via the `ng mcp` server.
A Claude Skills library for SEO and Generative Engine Optimization (GEO), organized around a Research → Build → Optimize → Monitor methodology framework.
Interactive installer for Everything Claude Code (ECC) that guides users through selecting and installing skills and rules to user-level or project-level directories with step-by-step wizard using AskUserQuestion.
Wallet-lifecycle skill of OKX onchainos — handles auth, balance, portfolio PnL, send, transaction history, and contract calls across XLayer, Solana, Ethereum, Base, BSC, Arbitrum, Polygon, and 20+ other chains for AI coding assistants.
Web scraping skill with anti-bot bypass, content extraction, undocumented API discovery, and poison pill detection using requests, trafilatura, Playwright stealth, yt-dlp, and instaloader
Comprehensive verification system for Claude Code sessions that runs build, type check, lint, test suite, security scan, and diff review phases before PRs or deployments.
Build Shopify Customer Account UI Extensions that add custom functionality to the Order index, Order status, and Profile pages in customer accounts, with Shopify CLI scaffolding. Code is written to a temp file and validated with `validate.mjs --file --target` before returning.
Comprehensive collection of Claude Code configurations, tips, and resources including CLAUDE.md templates, custom commands, agent workflows, and best practices across multiple programming languages.
Process, convert, OCR, extract, redact, sign, and fill documents using the Nutrient DWS API, supporting PDFs, DOCX, XLSX, PPTX, HTML, images, and 30+ other input formats.
An AI agent skill from the Baoyu Skills collection, providing workflows to improve daily work efficiency with AI agents like Claude Code and Codex, with support for WeChat content summarization and multi-platform publishing.
Laravel security best-practice guide covering session/cookie hardening, Sanctum/Passport token auth, password hashing, policies and gates, Form Request validation, mass-assignment protection, parameter binding for SQL, XSS escaping, CSRF middleware, file upload safety, signed routes, and production secrets/rate limiting.
Verification loop for Django projects covering environment checks, code quality with mypy/ruff/black, migration safety, tests with coverage, security scans, and deployment readiness checks.
A skill from the Everything Claude Code project that provides a complete performance optimization system for AI agent harnesses, including skills, instincts, memory optimization, continuous learning, and security scanning. Works across Claude Code, Codex, Cursor, OpenCode, Gemini, and other AI agent harnesses.
A Binance Skills Hub skill that lets AI agents query blockchain address information through the Binance ecosystem. Part of an open skills marketplace providing native crypto access for centralized and decentralized operations via natural language.
Orca is a cross-platform AI orchestrator that lets you run Claude Code, Codex, OpenCode, and other CLI agents side-by-side across repos, each in its own worktree, tracked in one place. Available for macOS, Windows, and Linux.