███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 23951 | hybrid-cloud-test-gen | getsentry/sentry |
Hybrid Cloud Test Generation This skill generates tests for Sentry's hybrid cloud architecture. It covers RPC services, API gateway proxying, outbox patterns, and endpoint silo decorators. Critical Constraints ALWAYS use factory methods ( self.create_user() , self.create_organization() ) — never Model.objects.create() . NEVER wrap factory method calls in assume_test_silo_mode or assume_test_silo_mode_of . Factories are silo-aware and handle silo mode internally. Only use silo mode context manage...
|
35 |
| 23952 | sanctum | sendaifun/skills |
Sanctum Development Guide A comprehensive guide for building Solana applications with Sanctum - Solana's largest LST (Liquid Staking Token) platform powering 1,361+ LSTs. Overview Sanctum provides unified liquid staking infrastructure on Solana: Infinity Pool : Multi-LST liquidity pool with zero-slippage swaps Router : Instant LST-to-LST swaps via stake account routing Reserve : Instant SOL liquidity for LST withdrawals LST Creation : Launch custom liquid staking tokens INF Token : Yield-bearing...
|
35 |
| 23953 | frontend-development | samhvw8/dot-claude |
Frontend Development Guidelines Purpose Comprehensive guide for modern frontend development across React, Vue 3, Svelte 5, and Angular. Covers framework-specific patterns, common architectural principles, and cross-framework best practices. When to Use This Skill Creating components or pages in React, Vue, Svelte, or Angular Building new features with framework-specific patterns Implementing state management (Pinia, Zustand, stores, signals) Setting up routing (TanStack Router, Vue Router, Svelt...
|
35 |
| 23954 | brand-guidelines | teachingai/full-stack-skills |
Anthropic Brand Styling Overview To access Anthropic's official brand identity and style resources, use this skill. Keywords : branding, corporate identity, visual identity, post-processing, styling, brand colors, typography, Anthropic brand, visual formatting, visual design Brand Guidelines Colors Main Colors: Dark: 141413 - Primary text and dark backgrounds Light: faf9f5 - Light backgrounds and text on dark Mid Gray: b0aea5 - Secondary elements Light Gray: e8e6dc - Subtle backgrounds Accent Co...
|
35 |
| 23955 | notebooklm-superskill | ainergiz/notebooklm-superskill |
Generate professional content from NotebookLM notebooks: slides, podcasts, infographics, and videos. When to Use This Skill Use this skill when the user wants to: - Generate slide decks for different audiences (technical, investor, customer, executive, beginner) - Create AI podcast-style audio overviews - Make visual infographics from research - Generate video overviews/explainers - Automate NotebookLM content creation Critical: Always Use run.py Wrapper All scripts MUST be run throug...
|
35 |
| 23956 | laravel:config-env-storage | jpcaparas/superpowers-laravel |
Storage Config (S3/R2/MinIO/CDN) Configure storage once; switch providers via env. Env FILESYSTEM_DISK=s3 AWS_ACCESS_KEY_ID=... AWS_SECRET_ACCESS_KEY=... AWS_DEFAULT_REGION=auto AWS_BUCKET=... AWS_ENDPOINT=https://r2.example.com for R2/MinIO AWS_USE_PATH_STYLE_ENDPOINT=true if required MEDIA_CDN_URL=https://cdn.example.com optional CDN/base URL Tips Prefer pre‑signed URLs for uploads/downloads when possible For CDN, prefix public URLs with MEDIA_CDN_URL (app URL generation ...
|
35 |
| 23957 | animation principles - refresher | dylantarre/animation-principles |
Quick Principles Refresher You know these. Here's the checklist. The 12 Squash/Stretch - Volume constant, shape varies. Check your impacts and fast motion. Anticipation - Is the audience prepared? Opposite direction, proportional to action. Staging - Silhouette test. One idea. Where's the eye going? Straight Ahead / Pose to Pose - Right method for this shot? Maybe hybrid. Follow Through / Overlap - Does everything stop at once? (It shouldn't.) Hierarchy: root leads, tips lag. Slow In / Out - Che...
|
35 |
| 23958 | audio-editing | guia-matthieu/clawfu-skills |
Audio Editing Fundamentals Master the essential audio post-production techniques—normalization, compression, EQ, and noise reduction—using the correct processing order to achieve professional-quality audio. When to Use This Skill Editing podcast episodes or video soundtracks Cleaning up recorded voiceovers Improving audio quality for marketing content Preparing audio files for distribution Troubleshooting common audio issues Standardizing audio levels across a project Methodology Foundation Sour...
|
35 |
| 23959 | log-analysis-security | jeremylongshore/claude-code-plugins-plus-skills |
Log Analysis Security Purpose This skill provides automated assistance for log analysis security tasks within the Security Advanced domain. When to Use This skill activates automatically when you: Mention "log analysis security" in your request Ask about log analysis security patterns or best practices Need help with advanced security skills covering penetration testing, compliance frameworks, threat modeling, and enterprise security. Capabilities Provides step-by-step guidance for log analysis ...
|
35 |
| 23960 | opik-optimizer | vincentkoc/dotskills |
Opik Optimizer Purpose Design, run, and interpret Opik Optimizer workflows for prompts, tools, and model parameters with consistent dataset/metric wiring and reproducible evaluation. When to use Use this skill when a user asks for: Choosing and configuring Opik Optimizer algorithms for prompt/agent optimization. Writing ChatPrompt -based optimization runs and custom metric functions. Optimizing with tools (function calling or MCP), selected prompt roles, or prompt segments. Tuning LLM call param...
|
35 |
| 23961 | deployment-automation | eddiebe147/claude-settings |
Deployment Automation When to use this skill New Projects : Set up automated deployment from scratch Manual Deployment Improvement : Automate repetitive manual tasks Multi-Environment : Separate dev, staging, and production environments Scaling : Introduce Kubernetes to handle traffic growth Instructions Step 1: Docker Containerization Package the application as a Docker image. Dockerfile (Node.js app): Multi-stage build for smaller image size FROM node:18-alpine AS builder WORKDIR /app Copy p...
|
35 |
| 23962 | flutter-development | travisjneuman/.claude |
Flutter Development Table of Contents Overview When to Use Quick Start Reference Guides Best Practices Overview Create high-performance, visually stunning mobile applications using Flutter with Dart language. Master widget composition, state management patterns, navigation, and API integration. When to Use Building iOS and Android apps with native performance Designing custom UIs with Flutter's widget system Implementing complex animations and visual effects Rapid app development with hot reload...
|
35 |
| 23963 | docusaurus-config-setup | jeremylongshore/claude-code-plugins-plus-skills |
Docusaurus Config Setup Purpose This skill provides automated assistance for docusaurus config setup tasks within the Technical Documentation domain. When to Use This skill activates automatically when you: Mention "docusaurus config setup" in your request Ask about docusaurus config setup patterns or best practices Need help with technical documentation skills covering api docs, user guides, architecture docs, and documentation automation. Capabilities Provides step-by-step guidance for docusau...
|
35 |
| 23964 | learning-opportunities | drcathicks/learning-opportunities |
Learning Opportunities Invocation argument: $ARGUMENTS Purpose The user wants to build genuine expertise while using AI coding tools, not just ship code. These exercises help break the "AI productivity trap" where high velocity output and high fluency can lead to missing opportunities for active learning. When adapting these techniques or making judgment calls, consult PRINCIPLES.md for the underlying learning science. When to offer exercises Offer an optional 10-15 minute exercise after: Creati...
|
35 |
| 23965 | upgrade-python-deps | saaspegasus/django-skills |
Your task Upgrade all Python dependencies and verify nothing is broken. Step 1: Upgrade the lock file Run uv lock --upgrade to upgrade all dependencies to their latest compatible versions. Review the output for any resolution errors. If there are conflicts, report them to the user and ask how to proceed before continuing. Step 2: Sync the environment Run uv sync to install the upgraded dependencies into the virtual environment. Step 3: Run post-upgrade checks Run these checks sequentially, stopp...
|
35 |
| 23966 | web-artifacts-builder | teachingai/full-stack-skills |
Web Artifacts Builder To build powerful frontend claude.ai artifacts, follow these steps: Initialize the frontend repo using scripts/init-artifact.sh Develop your artifact by editing the generated code Bundle all code into a single HTML file using scripts/bundle-artifact.sh Display artifact to user (Optional) Test the artifact Stack : React 18 + TypeScript + Vite + Parcel (bundling) + Tailwind CSS + shadcn/ui Design & Style Guidelines VERY IMPORTANT: To avoid what is often referred to as "AI slo...
|
35 |
| 23967 | directive-synthesis | qodex-ai/ai-agent-skills |
Claude Code Command Builder Purpose Guide users through creating effective Claude Code slash commands with proper structure, argument handling, and workflow design. Auto-invokes when users want to create or modify custom commands. When to Use Auto-invoke when users mention: Creating commands - "create command", "make command", "new slash command" Command structure - "command template", "command format", "command frontmatter" Arguments - "$ARGUMENTS", "$1", "$2", "command parameters", "positional...
|
35 |
| 23968 | backend-agent | first-fluke/oh-my-ag |
Backend Agent - API & Server Specialist When to use Building REST APIs or GraphQL endpoints Database design and migrations Authentication and authorization Server-side business logic Background jobs and queues When NOT to use Frontend UI -> use Frontend Agent Mobile-specific code -> use Mobile Agent Core Rules DRY (Don't Repeat Yourself) : Business logic in Service , data access logic in Repository SOLID : Single Responsibility : Classes and functions should have one responsibility Dependency In...
|
35 |
| 23969 | query-optimize | letta-ai/skills |
SQL Query Optimization This skill provides procedural guidance for optimizing SQL queries effectively, with emphasis on proper benchmarking, query plan analysis, and iterative refinement. Core Optimization Workflow 1. Establish Performance Baselines Before making any changes, establish clear performance metrics: Identify the target : Determine what "optimal" performance looks like. Look for reference implementations, documented benchmarks, or theoretical analysis of query complexity. Measure the...
|
35 |
| 23970 | sober-addict-protector | erichowens/some_claude_skills |
Sober Addict Protector Daily companion for protecting your sobriety through proactive strategies, trigger management, and sustainable recovery practices. When to Use This Skill Use for: Daily check-ins and accountability Identifying high-risk situations before they happen Managing triggers in real-time Remembering why therapy and couples counseling matter Building protective habits and routines Processing close calls without judgment Maintaining motivation during hard days NOT for: Active crisis...
|
35 |
| 23971 | fd-file-finding | laurigates/claude-plugins |
fd File Finding Expert knowledge for using fd as a fast, user-friendly alternative to find with smart defaults and powerful filtering. Core Expertise fd Advantages Fast parallel execution (written in Rust) Colorized output by default Respects .gitignore automatically Smart case-insensitive search Simpler syntax than find Regular expression support Basic Usage Simple File Search Find all files named config fd config Find files with extension fd -e rs All Rust files fd -e md All Markdown files...
|
35 |
| 23972 | rr-redshift-query | emplifi/eng |
No SKILL.md available for this skill. View on GitHub
|
35 |
| 23973 | quantitative-analysis | poemswe/co-researcher |
1. Statistical Test Selection Question Data Type Recommended Test Compare 2 groups Continuous (Normal) Independent t-test Compare 2+ groups Continuous (Normal) One-way ANOVA Relationship Continuous Pearson's r Prediction Continuous Multiple Regression Categorical diff Counts Chi-square 2. Power & Effect Size Analysis Power Analysis : Calculating required $N$ for given $\alpha$ and $(1-\beta)$. Effect Sizes : Cohen's $d$, Pearson's $r$, $\eta^2$, Odds Ratios. 3. Advanced Modeling Multilevel Model...
|
35 |
| 23974 | claudeception | blader/claudeception |
Claudeception You are Claudeception: a continuous learning system that extracts reusable knowledge from work sessions and codifies it into new Claude Code skills. This enables autonomous improvement over time. Core Principle: Skill Extraction When working on tasks, continuously evaluate whether the current work contains extractable knowledge worth preserving. Not every task produces a skill—be selective about what's truly reusable and valuable. When to Extract a Skill Extract a skill when you en...
|
35 |
| 23975 | codeql-expert | personamanagmentlayer/pcl |
CodeQL Expert Expert guidance for CodeQL static analysis, custom query development, vulnerability detection, and integration with CI/CD pipelines. Core Concepts CodeQL Overview Semantic code analysis engine Treats code as data (queryable database) Supports C/C++, C, Go, Java, JavaScript/TypeScript, Python, Ruby Powers GitHub Code Scanning Custom query development with QL language CodeQL Workflow Extract code to database Write QL queries Run analysis Review results Fix vulnerabilities Integrate i...
|
35 |
| 23976 | add-skill | htlin222/dotfiles |
Add Skill (Meta Skill) Create new Claude Code skills by fetching the latest official documentation and generating properly structured skill files. Workflow Step 1: Fetch Latest Documentation Always fetch official docs first to ensure compliance with current spec: WebFetch: https://code.claude.com/docs/en/skills Prompt: Extract skill file format, required fields, naming rules, and best practices If WebFetch fails due to length, use WebSearch: WebSearch: "Claude Code skills SKILL.md format site:co...
|
35 |
| 23977 | claude-code-expert | sickn33/antigravity-awesome-skills |
CLAUDE CODE EXPERT - Potencia Maxima Overview Especialista profundo em Claude Code - CLI da Anthropic. Maximiza produtividade com atalhos, hooks, MCPs, configuracoes avancadas, workflows, CLAUDE.md, memoria, sub-agentes, permissoes e integracao com ecossistemas. Ativar para: configurar Claude Code, criar hooks, otimizar CLAUDE.md, usar MCPs, criar sub-agentes, resolver erros do CLI, workflows avancados, duvidas sobre qualquer feature. When to Use This Skill When you need specialized assistance w...
|
35 |
| 23978 | higgsfield-operator | eddiebe147/claude-settings |
No SKILL.md available for this skill. View on GitHub
|
35 |
| 23979 | mastering-confluence | spillwavesolutions/mastering-confluence-agent-skill |
Type: Project | Version: 2.2.0 Manage Confluence documentation: download pages to Markdown, upload with images, convert between formats, integrate diagrams, search with CQL. Contents - [Critical Constraints](critical-constraints) - [Quick Start](quick-start) - [Core Capabilities](core-capabilities) - [Checklists](checklists) - [Reference Documentation](reference-documentation) - [Scripts](scripts) Critical Constraints DO NOT USE MCP FOR PAGE UPLOADS - Size limits apply (~10-20KB max)...
|
35 |
| 23980 | deep-research | cnemri/google-genai-skills |
Deep Research Core System Instructions Purpose: Deliver citation-backed, verified research reports through 8-phase pipeline (Scope → Plan → Retrieve → Triangulate → Synthesize → Critique → Refine → Package) with source credibility scoring and progressive context management. Context Strategy: This skill uses 2025 context engineering best practices: Static instructions cached (this section) Progressive disclosure (load references only when needed) Avoid "loss in the middle" (critical info at start...
|
35 |
| 23981 | syncable-entity-types-and-constants | twentyhq/twenty |
Syncable Entity: Types & Constants (Step 1/6) Purpose : Define all types, entities, and register in central constants. This is the foundation - everything else depends on these types being correct. When to use : First step when creating any new syncable entity. Must be completed before other steps. Quick Start This step creates: Metadata name constant (twenty-shared) TypeORM entity (extends SyncableEntity ) Flat entity types Action types (universal + flat) Central constant registrations (5 const...
|
35 |
| 23982 | war-room | athola/claude-night-market |
Table of Contents Overview Reversibility-Based Routing When to Use When NOT to Use Expert Panel Deliberation Protocol Integration Usage Output Configuration Related Skills War Room Skill Orchestrate multi-LLM deliberation for complex strategic decisions. Overview The War Room convenes multiple AI experts to analyze problems from diverse perspectives, challenge assumptions through adversarial review, and synthesize optimal approaches under the guidance of a Supreme Commander. Philosophy "The...
|
35 |
| 23983 | cloud-aws-ec2 | teachingai/full-stack-skills |
When to use this skill Use this skill whenever the user wants to: [待完善:根据具体工具添加使用场景] How to use this skill [待完善:根据具体工具添加使用指南] Best Practices [待完善:根据具体工具添加最佳实践] Keywords [待完善:根据具体工具添加关键词]
|
35 |
| 23984 | react-hook-creator | jeremylongshore/claude-code-plugins-plus-skills |
React Hook Creator Purpose This skill provides automated assistance for react hook creator tasks within the Frontend Development domain. When to Use This skill activates automatically when you: Mention "react hook creator" in your request Ask about react hook creator patterns or best practices Need help with frontend skills covering react, vue, css, accessibility, performance optimization, and modern web development patterns. Capabilities Provides step-by-step guidance for react hook creator Fol...
|
35 |
| 23985 | add-review-comment | mlflow/mlflow |
Add Review Comment Adds a review comment to a specific line in a GitHub pull request. Step 1: Locate the line to comment on Use the fetch-diff skill (optionally piped through grep ) to locate the line to comment on. Step 2: Post the comment Single-line comment: gh api repos/ < owner > / < repo > /pulls/ < pr_number > /comments \ Body must end with "🤖 Generated with Claude" on a separate line -f body = < comment > \ -f path = < file_path > \ -F line = < line_number > \ -f side = < side > \ -f co...
|
35 |
| 23986 | pytest | teachingai/full-stack-skills |
pytest - Professional Python Testing Overview pytest is the industry-standard Python testing framework, offering powerful features like fixtures, parametrization, markers, plugins, and seamless integration with FastAPI, Django, and Flask. It provides a simple, scalable approach to testing from unit tests to complex integration scenarios. Key Features: Fixture system for dependency injection Parametrization for data-driven tests Rich assertion introspection (no need for self.assertEqual) Plugi...
|
35 |
| 23987 | tdd | yeachan-heo/oh-my-codex |
Test-Driven Development Philosophy Core principle : Tests should verify behavior through public interfaces, not implementation details. Code can change entirely; tests shouldn't. Good tests are integration-style: they exercise real code paths through public APIs. They describe what the system does, not how it does it. A good test reads like a specification - "user can checkout with valid cart" tells you exactly what capability exists. These tests survive refactors because they don't care about i...
|
35 |
| 23988 | pentest-whitebox-code-review | jd-opensource/joysafeter |
Pentest Whitebox Code Review Purpose Perform systematic white-box source code security audit using Shannon's backward taint analysis methodology. Traces from dangerous sinks back to user-controlled sources, classifies injection contexts by slot type, verifies XSS render contexts, and produces a prioritized exploitation queue for downstream proof-driven exploitation. Prerequisites Authorization Requirements Written authorization with explicit scope for source code review Source code access — full...
|
35 |
| 23989 | debug-like-expert | scientiacapital/skills |
The skill emphasizes treating code you wrote with MORE skepticism than unfamiliar code, as cognitive biases about "how it should work" can blind you to actual implementation errors. Use scientific method to systematically identify root causes rather than applying quick fixes. <context_scan> Run on every invocation to detect domain-specific debugging expertise: What files are we debugging? echo "FILE_TYPES:" find . -maxdepth 2 -type f 2 > /dev/null | grep -E '\.(py|js|jsx|ts|tsx|rs|swift|c|cpp|g...
|
35 |
| 23990 | nanobanana | eyadsibai/ltk |
Nano Banana A single Python entrypoint for Gemini-native Nano Banana image generation and editing, with model aliases, strict option validation, batch runs, and custom endpoint support. Workflow Open references/config.md to choose environment variables and override order. Open references/models-and-api.md to pick the right Nano Banana tier and check model-specific constraints. Prefer gemini-3.1-flash-image-preview ( nanobanana-2 ) unless you need either the fastest low-cost default ( nanobanana ...
|
35 |
| 23991 | youtube-transcript | glebis/claude-skills |
YouTube Transcript Extract transcripts from YouTube videos using the youtube-transcript-api. Usage Run the script with a YouTube URL or video ID: uv run scripts/get_transcript.py "VIDEO_URL_OR_ID" With timestamps: uv run scripts/get_transcript.py "VIDEO_URL_OR_ID" --timestamps Defaults Without timestamps (default): Plain text, one line per caption segment With timestamps: [MM:SS] text format (or [HH:MM:SS] for longer videos) Supported URL Formats https://www.youtube.com/watch?v=VIDEO_ID ...
|
35 |
| 23992 | webapp-testing | snyk/agent-scan |
Web Application Testing To test local web applications, write native Python Playwright scripts. Helper Scripts Available : scripts/with_server.py - Manages server lifecycle (supports multiple servers) Always run scripts with --help first to see usage. DO NOT read the source until you try running the script first and find that a customized solution is abslutely necessary. These scripts can be very large and thus pollute your context window. They exist to be called directly as black-box scripts ra...
|
35 |
| 23993 | ai-engineer | htlin222/dotfiles |
You are an AI engineer specializing in production-grade LLM applications, generative AI systems, and intelligent agent architectures. Use this skill when Building or improving LLM features, RAG systems, or AI agents Designing production AI architectures and model integration Optimizing vector search, embeddings, or retrieval pipelines Implementing AI safety, monitoring, or cost controls Do not use this skill when The task is pure data science or traditional ML without LLMs You only need a quick ...
|
35 |
| 23994 | certificate-lifecycle-manager | jeremylongshore/claude-code-plugins-plus-skills |
Certificate Lifecycle Manager Purpose This skill provides automated assistance for certificate lifecycle manager tasks within the Security Advanced domain. When to Use This skill activates automatically when you: Mention "certificate lifecycle manager" in your request Ask about certificate lifecycle manager patterns or best practices Need help with advanced security skills covering penetration testing, compliance frameworks, threat modeling, and enterprise security. Capabilities Provides step-by...
|
35 |
| 23995 | oauth-social-login | dadbodgeoff/drift |
OAuth Social Login Add "Sign in with Google/GitHub" to your app. When to Use This Skill Adding social login options Reducing signup friction Linking multiple auth providers to one account Enterprise SSO requirements Architecture ┌─────────────────────────────────────────────────────┐ │ User clicks │ │ "Sign in with Google" │ └─────────────────────────────────────────────────────┘ │ ▼ ┌────────────────────────────────────────...
|
35 |
| 23996 | make | mohitmishra786/low-level-dev-skills |
GNU Make Purpose Guide agents through idiomatic Makefile patterns for C/C++ projects: phony targets, pattern rules, automatic dependency generation, and common build idioms. Triggers "How do I write a Makefile for my C project?" "My Makefile rebuilds everything every time" "How do I add dependency tracking to Make?" "What does $@ , $< , $^ mean?" "I'm getting 'make: Nothing to be done for all'" "How do I convert my shell compile script to a Makefile?" Workflow 1. Minimal correct Makefile for C C...
|
35 |
| 23997 | sql | htlin222/dotfiles |
SQL Development Write efficient SQL queries and design schemas. When to Use Writing complex queries Query optimization Schema design Index strategy Migration planning Query Patterns Window Functions -- Running totals SELECT date , amount , SUM ( amount ) OVER ( ORDER BY date ) as running_total , AVG ( amount ) OVER ( ORDER BY date ROWS BETWEEN 6 PRECEDING AND CURRENT ROW ) as moving_avg_7d FROM transactions ; -- Ranking SELECT name , score , RANK ( ) OVER ( ORDER BY score DESC ) as rank , DENSE_...
|
35 |
| 23998 | uniapp-project | partme-ai/full-stack-skills |
When to use this skill Use this skill whenever the user wants to: Use any uni-app built-in component or uni-ui component Use any uni-app API (network, storage, device, UI, navigation, media, etc.) Access per-component or per-API examples with official doc links Check platform compatibility for components and APIs Build cross-platform uni-app applications with official patterns How to use this skill This skill is organized to match the official uni-app components and API documentation: Choose...
|
35 |
| 23999 | kubernetes-manifest-generator | patricio0312rev/skills |
Kubernetes Manifest Generator Generate production-ready Kubernetes manifests with security and scalability best practices. Core Workflow Define resources: Identify required K8s objects Create namespace: Isolate application resources Configure deployments: Pods, replicas, resources Setup services: Networking and load balancing Add ingress: External access routing Configure scaling: HPA and resource limits Deployment Manifest k8s/deployment.yaml apiVersion: apps/v1 kind: Deployment metadata: ...
|
35 |
| 24000 | jq | lanej/dotfiles |
IMPORTANT: `jq` is the STRONGLY PREFERRED tool for ALL JSON formatting, parsing, manipulation, and analysis tasks. Use jq instead of Python/Node.js scripts, grep, awk, or other text processing tools when working with JSON data. Core Philosophy - Always use jq for JSON: If the data is JSON or can be converted to JSON, use jq - Streaming-friendly: jq processes JSON as a stream, making it memory-efficient for large files - Composable: jq filters can be chained with pipes, just like shell comma...
|
35 |