isamercan
Community@isamercan · İstanbul
I build my ideas.
Agent Skills by isamercan
Showing 2 vetted skills indexed across 1 GitHub repositories.
Frequently Asked Questions About isamercan
FAQPage SchemaWhat tasks can I accomplish with isamercan's ThemeKit skills?▼
You can build SwiftUI screens using ThemeKit's tokenized components (Badge, Card, TextInput, Select, Carousel), apply runtime theming and theme presets, and author or extend components inside the ThemeKit library with chainable modifiers and style-driven APIs.
Who should use the themekit versus themekit-authoring skills?▼
App developers consuming the design system use the themekit skill for building screens with tokens and theme switching. Contributors extending the library itself use themekit-authoring when creating atoms, molecules, organisms, or modifiers under Sources/ThemeKit/Components.
What triggers the ThemeKit skills during development?▼
The themekit skill triggers on mentions of ThemeKit, design tokens, theme switching, or building a screen with ThemeKit. The themekit-authoring skill triggers on requests like new component, add a modifier, extend a component, or edits under Sources/ThemeKit.
What license covers isamercan's ThemeKit skills?▼
Both the themekit and themekit-authoring skills are released under the MIT license, permitting free use, modification, and distribution in personal and commercial SwiftUI projects without licensing fees.
What prerequisites are needed to use these skills?▼
You need a SwiftUI project environment. For themekit-authoring, you must be working inside the ThemeKit library source tree (Sources/ThemeKit), since it covers contributor workflows for building and upgrading library components rather than app consumption.