Skip to content

Agent skills

Teach your coding agent one thing well.

akakika-skills is a curated collection of 40 agent skills — plain SKILL.md files that teach AI coding agents how to do one thing well. They cover Apple Human Interface Guidelines, SwiftUI and macOS implementation, project intelligence, session rituals, maintenance, launch polish, and calm publishing.

Skills
40
Categories
9
Format
SKILL.md
License
MIT

The collection

Forty skills. Nine chapters.

40 of 40

01Project intelligence

Decide what deserves to exist, understand what already does, keep agents from drifting.

02Design

Tokens, color, and taste — the system the apps are built on.

03Apple HIG

Native Apple design, to spec — the patterns that make an app feel like it belongs.

04Swift & macOS

Implementation from MenuBarExtra to notarization — the plumbing that has to be exact.

05AI agent workflows

Run coding agents well — state, local models, and projects agents can actually drive.

06Session rituals

How a working session starts, forks, and ends — options before work, causality after.

07Maintenance

Keep a project healthy after the excitement wears off.

08Launch & review

The last mile — polish, review, and ship with a clear head.

09Content & publishing

Tell people, calmly — posts and pages without the hype.

Install

One command. Forty skills. Every agent it knows about.

The installer clones the repo and symlinks each skill into Claude Code, Cursor, Codex, Grok, Goose, and ~/.agents/skills. Later updates are a git pull.

Terminal
curl -fsSL https://raw.githubusercontent.com/aka-kika/akakika-skills/main/install.sh | bash
  1. 01

    Run the installer

    Paste the command in Terminal. Use --dry-run first if you want to see the plan.

  2. 02

    Agents pick them up

    Each skill folder lands where the agent already looks. Invoke by name, or let the “Use when…” line decide.

  3. 03

    Update in place

    Symlinks track the clone. git pull brings edits; re-run install.sh only when new skill names appear.

How skills work

A folder. A “Use when…”. The craft underneath.

Each skill is a self-contained folder with a SKILL.md. Agents read the frontmatter to decide relevance, then pull the body on demand. You can also just open the file — it is Markdown, not a plugin.

skills/apple-hig/apple-hig-sidebars/SKILL.md
---
name: apple-hig-sidebars
description: Use when designing, reviewing,
  or implementing a sidebar for an
  Apple-platform app.
---

# Apple HIG Sidebars
…the craft.

Specific, not generic

Real expertise over promptable advice. A sharp trigger so the agent knows when to reach for it — and when not to.

Complete, not a sketch

Rules, code, and checklists in one file. Enough to do the job without a second conversation to fill the gaps.

Taste as the through-line

Calm UI, native patterns, privacy by default, and agent workflows that do not fall apart on the second run.

FAQ

Direct answers