bruce: Skill for Claude Code

.claude/skills/business-investor-validator/SKILL.md

business-investor-validator is a skill for Claude Code from DemitriusQuadros/bruce. It costs 152 tokens per session (1,794 once invoked), scanned A, original, no licence file.

A checklist for assessing a startup or other business idea from an investor's point of view. It uses defined criteria to judge whether the idea is credible and worth pursuing.

In plain words
What is it for?
Reviewing business concepts, testing assumptions, and deciding whether a venture idea merits further work.
Why use it?
It provides a structured reality check instead of relying only on enthusiasm or informal opinions.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: agent in frontmatter.

This is DemitriusQuadros/bruce's own configuration. It tells Claude Code how to work on bruce itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything bruce configures →

Reuse

Borrowing it

Nothing to install: this file belongs to DemitriusQuadros/bruce. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/DemitriusQuadros/bruce/master/.claude/skills/business-investor-validator/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/DemitriusQuadros/bruce

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for business-investor-validator

README.md
[![agentmods](https://agentmods.dev/badge/skills/demitriusquadros/bruce/business-investor-validator/github.svg)](https://agentmods.dev/skills/demitriusquadros/bruce/business-investor-validator)
Your own site
<a href="https://agentmods.dev/skills/demitriusquadros/bruce/business-investor-validator"><img src="https://agentmods.dev/badge/skills/demitriusquadros/bruce/business-investor-validator/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for business-investor-validator

Your own site · 80×15
<a href="https://agentmods.dev/skills/demitriusquadros/bruce/business-investor-validator"><img src="https://agentmods.dev/badge/skills/demitriusquadros/bruce/business-investor-validator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 152 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,794 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00152 $0.01794
Opus 5 $0.00076 $0.00897
Sonnet 5 $0.00030 $0.00359
Haiku 4.5 $0.00015 $0.00179

Measured 11d ago against content hash 94cf0a667cc9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

business-investor-validator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/business-investor-validator/SKILL.md · 180 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 180 lines · 152 tokens per session scan A 94cf0a667cc9

Subscribe to this mod's changes

business-investor-validator is a skill published in the GitHub repository DemitriusQuadros/bruce (5 stars, last pushed 5mo ago), with no licence file. It adds 152 tokens to every session and 1,794 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

langbot-plugin-dev

Develop, debug, and test LangBot plugins. Use when creating new LangBot plugins, fixing plugin bugs, setting up a LangBot test environment, or testing plugins via WebSocket. Covers plugin component architecture (EventListener, Command, Tool), the plugin SDK API (invokellm, getllmmodels, sendmessage, plugin storage)…

langbot-app/LangBot · 110 tokens

langbot-dev

Develop, build, and debug the LangBot core backend and web frontend. Use when working inside the LangBot repository — backend (Python/Quart, src/langbot/pkg), the Vite/React web UI, HTTP API controllers/services, Alembic migrations, or the MCP server. Covers the dev environment (uv, pnpm), repo layout, the API auth…

langbot-app/LangBot · 136 tokens

langbot-space-ops

Browse and search the LangBot Space marketplaces (plugins, MCP servers, skills) through the Space MCP server. Use when an AI agent needs to discover LangBot extensions on space.langbot.app over MCP. Covers the /mcp endpoint, Personal Access Token (PAT) auth, the tool surface, and client configuration. Triggers on…

langbot-app/LangBot · 101 tokens

langbot-skills-maintenance

Maintain the langbot-skills repository with low duplication. Use when adding, editing, or auditing LangBot skills, references, cases, troubleshooting entries, indexes, or periodic entropy-control checks for this skills repository.

langbot-app/LangBot · 49 tokens

langbot-env-setup

Prepare a local LangBot development and testing environment for an AI agent. Use when setting up WSL or Linux development, shared local URL variables, proxy variables, backend/frontend startup, Playwright MCP browser access, GitHub OAuth browser login, persisted Chrome profiles, or future Codex computer-use…

langbot-app/LangBot · 67 tokens

langbot-deploy

Deploy and configure a LangBot instance — Docker / Docker Compose, Kubernetes, the config.yaml model, the Box sandbox runtime, the plugin runtime, and the global API key. Use when installing, deploying, upgrading, or configuring LangBot in production or self-hosted environments. Triggers on "deploy langbot", "langbot…

langbot-app/LangBot · 104 tokens