famaoai-creator

SKILL_NAME

Extracts and processes data for {{SKILL_NAME}} purposes.

famaoai-creator 1 2 Updated 6d ago

Resources

2
GitHub

Install

npx skillscat add famaoai-creator/kyberion/templates-skill-template-cjs

Install via the SkillsCat registry.

SKILL.md

{{SKILL_NAME}}

Runtime Policy

  • This template is for explicit compatibility cases only.
  • Prefer skill-template-ts for all new work.
  • Use this template only when a dependency or host requires CommonJS.
  • If that constraint disappears, migrate back to the TypeScript ESM template.

Overview

Briefly describes the activity this skill performs in the third person. Avoid using "I" or "this skill can". Focus on what it does (e.g., "Generates professional reports from raw metrics").

Capabilities

  • Capability 1: Third-person action description (e.g., "Validates schema integrity").
  • Capability 2: Third-person action description (e.g., "Formats output as JSON").

Arguments

Name Type Description
--out string Output file path

Usage

pnpm kyberion run {{SKILL_NAME}} --out result.json

Progressive Disclosure

Knowledge Protocol

  • This skill adheres to the knowledge/orchestration/knowledge-protocol.md. It automatically integrates Public, Confidential (Company/Client), and Personal knowledge tiers, prioritizing the most specific secrets.

Categories