Skip to content

Commit fd21f58

Browse files
[2.21.0] Version cleanup after merge
1 parent 141bbb4 commit fd21f58

File tree

3 files changed

+23
-15
lines changed

3 files changed

+23
-15
lines changed

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{
1313
"name": "compound-engineering",
1414
"description": "AI-powered development tools that get smarter with every use. Make each unit of engineering work easier than the last. Includes 27 specialized agents, 20 commands, and 12 skills.",
15-
"version": "2.20.0",
15+
"version": "2.21.0",
1616
"author": {
1717
"name": "Kieran Klaassen",
1818
"url": "https://github.com/kieranklaassen",

plugins/compound-engineering/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "compound-engineering",
3-
"version": "2.20.0",
3+
"version": "2.21.0",
44
"description": "AI-powered development tools. 27 agents, 20 commands, 12 skills, 2 MCP servers for code review, research, design, and workflow automation.",
55
"author": {
66
"name": "Kieran Klaassen",

plugins/compound-engineering/CHANGELOG.md

Lines changed: 21 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,37 @@ All notable changes to the compound-engineering plugin will be documented in thi
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.21.0] - 2026-01-05
9+
10+
### Fixed
11+
12+
- Version history cleanup after merge conflict resolution
13+
14+
### Summary
15+
16+
This release consolidates all recent work:
17+
- `/feature-video` command for recording PR demos
18+
- `/deepen-plan` command for enhanced planning
19+
- `create-agent-skills` skill rewrite (official spec compliance)
20+
- `agent-native-architecture` skill major expansion
21+
- `dhh-rails-style` skill consolidation (merged dhh-ruby-style)
22+
- 27 agents, 20 commands, 12 skills, 2 MCP servers
23+
24+
---
25+
826
## [2.20.0] - 2026-01-05
927

1028
### Added
1129

12-
- **`/feature-video` command** - Record video walkthroughs of features using Playwright. Captures screenshots during browser interactions, generates GIF/MP4 videos, supports upload to transfer.sh or manual upload, and automatically updates PR descriptions with embedded demos. Perfect for documenting UI changes in pull requests.
30+
- **`/feature-video` command** - Record video walkthroughs of features using Playwright
1331

1432
### Changed
1533

16-
- **`create-agent-skills` skill** - Complete rewrite to match Anthropic's official skill specification:
17-
- **Format change**: Skills now use standard markdown headings (`## Quick Start`, `## Instructions`), NOT XML tags. The previous version incorrectly recommended XML tags which is not the official format.
18-
- **Naming convention**: Updated to use gerund form (`creating-agent-skills`, `processing-pdfs`) per official spec
19-
- **Description format**: Must be third person, include both what and when to use
20-
- Added `references/official-spec.md` - Anthropic's official skill specification from code.claude.com/docs/en/skills
21-
- Added `references/best-practices.md` - Skill authoring best practices from platform.claude.com
22-
- Removed obsolete `references/use-xml-tags.md` - this was incorrect guidance
34+
- **`create-agent-skills` skill** - Complete rewrite to match Anthropic's official skill specification
2335

2436
### Removed
2537

26-
- **`dhh-ruby-style` skill** - Merged into `dhh-rails-style` skill. All content consolidated into the single comprehensive Rails style guide.
27-
28-
### Philosophy
29-
30-
This update aligns the skill with Anthropic's official documentation. The key insight: **Skills are prompts**. All standard prompting best practices apply. Use standard markdown, not custom XML tags. Keep SKILL.md under 500 lines with progressive disclosure to reference files.
38+
- **`dhh-ruby-style` skill** - Merged into `dhh-rails-style` skill
3139

3240
---
3341

0 commit comments

Comments
 (0)