Skip to main content
Manusで任意のスキルを実行
ワンクリックで
mongodb
GitHub クリエイタープロフィール

mongodb

15 件の GitHub リポジトリにある 97 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
97
リポジトリ
15
更新
2026-07-20
リポジトリマップ

skills がある場所

収集済み skill 数が多いリポジトリを、このクリエイターカタログ内の比率と職業範囲とともに表示します。

#01
docs
57 件の skills · 2026-07-20
ソフトウェア開発者プロジェクト管理専門家ソフトウェア品質保証アナリスト・テスターDTPオペレーターテクニカルライターネットワーク・コンピュータシステム管理者
6 件の職業カテゴリ · 100% 分類済み
59%比率
#02
skill-gate
13 件の skills · 2026-06-26
ソフトウェア開発者ネットワーク・コンピュータシステム管理者コンプライアンスオフィサーデータベースアーキテクト一般事務員情報セキュリティアナリスト
6 件の職業カテゴリ · 100% 分類済み
13%比率
#03
agent-skills
8 件の skills · 2026-07-20
ソフトウェア開発者その他コンピュータ職
2 件の職業カテゴリ · 100% 分類済み
8.2%比率
#04
terraform-provider-mongodbatlas
5 件の skills · 2026-07-14
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスター
2 件の職業カテゴリ · 100% 分類済み
5.2%比率
#05
mongo-java-driver
2 件の skills · 2026-05-11
ソフトウェア開発者
1 件の職業カテゴリ · 100% 分類済み
2.1%比率
#06
mongo-efcore-provider
2 件の skills · 2026-06-03
ソフトウェア品質保証アナリスト・テスター
1 件の職業カテゴリ · 100% 分類済み
2.1%比率
#07
leafygreen-ui
2 件の skills · 2026-05-06
ウェブ・デジタルインターフェースデザイナーウェブ開発者
2 件の職業カテゴリ · 100% 分類済み
2.1%比率
#08
laravel-mongodb
1 件の skills · 2026-07-16
ソフトウェア開発者
1 件の職業カテゴリ · 100% 分類済み
1.0%比率
ここでは上位 8 件のリポジトリを表示しています。完全なリストは下に続きます。
リポジトリエクスプローラー

リポジトリと代表的な skills

drivers-release-notes
ソフトウェア開発者

Draft MongoDB drivers release notes for a new version by fetching the corresponding release from the driver source code and adding them to the documentation. Use when asked to create release notes or What's New sections for the drivers and frameworks listed in the Workflow section.

2026-07-20
mcp-release-notes
ソフトウェア開発者

Draft MongoDB MCP Server release notes for a new version by fetching the corresponding release from mongodb-js/mongodb-mcp-server and formatting them for the docs. Use when asked to draft or create MCP Server release notes.

2026-07-20
release-notes-base
ソフトウェア開発者

Shared workflow for drafting MongoDB docs release notes from a GitHub repo. Not invoked directly — referenced by tool-specific release notes skills.

2026-07-20
version-update
ソフトウェア開発者

Create a new version of any versioned MongoDB documentation docset — drivers, providers, or product docsets. TRIGGER when: user says 'version update', 'bump the version', 'releasing vX.Y', or 'new version' for any docset.

2026-07-20
fix-nested-components
ソフトウェア開発者

Fix forbidden nested RST components flagged by the nested components linter — callouts inside callouts, callouts inside list-tables, examples inside callouts, examples inside list-tables, and procedures inside procedures. Runs ./lint-docs.sh nested to detect violations, applies the canonical remediation for each, and re-lints to verify. Handles the case where the nested component is pulled in from a shared include reused elsewhere in an un-nested context (inlines the fix at the nesting site instead of editing the shared file). Does NOT handle tabs-in-tabs — use language-tabs-to-composable-scripted for that. Use when the user asks to "fix nested components", "resolve nested component errors", "fix the nested components linter findings", or when the nested linter reports callout/example/procedure nesting.

2026-07-13
fix-seo
ソフトウェア開発者

Fix SEO issues in MongoDB docs files. Generates missing titles and meta descriptions, corrects length violations, and fixes heading and image issues. Use when asked to fix SEO issues, add missing titles or meta descriptions, or clean up SEO errors. Also invoked automatically by lint-docs.sh when SEO errors are found.

2026-07-13
fix-404s
ソフトウェア開発者

Detect and fix broken external links (404s) in MongoDB documentation files. Runs the 404 linter, strips tracking parameters, follows redirects, and searches for live replacements. Auto-applies confirmed redirects; confirms lower-confidence fixes with the writer before applying.

2026-07-06
dochub
ソフトウェア開発者

Create or update a DocHub link (dochub.mongodb.org/core/<key>) so product UI and error messages point at docs through a stable vanity URL, or check whether a moved/renamed/deleted docs page has broken any DocHub link. Use when a writer or stakeholder asks to create, add, update, change, or repoint a dochub link; needs a stable link for code before docs are live; or when the dochub-drift-check hook reports that a moved page may be referenced by a dochub link. To add an in-repo redirect for a moved page, use add-redirects instead; not for casual link sharing.

2026-07-06
このリポジトリの収集済み skills 57 件中、上位 8 件を表示しています。
このリポジトリの収集済み skills 13 件中、上位 8 件を表示しています。
mongodb-atlas-stream-processing
ソフトウェア開発者

Manages MongoDB Atlas Stream Processing (ASP) workflows. Handles workspace provisioning, data source/sink connections, processor lifecycle operations, debugging diagnostics, and tier sizing. Supports Kafka, Atlas clusters, S3, HTTPS, and Lambda integrations for streaming data workloads and event processing. NOT for general MongoDB queries or Atlas cluster management. Requires MongoDB MCP Server with Atlas API credentials.

2026-07-20
mongodb-connection
ソフトウェア開発者

Optimize MongoDB client connection configuration (pools, timeouts, patterns) for any supported driver language. Use this skill when working/updating/reviewing on functions that instantiate or configure a MongoDB client (eg, when calling `connect()`), configuring connection pools, troubleshooting connection errors (ECONNREFUSED, timeouts, pool exhaustion), optimizing performance issues related to connections. This includes scenarios like building serverless functions with MongoDB, creating API endpoints that use MongoDB, optimizing high-traffic MongoDB applications, creating long-running tasks and concurrency, or debugging connection-related failures.

2026-07-20
mongodb-mcp-setup
ソフトウェア開発者

Guide users through configuring key MongoDB MCP server options. Use this skill when a user has the MongoDB MCP server installed but hasn't configured the required environment variables, or when they ask about connecting to MongoDB/Atlas and don't have the credentials set up.

2026-07-20
mongodb-natural-language-querying
ソフトウェア開発者

Generate read-only MongoDB queries (find) or aggregation pipelines using natural language, with collection schema context and sample documents. Use this skill whenever the user asks to write, create, or generate MongoDB queries, wants to filter/query/aggregate data in MongoDB, asks "how do I query...", needs help with query syntax, or discusses finding/filtering/grouping MongoDB documents. Also use for translating SQL-like requests to MongoDB syntax. Does NOT handle Atlas Search ($search operator), vector/semantic search ($vectorSearch operator), fuzzy matching, autocomplete indexes, or relevance scoring - use search-and-ai for those. Does NOT analyze or optimize existing queries - use mongodb-query-optimizer for that. Does NOT handle aggregation pipelines that involve write operations. Requires MongoDB MCP server.

2026-07-20
mongodb-query-optimizer
ソフトウェア開発者

Help with MongoDB query optimization and indexing. Use only when the user asks for optimization or performance: "How do I optimize this query?", "How do I index this?", "Why is this query slow?", "Can you fix my slow queries?", "What are the slow queries on my cluster?", etc. Do not invoke for general MongoDB query writing unless user asks for performance or index help. Prefer indexing as optimization strategy. Use MongoDB MCP when available.

2026-07-20
mongodb-schema-design
ソフトウェア開発者

MongoDB schema design patterns and anti-patterns. Use when designing data models, reviewing schemas, migrating from SQL, or troubleshooting performance issues caused by schema problems. Triggers on "design schema", "embed vs reference", "MongoDB data model", "schema review", "unbounded arrays", "one-to-many", "tree structure", "16MB limit", "schema validation", "JSON Schema", "time series", "schema migration", "polymorphic", "TTL", "data lifecycle", "archive", "index explosion", "unnecessary indexes", "approximation pattern", "document versioning".

2026-07-20
mongodb-search-and-ai
ソフトウェア開発者

Guides MongoDB users through implementing and optimizing Atlas Search (full-text), Vector Search (semantic), and Hybrid Search solutions. Use this skill when users need to build search functionality for text-based queries (autocomplete, fuzzy matching, faceted search), semantic similarity (embeddings, RAG applications), or combined approaches. Also use when users need text containment, substring matching ('contains', 'includes', 'appears in'), case-insensitive or multi-field text search, or filtering across many fields with variable combinations. Provides workflows for selecting the right search type, creating indexes, constructing queries, and optimizing performance using the MongoDB MCP server.

2026-07-20
review-skill
その他コンピュータ職

Review a proposed Agent Skill for structural validity and content quality before publishing. Runs the skill-validator CLI to check for structural issues, scores the skill with an LLM judge, and interprets results to advise SMEs on what to address. Use when a user wants to review, validate, or quality-check an Agent Skill.

2026-03-27
acceptance-test-patterns
ソフトウェア品質保証アナリスト・テスター

Best practices for writing and organizing acceptance tests in this Terraform provider. Use when creating new acceptance tests, modifying existing tests, fixing flaky tests, or reviewing test code. Covers test consolidation, avoiding duplicates, plural data source ordering, and plan-only validation tests.

2026-07-14
autogen-attribute-addition
ソフトウェア開発者

End-to-end workflow for supporting a new attribute in an autogenerated (serviceapi) resource or data source. Use whenever the Atlas API spec adds a field to an autogen resource — typically surfaced by the "Updates auto-generated production resources (DO NOT MERGE)" bot PR — or when asked to incorporate such a change, add a new attribute to a serviceapi resource, or follow up on an autogen visibility PR. Covers codegen config overrides, regeneration, acceptance tests, docs, and changelog.

2026-06-15
summarize-test-suite
ソフトウェア品質保証アナリスト・テスター

Summarize a GitHub Actions test suite run for the mongodb/terraform-provider-mongodbatlas repo — fetches job logs, classifies failures, and produces a Slack summary led by an explicit code-regression verdict. Use when the user shares a workflow run URL or run_id, or when triggered by the test-suite webhook to decide whether on-call should investigate.

2026-06-02
pr-and-documentation-standards
ソフトウェア開発者

Standards for pull requests, documentation, and code review in this Terraform provider. Use when creating PRs, writing or editing documentation (schema descriptions, docs markdown, examples), reviewing code, or adding changelog entries. Covers PR structure, docs style guide, example conventions, and changelog practices.

2026-05-18
terraform-resource-development
ソフトウェア開発者

Best practices for developing Terraform resources and data sources in this provider. Use when creating new resources, modifying schema definitions, implementing CRUD operations, handling state transitions, or working with autogenerated resources.

2026-03-17
15 件中 12 件のリポジトリを表示