apps/api/app/skills/native/ai_lead_rubric/SKILL.md
--- name: AI Lead Scoring engine: markdown version: 1 category: sales tags: [leads, scoring, AI, qualification, BANT] auto_trigger: "Score leads for AI platform fit using the AI Lead Scoring rubric" inputs: - name: entity_id type: string description: "Knowledge entity UUID to score" required: true --- ## Description Score leads 0-100 based on likelihood of becoming a customer for an AI/agent orchestration platform. ## Scoring Rubric (0-100 total) | Category | Max Points | What
npx skillsauth add nomad3/servicetsunami-agents AI Lead 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 likelihood of becoming a customer for an AI/agent orchestration platform.
| Category | Max Points | What to look for | |---|---|---| | hiring | 25 | Job posts mentioning AI, ML, agents, orchestration, automation, platform engineering | | tech_stack | 20 | Uses or evaluates LangChain, OpenAI, Anthropic, CrewAI, AutoGen, or similar agent frameworks | | funding | 20 | Recent funding round (Series A/B/C within 12 months scores highest) | | company_size | 15 | Mid-market (50-500 employees) and growth-stage companies score highest | | news | 10 | Recent product launches, partnerships, expansions, AI initiatives | | direct_fit | 10 | Explicit mentions of orchestration needs, multi-agent workflows, workflow automation |
{relations_text}
Return ONLY a JSON object with this exact structure:
{
"score": "<integer 0-100>",
"breakdown": {
"hiring": "<integer 0-25>",
"tech_stack": "<integer 0-20>",
"funding": "<integer 0-20>",
"company_size": "<integer 0-15>",
"news": "<integer 0-10>",
"direct_fit": "<integer 0-10>"
},
"reasoning": "<one paragraph explaining the 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