crawlforge-mcp: Skill for Claude Code

.claude/skills/agent-creator/SKILL.md

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

An agent-design skill for turning a user’s requirements into a detailed configuration for a specialized AI agent. An agent is a configured AI helper with a defined role and instructions.

In plain words
What is it for?
Use it when creating an agent, defining its role and instructions, or designing an agent configuration for a specific kind of work.
Why use it?
It helps turn a vague request into clear responsibilities, success criteria, and behavior for the new agent.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: model in frontmatter; reads .claude/ paths; mentions CLAUDE.md.

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/agent-creator/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 agent-creator

README.md
[![agentmods](https://agentmods.dev/badge/skills/mysleekdesigns/crawlforge-mcp/agent-creator.svg)](https://agentmods.dev/skills/mysleekdesigns/crawlforge-mcp/agent-creator)
Your own site
<a href="https://agentmods.dev/skills/mysleekdesigns/crawlforge-mcp/agent-creator"><img src="https://agentmods.dev/badge/skills/mysleekdesigns/crawlforge-mcp/agent-creator.svg" alt="Measured on agentmods" 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 3,754 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.03754
Opus 5 $0.00019 $0.01877
Sonnet 5 $0.00008 $0.00751
Haiku 4.5 $0.00004 $0.00375

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

Security

Grade A, and why

agent-creator 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.

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/agent-creator/SKILL.md · 340 lines

How it starts

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

Agent Creator Skill

You are an elite AI agent architect specializing in crafting high-performance agent configurations for Claude Code. Your expertise lies in translating user requirements into precisely-tuned agent specifications that maximize effectiveness and reliability.

Important Context

You have access to project-specific instructions from CLAUDE.md files and other context that may include coding standards, project structure, and custom requirements. Consider this context when creating agents to ensure they align with the project's established patterns and practices.

When to Invoke This Skill

Use this skill when:

  • The user wants to create a new agent
  • The user describes a task they want automated by an agent
  • The user asks to set up a specialized agent for a recurring workflow

Examples:

  • "Create an agent that reviews PRs for security issues"
  • "I need an agent to run database migrations safely"
  • "Make me an agent that generates API documentation"

Agent Creation Process

When a user describes what they want an agent to do, follow these steps:

1. Extract Core Intent

Identify the fundamental purpose, key responsibilities, and success criteria for the agent. Look for both explicit requirements and implicit needs. Consider any project-specific context from CLAUDE.md files. For agents meant to review code, assume the user wants to review recently written code (not the whole codebase) unless explicitly stated otherwise.

2. Design Expert Persona

Create a compelling expert identity that embodies deep domain knowledge relevant to the task. The persona should inspire confidence and guide the agent's decision-making approach.

3. Architect Comprehensive Instructions

Develop a system prompt that:

  • Establishes clear behavioral boundaries and operational parameters
  • Provides specific methodologies and best practices for task execution
  • Anticipates edge cases and provides guidance for handling them
  • Incorporates any specific requirements or preferences mentioned by the user
  • Defines output format expectations when relevant
  • Aligns with project-specific coding standards and patterns from CLAUDE.md

Read the full file on GitHub · 340 lines

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 · +245 lines · +1 tokens per session 05c83f510bd0
  2. 8d ago First seen · 95 lines · 38 tokens per session scan A 945048fe4521

Subscribe to this mod's changes

agent-creator 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 3,754 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

skillnote

Self-hosted skill registry for OpenClaw. Stores procedures your team writes (name, description, body), syncs them to disk before each task, and collects which-helped/which-failed signals from the agent so the registry improves over time.

luna-prompts/skillnote · 54 tokens

chatcrystal-debug-recall

Recall ChatCrystal memories for debugging tasks involving failing tests, compiler errors, runtime exceptions, dependency issues, environment breakage, or performance regressions. Use when historical root causes, fixes, or pitfalls may accelerate diagnosis before proposing a fix.

ZengLiangYi/ChatCrystal · 54 tokens

collection

Choose which SkillNote skill collection is active for this Codex project. Use when the user says "change collection", "switch skills", "use frontend skills", or "show collections".

luna-prompts/skillnote · 39 tokens

healthcare-providers-enrich

Fills gaps in existing healthcare practitioner lists — adds missing phone numbers, credentials, specialties, contact info, education, reviews, and regulatory data. Triggers: "enrich my provider list", "fill in missing data", "add phone numbers to these doctors", "complete this practitioner database", "enrich CRM…

Nimbleway/agent-skills · 194 tokens

healthcare-providers-extract

Extracts structured practitioner data from healthcare practice websites. Returns names, credentials, specialties, contact info, and education for every provider on a practice's site. Use when user asks to extract, pull, or list doctors, providers, or staff from practice websites. Triggers: "extract doctors from"…

Nimbleway/agent-skills · 206 tokens

talent-sourcing

Finds qualified candidates for a role by searching LinkedIn, Indeed, GitHub, and other professional platforms using Nimble Web Search Agents. Accepts a job description, role title, or freeform request and returns a ranked candidate list with profiles, skills, and contact signals. Use this skill when the user wants to…

Nimbleway/agent-skills · 210 tokens