mirror of
https://github.com/Jeffallan/claude-skills.git
synced 2026-09-14 18:43:38 +08:00
chore: release v0.4.16 (#227)
Claude-Session: https://claude.ai/code/session_01E6LA4sndtVGyvoXqwYeHoB Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://github.com/jeffallan/claude-skills"><img src="https://img.shields.io/badge/version-0.4.15-blue.svg?style=for-the-badge" alt="Version"/></a>
|
||||
<a href="https://github.com/jeffallan/claude-skills"><img src="https://img.shields.io/badge/version-0.4.16-blue.svg?style=for-the-badge" alt="Version"/></a>
|
||||
<a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-green.svg?style=for-the-badge" alt="License"/></a>
|
||||
<a href="https://github.com/jeffallan/claude-skills"><img src="https://img.shields.io/badge/Claude_Code-Plugin-purple.svg?style=for-the-badge" alt="Claude Code"/></a>
|
||||
<a href="https://github.com/jeffallan/claude-skills/stargazers"><img src="https://img.shields.io/github/stars/jeffallan/claude-skills?style=for-the-badge&color=yellow" alt="Stars"/></a>
|
||||
|
||||
+2
-2
@@ -2,7 +2,7 @@
|
||||
|
||||
## Current Status
|
||||
|
||||
**Version:** v<!-- VERSION -->0.4.15<!-- /VERSION --> (Released January 2026)
|
||||
**Version:** v<!-- VERSION -->0.4.16<!-- /VERSION --> (Released January 2026)
|
||||
|
||||
- **<!-- SKILL_COUNT -->67<!-- /SKILL_COUNT --> Skills** across 12 domains
|
||||
- **<!-- REFERENCE_COUNT -->371<!-- /REFERENCE_COUNT --> 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)*
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 617 KiB After Width: | Height: | Size: 619 KiB |
+1
-1
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "0.4.15",
|
||||
"version": "0.4.16",
|
||||
"skillCount": 67,
|
||||
"workflowCount": 9,
|
||||
"referenceFileCount": 371
|
||||
|
||||
Reference in New Issue
Block a user