# Skill Creator

> Use when the user asks Anima to create, generate, scaffold, or customize a new skill package from a natural-language requirement.

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

---


# Skill Creator

Use this skill for turning a user request into a new custom skill package under `skills/custom/`.
Work analysis-first: extract the repeatable workflow, trigger, inputs, constraints, and success criteria before generating any files.

## Load These Resources

- `references/knowledge.md` for packaging rules and generation constraints.
- `references/chat.md` when deciding whether to create a new skill from user chat.
- `scripts/actions.py` for the runtime file-generation workflow.

## Working Rules

- Generate skills only inside `skills/custom/`.
- Preserve the same package shape as built-in skills: `SKILL.md`, `references/`, and optional `scripts/`.
- Prefer clear, conservative skills over overly broad generic automations.
- If the request is ambiguous, ask for clarification instead of generating a vague skill.
- Keep the generated skill aligned across all files: the trigger, supported actions, no-op boundary, and learned preferences must describe the same workflow.

