🎯

mongodb-usage

🎯Skill

from fcakyon/claude-codex-settings

VibeIndex|
What it does

Manages and demonstrates common MongoDB database operations, providing code examples and usage patterns for developers working with MongoDB in their projects.

mongodb-usage

Installation

Install skill:
npx skills add https://github.com/fcakyon/claude-codex-settings --skill mongodb-usage
10
AddedJan 27, 2026

Skill Details

SKILL.md

Overview

Claude Codex Settings Logo

[![Mentioned in Awesome Claude Code](https://awesome.re/mentioned-badge-flat.svg)](https://github.com/hesreallyhim/awesome-claude-code)

[![Claude Code Plugin](https://img.shields.io/badge/Claude%20Code-Plugin-blue)](#available-plugins)

[![Context7 MCP](https://img.shields.io/badge/Context7%20MCP-Indexed-blue)](https://context7.com/fcakyon/claude-codex-settings)

[![llms.txt](https://img.shields.io/badge/llms.txt-βœ“-brightgreen)](https://context7.com/fcakyon/claude-codex-settings/llms.txt)

My daily battle-tested Claude [Code](https://github.com/anthropics/claude-code)/[Desktop](https://claude.ai/download) and [OpenAI Codex](https://developers.openai.com/codex) setup with skills, commands, hooks, subagents and MCP servers.

[Installation](#installation) β€’ [Plugins](#plugins) β€’ [Configuration](#configuration) β€’ [Statusline](#statusline) β€’ [References](#references)

Installation

> Prerequisites: Before installing, ensure you have Claude Code and required tools installed. See [INSTALL.md](INSTALL.md) for complete prerequisites.

Install agents, commands, hooks, skills, and MCP servers via [Claude Code Plugins](https://docs.claude.com/en/docs/claude-code/plugins) system:

```bash

# Add marketplace

/plugin marketplace add fcakyon/claude-codex-settings

# Install plugins (pick what you need)

/plugin install azure-tools@claude-settings # Azure MCP & Skills (40+ services)

/plugin install ccproxy-tools@claude-settings # Use any LLM via ccproxy/LiteLLM

/plugin install claude-tools@claude-settings # Sync CLAUDE.md + allowlist

/plugin install gcloud-tools@claude-settings # GCloud MCP & Skills

/plugin install general-dev@claude-settings # Code simplifier + utilities

/plugin install github-dev@claude-settings # Git workflow + GitHub MCP

/plugin install linear-tools@claude-settings # Linear MCP & Skills

/plugin install mongodb-tools@claude-settings # MongoDB MCP & Skills (read-only)

/plugin install notification-tools@claude-settings # OS notifications

/plugin install paper-search-tools@claude-settings # Paper Search MCP & Skills

/plugin install playwright-tools@claude-settings # Playwright MCP + E2E skill

/plugin install plugin-dev@claude-settings # Plugin development toolkit

/plugin install slack-tools@claude-settings # Slack MCP & Skills

/plugin install statusline-tools@claude-settings # Session + 5H usage statusline

/plugin install supabase-tools@claude-settings # Supabase MCP & Skills

/plugin install tavily-tools@claude-settings # Tavily MCP & Skills

/plugin install ultralytics-dev@claude-settings # Auto-formatting hooks

```

After installing MCP plugins, run /plugin-name:setup for configuration (e.g., /slack-tools:setup).

Then create symlink for cross-tool compatibility:

```bash

ln -s CLAUDE.md AGENTS.md

```

Restart Claude Code to activate.

Plugins

azure-tools - Azure MCP & Skills

40+ Azure services with Azure CLI authentication. Run /azure-tools:setup after install.

Skills:

  • [azure-usage](./plugins/azure-tools/skills/azure-usage/SKILL.md) - Best practices for Azure
  • [setup](./plugins/azure-tools/skills/setup/SKILL.md) - Troubleshooting guide

Commands:

  • [/azure-tools:setup](./plugins/azure-tools/commands/setup.md) - Configure Azure MCP

MCP: [.mcp.json](./plugins/azure-tools/.mcp.json) | [microsoft/mcp/Azure.Mcp.Server](https://github.com/microsoft/mcp/tree/main/servers/Azure.Mcp.Server)

ccproxy-tools - Use Claude Code with any LLM

Configure Claude Code to use ccproxy/LiteLLM with Claude Pro/Max subscription, GitHub Copilot, or other providers. Run /ccproxy-tools:setup after install.

Commands:

  • [/ccproxy-tools:setup](./plugins/

More from this repository10

🎯
commit-workflow🎯Skill

Automates Git commit processes by generating meaningful commit messages, staging changes, and performing pre-commit checks based on repository context and best practices.

🎯
gcloud-usage🎯Skill

Helps developers quickly analyze and report Google Cloud resource usage, billing, and consumption metrics across projects and services.

🎯
azure-usage🎯Skill

Retrieves and analyzes detailed Azure resource usage and cost metrics across subscriptions, helping users track cloud resource consumption and spending.

🎯
linear-usage🎯Skill

Manages Linear project management tasks by providing quick access to create, update, and track issues, tasks, and workflows directly within the Claude Code environment.

🎯
paper-search-usage🎯Skill

paper-search-usage skill from fcakyon/claude-codex-settings

🎯
tavily-usage🎯Skill

Enables efficient web search and information retrieval using the Tavily AI search API for enhanced research and context gathering

πŸ”Œ
tavily-toolsπŸ”ŒPlugin

Tavily web search and content extraction MCP with hooks and skills for optimal tool selection.

πŸ”Œ
paper-search-toolsπŸ”ŒPlugin

Academic paper search MCP for arXiv, PubMed, IEEE, Scopus, ACM, and more. Requires Docker.

πŸ”Œ
claude-toolsπŸ”ŒPlugin

Synchronizes Claude configuration files (CLAUDE.md) and manages an allowlist for Claude Code interactions, ensuring consistent and controlled plugin settings.

πŸ”Œ
general-devπŸ”ŒPlugin

Simplifies and streamlines code development by providing utility functions, code refactoring tools, and general programming productivity enhancements.