# Complex Skill

> A complex but safe skill for project scaffolding

- Skill: `ryo-ebata/complex-skill` (Agent Skill)
- Install (CLI): `npx skillmds@latest add ryo-ebata/complex-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ryo-ebata/complex-skill/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: ryo-ebata (https://skillmd.com/u/ryo-ebata)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/ryo-ebata/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 -->

