From bc86c8ed7fdb27a0b00cfb884b747101ec7aefba Mon Sep 17 00:00:00 2001 From: Florian BRUNIAUX Date: Sun, 1 Feb 2026 16:49:33 +0100 Subject: [PATCH] release: v3.20.6 - agentskills.io integration + 4 resource evaluations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - agentskills.io open standard: frontmatter table, skills-ref CLI, portability section - Agent Skills supply chain risks (security-hardening.md §1.2) - anthropics/skills (60K+★) added to complementary resources - 16 new reference.yaml entries - Resource evaluations: agentskills.io (4/5), Skill Doctor (2/5), dclaude (new), paddo (new) - Sandbox isolation + README updates Co-Authored-By: Claude Opus 4.5 --- CHANGELOG.md | 23 +++ README.md | 11 +- VERSION | 2 +- docs/resource-evaluations/README.md | 4 +- .../agentskills-io-specification.md | 150 ++++++++++++++++++ .../dclaude-docker-wrapper.md | 73 +++++++++ .../paddo-team-tips-eval.md | 91 +++++++++++ .../skill-doctor-github-action.md | 98 ++++++++++++ guide/ai-ecosystem.md | 4 + guide/cheatsheet.md | 4 +- guide/sandbox-isolation.md | 2 +- guide/security-hardening.md | 14 +- guide/ultimate-guide.md | 138 ++++++++++++++-- machine-readable/reference.yaml | 37 ++++- 14 files changed, 625 insertions(+), 26 deletions(-) create mode 100644 docs/resource-evaluations/agentskills-io-specification.md create mode 100644 docs/resource-evaluations/dclaude-docker-wrapper.md create mode 100644 docs/resource-evaluations/paddo-team-tips-eval.md create mode 100644 docs/resource-evaluations/skill-doctor-github-action.md diff --git a/CHANGELOG.md b/CHANGELOG.md index f9a3b8f..ca9d9be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,31 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [3.20.6] - 2026-02-01 + +### Added + +- **agentskills.io Open Standard integration** (scored 4/5) — Agent Skills follow the [agentskills.io](https://agentskills.io) specification, created by Anthropic, supported by 26+ platforms (Cursor, VS Code, GitHub, Codex, Gemini CLI, Goose, Roo Code, etc.) + - SKILL.md frontmatter table now distinguishes spec fields (`name`, `description`, `allowed-tools`, `license`, `compatibility`, `metadata`) from Claude Code-only extensions (`context`, `agent`) (`guide/ultimate-guide.md:5180`) + - `skills-ref validate` / `skills-ref to-prompt` CLI tool added to skill creation workflow (`guide/ultimate-guide.md:5188`) + - Skill Portability section in Goose comparison (`guide/ai-ecosystem.md:1876`) + - 16 new reference.yaml entries (spec, CLI, anthropics/skills repo, SafeDep threat model, blog) +- **Agent Skills Supply Chain Risks** — New section 1.2 in security-hardening.md based on SafeDep threat model (8-14% of public skills have vulnerabilities). 4 mitigations: review SKILL.md, validate with skills-ref, pin versions, audit scripts/ (`guide/security-hardening.md:121`) +- **anthropics/skills** (60K+⭐) added to README Complementary Resources table +- **Resource Evaluations**: Skill Doctor GitHub Action (2/5, marginal), agentskills.io specification (4/5, high value) (`docs/resource-evaluations/skill-doctor-github-action.md`, `docs/resource-evaluations/agentskills-io-specification.md`) + ## [Unreleased] +### Added + +- **Fresh Context Pattern**: New "Session-per-Concern Pipeline" variant — dedicates a fresh session to each quality dimension (plan → test → implement → security review → perf → code review) instead of looping the same task. References OpusPlan and TDD. (`guide/ultimate-guide.md:1595`) +- **Resource Evaluation #19: dclaude** (Patrick Debois) — Dockerized Claude Code wrapper evaluated at 2/5 (Marginal). Fills a narrow gap (Linux + Docker Engine without Docker Desktop) but uses standard containers with host Docker socket mount — weaker isolation than Docker Sandboxes' microVMs. Footnote added in `guide/sandbox-isolation.md` Limitations subsection. (`docs/resource-evaluations/dclaude-docker-wrapper.md`) +- **Resource Evaluation #20: 10 Tips from Inside the Claude Code Team** (paddo.dev / Boris Cherny thread) — Scored 4/5 (High Value). 4 integrations in ultimate-guide.md: + - **Prompting as Provocation** (section 2.6.1): 3 challenge patterns — Gatekeeper, Proof Demand, Reset — treating Claude as a peer to convince rather than an assistant to direct (`guide/ultimate-guide.md:3029`) + - **Model-as-Security-Gate** hook pattern: Route permission requests to Opus 4.5 via PreToolUse hook for intelligent security screening beyond static rules (`guide/ultimate-guide.md:6907`) + - **Boris Cherny team patterns**: Skills as institutional knowledge (/techdebt, context dumps, BigQuery agents), CLI-over-MCP rationale, re-plan when stuck, Claude writes its own rules (`guide/ultimate-guide.md:11822`) + - **Worktree shell aliases**: za/zb/zc navigation + dedicated analysis worktree tip (`guide/ultimate-guide.md:10717`) + ## [3.20.5] - 2026-01-31 ### Added diff --git a/README.md b/README.md index 4f5bf2b..a54357a 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ graph LR root --> quiz[🧠 quiz/
257 questions] root --> tools[🔧 tools/
utils] root --> machine[🤖 machine-readable/
AI index] - root --> docs[📚 docs/
25 evaluations] + root --> docs[📚 docs/
35 evaluations] style root fill:#d35400,stroke:#e67e22,stroke-width:3px,color:#fff style guide fill:#2980b9,stroke:#3498db,stroke-width:2px,color:#fff @@ -115,7 +115,7 @@ graph LR │ ├─ reference.yaml Structured index (~2K tokens) │ └─ llms.txt Standard LLM context file │ -└─ 📚 docs/ 22 Resource Evaluations +└─ 📚 docs/ 35 Resource Evaluations └─ resource-evaluations/ 5-point scoring, source attribution ``` @@ -160,7 +160,7 @@ Educational templates with explanations: [Browse Catalog →](./examples/) -### 🔍 22 Resource Evaluations +### 🔍 35 Resource Evaluations Systematic assessment of external resources (5-point scoring): - Articles, videos, tools, frameworks @@ -322,6 +322,7 @@ Same agentic capabilities as Claude Code, but through a visual interface with no | Project | Focus | Best For | |---------|-------|----------| | [claude-code-templates](https://github.com/davila7/claude-code-templates) | Distribution (200+ templates) | CLI installation (17k⭐) | +| [anthropics/skills](https://github.com/anthropics/skills) | Official Anthropic skills (60K+⭐) | Documents, design, dev templates | | [skills.sh](https://skills.sh/) | Skills marketplace | One-command install (Vercel Labs) | | [awesome-claude-code](https://github.com/hesreallyhim/awesome-claude-code) | Curation | Resource discovery | | [AI Coding Agents Matrix](https://coding-agents-matrix.dev) | Technical comparison | Comparing 23+ alternatives | @@ -423,7 +424,7 @@ cd quiz && npm install && npm start
-Resource Evaluations (22 assessments) +Resource Evaluations (35 assessments) Systematic evaluation of external resources (tools, methodologies, articles) before integration into the guide. @@ -484,7 +485,7 @@ See [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines. --- -*Version 3.20.5 | January 2026 | Crafted with Claude* +*Version 3.20.6 | February 2026 | Crafted with Claude*