Claude Income Scorer Skill — Development skill for Claude Code
Claude Code skill for scoring and comparing income opportunities using the 5 Day Weekend framework.
How to install Claude Income Scorer Skill
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open b1rdmania/claude-income-scorer-skill and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Claude Income Scorer Skill does
Claude Code skill for scoring and comparing income opportunities using the 5 Day Weekend framework.
Alternatives in Development
- Income Investment — Income Investment: Durable and Opportunistic Distribution Analysis 15.9k ★
- Sales Safari — Mine watering holes for product opportunities; observe conversations, sort findings into pain killers vs money 324 ★
- Terraria Replica Build Notes — SandboxWorld Chronicle: 23-day engineering experiment — replicating Terraria 1.4.5.8 to bit-level fidelity wit 66 ★
README
Income Opportunity Scorer
[](https://opensource.org/licenses/MIT) [](https://code.claude.com) [](https://github.com/b1rdmania/claude-income-scorer-skill)
A Claude Code skill that evaluates business ideas and income opportunities using the structured scoring framework from *5 Day Weekend* by Nik Halik & Garrett Gunderson.
🎯 What it does
Two instruments that work together to answer: **"Should I pursue this idea?"** and **"Will it free up my time?"**
| Instrument | Purpose | Scale | Verdict |
|---|---|---|---|
| Income Opportunity Score (IOS) | Is this worth pursuing at all? | 10 criteria × 1–10 = 100 max | < 70: Discard 70–85: Examine > 85: Move forward |
| Passive Income Score (PIS) | Will it free up your time? | 6 criteria × 1–5 = 30 max | < 10: Restructure 10–25: Modify > 25: Great passive asset |
🚀 Quick Start
Installation
# Option 1: Direct download
mkdir -p ~/.claude/skills/income-opportunity-scorer
curl -o ~/.claude/skills/income-opportunity-scorer/SKILL.md \
https://raw.githubusercontent.com/b1rdmania/claude-income-scorer-skill/main/SKILL.md
# Option 2: Clone and symlink
git clone https://github.com/b1rdmania/claude-income-scorer-skill.git
ln -s $(pwd)/claude-income-scorer-skill ~/.claude/skills/income-opportunity-scorer
Usage
Just describe your idea to Claude — the skill triggers automatically:
"Score this idea: a newsletter about DeFi infrastructure for institutional traders"
"Rank my projects — I'm working on X, Y, and Z"
"Should I pursue this? [description]"
"Walk me through scoring my agency idea"
📊 How it works
flowchart TD
A([User describes idea or projects]) --> B{
Related Skills
Hinge Profile Optimizer
Hinge Dating Profile Optimizer — A Claude Skill. Comprehensive, research-backed process based on 45+ peer-revi
JiegeOSBench
Benchmarking a single‑prompt Rust OS kernel implementation, comparing Claude Code Fable, Opus, and Sonnet.
Advisor Tool Demo
Demo app for Anthropic's Advisor Tool (beta) — customer support agent comparing cost/quality tradeoffs across
Debug Plugin
Debug plugin issues by analyzing session transcripts, comparing expected vs actual behavior, and developing ve
Ettle
Your agent and your teammates' agents, comparing notes before the meeting would have happened. ettle reconcile
Competitive Analysis
Analyze competitors with feature comparison matrices, positioning analysis, and strategic implications. Use wh
Related Agents
Self Audit Orchestrator
Use this agent at the start of a new 14-day cycle (Day 1), during the cycle to execute the 2-hour sprint, and
Decision Scorer
Scores 2+ architectural alternatives against PROJECT.md criteria. Called by architect after proposing variants
Priority Scorer
Scores and ranks AI mapping opportunities by revenue impact, capital reduction, and implementation ease. Produ