Borrowing it
Nothing to install: this file belongs to act-sdk/act-sdk-js. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/act-sdk/act-sdk-js/main/.agents/skills/square-corners/SKILL.mdgit clone --depth 1 https://github.com/act-sdk/act-sdk-jsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/act-sdk/act-sdk-js/square-corners)<a href="https://agentmods.dev/skills/act-sdk/act-sdk-js/square-corners"><img src="https://agentmods.dev/badge/skills/act-sdk/act-sdk-js/square-corners.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00036 | $0.00370 |
| Opus 5 | $0.00018 | $0.00185 |
| Sonnet 5 | $0.00007 | $0.00074 |
| Haiku 4.5 | $0.00004 | $0.00037 |
Grade A, and why
square-corners scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Apply this skill when building or restyling PlanWiki UI.
Core rule
- Default shared primitives in
components/uitorounded-sm. - Default composed PlanWiki surfaces outside
components/uitorounded-sm. - Treat
rounded-smas the project style for workspace pages, widgets, cards, badges, chips, stats, tables, controls, and overlays that make up the product UI. - Do not introduce
rounded-none,rounded-md,rounded-lg,rounded-xl, or pill-shaped treatments unless the user explicitly requests them.
What to preserve
- Keep the existing flat, minimal visual language.
- Prefer borders and spacing over decorative shape styling.
- Keep circular affordances that rely on
rounded-fullfor their function or iconography. - If a component comes from a shared UI primitive with
rounded-smdefaults, preserve that shape at usage sites unless the user asks otherwise.
When working on existing files
- Remove accidental corner overrides that flatten or over-round feature surfaces.
- Check usage sites, not just base components. A feature can still drift away from the default through local class overrides.
- Keep sidebar behavior and established layout patterns intact unless the user asks for structural changes.
Quick checklist
components/ui:rounded-smby default- Cards:
rounded-sm - Widget shells:
rounded-sm - Badges/chips/status pills:
rounded-sm - Buttons in workspace UI:
rounded-sm - Inputs, textareas, tables, dropdown surfaces:
rounded-sm
If there is any ambiguity, use rounded-sm.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 6d ago First seen · 38 lines · 36 tokens per session scan A fde5353fa4e2
square-corners is a skill published in the GitHub repository act-sdk/act-sdk-js (3 stars, last pushed 3mo ago), licensed MIT. It adds 36 tokens to every session and 370 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
shadcn-sveltekit-design
Use when building, redesigning, beautifying, or refactoring SvelteKit pages and reusable components with shadcn-svelte, Bits UI, or the shadcn-svelte MCP. Trigger on landing pages, dashboards, marketing sites, app shells, forms, navbars, tables, dialogs, responsive layouts, theming, icon selection, and requests to…
section-rebuild
Build a page section in code using the values measured off a real site rather than guessing them from a screenshot. Use when the user wants to recreate, adapt or take inspiration from a hero, pricing table, FAQ, testimonial or any other section they have seen.
motion-design
Canonical motion and animation design covering foundations, patterns, advanced dynamics, and framework transitions.
design-system
Explains the Aurora Fluid design system — OKLCH colors, physics animations, motion levels, weight tiers, CSS architecture, and theming. Use when the user asks about design tokens, colors, animations, theming, or how the design system works.
openclaw-color-palette
Design-grade color processing suite — generate harmonious palettes from any seed color, check WCAG 2.1 AA/AAA contrast accessibility, convert between hex/RGB/HSL/HSV/CMYK, simulate 8 color blindness types, and extract dominant colors from images. Use when: (1) user says 'generate a color palette' or 'give me a color…
uswds
Build, audit, or convert websites with the U.S. Web Design System (USWDS) using the unofficial uswds-mcp server. Use when work involves USWDS components, patterns, templates, accessibility guidance, design tokens, utilities, @uswds/uswds, or federal website implementation.