Claude Skill

endpoint-management

Manages laptops, desktops and mobile devices — enrollment, configuration, patching, software distribution, and lost or compromised devices. Use this to set up device management, standardize builds, roll out software or an OS upgrade, handle a lost device, or bring an unmanaged fl

LLM Mart · 0 points · 17 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download cbrock84-headcount-plugins_it-operations_skills_endpoint-management-98d1c17.zip · 3 KB
Part of cbrock84/headcount — 160 skills

Install

skills CLI npx skills add https://github.com/cbrock84/headcount/tree/main/plugins/it-operations/skills/endpoint-management
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install cbrock84-headcount@llmmart
Git git clone https://github.com/cbrock84/headcount.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole cbrock84/headcount collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

Endpoint management

Endpoints are the most exposed and least controlled part of the estate: they leave the building, run arbitrary software, and are operated by people whose job is not IT.

Enrollment is the control point

A device that never enrolled is a device with no patching, no encryption guarantee, and no remote wipe. Enrollment must be a precondition of access to company data, not a request made afterwards.

Automate it from procurement so a device is enrolled before the user opens it. Manual enrollment as a post-delivery step is skipped exactly when the desk is busy.

Handle personal devices as a deliberate policy decision, not an accident. If personal devices reach company data, either manage the work container or restrict what they can reach — and be explicit with people about what the organization can and cannot see on their own hardware, because ambiguity there destroys trust quickly.

A small number of standard builds

Every additional build variant multiplies testing, support and failure modes. Converge on few, and handle exceptions by adding software to a standard build rather than by creating a new one.

Enforce the security baseline through configuration policy rather than instruction: disk encryption on, screen lock, firewall, up-to-date agents. Anything relying on a user to configure it is configured on some devices.

Patch on a cadence with a deadline

Endpoints patch worse than servers because they are off, asleep, or the user keeps deferring. Allow deferral with a hard deadline and force after it, and communicate the deadline in advance — an unexpected forced reboot during a customer call is what teaches people to avoid management.

Report coverage as a percentage of the fleet, and specifically chase the long tail. The devices that never appear in patch reports are usually the interesting ones: traveling users, spares, and the machine in a cupboard still holding a domain account.

Lost, stolen, or leaving

Have the sequence ready in advance: lock, locate if possible, wipe, revoke credentials and sessions, and record what data was on it for legal-risk:privacy-and-data-protection to assess notification.

Encryption is what turns a lost laptop from an incident into paperwork. Verify enforcement continuously rather than trusting the policy is applied — the device where it silently failed is the one that gets left in a taxi.

Departures are coordinated with people:onboarding-and-offboarding, with asset return tracked against it-operations:it-asset-management.

Sources

references/sources.md in this skill lists the outside authorities that settle the questions here — what each one is authoritative for, and what you may do with it. Check them before answering on anything they cover, and cite what you used. Most are free to read and not free to reproduce; the use note on each is binding.

Tooling

Windows: Microsoft Intune, Configuration Manager, Ivanti, and similar. Apple: Jamf Pro, Kandji, Mosyle, and similar. Cross-platform: NinjaOne, Automox, Addigy, and similar.

Endpoint protection: Microsoft Defender for Endpoint, CrowdStrike Falcon, SentinelOne, and similar.

Pick for your fleet's majority and accept a second tool for the minority. One tool that half-manages both platforms costs more than two that each work.

Never

  • Allow company data onto a device that never enrolled.
  • Rely on users to apply security configuration.
  • Allow indefinite patch deferral.
  • Assume encryption is on without verifying it per device.
Files (headcount)
  • references
    • sources.md 2.1 KB
      # Sources — `it-operations:endpoint-management`
      
      <!-- Generated by scripts/build-sources.py from sources/*.toml. Do not edit. -->
      
      Check these before answering on anything they cover, and cite what you used. The use note on each one is binding: most of what a professional cites is free to read and not free to reproduce.
      
      ## CIS Benchmarks
      
      Center for Internet Security · global · **account required — cite it; the user fetches it**
      
      <https://www.cisecurity.org/cis-benchmarks>
      
      **Authoritative for:** The consensus hardening baseline for a specific product version, with two profile levels. The non-defense equivalent of a STIG and the baseline most commercial audits cite.
      
      ## NIST SP 800-124: Guidelines for Managing the Security of Mobile Devices
      
      NIST · US · public domain (US government) — quote freely
      
      <https://csrc.nist.gov/pubs/sp/800/124/r2/final>
      
      **Authoritative for:** The baseline control set for mobile endpoints and the deployment-model distinctions — corporate-owned, personally enabled, bring-your-own — that mobile policy arguments turn on.
      
      ## NIST SP 800-40: Guide to Enterprise Patch Management Planning
      
      NIST · US · public domain (US government) — quote freely
      
      <https://csrc.nist.gov/pubs/sp/800/40/r4/final>
      
      **Authoritative for:** What a defensible patch program contains — maintenance windows, phased deployment, and the position that leaving something unpatched requires documented compensating controls rather than silence.
      
      ## Security Technical Implementation Guides
      
      Defense Information Systems Agency, US Department of Defense · US · public domain (US government) — quote freely
      
      <https://public.cyber.mil/stigs/>
      
      Machine-readable: <https://public.cyber.mil/stigs/downloads/>
      
      **Authoritative for:** The exact required configuration of a given operating system, hypervisor or appliance, setting by setting with severity. When two administrators disagree about a hardening value, this states the required one.
      
      ---
      
      Sources are maintained in `sources/` upstream, not here. If one is wrong, out of date, or missing, fix it there — this file is regenerated and an edit to it is lost.
      
  • SKILL.md 3.8 KB
    ---
    name: endpoint-management
    description: Manages laptops, desktops and mobile devices — enrollment, configuration, patching, software distribution, and lost or compromised devices. Use this to set up device management, standardize builds, roll out software or an OS upgrade, handle a lost device, or bring an unmanaged fleet under control.
    ---
    
    # Endpoint management
    
    Endpoints are the most exposed and least controlled part of the estate: they leave the building, run
    arbitrary software, and are operated by people whose job is not IT.
    
    ## Enrollment is the control point
    
    A device that never enrolled is a device with no patching, no encryption guarantee, and no remote
    wipe. Enrollment must be a precondition of access to company data, not a request made afterwards.
    
    Automate it from procurement so a device is enrolled before the user opens it. Manual enrollment as a
    post-delivery step is skipped exactly when the desk is busy.
    
    Handle personal devices as a deliberate policy decision, not an accident. If personal devices reach
    company data, either manage the work container or restrict what they can reach — and be explicit with
    people about what the organization can and cannot see on their own hardware, because ambiguity there
    destroys trust quickly.
    
    ## A small number of standard builds
    
    Every additional build variant multiplies testing, support and failure modes. Converge on few, and
    handle exceptions by adding software to a standard build rather than by creating a new one.
    
    Enforce the security baseline through configuration policy rather than instruction: disk encryption
    on, screen lock, firewall, up-to-date agents. Anything relying on a user to configure it is
    configured on some devices.
    
    ## Patch on a cadence with a deadline
    
    Endpoints patch worse than servers because they are off, asleep, or the user keeps deferring. Allow
    deferral with a hard deadline and force after it, and communicate the deadline in advance — an
    unexpected forced reboot during a customer call is what teaches people to avoid management.
    
    Report coverage as a percentage of the fleet, and specifically chase the long tail. The devices that
    never appear in patch reports are usually the interesting ones: traveling users, spares, and the
    machine in a cupboard still holding a domain account.
    
    ## Lost, stolen, or leaving
    
    Have the sequence ready in advance: lock, locate if possible, wipe, revoke credentials and sessions,
    and record what data was on it for `legal-risk:privacy-and-data-protection` to assess notification.
    
    Encryption is what turns a lost laptop from an incident into paperwork. Verify enforcement
    continuously rather than trusting the policy is applied — the device where it silently failed is the
    one that gets left in a taxi.
    
    Departures are coordinated with `people:onboarding-and-offboarding`, with asset return tracked
    against `it-operations:it-asset-management`.
    
    ## Sources
    
    `references/sources.md` in this skill lists the outside authorities that settle the questions
    here — what each one is authoritative for, and what you may do with it. Check them before
    answering on anything they cover, and cite what you used. Most are free to read and not free
    to reproduce; the use note on each is binding.
    
    ## Tooling
    
    Windows: Microsoft Intune, Configuration Manager, Ivanti, and similar. Apple: Jamf Pro,
    Kandji, Mosyle, and similar. Cross-platform: NinjaOne, Automox, Addigy, and similar.
    
    Endpoint protection: Microsoft Defender for Endpoint, CrowdStrike Falcon, SentinelOne, and
    similar.
    
    Pick for your fleet's majority and accept a second tool for the minority. One tool that
    half-manages both platforms costs more than two that each work.
    
    ## Never
    
    - Allow company data onto a device that never enrolled.
    - Rely on users to apply security configuration.
    - Allow indefinite patch deferral.
    - Assume encryption is on without verifying it per device.
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related