name: complex-skill description: A complex but safe skill for project scaffolding allowed-tools: Read, Write, Bash hooks: PreToolUse: - matcher: 'Bash' hooks: - type: command command: './scripts/validate.sh'
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
mkdir -p src/components
echo "export default {}" > src/config.js
curl http://localhost:3000/health
chat Comments (0)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
17
GitHub Forks
1
Created
Mar 2026
Last Updated
il y a 3 mois
development
development architecture patterns
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!