Skip to content
/
Tier B A1 Skills-only Variant Stub

Anthropic Skills — IP Guard Delta Report

anthropics-skills-ip-guard · anthropics/skills · ★ 141k · last commit 2026-05-19

Primitive shape
No installable primitives
00

Delta Report

Delta Report: anthropics-skills-ip-guard vs anthropics-skills

Canonical Coverage

The slug anthropics-skills (in spec-system/anthropics-skills/) was analyzed by Phase B Batch 13 and provides full 11-file coverage of the anthropics/skills repository.

This delta report focuses on a specific dimension: IP-guard and governance posture of the same repository.

Delta: IP Guard and Governance Findings

No Dedicated IP-Guard Skill

After exhaustive inspection of https://github.com/anthropics/skills, there is no skill named ip-guard in the skills/ directory. The 17 skills present are:

  • algorithmic-art, brand-guidelines, canvas-design, claude-api, doc-coauthoring, docx, frontend-design, internal-comms, mcp-builder, pdf, pptx, skill-creator, slack-gif-creator, theme-factory, web-artifacts-builder, webapp-testing, xlsx

The slug name anthropics-skills-ip-guard in the batch manifest appears to reference either:

  1. A planned/unreleased skill that does not yet exist in the repo, OR
  2. A misidentification — the brand-guidelines skill handles brand asset protection which has IP-adjacent concerns

IP Governance in Existing Skills

The closest IP-protection posture found:

brand-guidelines: This skill enforces corporate brand consistency (logos, colors, typography) — essentially a brand IP enforcement system for Claude outputs. It reads company brand reference files and blocks brand-inconsistent generation.

THIRD_PARTY_NOTICES.md: The repo ships a THIRD_PARTY_NOTICES.md at the root, signaling Anthropic tracks third-party IP in their distributed skills.

License split: The repo uses a deliberate dual-license strategy:

  • Example skills (13 skills): Apache-2.0
  • Document skills (4 production skills: docx, pdf, pptx, xlsx): Source-available, not open source

This source-available designation for the production document skills is itself an IP governance decision — Anthropic shares the code for reference but retains commercial rights.

Spec-Level IP Provisions

The /spec directory contains the Agent Skills specification. Key IP provisions in the spec:

  • Skills are YAML+Markdown format, no code execution required at the skill layer
  • Skills can bundle scripts but the SKILL.md metadata + instructions are the IP-sensitive layer
  • The spec says skills are portable across any skills-compatible agent — no DRM or lock-in mechanism

Status

Status: no-ip-guard-skill-found

The repo does not contain a dedicated IP guard skill. The batch slug likely anticipated future content. Canonical coverage defers to spec-system/anthropics-skills/ for the full analysis.

Related frameworks

same archetype · same primary tool · same memory type

Superpowers ★ 207k

Enforces spec-first, TDD, and subagent-reviewed development as mandatory automatic workflows rather than optional practices.

Anthropic Skills (Official) ★ 141k

Official Anthropic reference gallery for the Agent Skills standard, spanning creative, technical, and enterprise capability…

OpenAI Skills (Official) ★ 20k

Tiered library of integration and workflow skills for Codex, with a self-bootstrapping skill-installer that lets agents discover…

daymade/claude-code-skills ★ 1.1k

52 production-hardened skills with emphasis on skill craftsmanship — a fork of Anthropic's official skill-creator with security…

Superpowers Lab ★ 344

Experimental skill incubator extending Superpowers with interactive CLI automation, on-demand MCP discovery, semantic…

openspec-skills (chyiiiiiiiiiiii) ★ 6

Ports the OpenSpec proposal/apply/archive SDD lifecycle into three plain SKILL.md files requiring zero runtime dependencies.