ktg-plugin-marketplace/plugins/config-audit/examples/minimal-setup
2026-04-06 18:47:49 +02:00
..
CLAUDE.md feat: initial open marketplace with llm-security, config-audit, ultraplan-local 2026-04-06 18:47:49 +02:00
README.md feat: initial open marketplace with llm-security, config-audit, ultraplan-local 2026-04-06 18:47:49 +02:00

Minimal Setup Example

This example demonstrates a bare-minimum Claude Code project — just a single-line CLAUDE.md with no other configuration.

What to expect

Running node ../../scanners/posture.mjs . from this directory will show:

  • Low utilization score — most features are unused
  • Low maturity level — no hooks, no rules, no settings
  • Multiple feature gap findings — all tiers flagged

Why this matters

Even a single CLAUDE.md file is enough for Claude Code to work. But without permissions, hooks, rules, or MCP configuration, you're leaving significant capability on the table.

Compare with the optimal-setup example to see what a fully-configured project looks like.