[2.15.2] Fix skill spec compliance across all skills

Fixed issues flagged by skill-creator spec:
- Reference files now use proper markdown links instead of backtick text
- Descriptions use third person ("This skill should be used when...")
- Added Skill Compliance Checklist to CLAUDE.md with validation commands

Affected skills: agent-native-architecture, andrew-kane-gem-writer,
compound-docs, create-agent-skills, dhh-rails-style, dhh-ruby-style,
dspy-ruby, every-style-editor, file-todos, frontend-design, gemini-imagegen

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Kieran Klaassen
2025-12-21 09:23:48 -08:00
parent 3fc2358e1f
commit 56524260f7
15 changed files with 93 additions and 47 deletions

View File

@@ -570,15 +570,15 @@ This skill includes comprehensive reference materials and templates:
### References (load as needed for detailed information)
- **`references/core-concepts.md`**: Complete guide to signatures, modules, predictors, multimodal support, and best practices
- **`references/providers.md`**: All LLM provider configurations, compatibility matrix, cost optimization, and troubleshooting
- **`references/optimization.md`**: Testing patterns, optimization techniques, observability setup, and monitoring
- [core-concepts.md](./references/core-concepts.md): Complete guide to signatures, modules, predictors, multimodal support, and best practices
- [providers.md](./references/providers.md): All LLM provider configurations, compatibility matrix, cost optimization, and troubleshooting
- [optimization.md](./references/optimization.md): Testing patterns, optimization techniques, observability setup, and monitoring
### Assets (templates for quick starts)
- **`assets/signature-template.rb`**: Examples of signatures including basic, vision, sentiment analysis, and code generation
- **`assets/module-template.rb`**: Module patterns including pipelines, agents, error handling, caching, and state management
- **`assets/config-template.rb`**: Configuration examples for all providers, environments, observability, and production patterns
- [signature-template.rb](./assets/signature-template.rb): Examples of signatures including basic, vision, sentiment analysis, and code generation
- [module-template.rb](./assets/module-template.rb): Module patterns including pipelines, agents, error handling, caching, and state management
- [config-template.rb](./assets/config-template.rb): Configuration examples for all providers, environments, observability, and production patterns
## When to Use This Skill