mongodb-usage
π―Skillfrom fcakyon/claude-codex-settings
Manages and demonstrates common MongoDB database operations, providing code examples and usage patterns for developers working with MongoDB in their projects.
Installation
npx skills add https://github.com/fcakyon/claude-codex-settings --skill mongodb-usageSkill Details
Overview
[](https://github.com/hesreallyhim/awesome-claude-code) [](#available-plugins) [](https://context7.com/fcakyon/claude-codex-settings) [](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
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)
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
Automates Git commit processes by generating meaningful commit messages, staging changes, and performing pre-commit checks based on repository context and best practices.
Helps developers quickly analyze and report Google Cloud resource usage, billing, and consumption metrics across projects and services.
Retrieves and analyzes detailed Azure resource usage and cost metrics across subscriptions, helping users track cloud resource consumption and spending.
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 from fcakyon/claude-codex-settings
Enables efficient web search and information retrieval using the Tavily AI search API for enhanced research and context gathering
Tavily web search and content extraction MCP with hooks and skills for optimal tool selection.
Academic paper search MCP for arXiv, PubMed, IEEE, Scopus, ACM, and more. Requires Docker.
Synchronizes Claude configuration files (CLAUDE.md) and manages an allowlist for Claude Code interactions, ensuring consistent and controlled plugin settings.
Simplifies and streamlines code development by providing utility functions, code refactoring tools, and general programming productivity enhancements.