Borrowing it
Nothing to install: this file belongs to 2612evgenii-hue/business-idea-evaluator. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/2612evgenii-hue/business-idea-evaluator/main/AGENTS.mdgit clone --depth 1 https://github.com/2612evgenii-hue/business-idea-evaluatorWrote 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.
[](https://agentmods.dev/instructions/2612evgenii-hue/business-idea-evaluator/agents-md)<a href="https://agentmods.dev/instructions/2612evgenii-hue/business-idea-evaluator/agents-md"><img src="https://agentmods.dev/badge/instructions/2612evgenii-hue/business-idea-evaluator/agents-md/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.
<a href="https://agentmods.dev/instructions/2612evgenii-hue/business-idea-evaluator/agents-md"><img src="https://agentmods.dev/badge/instructions/2612evgenii-hue/business-idea-evaluator/agents-md.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00938 | $0.00938 |
| Opus 5 | $0.00469 | $0.00469 |
| Sonnet 5 | $0.00188 | $0.00188 |
| Haiku 4.5 | $0.00094 | $0.00094 |
Grade A, and why
business-idea-evaluator AGENTS.md 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.
How it starts
The opening of the file, as written. The whole thing — 90 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md — Business Idea Evaluator
Project guidance for agentic tools (Codex reads this file automatically; Claude Code and Cursor also honor it).
What this project provides
A cross-platform Agent Skill that evaluates business ideas objectively through 18 real subagents and a deterministic Business Reality Score (BRS).
- Skill orchestrator:
.agents/skills/business-idea-evaluator/SKILL.md - Subagent definitions:
.agents/skills/business-idea-evaluator/agents/biz-eval-*.md
First-time setup (required)
Run once from project root:
bash .agents/skills/business-idea-evaluator/scripts/bootstrap.sh
This installs 18 subagents into platform directories and runs the quality gate.
Or step by step:
bash .agents/skills/business-idea-evaluator/scripts/install-agents.sh
bash .agents/skills/business-idea-evaluator/scripts/verify_subagents.sh
Where subagents are installed
| Platform | Agents directory | Format |
|---|---|---|
| Cursor | .cursor/agents/ |
Markdown + YAML frontmatter |
| Claude Code | .claude/agents/ |
Markdown + YAML frontmatter |
| Codex | .codex/agents/ |
Native TOML (generated from Markdown) |
| Shared | .agents/agents/ |
Markdown (fallback) |
Skill discovery paths (symlinks created by installer):
.agents/skills/business-idea-evaluator/— canonical bundle.cursor/skills/business-idea-evaluator→ symlink.claude/skills/business-idea-evaluator→ symlink
How to run the evaluation
- Activate skill
business-idea-evaluator(auto-triggered on "оцени бизнес-идею" etc.). - Phase 1: Ask exactly 5 dependent clarifying questions, one per message; confirm the idea.
- Phase 2: Launch all 12 expert subagents in parallel via Task/Agent tool (
biz-eval-01…biz-eval-12). Never simulate in main context. - Phase 3: Launch all 6 math subagents in parallel (
biz-eval-13…biz-eval-18). - Phase 4: Validate and score:
python3 .agents/skills/business-idea-evaluator/scripts/validate_evidence_package.py biz-eval-input.json
python3 .agents/skills/business-idea-evaluator/scripts/calculate_brs.py biz-eval-input.json
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.
- 11d ago First seen · 90 lines · 938 tokens per session scan A 20af02d61ff3
business-idea-evaluator AGENTS.md is an instructions file published in the GitHub repository 2612evgenii-hue/business-idea-evaluator (2 stars, last pushed 2mo ago), licensed MIT. It adds 938 tokens to every session, about $0.0047 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.
Other instructions, from other repositories
data-scientist copilot-instructions.md
Repository instructions for a data-science workflow in GitHub Copilot, covering datasets, statistics, and analysis files.
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.