Skip to content
Automation
Skill

/spacy-ner

spaCy NER model training and entity extraction for conversational AI

From plugin
babysitter
1.8k200 skills3 agents21 commands1 MCP
Install
$ npx -y skills add a5c-ai/babysitter --skill spacy-ner --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/spacy-ner

Context preview

The summary Claude sees to decide when to auto-load this skill.

spaCy NER model training and entity extraction for conversational AI

SKILL.md

spacy-ner.SKILL.md
name: spacy-ner
description: spaCy NER model training and entity extraction for conversational AI
allowed-tools:
  - Read
  - Write
  - Edit
  - Bash
  - Glob
  - Grep
graph:
  domains: [domain:software-engineering]
  specializations: [specialization:ai-agents-conversational]
  skillAreas: [skill-area:natural-language-processing, skill-area:feature-engineering]
  roles: [role:ml-engineer, role:backend-engineer]
  workflows: [workflow:ml-model-lifecycle, workflow:feature-development]

spaCy NER Skill

Capabilities

  • Train custom spaCy NER models
  • Configure entity extraction pipelines
  • Design annotation schemas
  • Implement entity linking
  • Set up model evaluation
  • Deploy efficient NER inference

Target Processes

  • entity-extraction-slot-filling
  • chatbot-design-implementation

Implementation Details

spaCy Components

1. **NER**: Named Entity Recognition 2. **EntityLinker**: Link to knowledge bases 3. **EntityRuler**: Rule-based matching 4. **SpanCategorizer**: Overlapping entities

Training Configuration

  • config.cfg setup
  • Training data format (spaCy v3)
  • Augmentation strategies
  • Evaluation metrics

Configuration Options

  • Base model selection (en_core_web_*)
  • Custom entity types
  • Training parameters
  • GPU acceleration
  • Model packaging

Best Practices

  • Quality annotation data
  • Balance entity types
  • Use prodigy for annotation
  • Regular model evaluation

Dependencies

  • spacy
  • spacy-transformers (optional)
Read more
Ships withbabysitter

Enforce obedience on agentic workforces. Manage extremely complex workflows through deterministic, hallucination-free self-orchestration.

Get the whole plugin

Other skills on babysitter.