git-advanced
86Master Advanced Git Workflows
Complex Git maintenance can make history changes and conflict resolution difficult. This skill provides structured guidance, recovery steps, and an optional local helper for common advanced workflows.
Build MCP Servers for AI Tooling
Teams need reliable patterns for connecting AI assistants to tools, APIs, and data sources. This skill guides Claude, Codex, and Claude Code through MCP server design, security, testing, and deployment.
Stop for confirmation before installing.
Review the plan and obtain explicit user consent before changing files.
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "mcp-builder" from https://skillstore.io/skills/autumnsgrove-mcp-builder.md and its manifest at https://skillstore.io/api/skills/autumnsgrove-mcp-builder/manifest. Verify the artifact. Stop and obtain explicit user consent before installing or changing files.Your Agent should still show its plan and request any confirmation required by the security policy.
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Using "mcp-builder". Build an MCP server for a support knowledge base.
Expected outcome:
Using "mcp-builder". Wrap a third-party issue tracker as MCP tools.
Expected outcome:
Using "mcp-builder". Review my MCP server before deployment.
Expected outcome:
Most static findings are documentation placeholders, markdown formatting, or normal configuration examples. Confirmed issues remain in copyable examples: arbitrary file access, full environment exposure, path traversal in resource readers, and user-controlled URL fetching.
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
https://skillstore.io/skills/autumnsgrove-mcp-builder/audits/8?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/autumnsgrove-mcp-builder?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/autumnsgrove-mcp-builder?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/autumnsgrove-mcp-builder/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/autumnsgrove-mcp-builder.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>AutumnsGrove. (2026). mcp-builder security audit report (audit version 8) [Author version unspecified]. Skillstore. https://skillstore.io/skills/autumnsgrove-mcp-builder/audits/8@techreport{autumnsgrove-autumnsgrove-mcp-builder-2026,
author = {AutumnsGrove},
title = {mcp-builder security audit report (audit version 8)},
institution = {Skillstore},
year = {2026},
number = {8},
url = {https://skillstore.io/skills/autumnsgrove-mcp-builder/audits/8},
note = {Author version unspecified}
}cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "mcp-builder security audit report (audit version 8)"
version: "unspecified"
type: report
authors:
- name: "AutumnsGrove"
date-released: "2026-07-05"
url: "https://skillstore.io/skills/autumnsgrove-mcp-builder/audits/8"
identifiers:
- type: other
value: "skillstore:autumnsgrove-mcp-builder:audit:8"
description: "Skillstore immutable audit report identifier"
Each author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
doyajin174-mcp-builder
2026-08-21
mcp-builder
2026-08-21
azeem-2-mcp-builder
2026-08-21
mcp-use-mcp-builder
2026-08-21
shubhamsaboo-mcp-builder
2026-08-21
yyh211-mcp-builder
2026-08-21
cam10001110101-mcp-builder
2026-08-21
dyai2025-mcp-builder
2026-08-21
zhanlincui-mcp-builder
2026-08-21
92bilal26-mcp-builder
2026-08-21
sickn33-mcp-builder
2026-08-21
artemisai-mcp-builder
2026-08-21
composiohq-mcp-builder
2026-08-21
autumnsgrove-mcp-builder
2026-08-21
davila7-mcp-builder
2026-08-21
Build MCP tools that let an assistant query approved internal services and return structured results.
Design read-only MCP resources for product manuals, API references, and operational runbooks.
Review authentication, rate limits, logging, monitoring, and deployment steps before releasing an MCP server.
Help me design a small MCP server in Python. It needs one safe tool, clear input validation, and local testing steps.
Plan MCP tools for this external API. Include schemas, authentication handling, rate limits, errors, and tests for each tool.
Design read-only MCP resources for these files and documents. Include URI patterns, path restrictions, metadata, and cache behavior.
Audit this MCP server plan for production. Focus on secrets, filesystem access, network access, authentication, logging, monitoring, and deployment risk.
Author
AutumnsGroveLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
5ab1d37e83436c6eef84de88573e142b94f2a4ad
Maintenance freshness
7/18/2026
Usage
5 downloads ยท 255 views
File structure
๐ examples/
๐ advanced-server.py
๐ database-server.md
๐ resource-server.md
๐ resource-server.py
๐ rest-api-wrapper.md
๐ simple-calculator-server.md
๐ simple-server.py
๐ references/
๐ protocol-specification.md
๐ security-guide.md
๐ testing-debugging.md
๐ tool-schemas.md
๐ README.md
๐ SKILL.md
Master Advanced Git Workflows
Complex Git maintenance can make history changes and conflict resolution difficult. This skill provides structured guidance, recovery steps, and an optional local helper for common advanced workflows.
Create PowerPoint Presentations with Python
Building polished PowerPoint decks by hand is slow and hard to repeat. This skill guides Claude, Codex, and Claude Code through PPTX creation, editing, and automation with python-pptx.
Create Playwright Web App Tests
Manual browser testing is slow and often misses regressions across forms, devices, and network states. This skill helps Claude, Codex, and Claude Code create practical Playwright tests for real web workflows.
Create and analyze Excel workbooks
Creating reliable Excel workbooks requires careful formula, formatting, and data handling. This skill provides structured workflows for building, editing, and analyzing spreadsheets with Python tools.
Design Production-Ready APIs
Inconsistent API contracts create integration errors and costly migrations. This skill guides REST, GraphQL, OpenAPI, authentication, versioning, validation, and documentation decisions.
Review Code for Security, Quality, and Performance
Manual reviews can miss security, quality, and performance issues. This skill applies a structured workflow and optional analysis tools to produce prioritized feedback.
Build Production-Ready MCP Servers
by sickn33
Building MCP servers requires protocol, SDK, and evaluation choices that are easy to miss. This skill guides planning, implementation, testing, and Microsoft ecosystem decisions for reliable integrations.
Build Firecrawl Single-Page Scraping
by firecrawl
Apps often need clean content from one known URL. This skill guides a focused Firecrawl /scrape integration for page extraction.
Build Firecrawl Browser Interactions
by firecrawl
Dynamic pages often hide data behind clicks, forms, and login flows. This skill helps teams choose and scope Firecrawl /interact integrations.
Design Reliable Tools for AI Agents
by Asmayaseen
Ambiguous tools cause incorrect calls, wasted context, and poor recovery from errors. This skill provides practical patterns for clear descriptions, schemas, responses, and testing.
Create Reusable Lark CLI Skills
by larksuite
Building reusable Lark automation requires consistent API research, permissions, and workflow documentation. This skill guides Claude and Codex through focused lark-cli skills for single APIs or multi-step workflows.
Build Claude Code Plugin Structure
by anthropics
Plugin authors need consistent layouts that Claude Code can discover. This skill explains manifests, components, hooks, MCP servers, and portable paths for reliable plugins.