# Complex Skill

> Use when working with a complex but safe skill for project scaffolding

- Skill: `tomevault-io/complex-skill` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/complex-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/complex-skill/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/complex-skill

---

# Project Scaffolding Skill

This skill helps create project scaffolds.

## Features

- Creates directory structures
- Generates boilerplate files
- Sets up configuration

## Safety

All operations are validated before execution.
The skill never accesses sensitive directories.
Network operations are limited to localhost for testing.

## Example Commands

```bash
mkdir -p src/components
echo "export default {}" > src/config.js
curl http://localhost:3000/health
```

<!-- TODO: Add more templates -->
<!-- NOTE: This comment is for developers -->

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/ryo-ebata) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

