# Skill Creator

> Create a new skill (SKILL.md plus supporting files) when the user asks to create, scaffold, build, or add files to a skill; covers scope choice, structure, and verification.

- **Type:** Skill
- **Install:** `agentstack add skill-gizclaw-opencraft-skill-creator`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [GizClaw](https://agentstack.voostack.com/s/gizclaw)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [GizClaw](https://github.com/GizClaw)
- **Source:** https://github.com/GizClaw/opencraft/tree/main/internal/capabilities/skills/assets/skills/skill-creator

## Install

```sh
agentstack add skill-gizclaw-opencraft-skill-creator
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Skill Creator

Skills are directories with a `SKILL.md` frontmatter, discovered from
named roots. The built-in skills are embedded in the binary and
read-only.

## Choose the scope

- **repo** — `/.agents/skills//`: inside the workspace,
  create/edit directly with write_file / apply_patch / exec.
- **user** — `~/.agents/skills//`: outside the workspace; writing
  it requires the session to be in YOLO mode (the user switches with
  `/permissions` and confirms). Ask the user to switch if the session is
  not already in YOLO mode.

## Structure

Create `//SKILL.md` with frontmatter:

```markdown
---
name: 
description: one or two sentences on when to use this skill
---

```

Add supporting files as needed:
- `references/*.md` — details loaded on demand
- `scripts/*` — executable helpers; set the executable bit, e.g. via
  exec_command `chmod +x scripts/tool.py`
- `assets/*` — non-markdown resources

## Rules

- name: kebab-case, unique across skill roots, no spaces.
- description: say when the user would want this skill so ranking finds it.
- Keep the body actionable; prefer references for background material.
- Never write into the built-in skill area (it is embedded and read-only).

## After creating

- The registry is scanned at process start: a newly created skill is
  discoverable via skill_search and the per-turn skills section after the
  next restart (skill_install is the only tool that reloads immediately,
  and it installs from git).
- Verify by reading back SKILL.md and checking the frontmatter
  (name + description).

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [GizClaw](https://github.com/GizClaw)
- **Source:** [GizClaw/opencraft](https://github.com/GizClaw/opencraft)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-gizclaw-opencraft-skill-creator
- Seller: https://agentstack.voostack.com/s/gizclaw
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
