css-development
v1.0.0CSS development workflows with Tailwind composition, semantic naming, and dark mode by default
Xcode-free iOS development with xtool - build SwiftPM apps on Linux, Windows, and macOS without Xcode
/plugin install xtool@2389-research
Full plugin documentation and usage guide
Xcode-free iOS development with xtool - build SwiftPM apps on Linux, Windows, and macOS without Xcode.
/plugin install xtool@2389-research
using-xtool -- guide for xtool iOS development including project creation, app extensions (widgets, share extensions), and configurationCreate a new iOS app:
xtool new MyApp
cd MyApp
xtool dev
Add a widget extension:
Package.swiftxtool.yml under extensions:Sources/MyWidget/Widget.swiftMyWidget-Info.plist with NSExtensionPointIdentifierxtool devThe skill auto-triggers on:
xtool| xtool Uses | NOT These |
|---|---|
xtool.yml | project.yml, Project.swift |
Package.swift (SwiftPM) | Xcode project files |
xtool dev | xtool build, xtool run |
Get started in seconds
/plugin marketplace add 2389-research/claude-plugins
/plugin install xtool
Skills auto-trigger when relevant