You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .claude-plugin/marketplace.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
{
13
13
"name": "compound-engineering",
14
14
"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.",
-**`/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
13
31
14
32
### Changed
15
33
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
23
35
24
36
### Removed
25
37
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
0 commit comments