agentic ux design - relationship-centric interfaces
bencium/bencium-marketplace · skills.sh
Open source Repository Open in the app JSON README (API)
About
Skill publicada por bencium/bencium-marketplace no skills.sh. Instale com: npx skills add bencium/bencium-marketplace@agentic-ux-design---relationship-centric-interfaces
Details
- Kind
- Agent skills
- Topic
- No topic detected
- Publisher
- bencium
- Origin
- skillssh
- Category
- ferramentas
- Stars
- 423
- Forks
- 59
- Last push
- 2026-08-30T20:11:15Z
- Repository state
- ativo
- Language
- Shell
- License
- MIT
- Added
- 2026-08-30 15:21:56
- Updated
- 2026-09-08 15:03:31
- Origin id
bencium/bencium-marketplace/agentic-ux-design---relationship-centric-interfaces
README
# bencium-marketplace
A Claude Code plugin marketplace with 17 skills and tools for design, marketing, architecture, and productivity by [bencium.io](https://bencium.io).
## Installation
### skills.sh (Recommended)
Install all skills at once, or pick individual ones:
```bash
# Browse all available skills
npx skills add bencium/bencium-marketplace --list
# Install all skills globally
npx skills add bencium/bencium-marketplace -g --all
# Install a specific skill
npx skills add bencium/bencium-marketplace -g --skill typography
npx skills add bencium/bencium-marketplace -g --skill design-audit
```
### Claude Code (CLI)
Add the marketplace, then install individual plugins:
```bash
# Add marketplace
/plugin marketplace add bencium/bencium-marketplace
# Install any plugin
/plugin install bencium-controlled-ux-designer@bencium-marketplace
```
### Claude.ai Cowork App
These skills work as SKILL.md files in the Claude Cowork app. Copy the `skills/` directory from any plugin into your project's `.claude/skills/` folder.
### Other Coding Tools
The SKILL.md format is compatible with 40+ AI coding tools that support markdown-based skill files, including OpenAI Codex, Gemini CLI, Cursor, Windsurf, and others. Copy the skill files into the tool's prompt or context directory.
---
## Skills
### Design (6 skills)
| Skill | Description |
|-------|-------------|
| **bencium-controlled-ux-designer** | Systematic UX design for production. WCAG 2.1 AA, mathematical scales, always-ask-first protocol. Best for enterprise and regulated industries. |
| **bencium-innovative-ux-designer** | Bold creative UX that commits to distinctive directions. Shadows, gradients, experimental typography. Best for landing pages and campaigns. |
| **bencium-impact-designer** | Production-grade frontend interfaces that avoid generic AI aesthetics. Based on Anthropic's Frontend Designer Skill. |
| **design-audit** | Systematic visual UI/UX audits producing phased, implementation-ready design plans. Purely visual -- does not touch functionality. |
| **typography** | Professional typography rules enforcing correct quote marks, dashes, spacing, hierarchy. Auto-applies to generated HTML/CSS/React code. |
| **relationship-design** | AI-first interfaces that build ongoing relationships through memory, trust evolution, and collaborative planning. |
### Marketing (1 skill)
| Skill | Description |
|-------|-------------|
| **insurgent-campaign** | Grassroots-first campaign designer for startups, NGOs, and solo brands being outspent by incumbents. Audits spend asymmetry, assembles an insurgent channel stack, refuses to fabricate competitor names, and outputs a lift-test plan instead of vanity metrics. See [the landing page](insurgent-campaign/index.html). |
### Productivity (6 skills + tools)
| Skill | Description |
|-------|-------------|
| **bencium-loop** | Lightweight AI-assisted build loop -- scaffold, living roadmap, plan/spec gate, verify gate with independent evaluator, deploy/rollback. A memory that survives `/clear`. 9 commands, no infra. Installs from its own repo, [bencium/bencium-loop](https://github.com/bencium/bencium-loop). |
| **adaptive-communication** | Detects user communication style (high-context relational vs low-context transactional) and adapts responses. |
| **negentropy-lens** | Decision-support framework evaluating systems through entropy (decay) vs negentropy (growth), surfacing tacit knowledge gaps. |
| **bencium-aeo** | Answer Engine Optimization for AI search visibility. Optimize content for ChatGPT, Claude, Gemini, AI Overviews citations. |
| **hungarian-humanizer** | Detect and remove AI-generated markers from Hungarian text so it reads like a native speaker wrote it. 26 patterns (12 Hungarian-specific + 14 universal) plus 4 style markers. |
| **emotion-statusline** *(hook + statusline, not a SKILL.md skill)* | Shows Claude's classified emotional state in your statusline, with a bold-red warning when the "desperate" state is detected -- the state Anthropic's research links to reward hacking (a stressed model quietly cutting corners while sounding composed). |
### Development (4 skills)
| Skill | Description |
|-------|-------------|
| **bencium-code-conventions** | Code style and tech stack conventions for React/Next.js/TypeScript, TailwindCSS, Supabase projects. |
| **renaissance-architecture** | Software architecture principles for building genuinely new solutions through first-principles thinking, not derivative work. |
| **human-architect-mindset** | Systematic architectural thinking -- domain modeling, systems thinking, constraint navigation, and AI-aware problem decomposition. |
| **vanity-engineering-review** | Reviews codebases, architectures, PRs, and technical plans for vanity engineering -- code built for ego rather than user value. |
---
## Skill Structure
Each plugin follows the standard Claude Code plugin format:
```
plugin-name/
.claude-plugin/
plugin.json
skills/
skill-name/
SKILL.md
[reference files]
```
## Bonus: Spinner Verbs
64 satirical tech-bro spinner verbs that replace Claude Code's default "Thinking..." messages with phrases like *Enshittifying platforms*, *Rebranding failures as "pivots"*, and *Overcompensating with rocket size*.
### Install
Copy `spinner-verbs.json` contents into your `~/.claude/settings.json`:
```json
{
"spinnerVerbs": {
"mode": "replace",
"verbs": ["..."]
}
}
```
Or append to defaults instead of replacing:
```json
{
"spinnerVerbs": {
"mode": "append",
"verbs": ["..."]
}
}
```
See [`spinner-verbs.json`](spinner-verbs.json) for the full list.
---
## License
[MIT](LICENSE)