feat: improve skill descriptions from PR #9 (selective merge)

Cherry-pick description improvements and allowed-tools fixes from @popey's
PR #9, while preserving reference documentation in skills that serve as
templates (audit-agents-skills, ccboard, design-patterns).

Co-Authored-By: Alan Pope <alan@popey.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Florian BRUNIAUX 2026-03-17 21:37:06 +01:00
parent be52e232b3
commit 40213f0a7e
23 changed files with 1994 additions and 197 deletions

View file

@ -25,7 +25,7 @@ Claude Code runs locally. It does **not** send your codebase to Anthropic — on
- Access control: granular permissions per project, per user, per tool
- Audit trail: every action logged via hooks
Full breakdown: WP06 — Privacy & GDPR Compliance *(whitepaper, coming soon)* (20 min)
Full breakdown: WP06 — Privacy & GDPR Compliance (20 min) — [florian.bruniaux.com/guides](https://www.florian.bruniaux.com/guides)
### Threat landscape
@ -35,7 +35,7 @@ This is the only public resource tracking AI coding tool vulnerabilities: **15 v
- Supply chain attacks via MCP servers (treat like npm packages)
- Overpermissive configs in CI/CD pipelines
Mitigation framework: WP03 — Security in Production *(whitepaper, coming soon)* (25 min)
Mitigation framework: WP03 — Security in Production (25 min) — [florian.bruniaux.com/guides](https://www.florian.bruniaux.com/guides)
### Team adoption
@ -43,13 +43,13 @@ The ROI scales with structure. An individual developer gets 2-3× productivity o
Realistic adoption timeline: 4-6 weeks to full team competency with structured onboarding.
WP05 — Deploying with a Team *(whitepaper, coming soon)* (25 min)
WP05 — Deploying with a Team (25 min) — [florian.bruniaux.com/guides](https://www.florian.bruniaux.com/guides)
---
## Recommended reading path (60 min total)
> Whitepapers are currently in private access — public release coming soon.
> Whitepapers are available at [florian.bruniaux.com/guides](https://www.florian.bruniaux.com/guides)
| Document | Time | What you'll get |
|----------|------|----------------|
@ -102,7 +102,7 @@ If you want to accelerate adoption or get an independent assessment of your curr
## Quick links
- Whitepapers — 10 focused deep-dives *(coming soon)*
- Whitepapers — 10 focused deep-dives: [florian.bruniaux.com/guides](https://www.florian.bruniaux.com/guides)
- [Security Hardening Guide](../guide/security/security-hardening.md)
← [Back to main README](../README.md)