Generated skills included activation.keywords, activation.patterns,
test_queries, and usage.when_to_use fields in marketplace.json — none
of which are supported by Claude Code's official schema. This caused
installation failures.
Root cause was references/phase4-detection.md instructing the agent to
put activation data into marketplace.json instead of the SKILL.md
description field. The description is the only activation mechanism.
Changes:
- Rewrote phase4-detection.md activation section (description-based only)
- Removed marketplace.json from stock-analyzer example directory structure
- Fixed quality-standards.md checklist reference
- Fixed multi-agent-guide.md wording implying marketplace.json has keywords
- Deleted marketplace-robust-template.json (source of non-standard fields)
- Bumped version to 4.1.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Embed clarity principles in Stage 1 (self-guided, no external dependency)
- Add refactoring guidance for growing skills (architecture-guide)
- Add cross-component communication patterns for suites (architecture-guide)
- Add versioning strategy with semver rules (architecture-guide)
- Add suite orchestration patterns with routing logic (multi-agent-guide)
- Add dependency management framework — stdlib first (quality-standards)
- Add testing strategy with patterns and fixtures (quality-standards)
- Add auto-install step in Phase 5 — detect platform, install, show next steps
- Rewrite README for broader audience — 788 to 318 lines, no jargon
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>