skf-export-skill

Package skills and inject context into CLAUDE.md, AGENTS.md, and .cursorrules files.

Updated Apr 15, 2026
One-click install
npx skills add https://github.com/delorenj/voxxy --skill skf-export-skill-delorenj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skf-export-skill
Source: https://github.com/delorenj/voxxy/tree/main/.gemini/skills/skf-export-skill
Command: npx skills add https://github.com/delorenj/voxxy --skill skf-export-skill-delorenj

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of packaging and injecting context into CLAUDE.md/AGENTS.md/.cursorrules, making it easy to export and distribute skills across platforms.

Core Features & Use Cases

  • Skill Packaging: Packages completed skills into agentskills.io-compliant packages.
  • Context Injection: Generates context snippets and updates the managed section in CLAUDE.md/AGENTS.md/.cursorrules for platform-aware context injection.
  • Workflow Automation: Automates the workflow of exporting skills, from loading and validating the skill to updating context files and generating packages for distribution.
  • Multi-skill Mode: Handles multiple skills in a single run, reducing the need for manual intervention.
  • Dry Run: Allows you to test the process without making any changes to the files.
  • Passive Context: Optionally enables passive context injection for skills that are always active in the agent's context.

Quick Start

Run the skf-export-skill command to start the export process for the skill you want to package and distribute.

Frequently Asked Questions about skf-export-skill

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

FAQPage Schema
How do I automate context injection for CLAUDE.md and .cursorrules files?

Automating context injection involves generating context snippets and updating managed sections in CLAUDE.md, AGENTS.md, or .cursorrules files. This skill handles the packaging and platform-aware injection automatically.

What's the best way to package multiple skills for agentskills.io distribution?

Packaging multiple skills is handled through multi-skill mode, which processes multiple skills in a single run. It loads, validates, and exports agentskills.io-compliant packages without manual intervention.

Can I test skill packaging and context injection without modifying my files?

Yes, you can use the dry run mode to test the skill packaging and context injection workflow. This simulates the export process and validates skills without making any changes to your files.

Do I need a config.yaml file to export skills for platform-aware context injection?

Yes, the export process requires a config.yaml file and a SKILL.md file for each skill. These files provide the necessary configuration and metadata to validate and package skills correctly.

Does context injection support passive context for always-active agent skills?

Yes, passive context injection can be optionally enabled for skills that need to be always active in the agent's context. This ensures continuous availability across the platform.