en un clic
complex-skill
A complex but safe skill for project scaffolding
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
A complex but safe skill for project scaffolding
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
CLI tool design and architecture best practices inspired by Biome, OxcLint, and other modern Rust tools. Use when designing new features, refactoring architecture, or reviewing structural decisions.
Rust coding best practices for cc-audit development. Use when writing new Rust code, reviewing code, or refactoring. Covers error handling, safety, performance, and idiomatic patterns.
Guide development using Kent Beck's TDD methodology. Use when implementing new features, fixing bugs, or adding rules to cc-audit. Enforces test-first approach with Red-Green-Refactor cycle.
A skill with edge cases to test scanner boundary behavior
A skill containing patterns that should NOT trigger false positives
Skill that manages configuration
| 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"}]}]} |
This skill helps create project scaffolds.
All operations are validated before execution. The skill never accesses sensitive directories. Network operations are limited to localhost for testing.
mkdir -p src/components
echo "export default {}" > src/config.js
curl http://localhost:3000/health