
Framework
- 2 installs
- 1 repo stars
- Updated August 2, 2026
- contentstack/contentstack-utils-swift
Helps with ai & agent building tasks.
About
framework is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.
- framework
- AI & Agent Building
- AI-coding skill
Framework by the numbers
- 2 all-time installs (skills.sh)
- Ranked #13,958 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 3, 2026 (Skillselion catalog sync)
npx skills add https://github.com/contentstack/contentstack-utils-swift --skill frameworkAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 2 |
|---|---|
| repo stars | ★ 1 |
| Last updated | August 2, 2026 |
| Repository | contentstack/contentstack-utils-swift ↗ |
What it does
Helps with ai & agent building tasks.
Files
Framework / build – Contentstack Utils Swift
When to use
- Editing
Package.swift,Modules/, orSources/Kanna/. - Changing deployment targets or conditional libxml linking.
- Updating
ContentstackUtils.podspecor CI assumptions (scheme, destination).
Swift Package Manager
- Product:
ContentstackUtils. - Targets:
ContentstackUtils(sources underSources/),ContentstackUtilsTests, system library `libxml2` → `Modules/`. - Apple vs Linux: Conditional
libxml2dependency andpkg-configas inPackage.swift—preserve behavior when refactoring.
Vendored Kanna
- `Sources/Kanna/` is excluded from SwiftLint. Updates = intentional vendoring (license, diff, cross-platform build).
CocoaPods
- `ContentstackUtils.podspec`: e.g.
source_filesSources/**/*.{swift},HEADER_SEARCH_PATHS/-lxml2for libxml. Keep aligned with SPM layout and tagged releases.
Platforms
- Declared in
Package.swift/ podspec (e.g. macOS 10.13+, iOS/tvOS 11+, watchOS 4+). See also `skills/swift-style/SKILL.md` for API availability and naming.
CI
- GitHub Actions uses xcodebuild with scheme `ContentstackUtils-Package`. After changing parsing or linking, validate with both `swift test` and Xcode builds.
References
skills/swift-style/SKILL.mdskills/dev-workflow/SKILL.md
Related skills
AI & Agent Buildingagents