🎯

quieter

🎯Skill

from flora131/atomic

VibeIndex|
What it does
|

An Atomic SDK design skill that tones down and simplifies UI designs, creating a calmer, more restrained visual presentation.

πŸ“¦

Same repository

flora131/atomic(28 items)

quieter

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add flora131/atomic --skill quieter
skills.sh Install⚠ Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add flora131/atomic --skill quieter
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/quieter/SKILL.md

SKILL.md

98Installs
-
AddedApr 13, 2026

More from this repository10

πŸͺ
flora131-atomicπŸͺMarketplace

Opinionated workflows, Ralph Loops, and memory for AI coding agents.

🎯
explain-code🎯Skill

Part of the Atomic agent framework, this skill explains code functionality in detail using DeepWiki to provide comprehensive code understanding and documentation.

🎯
research-codebase🎯Skill

Part of the Atomic agent framework, this skill enables deep codebase research by dispatching specialized sub-agents β€” a codebase-locator finds relevant files, a codebase-analyzer reads implementations, and an online-researcher queries external docs.

🎯
prompt-engineer🎯Skill

Part of the Atomic agent framework, this skill helps create, improve, and optimize prompts using best practices, within Atomic's multi-agent architecture that dispatches specialized sub-agents for focused task execution.

🎯
context-optimization🎯Skill

An Atomic SDK skill for optimizing LLM context usage through KV-cache optimization, observation masking, and context budgeting techniques.

🎯
find-skills🎯Skill

A built-in Atomic skill that discovers and installs agent skills from the community. Part of the Atomic multi-agent harness that orchestrates Claude Code, OpenCode, and GitHub Copilot CLI.

🎯
skill-creator🎯Skill

A meta skill from the Atomic multi-agent harness that enables creating, modifying, evaluating, and benchmarking custom agent skills. Auto-invoked when building or iterating on SKILL.md files.

🎯
filesystem-context🎯Skill

An Atomic SDK skill for offloading context to the filesystem and enabling file-based agent coordination to work within LLM context limits.

🎯
harden🎯Skill

An Atomic SDK skill for strengthening applications with error handling, internationalization (i18n), overflow protection, and edge-case resilience.

🎯
tool-design🎯Skill

An Atomic SDK skill for designing clear tool contracts and reducing agent-tool friction in AI coding agent workflows.