mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 09:37:15 +00:00
fix(skills): remove phantom resource references and fix CoC links (#447)
Remove references to non-existent resource files (references/, assets/, scripts/, examples/) from 115 skill SKILL.md files. These sections pointed to directories and files that were never created, causing confusion when users install skills. Also fix broken Code of Conduct links in issue templates to use absolute GitHub URLs instead of relative paths that 404.
This commit is contained in:
@@ -497,13 +497,3 @@ FROM pg_stat_user_indexes
|
||||
WHERE idx_scan = 0
|
||||
ORDER BY pg_relation_size(indexrelid) DESC;
|
||||
```
|
||||
|
||||
## Resources
|
||||
|
||||
- **references/postgres-optimization-guide.md**: PostgreSQL-specific optimization
|
||||
- **references/mysql-optimization-guide.md**: MySQL/MariaDB optimization
|
||||
- **references/query-plan-analysis.md**: Deep dive into EXPLAIN plans
|
||||
- **assets/index-strategy-checklist.md**: When and how to create indexes
|
||||
- **assets/query-optimization-checklist.md**: Step-by-step optimization guide
|
||||
- **scripts/analyze-slow-queries.sql**: Identify slow queries in your database
|
||||
- **scripts/index-recommendations.sql**: Generate index recommendations
|
||||
|
||||
Reference in New Issue
Block a user