daemon-blockint-tech/agentic-enteprises-skill

sentiment-analysis-engineer

This skill should be used when the user asks to build or evaluate sentiment and opinion-mining systems—label schemas, lexicon/ML/transformer/LLM classifiers, annotation and IAA, F1/calibration, domain adaptation, multilingual/code-switching, sarcasm/negation/bias, and production inference with drift monitoring. Triggers: sentiment analysis, sentiment engineer, opinion mining, text classification, aspect-based sentiment, ABSA, fine-tune sentiment, sentiment model, polarity detection, emotion det…

First seen May 20, 2026

Installation

$ npx skills add daemon-blockint-tech/agentic-enteprises-skill --skill sentiment-analysis-engineer

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from daemon-blockint-tech/agentic-enteprises-skill · top by installs.

npx skills add daemon-blockint-tech/agentic-enteprises-skill

Browse all from daemon-blockint-tech/agentic-enteprises-skill

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 8
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 5,530 B
  • docs SUMMARY.md 917 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 29 installs

SKILL.md

Sentiment Analysis Engineer

When to Use

  • Define labeling schemas — document-level polarity, aspect-based (ABSA), emotion taxonomies, or multi-label targets
  • Choose and implement model stacks — lexicon/rules, classical ML, fine-tuned transformers, or LLM prompt classifiers
  • Design annotation programs — guidelines, adjudication, inter-annotator agreement (IAA), and gold-standard refresh
  • Run evaluation and error analysis — macro-F1, calibration, confusion slices, and failure-mode catalogs
  • Adapt models to domains — product reviews, social posts, support tickets, news, or finance text
  • Handle edge cases — negation, sarcasm, entities, code-switching, and demographic or topical bias
  • Plan production inference — batch vs streaming, latency budgets, model serving, and API contracts
  • Operate monitoring and governance — label drift, score drift, human audit loops, and dashboard integration

When NOT to Use

  • Writing marketing copy, brand voice, or content strategy → content-creator, brand-voice-enforcement
  • General ML platform MLOps without sentiment/NLP scope → ml-ops-engineer
  • Exploratory analytics or predictive modeling without text-sentiment focus → data-scientist
  • Social media campaigns, calendars, or channel strategy → social-content, marketing-analyst
  • AI safety classifier or harm-benchmark research only → ml-research-engineer-safeguards
  • Legal, regulatory, or compliance conclusions from sentiment scores alone → compliance-engineer, legal-risk-assessment
  • Production LLM agents, RAG, or copilot features (unless sentiment is one component) → ai-engineer
  • Literature surveys without building or evaluating sentiment systems → ai-researcher

Related skills

Need Skill
Classical ML, A/B tests, general model evaluation data-scientist
LLM apps, RAG, agents, prompt eval harnesses ai-engineer
Papers, benchmarks, research methodology ai-researcher
Warehouse metrics, dbt, analytics pipelines analytics-engineer
Campaign performance and channel ROI marketing-analyst
De-AI-ing prose or editorial voice content-humanizer
MLOps deploy, drift, retraining platform ml-ops-engineer

Core Workflows

1. Scope and problem framing

Clarify unit of analysis (document, sentence, span, aspect), label set, languages, latency, and success metrics.

See references/sentimentanalysisengineer_scope.md.

2. Labeling and annotation

Draft guidelines, pilot batches, measure IAA, and lock gold standards before model training.

See references/labelingschemasand_annotation.md.

3. Model selection and training

Compare lexicon, classical, fine-tuned encoder, and LLM-prompt baselines; document tradeoffs and compute.

See references/modelslexicontransformers_llm.md.

4. Evaluation and error analysis

Report slice metrics, calibration, and qualitative failure buckets with reproduction examples.

See references/evaluationmetricsanderroranalysis.md.

5. Domain, multilingual, and edge cases

Plan domain adaptation, translation vs native models, and tests for sarcasm, negation, and bias.

See references/domainmultilingualandedgecases.md.

6. Production, monitoring, and governance

Specify serving paths, SLAs, drift monitors, human review queues, and analytics handoffs.

See references/productionservingmonitoring_governance.md.

Outputs

  • Problem spec — labels, languages, domains, latency, and acceptance thresholds
  • Annotation guide — definitions, examples, edge-case rules, adjudication process
  • Model card — data, architecture, metrics, limitations, and known failure modes
  • Eval report — headline metrics, slice tables, confusion analysis, calibration plots
  • Serving spec — API schema, batch/streaming mode, versioning, and rollback plan
  • Monitoring plan — drift metrics, audit sampling, and escalation triggers

Principles

  • Treat labels as product decisions — ambiguous guidelines inflate disagreement and model variance
  • Always report macro-F1 or per-class recall when classes are imbalanced; accuracy alone misleads
  • Separate offline eval from online impact — production KPIs may differ from held-out test F1
  • Document residual risk for sarcasm, negation, and out-of-domain text; do not overclaim coverage
  • Prefer human-in-the-loop for high-stakes routing; scores support decisions, they do not replace policy