sl-ui-library
v1.1.1Describe your interface. Let the agent choose real SL UI components, adapt their palette and integrate working source.
By SL4 GitHub starsUpdated 3 days ago
Directory evidence
- Runtimes
- Codex, Claude Code, and Agent Plugins
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 20, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install sl-ui-library for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add sl-ui-library@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/SLtowl/sl-ui-libraryClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/sl-ui-library/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── plugin.json└── skills/use-sl-ui/SKILL.md
Included Skills1
Choose and integrate SL UI Library components when building or refining an interface using this library, including semantic component selection and adapting its palette to the host app. Bundled real HTML, CSS and JavaScript work offline.
Plugin manifests3
{
"name": "sl-ui-library",
"version": "1.1.1",
"description": "Describe your interface. Let the agent choose real SL UI components, adapt their palette and integrate working source.",
"author": {
"name": "SL"
},
"skills": "./skills/",
"interface": {
"displayName": "SL UI Library",
"shortDescription": "Handcrafted components for your next interface.",
"longDescription": "Let the agent choose from 297 HTML, CSS and JavaScript components across ten categories, inspect their real source, adapt your palette and integrate a complete package. The complete library works offline. Optional catalog updates require a published channel and explicit opt-in.",
"developerName": "SL",
"category": "Productivity",
"capabilities": [
"Read",
"Write"
],
"defaultPrompt": [
"Add a topic picker using my app's palette.",
"Build a compact project dialog for my app.",
"Choose suitable navigation for my dashboard."
],
"brandColor": "#222222",
"screenshots": [
"./assets/navigation.png",
"./assets/overlays.png"
]
}
}{
"name": "sl-ui-library",
"version": "1.1.1",
"description": "Find SL UI components by intent, adapt their palette and integrate the bundled HTML, CSS and JavaScript.",
"author": {
"name": "SLtowl"
},
"homepage": "https://sltowl.github.io/sl-ui-library/",
"repository": "https://github.com/SLtowl/sl-ui-library",
"keywords": [
"ui",
"components",
"frontend",
"design",
"animation"
]
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "sl-ui-library",
"version": "1.1.1",
"description": "Find SL UI components by intent, adapt their palette and integrate the bundled HTML, CSS and JavaScript.",
"author": {
"name": "SLtowl"
},
"homepage": "https://sltowl.github.io/sl-ui-library/",
"repository": "https://github.com/SLtowl/sl-ui-library",
"keywords": [
"ui",
"components",
"frontend",
"design",
"animation"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[sl-ui-library on Agent Plugins Marketplace](https://pluginsmp.com/plugins/sl-ui-library)