skf-export-skill

Package skills into agentskills.io-compliant bundles with versioning and IDE context files.

91|9|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/armelhbobdad/bmad-module-skill-forge --skill skf-export-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skf-export-skill
Source: https://github.com/armelhbobdad/bmad-module-skill-forge/tree/main/src/skf-export-skill
Command: npx skills add https://github.com/armelhbobdad/bmad-module-skill-forge --skill skf-export-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Packaging and publishing skills as portable, platform-aware artifacts to ensure consistent context delivery across IDEs.

Core Features & Use Cases

  • Packages completed skills into agentskills.io-compliant bundles with versioned artifacts.
  • Generates and updates context sections for CLAUDE.md/AGENTS.md/.cursorrules to inject appropriate context per platform.
  • Validates skill artifacts (SKILL.md, metadata.json) and coordinates export manifests for multi-IDE workflows.

Quick Start

Run export-skill to package a skill and prepare platform-ready context files for distribution.

Frequently Asked Questions about skf-export-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I package skills into agentskills.io-compliant bundles with versioning?

You package skills into agentskills.io-compliant bundles by validating SKILL.md and metadata.json artifacts, generating versioned outputs, and coordinating export manifests for multi-IDE workflows.

How do I inject context into CLAUDE.md, AGENTS.md, and .cursorrules for deployment?

Context injection into CLAUDE.md, AGENTS.md, and .cursorrules is achieved by generating and updating platform-specific context sections during the skill export process to align with IDE targets.

How do I validate skill artifacts like SKILL.md and metadata.json before export?

Validating skill artifacts like SKILL.md and metadata.json is performed during the packaging workflow, ensuring manifest and metadata structures comply with agentskills.io standards before export.

Can I batch export skills across multiple IDEs using a manifest-driven workflow?

Yes, you can batch export skills across multiple IDEs using manifest-driven workflows that coordinate export manifests and generate platform-ready context files for each target environment.

What is context-aware deployment for packaged skills?

Context-aware deployment for packaged skills involves generating platform-specific context files like CLAUDE.md and .cursorrules to ensure consistent context delivery across different IDEs during distribution.