apps/api/app/skills/native/marketing_signal_rubric/SKILL.md
--- name: Marketing Signal Scoring engine: markdown version: 1 category: marketing tags: [marketing, engagement, intent, signals] auto_trigger: "Score leads based on marketing engagement and buying intent signals" inputs: - name: entity_id type: string description: "Knowledge entity UUID to score" required: true --- ## Description Score leads 0-100 based on marketing engagement, campaign response, and buying intent signals. ## Scoring Rubric (0-100 total) | Category | Max Point
npx skillsauth add nomad3/servicetsunami-agents Marketing Signal ScoringInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Score leads 0-100 based on marketing engagement, campaign response, and buying intent signals.
| Category | Max Points | What to look for | |---|---|---| | engagement | 25 | Website visits, content downloads, webinar attendance, demo requests, email open/click rates | | intent_signals | 25 | Searched for competitor products, visited pricing page, compared solutions, asked for proposal | | firmographic_fit | 20 | Industry match, company size in ICP range, geography alignment, technology stack compatibility | | behavioral_recency | 15 | How recent the engagement (last 7 days = highest, last 30 = medium, 30+ = low), frequency of interactions | | champion_signals | 15 | Multiple contacts engaged, senior decision-maker involved, internal champion identified, shared content internally |
{relations_text}
Return ONLY a JSON object with this exact structure:
{
"score": "<integer 0-100>",
"breakdown": {
"engagement": "<integer 0-25>",
"intent_signals": "<integer 0-25>",
"firmographic_fit": "<integer 0-20>",
"behavioral_recency": "<integer 0-15>",
"champion_signals": "<integer 0-15>"
},
"reasoning": "<one paragraph explaining the marketing qualification score>"
}
development
--- name: writing-plans engine: markdown version: 1 category: coding tags: [planning, tdd, implementation, tasks] auto_trigger: "Use when creating an implementation plan for a multi-step feature or task" source_repo: https://github.com/obra/superpowers --- ## Description Create comprehensive, bite-sized implementation plans with full file structure mapping, TDD steps, and zero placeholders. # Writing Plans ## Overview Write comprehensive implementation plans assuming the engineer has zero co
development
--- name: smart-commit engine: markdown version: 1 category: coding tags: [git, commit, quality, conventional-commits] auto_trigger: "Use when ready to commit changes with quality checks and a good commit message" source_repo: https://github.com/angakh/claude-skills-starter --- ## Description Run quality checks, then stage and commit with a well-formed conventional commit message. # Smart Commit ## Overview Run quality checks, then stage and commit with a well-formed conventional commit mess
development
--- name: security-review engine: markdown version: 1 category: coding tags: [security, owasp, vulnerabilities, pentest, audit] auto_trigger: "Use when doing a security audit, reviewing auth code, or before merging sensitive changes" --- ## Description Deep security audit of changed code focused exclusively on vulnerabilities — more thorough than a regular code review. # Security Review ## Overview Deep security audit of changed code. Focuses exclusively on vulnerabilities — more thorough th
tools
--- name: scaffold engine: markdown version: 1 category: coding tags: [scaffold, boilerplate, codegen, templates, components] auto_trigger: "Use when generating boilerplate for a new component, endpoint, model, or test file" source_repo: https://github.com/angakh/claude-skills-starter --- ## Description Generate boilerplate for common code structures: React components, API endpoints, test files, data models, CLI commands. # Scaffold ## Overview Generate boilerplate for common code structures