feat: initial open marketplace with llm-security, config-audit, ultraplan-local
This commit is contained in:
commit
f93d6abdae
380 changed files with 65935 additions and 0 deletions
1
plugins/config-audit/examples/minimal-setup/CLAUDE.md
Normal file
1
plugins/config-audit/examples/minimal-setup/CLAUDE.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
# My Project
|
||||
17
plugins/config-audit/examples/minimal-setup/README.md
Normal file
17
plugins/config-audit/examples/minimal-setup/README.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# 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](../optimal-setup/) example to see what a fully-configured project looks like.
|
||||
Loading…
Add table
Add a link
Reference in a new issue