Skip to content

Commit 7cdf88a

Browse files
committed
chore: fix claude skill
1 parent e671eb7 commit 7cdf88a

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.claude-plugin/marketplace.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"plugins": [
99
{
1010
"name": "xcsift",
11+
"version": "1.0.2",
1112
"source": "./plugins/claude-code",
1213
"description": "Pipe xcodebuild/swift build output through xcsift for structured TOON format"
1314
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xcsift",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Automatically pipe xcodebuild and swift build output through xcsift for structured TOON format optimized for LLM consumption",
55
"skills": "./skills"
66
}

plugins/claude-code/skills/xcsift/SKILL.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
name: formatting-build-output
3+
description: Formats xcodebuild and swift build output through xcsift into structured TOON format optimized for LLM consumption. Activates when running swift build, swift test, xcodebuild build, or xcodebuild test commands.
4+
version: 1.0.2
5+
---
6+
17
# xcsift - Xcode Build Output Formatter
28

39
xcsift is a Swift command-line tool that parses and formats xcodebuild/SPM output for coding agents. It transforms verbose Xcode build output into token-efficient TOON format optimized for machine readability.

0 commit comments

Comments
 (0)