licencing — for Claude Code licencing, map2-audio, community, for Claude Code, ide skills, AGPL-3.0-only, repeatable, compliance, repository, declared

v1.0.0

Über diesen Skill

Geeigneter Einsatz: Ideal for AI agents that need apply a repeatable compliance workflow for this repository's declared policy:. Lokalisierte Zusammenfassung: Third-party dependencies and vendored components keep their original licenses. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Funktionen

Apply a repeatable compliance workflow for this repository's declared policy:
Third-party dependencies and vendored components keep their original licenses.
Educational statements in docs are intent statements and must not add restrictions beyond AGPLv3.
Treat this skill as an engineering compliance workflow, not legal advice.
Compliance Workflow

# Kernthemen

matthewmackes matthewmackes
[3]
[0]
Aktualisiert: 4/30/2026

Skill Overview

Start with fit, limitations, and setup before diving into the repository.

Geeigneter Einsatz: Ideal for AI agents that need apply a repeatable compliance workflow for this repository's declared policy:. Lokalisierte Zusammenfassung: Third-party dependencies and vendored components keep their original licenses. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Warum diese Fähigkeit verwenden

Empfehlung: licencing helps agents apply a repeatable compliance workflow for this repository's declared policy:. Third-party dependencies and vendored components keep their original licenses. This AI agent skill

Am besten geeignet für

Geeigneter Einsatz: Ideal for AI agents that need apply a repeatable compliance workflow for this repository's declared policy:.

Handlungsfähige Anwendungsfälle for licencing

Anwendungsfall: Applying Apply a repeatable compliance workflow for this repository's declared policy:
Anwendungsfall: Applying Third-party dependencies and vendored components keep their original licenses
Anwendungsfall: Applying Educational statements in docs are intent statements and must not add restrictions beyond AGPLv3

! Sicherheit & Einschränkungen

  • Einschraenkung: Educational statements in docs are intent statements and must not add restrictions beyond AGPLv3.
  • Einschraenkung: Educational statements in docs are intent statements and must not add restrictions beyond AGPLv3
  • Einschraenkung: Requires repository-specific context from the skill documentation

About The Source

The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Labs-Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ und Installationsschritte

These questions and steps mirror the structured data on this page for better search understanding.

? Häufige Fragen

Was ist licencing?

Geeigneter Einsatz: Ideal for AI agents that need apply a repeatable compliance workflow for this repository's declared policy:. Lokalisierte Zusammenfassung: Third-party dependencies and vendored components keep their original licenses. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Wie installiere ich licencing?

Führen Sie den Befehl aus: npx killer-skills add matthewmackes/map2-audio. Er funktioniert mit Cursor, Windsurf, VS Code, Claude Code und mehr als 19 weiteren IDEs.

Wofür kann ich licencing verwenden?

Wichtige Einsatzbereiche sind: Anwendungsfall: Applying Apply a repeatable compliance workflow for this repository's declared policy:, Anwendungsfall: Applying Third-party dependencies and vendored components keep their original licenses, Anwendungsfall: Applying Educational statements in docs are intent statements and must not add restrictions beyond AGPLv3.

Welche IDEs sind mit licencing kompatibel?

Dieser Skill ist mit Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer kompatibel. Nutzen Sie die Killer-Skills CLI für eine einheitliche Installation.

Gibt es Einschränkungen bei licencing?

Einschraenkung: Educational statements in docs are intent statements and must not add restrictions beyond AGPLv3.. Einschraenkung: Educational statements in docs are intent statements and must not add restrictions beyond AGPLv3. Einschraenkung: Requires repository-specific context from the skill documentation.

So installieren Sie den Skill

  1. 1. Terminal öffnen

    Öffnen Sie Ihr Terminal oder die Kommandozeile im Projektverzeichnis.

  2. 2. Installationsbefehl ausführen

    Führen Sie aus: npx killer-skills add matthewmackes/map2-audio. Die CLI erkennt Ihre IDE oder Ihren Agenten automatisch und richtet den Skill ein.

  3. 3. Skill verwenden

    Der Skill ist jetzt aktiv. Ihr KI-Agent kann licencing sofort im aktuellen Projekt verwenden.

! Source Notes

This page is still useful for installation and source reference. Before using it, compare the fit, limitations, and upstream repository notes above.

Upstream Repository Material

The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Upstream Source

licencing

Third-party dependencies and vendored components keep their original licenses. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows. Apply

SKILL.md
Readonly
Upstream Repository Material
The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.
Upstream Source

Licencing

Apply a repeatable compliance workflow for this repository's declared policy:

  • All MAP2-owned code and project artifacts are AGPLv3 (AGPL-3.0-only) unless a file/package explicitly declares a different license.
  • Third-party dependencies and vendored components keep their original licenses.
  • Educational statements in docs are intent statements and must not add restrictions beyond AGPLv3.

Treat this skill as an engineering compliance workflow, not legal advice.

Compliance Workflow

  1. Identify scope of changed or audited code.
  2. Classify each area as MAP2-owned AGPL, third-party license override, or ambiguous ownership.
  3. Run checklist in references/licensing-compliance-checklist.md.
  4. Record concrete gaps with file paths and evidence.
  5. Add or update tasks in docs/PROJECT_WORKLIST.md for every unresolved gap.
  6. Re-run checks after edits and mark tasks accordingly.

Scope Classification

Use fast repository scans:

bash
1rg -n "license|LICENSE|AGPL|GNU Affero|THIRD_PARTY_NOTICES|SPDX" README.md LICENSE docs .codex/skills/licencing 2rg --files -g "LICENSE*" -g "*COPYING*" -g "*NOTICE*"

Classify with these rules:

  • MAP2-owned AGPL scope:
    • Repository code/docs/configuration authored for MAP2 unless explicitly overridden.
  • Third-party override scope:
    • vendored modules/packages with their own license files.
  • Ambiguous scope:
    • unknown ownership/provenance that cannot be verified from file history and notices.

If classification is ambiguous, mark as a compliance question and create a worklist task.

Required Outputs

Produce:

  • Brief compliance status summary:
    • pass/fail per checklist section
    • unresolved gaps with file references
  • Worklist updates in docs/PROJECT_WORKLIST.md for unresolved items.
  • Exact commands and evidence used for the audit.

Worklist Rules

When a gap exists, add a task immediately:

  • Use canonical file: docs/PROJECT_WORKLIST.md.
  • Follow repository task schema exactly (ID, Status, Title, Description, Dependencies, Effort, Required outputs, Last updated).
  • Use the next available top-level T### ID.
  • Add subtasks when the remediation has multiple independent deliverables.
  • Update the worklist header timestamp whenever tasks are added/changed.

Use the templates and gap-to-task mapping in references/licensing-compliance-checklist.md.

Verwandte Fähigkeiten

Looking for an alternative to licencing or another community skill for your workflow? Explore these related open-source skills.

Alle anzeigen

openclaw-release-maintainer

Logo of openclaw
openclaw

Lokalisierte Zusammenfassung: 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

333.8k
0
Künstliche Intelligenz

widget-generator

Logo of f
f

Lokalisierte Zusammenfassung: Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat . It covers ai, artificial-intelligence, awesome-list workflows. This AI agent skill supports Claude Code

149.6k
0
Künstliche Intelligenz

flags

Logo of vercel
vercel

Lokalisierte Zusammenfassung: The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Lokalisierte Zusammenfassung: Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review . It covers autograd, deep-learning, gpu workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

98.6k
0
Entwickler