# __SKILL_NAME__

> Extracts and processes data for __SKILL_NAME__ purposes.

- Skill: `famaoai-creator/skill-name` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add famaoai-creator/skill-name`
- Raw SKILL.md: https://api.skillmd.com/api/skills/famaoai-creator/skill-name/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: famaoai-creator (https://skillmd.com/u/famaoai-creator)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/famaoai-creator/skill-name

---


# __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

```bash
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

- **[Detailed Reference](./REFERENCE.md)**: Full API documentation and advanced configuration.
- **[Examples](./EXAMPLES.md)**: Common use cases and input/output samples.

## 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.

