Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By oliverames
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.
npx claudepluginhub oliverames/ames-claudeExternal network access
Connects to servers outside your machine
Requires secrets
Needs API keys or credentials to function
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.
Skills for designing and building MCP servers that work seamlessly with Claude — guides you through deployment models (remote HTTP, MCPB, local), tool design patterns, auth, and interactive MCP apps.
Manage MCP servers - discover, analyze, execute tools/prompts/resources. Use for MCP integrations, capability discovery, tool filtering, programmatic execution, or encountering context bloat, server configuration, tool execution errors.
Manage Claude Code settings and MCP server configurations with best practices
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
GitLab DevOps platform integration. Manage repositories, merge requests, CI/CD pipelines, issues, and wikis. Full access to GitLab's comprehensive DevOps lifecycle tools.
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.
Oliver's original Claude Code skills — writing, development, automation, finance, and AI tools (26 skills)
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 |