diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 9fc295c..145234d 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -5,14 +5,14 @@ }, "metadata": { "description": "Comprehensive skill pack for full-stack developers covering frameworks, workflows, and security", - "version": "0.4.15" + "version": "0.4.16" }, "plugins": [ { "name": "fullstack-dev-skills", "source": "./", "description": "67 specialized skills for full-stack development: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing skills. Includes 9 project workflow commands for epic planning, discovery, execution, and retrospectives.", - "version": "0.4.15", + "version": "0.4.16", "author": { "name": "jeffallan", "email": "github@jeffallan" diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 09fb1b8..0e15d2e 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "fullstack-dev-skills", - "version": "0.4.15", + "version": "0.4.16", "description": "Comprehensive skill pack with 67 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.", "author": { "name": "Jeffallan" diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e391f3..98f3a29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.16] - 2026-08-07 + ### Added - New skill: `django-storages-s3` — production AWS S3 file storage for Django with `django-storages` and `boto3`. Covers the Django 4.2+ `STORAGES` dict, public/private custom backends, presigned GET/POST URLs, CloudFront integration, a least-privilege IAM policy, and S3 mocking (`InMemoryStorage`/`moto`). Cross-referenced with `django-expert` (#218) - `ReferencePathChecker` in `scripts/validate-skills.py`: validates that file paths cited in skill markdown (backtick paths and markdown links) resolve relative to the containing file or the skill root. Broken paths previously failed silently when an agent tried to load deferred reference content; this class of bug has now recurred across several releases and is guarded automatically in CI and `make validate` @@ -489,6 +491,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Monitoring: Prometheus, Grafana, ELK, DataDog - Security: OWASP Top 10, SAST tools +[0.4.16]: https://github.com/jeffallan/claude-skills/compare/v0.4.15...v0.4.16 [0.4.15]: https://github.com/jeffallan/claude-skills/compare/v0.4.14...v0.4.15 [0.4.14]: https://github.com/jeffallan/claude-skills/compare/v0.4.13...v0.4.14 [0.4.13]: https://github.com/jeffallan/claude-skills/compare/v0.4.12...v0.4.13 diff --git a/README.md b/README.md index 6cd2d37..97c3622 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@
-
+
diff --git a/ROADMAP.md b/ROADMAP.md
index d07bec7..6f07349 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -2,7 +2,7 @@
## Current Status
-**Version:** v0.4.15 (Released January 2026)
+**Version:** v0.4.16 (Released January 2026)
- **67 Skills** across 12 domains
- **371 Reference Files** with progressive disclosure architecture
@@ -202,4 +202,4 @@ We welcome community input on the roadmap direction. Here's how you can contribu
---
-*This roadmap is a living document and subject to change based on community feedback, technical constraints, and emerging priorities. Last updated: February 2026 (v0.4.15)*
+*This roadmap is a living document and subject to change based on community feedback, technical constraints, and emerging priorities. Last updated: February 2026 (v0.4.16)*
diff --git a/assets/social-preview.png b/assets/social-preview.png
index 66fe029..4c9ef5e 100644
Binary files a/assets/social-preview.png and b/assets/social-preview.png differ
diff --git a/version.json b/version.json
index b14ea31..f308882 100644
--- a/version.json
+++ b/version.json
@@ -1,5 +1,5 @@
{
- "version": "0.4.15",
+ "version": "0.4.16",
"skillCount": 67,
"workflowCount": 9,
"referenceFileCount": 371