famaoai-creator

__SKILL_NAME__

Extracts and processes data for __SKILL_NAME__ purposes.

famaoai-creator 1 2 Updated 5mo ago

Resources

3
GitHub

Install

npx skillscat add famaoai-creator/kyberion/skill-name

Install via the SkillsCat registry.

About this skill

We need to produce a 2-3 sentence plain-text summary, objective, factual, no marketing language, no superlatives, no calls to action. Must be at most 60 words. The skill description: "Extracts and processes data for __SKILL_NAME__ purposes." That's generic. We need to infer what the skill does: extracts and processes data. Problem: need to extract and process data for some purpose. When to use: when you need to extract and process data from input file. We need to avoid marketing language. Just state: The skill extracts and processes data from a given input file.

SKILL.md

SKILL_NAME

Overview

Briefly describes the activity this skill performs in the third person. Focus on what it does (e.g., "Analyzes source code complexity").

Usage

pnpm build
pnpm start -- [options]

Runtime Policy

  • This template is the default path for new skills.
  • Keep package.json as type: "module".
  • Use package imports such as @agent/core and @agent/core/secure-io.
  • Do not add source-adjacent shadow .js files.
  • If CommonJS is absolutely required, switch to skill-template-cjs intentionally.

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.
  • Adheres to the [Sovereign Shield] write governance policy.