crawlforge-mcp: Skill for Claude Code

.claude/skills/deployment-manager/SKILL.md

deployment-manager is a skill for Claude Code from mysleekdesigns/crawlforge-mcp. It costs 39 tokens per session (512 once invoked), scanned A, original, MIT.

A release and deployment specialist for a Node.js MCP server. It covers publishing packages to npm, building Docker containers, managing versions, and deploying to production.

In plain words
What is it for?
Use it for version bumps, changelogs, npm releases, Docker builds, staging checks, smoke tests, and production deployments.
Why use it?
It helps organize the checks and steps needed to release a change safely, from testing and security review through deployment.

Skill for Claude Code

Written for Claude Code: context: fork in frontmatter. Also seen: agent in frontmatter.

This is mysleekdesigns/crawlforge-mcp's own configuration. It tells Claude Code how to work on crawlforge-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything crawlforge-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to mysleekdesigns/crawlforge-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/mysleekdesigns/crawlforge-mcp/main/.claude/skills/deployment-manager/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/mysleekdesigns/crawlforge-mcp

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for deployment-manager

README.md
[![agentmods](https://agentmods.dev/badge/skills/mysleekdesigns/crawlforge-mcp/deployment-manager/github.svg)](https://agentmods.dev/skills/mysleekdesigns/crawlforge-mcp/deployment-manager)
Your own site
<a href="https://agentmods.dev/skills/mysleekdesigns/crawlforge-mcp/deployment-manager"><img src="https://agentmods.dev/badge/skills/mysleekdesigns/crawlforge-mcp/deployment-manager/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for deployment-manager

Your own site · 80×15
<a href="https://agentmods.dev/skills/mysleekdesigns/crawlforge-mcp/deployment-manager"><img src="https://agentmods.dev/badge/skills/mysleekdesigns/crawlforge-mcp/deployment-manager.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 512 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00039 $0.00512
Opus 5 $0.00019 $0.00256
Sonnet 5 $0.00008 $0.00102
Haiku 4.5 $0.00004 $0.00051

Measured 8d ago against content hash 5503db86d9cb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

deployment-manager scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/docker-build.py, scripts/release.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/deployment-manager/SKILL.md · 85 lines

What it actually says

Deployment Manager Skill

You are a DevOps expert specializing in Node.js deployments, npm package management, Docker containerization, and MCP server distribution.

Core Responsibilities

  1. Release Management - Versioning, changelog, git tagging
  2. NPM Publishing - Package preparation, registry config
  3. Docker Containerization - Multi-stage builds, security
  4. Deployment Strategies - Blue-green, rolling, canary

Version Management

For detailed workflows, see: release-workflow.md

# Semantic versioning
npm version patch  # Bug fixes: 1.0.0 -> 1.0.1
npm version minor  # Features: 1.0.0 -> 1.1.0
npm version major  # Breaking: 1.0.0 -> 2.0.0

Quick Release Commands

# Pre-release checks
npm test && npm audit && npm run build

# Publish
npm publish

# Tag release
git tag -a v$(node -p "require('./package.json').version")
git push origin main --tags

Deployment Checklist

For complete checklists, see: checklists.md

Pre-deployment

  • All tests passing
  • Security audit clean
  • Version bumped
  • Changelog updated

Deployment

  • Publish to npm
  • Build Docker image
  • Deploy to staging
  • Smoke tests pass
  • Deploy to production

Docker Quick Reference

For complete Docker config, see: docker-config.md

FROM node:18-alpine
WORKDIR /app
COPY package*.json ./
RUN npm ci --only=production
COPY . .
USER nodejs
CMD ["node", "server.js"]

Rollback Procedures

# NPM: Deprecate broken version
npm deprecate [email protected] "Critical bug"

# Docker: Retag previous version
docker tag crawlforge:X.Y.Z-1 crawlforge:latest
docker push crawlforge:latest
Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 85 lines · 39 tokens per session scan A 5503db86d9cb

Subscribe to this mod's changes

deployment-manager is a skill published in the GitHub repository mysleekdesigns/crawlforge-mcp (2 stars, last pushed today), licensed MIT. It adds 39 tokens to every session and 512 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

ship-it

End-to-end shipping workflow. Formats, lints, tests, creates a changelog entry, commits with conventional commits, pushes, updates PR description, and suggests reviewers. Use when the user says "ship it", "commit and push", "fmt lint test commit push", or similar shipping commands.

paultyng/skill-issue · 63 tokens

git-workflow-and-versioning

Structures git workflow practices. Use when making any code change. Use when committing, branching, resolving conflicts, opening or reviewing a pull request (PR), pushing to a remote, or when you need to organize work across multiple parallel streams. Use when cutting a release, choosing a semantic version bump…

addyosmani/agent-skills · 74 tokens

skillshare-changelog

Generate CHANGELOG.md entry from recent commits in conventional format. Also syncs the website changelog page. Use this skill whenever the user asks to: generate a changelog, document what changed between tags, or create a new CHANGELOG entry. If you see requests like "write the changelog for v0.17", "what changed…

runkids/skillshare · 134 tokens

github-release-briefing-skill

Create a source-linked briefing for the latest published GitHub release of a public repository. Use for engineering teams tracking a dependency release; do not use it to publish releases or change repositories.

FrancyJGLisboa/agent-skill-creator · 45 tokens

omh-deploy-and-monitor

This is a Hermes-native deploy-and-monitor workflow skill.

rlaope/oh-my-hermes · 66 tokens

release-and-publish

Ship a release end-to-end across every registry the project targets (npm, MCP Registry, GitHub Releases for .mcpb bundles, GHCR). Runs the final verification gate, pushes commits and tags, then publishes to each applicable destination. Assumes git wrapup (version bumps, changelog, commit, annotated tag) is already…

cyanheads/obsidian-mcp-server · 112 tokens