ワンクリックで
slim-license
Detect project type and add appropriate NASA/Open Source licenses
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Detect project type and add appropriate NASA/Open Source licenses
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Add badges to a repository, README, or document. Ships with authorship badges (100% Human Made, AI-assisted, AI-generated, AI-autonomous) and the SLIM Best Practices badge, and is extensible to any badge. Use when a user wants to add, choose, or generate a badge for a project or document.
Launch your own customized best-practices marketplace by rebranding the slim-framework. Prompts the user for project name, logo, organization, and branding, then clones a fresh copy of the NASA-AMMOS/slim-framework repository and customizes that clone — without modifying the repository this skill is run from. Use when you want to stand up your own marketplace website based on the framework.
Sets up a folder based project-aware workspace area on local disk with date-organized dynamic folders for project-aware skill execution and a static folder for relevant information about a project such as personnel, project background, meeting information, products, repos etc. This skill is a foundation skill that sets up structures that allow other AI skills to operate within a project-aware workspace with automatic date-based folder management. For example, skills such as generating executive summaries, writing meeting notes, writing meeting agendas or other skills that involve working with third-party services to coordinate complex behaviors can benefit from the skill.
Meta-skill for creating and integrating new Claude skills into the SLIM marketplace with dependency tracking and automated registry updates. Use when users want to create custom skills, develop specialized workflows, build skill templates, add new capabilities to SLIM, or integrate skills with marketplace infrastructure.
Comprehensive workflow for rebranding SLIM-based Docusaurus websites for domain-specific projects. Handles hero customization, registry imports from external SLIM instances, page template generation, and complete website configuration. Creates customized SLIM forks with domain-specific branding, marketplace entries, and documentation. Includes detailed plan templates and step-by-step guides with git workflow and iterative build testing.
Autonomous website generator skill for creating customized Docusaurus documentation websites. Analyzes project content, generates intelligent website structure, and validates changes with iterative build testing until successful. Creates git branch and commits with clear messages. Auto-detects project type and customizes accordingly. Use when generating project documentation websites, creating content-driven sites, or automating website creation with build validation.
| name | slim-license |
| description | Detect project type and add appropriate NASA/Open Source licenses |
This skill helps you add appropriate open source licenses to your project. It supports both standard open source licenses and NASA JPL variants with institutional copyright headers.
First, check if a LICENSE file already exists in the repository root:
ls -la LICENSE*
If a license exists, ask the user if they want to replace it or keep it.
Ask the user:
Which license would you like to use?
Is this a NASA JPL project?
Based on the user's choices, copy the appropriate license file from the assets directory:
assets/LICENSE-APACHE-JPLassets/LICENSE-MIT-JPLassets/LICENSE-APACHEassets/LICENSE-MITCopy the selected file to the repository root as LICENSE:
cp assets/LICENSE-[TYPE] LICENSE
Remind the user to:
Choose Apache 2.0 when:
Choose MIT when:
Use JPL variant when:
LICENSE-APACHE: Standard Apache 2.0 LicenseLICENSE-APACHE-JPL: Apache 2.0 with JPL/Caltech copyrightLICENSE-MIT: Standard MIT LicenseLICENSE-MIT-JPL: MIT with JPL/Caltech copyright