Agent skill

rfp-evaluate

Evaluate RFP opportunities using the 6-dimension scoring framework. Use when modifying evaluation criteria, adjusting keyword weights, or implementing AI-based evaluation.

majiayu000github.com/majiayu000GitHub ↗
claude-coderead-onlyMIT
Install
npx skills add majiayu000/claude-skill-registry --skill rfp-evaluate-atemndobs-nebula-rfp-3 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 11 KB
Bundled scripts: none
Allowed tools: ReadGrepGlob
Path: skills/analysis/rfp-evaluate-atemndobs-nebula-rfp-3/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# RFP Evaluation Skill ## Overview This skill implements the 6-dimension scoring framework for evaluating RFP opportunities, with both logic-based (keyword matching) and AI-based evaluation modes. --- ## CRITICAL: Execution Order > **Eligibility Gate is P0 HIGHEST PRIORITY and runs BEFORE scoring.** ``` ┌─────────────────────────────────────────────────────────┐ │ EVALUATION PIPELINE │ ├─────────────────────────────────────────────────────────┤ │ 1. ELIGIBILITY GATE (Hard filters - Phase 2) │ │ ↓ │ │ Output: ELIGIBLE | PARTNER_REQUIRED | REJECTED │ │ ↓ │ │ 2. SCORING ENGINE (Only if eligible - Phase 3) │ │ ↓ │ │ Output: 0-6 score + Good Fit determination │ └─────────────────────────────────────────────────────────┘ ``` **Implementation Plan References:** - Eligibility Gate: `docs/implementation-plan/phase-2-eligibility/` - Scoring Engine: `docs/implementation-plan/phase-3-scoring/` --- ## 6-Dimension Scoring Framework | Dimension | Weight | Purpose | |-----------|--------|---------| | Technical Relevance | 25% | Tech stack alignment | | Scope Fit | 20% | Project type match | | Category Focus | 15% | Industry alignment | | Client Profile | 15% | Client type match | | Logistics | 15%

What's inside
Steps it walks through
  1. Overview
  2. CRITICAL: Execution Order
  3. 6-Dimension Scoring Framework
  4. Criterion Configuration
  5. Default Keywords
  6. Technical Relevance (25%)
  7. Scope Fit (20%)
  8. Category Focus (15%)
  9. Client Profile (15%)
  10. Skill Alignment (10%)
  11. Eligibility Gate
  12. Logic-Based Evaluation
  13. AI-Based Evaluation
  14. Chaseability Score
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the rfp-evaluate skill do?

Evaluate RFP opportunities using the 6-dimension scoring framework. Use when modifying evaluation criteria, adjusting keyword weights, or implementing AI-based evaluation.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill rfp-evaluate-atemndobs-nebula-rfp-3 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going