Agent skill
spacy-ner
spaCy NER model training and entity extraction for conversational AI
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/spacy-ner
SKILL.md
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
- NER: Named Entity Recognition
- EntityLinker: Link to knowledge bases
- EntityRuler: Rule-based matching
- 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)
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?