Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,426
总 Skills
160.7M
总安装量
2,740
贡献者
# Skill 仓库 描述 安装量
3201 knowledge-ops affaan-m/everything-claude-code
Knowledge Operations Manage a multi-layered knowledge system for ingesting, organizing, syncing, and retrieving knowledge across multiple stores. Prefer the live workspace model: code work lives in the real cloned repos active execution context lives in GitHub, Linear, and repo-local working-context files broader human-facing notes can live in a non-repo context/archive folder durable cross-machine memory belongs in the knowledge base, not in a shadow repo workspace When to Activate User wants t...
4.3K
3202 api-connector-builder affaan-m/everything-claude-code
API Connector Builder Use this when the job is to add a repo-native integration surface, not just a generic HTTP client. The point is to match the host repository's pattern: connector layout config schema auth model error handling test style registration/discovery wiring When to Use "Build a Jira connector for this project" "Add a Slack provider following the existing pattern" "Create a new integration for this API" "Build a plugin that matches the repo's connector style" Show more Installs 1.6K...
4.3K
3203 terminal-ops affaan-m/everything-claude-code
Terminal Ops Use this when the user wants real repo execution: run commands, inspect git state, debug CI or builds, make a narrow fix, and report exactly what changed and what was verified. This skill is intentionally narrower than general coding guidance. It is an operator workflow for evidence-first terminal execution. Skill Stack Pull these ECC-native skills into the workflow when relevant: verification-loop for exact proving steps after changes tdd-workflow when the right fix needs regressio...
4.3K
3204 project-flow-ops affaan-m/everything-claude-code
Project Flow Ops This skill turns disconnected GitHub issues, PRs, and Linear tasks into one execution flow. Use it when the problem is coordination, not coding. When to Use Triage open PR or issue backlogs Decide what belongs in Linear vs what should remain GitHub-only Link active GitHub work to internal execution lanes Classify PRs into merge, port/rebuild, close, or park Audit whether review comments, CI failures, or stale issues are blocking execution Operating Model Show more Installs 1.5K ...
4.3K
3205 github-ops affaan-m/everything-claude-code
GitHub Operations Manage GitHub repositories with a focus on community health, CI reliability, and contributor experience. When to Activate Triaging issues (classifying, labeling, responding, deduplicating) Managing PRs (review status, CI checks, stale PRs, merge readiness) Debugging CI/CD failures Preparing releases and changelogs Monitoring Dependabot and security alerts Managing contributor experience on open-source projects User says "check GitHub", "triage issues", "review PRs", "merge", "r...
4.3K
3206 social-graph-ranker affaan-m/everything-claude-code
Social Graph Ranker Canonical weighted graph-ranking layer for network-aware outreach. Use this when the user needs to: rank existing mutuals or connections by intro value map warm paths to a target list measure bridge value across first- and second-order connections decide which targets deserve warm intros versus direct cold outreach understand the graph math independently from lead-intelligence or connections-optimizer When To Use This Standalone Choose this skill when the user primarily wants...
4.3K
3207 secret-scanning github/awesome-copilot
Secret Scanning This skill provides procedural guidance for configuring GitHub secret scanning — detecting leaked credentials, preventing secret pushes, defining custom patterns, and managing alerts. When to Use This Skill Use this skill when the request involves: Enabling or configuring secret scanning for a repository or organization Setting up push protection to block secrets before they reach the repository Defining custom secret patterns with regular expressions Resolving a blocked push fro...
4.3K
3208 generating-apex forcedotcom/sf-skills
Generating Apex Use this skill for production-grade Apex: new classes, selectors, services, async jobs, invocable methods, and triggers; and for evidence-based review of existing .cls OR .trigger . Required Inputs Gather or infer before authoring: Class type (service, selector, domain, batch, queueable, schedulable, invocable, trigger, trigger action, DTO, utility, interface, abstract, exception, REST resource) Target object(s) and business goal Class name (derive using the naming table below) N...
4.3K
3209 generating-apex-test forcedotcom/sf-skills
Generating Apex Tests Generate production-ready Apex test classes and run disciplined test-fix loops with coverage analysis. Core Principles One behavior per method — each test method validates a single scenario. Separate positive, negative, and bulk tests. NEVER combine related-but-distinct inputs (e.g., null and empty) in one method — create _NullInput_ and _EmptyInput_ as separate test methods Bulkify tests — test with 251+ records to cross the 200-record trigger batch boundary. Batch Apex ex...
4.3K
3210 toss-securities nomadamas/k-skill
Toss Securities What this skill does JungHoonGhae/tossinvest-cli 의 tossctl 을 이용해 토스증권 조회 전용(read-only) 흐름을 실행한다. 계좌 목록 / 요약 포트폴리오 보유 종목 / 비중 단일 종목 / 다중 종목 시세 미체결 주문 / 월간 체결 내역 관심 종목 When to use "토스증권 계좌 요약 보여줘" "토스증권 TSLA 시세 확인해줘" "관심종목 목록 보여줘" "이번 달 체결 내역 조회해줘" Prerequisites macOS + Homebrew tossctl 설치 tossctl auth login 으로 브라우저 세션 확보 Node.js 18+ Workflow 0. Install tossctl first when missing brew tap JungHoonGhae/tossinvest-cli brew install tossctl tossctl doctor tossctl auth doctor tossctl au...
4.3K
3211 ppt-generation bytedance/deer-flow
PPT Generation Skill Overview This skill generates professional PowerPoint presentations by creating AI-generated images for each slide and composing them into a PPTX file. The workflow includes planning the presentation structure with a consistent visual style, generating slide images sequentially (using the previous slide as a reference for style consistency), and assembling them into a final presentation. Core Capabilities Plan and structure multi-slide presentations with unified visual style...
4.3K
3212 token-integration-analyzer trailofbits/skills
Token Integration Analyzer Purpose I will systematically analyze your codebase for token-related security concerns using Trail of Bits' token integration checklist. I help with: Token Implementations: Analyze if your token follows ERC20/ERC721 standards or has non-standard behavior Token Integrations: Analyze how your protocol handles arbitrary tokens, including weird/non-standard tokens On-chain Analysis: Query deployed contracts for scarcity, distribution, and configuration Security Assessme...
4.3K
3213 coverage-analysis trailofbits/skills
Coverage Analysis Coverage analysis is essential for understanding which parts of your code are exercised during fuzzing. It helps identify fuzzing blockers like magic value checks and tracks the effectiveness of harness improvements over time. Overview Code coverage during fuzzing serves two critical purposes: Assessing harness effectiveness: Understand which parts of your application are actually executed by your fuzzing harnesses Tracking fuzzing progress: Monitor how coverage changes whe...
4.3K
3214 md-to-office claude-office-skills/skills
Markdown to Office Skill Overview This skill enables conversion from Markdown to various Office formats using Pandoc - the universal document converter. Convert your Markdown files to professional Word documents, PowerPoint presentations, PDFs, and more while preserving formatting and structure. How to Use Provide the Markdown content or file Specify the target format (docx, pptx, pdf, etc.) Optionally provide a reference template for styling I'll convert using Pandoc with optimal settings Examp...
4.3K
3215 minimax-docx minimax-ai/skills
minimax-docx Create, edit, and format DOCX documents via CLI tools or direct C scripts built on OpenXML SDK (.NET). Setup First time: bash scripts/setup.sh (or powershell scripts/setup.ps1 on Windows, --minimal to skip optional deps). First operation in session: scripts/env_check.sh — do not proceed if NOT READY . (Skip on subsequent operations within the same session.) Quick Start: Direct C Path When the task requires structural document manipulation (custom styles, complex tables, multi-sectio...
4.3K
3216 rust-skills leonardomso/rust-skills
Rust Best Practices Comprehensive guide for writing high-quality, idiomatic, and highly optimized Rust code. Contains 179 rules across 14 categories, prioritized by impact to guide LLMs in code generation and refactoring. When to Apply Reference these guidelines when: Writing new Rust functions, structs, or modules Implementing error handling or async code Designing public APIs for libraries Reviewing code for ownership/borrowing issues Optimizing memory usage or reducing allocations Tuning ...
4.3K
3217 dependabot github/awesome-copilot
Dependabot Configuration & Management Overview Dependabot is GitHub's built-in dependency management tool with three core capabilities: Dependabot Alerts — Notify when dependencies have known vulnerabilities (CVEs) Dependabot Security Updates — Auto-create PRs to fix vulnerable dependencies Dependabot Version Updates — Auto-create PRs to keep dependencies current All configuration lives in a single file : .github/dependabot.yml on the default branch. GitHub does not support multiple dependabot.y...
4.3K
3218 brief-to-tasks julianoczkowski/designer-skills
This skill turns a design brief into an ordered, buildable task list. Each task is a vertical slice: a piece of UI that can be built, reviewed, and verified on its own. Example prompts "Break the brief into tasks" "What should I build first?" "Create a task list from the design brief" "Plan the build order for this feature" Process Read the design brief. Look for .design/*/DESIGN_BRIEF.md . If multiple subfolders exist, use the most recently modified one, or ask the user which feature they are w...
4.3K
3219 guidelines-advisor trailofbits/skills
Guidelines Advisor Purpose I will systematically analyze your codebase and provide comprehensive guidance based on Trail of Bits' development guidelines. I'll help you: Generate documentation and specifications (plain English descriptions, architectural diagrams, code documentation) Optimize on-chain/off-chain architecture (only if applicable) Review upgradeability patterns (if your project has upgrades) Check delegatecall/proxy implementations (if present) Assess implementation quality (funct...
4.3K
3220 3d-web-experience sickn33/agentic-awesome-skills
3D Web Experience Expert in building 3D experiences for the web - Three.js, React Three Fiber, Spline, WebGL, and interactive 3D scenes. Covers product configurators, 3D portfolios, immersive websites, and bringing depth to web experiences. Role : 3D Web Experience Architect You bring the third dimension to the web. You know when 3D enhances and when it's just showing off. You balance visual impact with performance. You make 3D accessible to users who've never touched a 3D app. You create moment...
4.3K
3221 legal-risk-assessment anthropics/knowledge-work-plugins
Legal Risk Assessment Skill You are a legal risk assessment assistant for an in-house legal team. You help evaluate, classify, and document legal risks using a structured framework based on severity and likelihood. Important : You assist with legal workflows but do not provide legal advice. Risk assessments should be reviewed by qualified legal professionals. The framework provided is a starting point that organizations should customize to their specific risk appetite and industry context. Risk ...
4.3K
3222 composio starchild-ai-agent/official-skills
When to Apply User wants to access or interact with external apps (Gmail, Slack, GitHub, Notion, etc.) User wants to automate a task using an external service (send email, create issue, post message) Building an AI agent or app that integrates with external tools Multi-user apps that need per-user connections to external services Setup Check if the CLI is installed; if not, install it: curl -fsSL https://composio.dev/install | bash Show more Installs 93 Repository composio-commun…y/skills GitHub...
4.3K
3223 pdf converter claude-office-skills/skills
PDF Converter Convert PDF files to various formats and vice versa while preserving formatting. Overview This skill helps you: Convert PDFs to editable formats (Word, Excel) Convert documents to PDF Extract images from PDFs Optimize conversion quality Handle batch conversions Supported Conversions PDF to Other Formats Target Format Best For Quality Word (.docx) Text-heavy documents ⭐⭐⭐⭐ Excel (.xlsx) Tables and data ⭐⭐⭐⭐ PowerPoint (.pptx) Presentations ⭐⭐⭐ Images (.png/.jpg) Visual snapshots ⭐⭐⭐...
4.3K
3224 firebase-apk-scanner trailofbits/skills
Firebase APK Security Scanner You are a Firebase security analyst. When this skill is invoked, scan the provided APK(s) for Firebase misconfigurations and report findings. When to Use Auditing Android applications for Firebase security misconfigurations Testing Firebase endpoints extracted from APKs (Realtime Database, Firestore, Storage) Checking authentication security (open signup, anonymous auth, email enumeration) Enumerating Cloud Functions and testing for unauthenticated access Mobile a...
4.3K
3225 harness-writing trailofbits/skills
Writing Fuzzing Harnesses A fuzzing harness is the entrypoint function that receives random data from the fuzzer and routes it to your system under test (SUT). The quality of your harness directly determines which code paths get exercised and whether critical bugs are found. A poorly written harness can miss entire subsystems or produce non-reproducible crashes. Overview The harness is the bridge between the fuzzer's random byte generation and your application's API. It must parse raw bytes i...
4.3K
3226 kleague-results nomadamas/k-skill
K League Results What this skill does 공식 K리그 JSON 표면으로 특정 날짜의 K리그1/K리그2 경기 결과를 조회하고, 필요하면 특정 팀(예: FC서울 , 서울 이랜드 , 팀 코드 K09 )만 필터링한 뒤 현재 순위까지 함께 정리한다. When to use "오늘 K리그1 경기 결과 알려줘" "2026-03-22 FC서울 경기 결과랑 현재 순위 보여줘" "2026-03-22 K리그2 결과 정리해줘" Prerequisites Node.js 18+ npm install -g kleague-results Inputs 날짜: YYYY-MM-DD 리그: K리그1 또는 K리그2 (기본값은 K리그1 ) 선택 사항: 팀명, 풀네임, 팀 코드 ( 서울 , FC서울 , K09 등) Workflow 0. Install the package globally when missing npm root -g 아래에 kleague-results 가 없으면 HTML scraping ...
4.3K
3227 real-estate-search nomadamas/k-skill
Korean Real Estate Search What this skill does 기본적으로 https://k-skill-proxy.nomadamas.org/v1/real-estate/... 로 요청해서 한국 부동산 실거래가/전월세 데이터를 조회한다. 국토교통부(MOLIT) 실거래가 신고 데이터를 기반으로 한다. When to use "잠실 리센츠 2024년 매매 실거래가 찾아줘" "마포구 아파트 전세 실거래가 보여줘" "성수동 오피스텔 월세 실거래 데이터 볼래" "강남구 연립다세대 매매 실거래가" "용산구 상업업무용 건물 거래 내역" When not to use 해외 부동산 시세/거래 조회 실거래가가 아닌 민간 호가/매물 비교만 필요한 경우 세금/등기/중개 법률자문처럼 판단이 필요한 경우 청약홈 분양/당첨 조회 (아직 미지원) Inputs q : 지역명 (region-code endpoint, 예: "서울 강남구" , "마포구" ) lawd_cd : 5자리 법정동 코드 (tran...
4.3K
3228 logging-best-practices boristane/agent-skills
Logging Best Practices Skill Version: 1.0.0 Purpose This skill provides guidelines for implementing effective logging in applications. It focuses on wide events (also called canonical log lines) - a pattern where you emit a single, context-rich event per request per service, enabling powerful debugging and analytics. When to Apply Apply these guidelines when: Writing or reviewing logging code Adding console.log, logger.info, or similar Designing logging strategy for new services Setting up...
4.3K
3229 content-creation anthropics/knowledge-work-plugins
Content Creation Skill Guidelines and frameworks for creating effective marketing content across channels. Content Type Templates Blog Post Structure Headline — clear, benefit-driven, includes primary keyword (aim for 60 characters or less for SEO) Introduction (100-150 words) — hook the reader with a question, statistic, bold claim, or relatable scenario. State what the post will cover. Include primary keyword. Body sections (3-5 sections) — each with a descriptive subheading (H2). Use H3 for s...
4.3K
3230 context7-mcp upstash/context7
When the user asks about libraries, frameworks, or needs code examples, use Context7 to fetch current documentation instead of relying on training data. When to Use This Skill Activate this skill when the user: Asks setup or configuration questions ("How do I configure Next.js middleware?") Requests code involving libraries ("Write a Prisma query for...") Needs API references ("What are the Supabase auth methods?") Mentions specific frameworks (React, Vue, Svelte, Express, Tailwind, etc.) How to...
4.3K
3231 korean-spell-check nomadamas/k-skill
Korean Spell Check What this skill does 국립국어원 계열 규칙을 반영한 바른한글(구 부산대 맞춤법/문법 검사기) 표면을 이용해 한국어 문장을 최종 교정한다. 기본 진입점은 공개 웹 표면 https://nara-speller.co.kr/speller/ 이다. 자동화가 필요하면 이전 버전 폼 POST 표면 https://nara-speller.co.kr/old_speller/results 를 낮은 요청량으로만 사용한다. 긴 글은 청크로 나눠 순차 검사한다. 결과는 원문 , 교정안 , 이유 중심으로 정리한다. Policy first https://nara-speller.co.kr/old_speller/ 는 비상업적 용도 안내와 개인이나 학생만 무료 라는 문구를 명시한다. https://nara-speller.co.kr/robots.txt 는 / 를 허용하지만 /test_speller/ 는 금지한다. 따라서 이 스킬은 사용자 주도 최종 검수 , 저빈도 요청 ,...
4.3K
3232 asc-screenshot-resize rorkai/app-store-connect-cli-skills
asc screenshot resize Use this skill to prepare screenshots for App Store Connect. Do not rely on a hard-coded dimension table in this skill; the CLI owns the current size matrix. Source of truth Always discover current accepted sizes from asc first: asc screenshots sizes --output table asc screenshots sizes --all --output table For local validation before upload: asc screenshots validate --path "./screenshots/iphone" --device-type "IPHONE_65" --output table asc screenshots validate --path "./sc...
4.3K
3233 discord-bot claude-office-skills/skills
Discord Bot Build Discord bots for community management, moderation, notifications, and AI integration. Based on n8n's Discord workflow templates. Overview This skill covers: Bot setup and configuration Slash commands and interactions Moderation automation Notification workflows AI-powered features Bot Setup Creating a Discord Bot setup_steps : 1. create_application : url : https : //discord.com/developers/applications action : "New Application" 2. create_bot : section : "Bot" action : "Add Bot"...
4.3K
3234 constant-time-analysis trailofbits/skills
Constant-Time Analysis Analyze cryptographic code to detect operations that leak secret data through execution timing variations. When to Use User writing crypto code? ──yes──> Use this skill │ no │ v User asking about timing attacks? ──yes──> Use this skill │ no │ v Code handles secret keys/tokens? ──yes──> Use this skill │ no │ v Skip this skill Concrete triggers: User implements si...
4.3K
3235 update assistant-ui/skills
Update Command If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Keep your task list and memory current. Two modes: Default: Sync tasks from external tools, triage stale items, check memory for gaps --comprehensive : Deep scan chat, email, calendar, docs — flag missed todos and suggest new memories Usage /productivity:update /productivity:update --comprehensive Default Mode 1. Load Current State Read TASKS.md and memory/ directory. If they don't e...
4.3K
3236 cost-tracking affaan-m/ecc
Cost Tracking Use this skill to analyze Claude Code cost and usage history from the metrics log that ECC's stop:cost-tracker hook writes. Where the data lives The tracker appends one JSON object per session-stop to ~/.claude/metrics/costs.jsonl . Each row is a cumulative snapshot for that session , so to total spend you take the latest row per session_id and sum across sessions — summing every row multiply-counts. Row schema: Show more Installs 1.5K Repository affaan-m/ecc GitHub Stars 239.2K Fi...
4.3K
3237 gget affaan-m/ecc
gget Use this skill when a task needs quick bioinformatics lookup across genomic reference databases with the gget CLI or Python package. When to Use Finding Ensembl IDs, gene metadata, transcript details, or sequences. Running quick BLAST or BLAT lookups without building a full local pipeline. Fetching reference genome links and annotations from Ensembl. Querying protein structure, pathway, cancer, expression, or disease-association modules through a single interface. Creating a reproducible fi...
4.3K
3238 quarkus-tdd affaan-m/ecc
Quarkus TDD Workflow TDD guidance for Quarkus 3.x services with 80%+ coverage (unit + integration). Optimized for event-driven architectures with Apache Camel. When to Use New features or REST endpoints Bug fixes or refactors Adding data access logic, security rules, or reactive streams Testing Apache Camel routes and event handlers Testing event-driven services with RabbitMQ Testing conditional flow logic Validating CompletableFuture async operations Testing LogContext propagation Workflow Show...
4.3K
3239 fuzzing-obstacles trailofbits/skills
Overcoming Fuzzing Obstacles Codebases often contain anti-fuzzing patterns that prevent effective coverage. Checksums, global state (like time-seeded PRNGs), and validation checks can block the fuzzer from exploring deeper code paths. This technique shows how to patch your System Under Test (SUT) to bypass these obstacles during fuzzing while preserving production behavior. Overview Many real-world programs were not designed with fuzzing in mind. They may: Verify checksums or cryptographic h...
4.3K
3240 playwright-skill lackeyjb/playwright-skill
Playwright Skill Opinionated, production-tested Playwright guidance — every pattern includes when (and when not ) to use it. 50+ reference guides covering the full Playwright surface: selectors, assertions, fixtures, page objects, network mocking, auth, visual regression, accessibility, API testing, CI/CD, debugging, and more — with TypeScript and JavaScript examples throughout. Playwright 1.60+ highlights covered in these guides include on-demand HAR recording inside tracing, locator.drop() for...
4.3K
3241 improve-codebase-architecture vinvcn/mattpocock-skills-zh-cn
Improve Codebase Architecture Explore a codebase like an AI would, surface architectural friction, discover opportunities for improving testability, and propose module-deepening refactors as GitHub issue RFCs. A deep module (John Ousterhout, "A Philosophy of Software Design") has a small interface hiding a large implementation. Deep modules are more testable, more AI-navigable, and let you test at the boundary instead of inside. Process 1. Explore the codebase Use the Agent tool with subagent_ty...
4.3K
3242 uspto-database affaan-m/ecc
USPTO Database Use this skill when a task needs official United States patent or trademark records from USPTO systems. When to Use Searching granted patents or pre-grant publications. Checking patent application status, file-wrapper data, assignments, or public prosecution history. Looking up trademark status, documents, or assignment history. Building reproducible prior-art, portfolio, or IP landscape research logs. Comparing USPTO records with secondary tools such as Google Patents, Lens.org, ...
4.3K
3243 quarkus-verification affaan-m/ecc
Quarkus Verification Loop Run before PRs, after major changes, and pre-deploy. When to Activate Before opening a pull request for a Quarkus service After major refactoring or dependency upgrades Pre-deployment verification for staging or production Running full build → lint → test → security scan → native compilation pipeline Validating test coverage meets thresholds (80%+) Testing native image compatibility Phase 1: Build Maven mvn clean verify -DskipTests Show more Installs 1.5K Repository af...
4.3K
3244 sigma sanyuan0704/sanyuan-skills
Sigma Tutor Personalized 1-on-1 mastery tutor. Bloom's 2-Sigma method: diagnose, question, advance only on mastery. Usage /sigma Python decorators /sigma 量子力学 --level beginner /sigma React hooks --level intermediate --lang zh /sigma linear algebra --resume Resume previous session Arguments Argument Description <topic> Subject to learn (required, or prompted) --level <level> Starting level: beginner, intermediate, advanced (default: diagnose) --lang <code> Language override (default: follow user...
4.3K
3245 fsharp-testing affaan-m/ecc
F Testing Patterns Comprehensive testing patterns for F applications using xUnit, FsUnit, Unquote, FsCheck, and modern .NET testing practices. When to Activate Writing new tests for F code Reviewing test quality and coverage Setting up test infrastructure for F projects Debugging flaky or slow tests Test Framework Stack Show more Installs 1.5K Repository affaan-m/ecc GitHub Stars 239.2K First Seen May 19, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
4.3K
3246 mongodb-query-optimizer mongodb/agent-skills
MongoDB Query Optimizer When this skill is invoked Invoke only when the user wants: Query/index optimization or performance help Why a query is slow or how to speed it up Slow queries on their cluster and/or how to optimize them Do not invoke for routine query authoring unless the user has requested help with optimization, slow queries, or indexing. High Level Workflow General Performance Help If the user wants to examine slow queries, or is looking for general performance suggestions (not regar...
4.3K
3247 monitoring-expert jeffallan/claude-skills
Monitoring Expert Observability and performance specialist implementing comprehensive monitoring, alerting, tracing, and performance testing systems. Role Definition You are a senior SRE with 10+ years of experience in production systems. You specialize in the three pillars of observability: logs, metrics, and traces. You build monitoring systems that enable quick incident response, proactive issue detection, and performance optimization. When to Use This Skill Setting up application monitor...
4.3K
3248 storybrand-messaging wondelai/skills
Framework for clarifying your message so customers will listen. Based on a fundamental truth: customers don't buy the best products—they buy the ones they can understand the fastest. Core Principle The customer is the hero, not your brand. Your brand is the guide who helps the hero win. When you position yourself as the hero, you compete with your customer. When you position yourself as the guide, you serve them. The SB7 Framework Every compelling story follows the same pattern. Use this s...
4.3K
3249 homelab-vlan-segmentation affaan-m/ecc
Homelab VLAN Segmentation How to split a home network into isolated VLANs so IoT devices, guests, and your main PCs cannot talk to each other. The most impactful security upgrade for a home network. All firewall rules shown here add isolation between segments — they do not remove existing protections. Apply changes in a maintenance window and verify connectivity between segments after each step before moving on. When to Use Setting up VLANs on a home network for the first time Isolating IoT devi...
4.3K
3250 mongodb-schema-design mongodb/agent-skills
MongoDB Schema Design Data modeling patterns and anti-patterns for MongoDB, maintained by MongoDB. Bad schema is the root cause of most MongoDB performance and cost issues—queries and indexes cannot fix a fundamentally wrong model. When to Apply Reference these guidelines when: Designing a new MongoDB schema from scratch Migrating from SQL/relational databases to MongoDB Reviewing existing data models for performance issues Troubleshooting slow queries or growing document sizes Deciding between ...
4.3K