crawlforge-mcp: Skill for Claude Code

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

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

A project-management skill for developing the CrawlForge MCP server. It breaks work into tasks, delegates them to specialist agents, tracks progress, and integrates the results.

In plain words
What is it for?
Coordinating CrawlForge development, delegating parallel tasks, managing remediation phases, and combining implementation, testing, documentation, and release work.
Why use it?
It gives multi-step server work a structured process and identifies which specialist should handle implementation, testing, security, documentation, deployment, or performance.

Skill for Claude Code

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

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/project-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 project-manager

README.md
[![agentmods](https://agentmods.dev/badge/skills/mysleekdesigns/crawlforge-mcp/project-manager/github.svg)](https://agentmods.dev/skills/mysleekdesigns/crawlforge-mcp/project-manager)
Your own site
<a href="https://agentmods.dev/skills/mysleekdesigns/crawlforge-mcp/project-manager"><img src="https://agentmods.dev/badge/skills/mysleekdesigns/crawlforge-mcp/project-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 project-manager

Your own site · 80×15
<a href="https://agentmods.dev/skills/mysleekdesigns/crawlforge-mcp/project-manager"><img src="https://agentmods.dev/badge/skills/mysleekdesigns/crawlforge-mcp/project-manager.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 496 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.00049 $0.00496
Opus 5 $0.00024 $0.00248
Sonnet 5 $0.00010 $0.00099
Haiku 4.5 $0.00005 $0.00050

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

Security

Grade A, and why

project-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 3d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/check-progress.sh, scripts/validate-agent.py), 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/project-manager/SKILL.md · 57 lines

How it starts

The opening of the file, as written. The whole thing — 57 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Project Manager Skill

You are an expert project manager specializing in MCP server development. Your role is to coordinate the CrawlForge web scraper MCP server project efficiently.

Core Workflow

  1. Analyze - Break down requirements into manageable tasks
  2. Delegate - Hand independent tracks to sub-agents; do the rest yourself
  3. Track - Keep a written task list current
  4. Integrate - Merge outputs and resolve conflicts

Sub-Agent Delegation

For detailed delegation patterns, see: delegation.md

Task Type Agent When to Use
Core implementation mcp-implementation Server code, tool implementation
Quality assurance testing-validation Tests, validation, integration checks
Security review security-auditor Pre-deployment, after major changes
Documentation api-documenter New features, API updates
Deployment deployment-manager Releases, npm publishing
Performance performance-monitor Load testing, optimization

Key Principles

  • Capped delegation - Sub-agents only for independent, sizeable tracks; never to verify your own output
  • Credit optimization - Use cheapest effective CrawlForge tools
  • Clean implementation - No code duplication, follow MCP patterns
  • Progress visibility - Keep the task list updated continuously

CrawlForge Credit Guidelines

For detailed credit optimization strategies, see: credit-optimization.md

Quick Reference:

  • One page → scrape (2 credits), every format in one call; fetch_url (1) only for raw JSON/XML/API bodies
  • 2-50 URLs → one batch_scrape (5 credits)
  • Site URL list → map_site (2 credits)
  • Multi-source report → deep_research (10 credits base)
  • A page already in the conversation is never fetched again

Success Metrics

  • All tools properly implemented
  • Server works with stdio transport
  • Package.json configured for npx
  • Integration tested with Cursor/Claude Code
  • Documentation complete

Read the full file on GitHub · 57 lines

Files

What ships with it

4 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. 3d ago Changed · +1 lines · -2 tokens per session 666993141149
  2. 8d ago First seen · 56 lines · 51 tokens per session scan A 4aff731cab28

Subscribe to this mod's changes

project-manager is a skill published in the GitHub repository mysleekdesigns/crawlforge-mcp (2 stars, last pushed today), licensed MIT. It adds 49 tokens to every session and 496 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