act-sdk-js: Skill for Claude Code

.agents/skills/square-corners/SKILL.md

square-corners is a skill for Claude Code, Codex from act-sdk/act-sdk-js. It costs 36 tokens per session (370 once invoked), scanned A, original, MIT.

A PlanWiki interface rule that uses small, consistent corner rounding on shared components and product surfaces. It covers controls, cards, tables, badges, overlays, and other parts of the user interface.

In plain words
What is it for?
Use it when building or restyling PlanWiki UI, especially shared components and composed screens. Keep functional circular elements circular unless the design request says otherwise.
Why use it?
It prevents different parts of the product from developing inconsistent corner styles. It also preserves the project’s flat, minimal visual language.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is act-sdk/act-sdk-js's own configuration. It tells Claude Code and Codex how to work on act-sdk-js itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything act-sdk-js configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/act-sdk/act-sdk-js/main/.agents/skills/square-corners/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/act-sdk/act-sdk-js

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for square-corners

README.md
[![agentmods](https://agentmods.dev/badge/skills/act-sdk/act-sdk-js/square-corners.svg)](https://agentmods.dev/skills/act-sdk/act-sdk-js/square-corners)
Your own site
<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>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 370 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 6d ago against content hash fde5353fa4e2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

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.

.agents/skills/square-corners/SKILL.md · 38 lines

What it actually says

Apply this skill when building or restyling PlanWiki UI.

Core rule

  • Default shared primitives in components/ui to rounded-sm.
  • Default composed PlanWiki surfaces outside components/ui to rounded-sm.
  • Treat rounded-sm as 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-full for their function or iconography.
  • If a component comes from a shared UI primitive with rounded-sm defaults, 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-sm by 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.

Changes

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.

  1. 6d ago First seen · 38 lines · 36 tokens per session scan A fde5353fa4e2

Subscribe to this mod's changes

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.

Related

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…

Michael-Obele/shadcn-svelte-mcp · 99 tokens

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.

bryntay/a1-mcp · 56 tokens

motion-design

Canonical motion and animation design covering foundations, patterns, advanced dynamics, and framework transitions.

JunMystery/Agent-Guidance-Python · 20 tokens

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.

annondeveloper/ui-kit · 55 tokens

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…

yedanyagamiai-cmd/openclaw-mcp-servers · 207 tokens

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.

bibekpdl/uswds-mcp · 67 tokens