Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By oliverames
Third-party Claude Code skills curated by Oliver Ames. Includes humanizer (blader), SwiftUI Pro (Paul Hudson/twostraws), and Apple platform dev skills from OpenAI's Codex plugins.
npx claudepluginhub oliverames/ames-claudeiOS development workflows from OpenAI's curated Codex plugins. Covers App Intents/Shortcuts, SwiftUI UI patterns, Liquid Glass adoption, performance auditing, view refactoring, and simulator debugging. Use when building, refining, or debugging iOS apps with modern SwiftUI and system integration patterns.
macOS development workflows from OpenAI's curated Codex plugins. Covers building/running/debugging desktop apps, SwiftUI patterns, AppKit interop, Liquid Glass, code signing, packaging/notarization, SwiftPM, telemetry, test triage, view refactoring, and window management. Use when building, shipping, or debugging macOS apps.
Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, passive voice, negative parallelisms, and filler phrases.
Comprehensively reviews SwiftUI code for best practices on modern APIs, maintainability, and performance. Use when reading, writing, or reviewing SwiftUI projects.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Complete toolkit for creating, validating, and managing Claude Code skills with intelligent agents, interactive commands, and professional templates
Skill synchronization and management for Claude Code, Codex, GitHub Copilot, and Cursor. Provides 27 MCP tools for validation, sync, intelligence, and tracing.
Create, test, measure, and iteratively improve Claude Code skills with category-aware design, gotchas-driven development, progressive disclosure coaching, and automated description optimization.
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Oliver's original Claude Code skills — writing, development, automation, finance, and AI tools (26 skills)
Preferred third-party MCP servers curated by Oliver Ames. Includes 1Password, Apple Docs, Apple Notifier, Docling, Drafts, Excel, Google Workspace, macOS Automator, MarkItDown, Pandoc, Peekaboo, Shortcuts, XcodeBuild, iMCP, Sim Genie, and Sosumi integrations. Run sync-sources to install or update non-npm dependencies.
Oliver's personal Claude Code plugins, skills, and marketplace — all in one repo. This is the source of truth for the portable Claude setup: plugins feed Claude Code directly via the ames-claude marketplace.
plugins/<name>/ Plugins (each has .claude-plugin/plugin.json)
plugins/ames-standalone-skills/skills/ Standalone skills (edit here directly, no build step)
.claude-plugin/marketplace.json Marketplace manifest (auto-generated by sync)
Skills are developed directly inside plugins/ames-standalone-skills/skills/. There is no top-level skills/ directory — the plugin IS the delivery mechanism.
sync-skills # In PATH via ~/Developer/scripts/
Two phases:
Phase 1 — Publish (local repo → GitHub):
plugin.json.claude-plugin/marketplace.json from all active plugin manifestsplugin.json and marketplace.json, pushes to GitHubPhase 2 — Install (GitHub → local Claude, via official claude plugin CLI):
4. Register marketplace — adds github.com/oliverames/ames-claude as a claude plugin marketplace source
5. Update marketplace — runs claude plugin marketplace update ames-claude
6. Install / update plugins — runs claude plugin update or claude plugin install for each plugin
7. Remove stale plugins — uninstalls any @ames-claude plugins no longer in the marketplace
ames-claude — the repo name and marketplace namespace (used in @ames-claude registry keys and cache paths)ames-standalone-skills — the plugin that bundles standalone skills| Plugin | Description |
|---|---|
ames-ynab | YNAB (You Need A Budget) MCP connector built and maintained by Oliver, with a local source snapshot refreshed into sources/ |
ames-preferred-mcps | Curated third-party MCP servers (apple-docs, apple-notifier, drafts, excel, google-workspace, macos-automator, pandoc, peekaboo, shortcuts, XcodeBuildMCP) |
ames-standalone-skills | Bundle of standalone skills covering writing, dev, iOS, finance, automation, and AI |
plugins/ames-standalone-skills/skills/<skill-name>/SKILL.md with frontmatter (name, description, version)sync-skills to install locally, commit, and pushplugins/<plugin-name>/.claude-plugin/plugin.json with name, description, author, version, keywordscommands/<name>.md with frontmatterskills/<name>/SKILL.md if neededsync-skills to install, register, and push| Repo | Role |
|---|---|
oliverames/dotfiles | Config, manifest, hooks, install script |
oliverames/scripts | CLI tools including sync-skills and check-connector-updates |
oliverames/claude-code-backup | Mirror of ~/.claude/ with secrets redacted |