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-claude --plugin ames-community-skillsiOS 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.
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 |
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.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls
Design vocabulary and skills for frontend development. Includes 18 commands (/polish, /distill, /audit, /typeset, /overdrive, etc.) and an enhanced impeccable skill with curated anti-patterns.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Claude Code skills for Godot 4.x game development - GDScript patterns, interactive MCP workflows, scene design, and shaders