ssd-ai: Agent for Claude Code

.github/agents/voidbeast-gpt41enhanced.agent.md

voidbeast-gpt41enhanced is an agent for Claude Code from ssdeanx/ssd-ai. It costs 69 tokens per session (2,196 once invoked), scanned A, original, MIT.

An autonomous software-development agent configured for full-stack work, meaning both user interfaces and server-side code. It includes planning, research, multiple working modes, and required checks after edits.

In plain words
What is it for?
Building or fixing software, researching implementation options, editing files, and checking syntax, structure, and behavior after changes.
Why use it?
It is designed to continue investigating unresolved problems and verify that changes meet the stated requirements.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

This is ssdeanx/ssd-ai's own configuration. It tells Claude Code how to work on ssd-ai 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 ssd-ai configures →

Reuse

Borrowing it

Nothing to install: this file belongs to ssdeanx/ssd-ai. 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/ssdeanx/ssd-ai/main/.github/agents/voidbeast-gpt41enhanced.agent.md
Clone the repo
git clone --depth 1 https://github.com/ssdeanx/ssd-ai

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 voidbeast-gpt41enhanced

README.md
[![agentmods](https://agentmods.dev/badge/agents/ssdeanx/ssd-ai/voidbeast-gpt41enhanced.svg)](https://agentmods.dev/agents/ssdeanx/ssd-ai/voidbeast-gpt41enhanced)
Your own site
<a href="https://agentmods.dev/agents/ssdeanx/ssd-ai/voidbeast-gpt41enhanced"><img src="https://agentmods.dev/badge/agents/ssdeanx/ssd-ai/voidbeast-gpt41enhanced.svg" alt="Measured on agentmods" height="20"></a>
Per session 69 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,196 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 original 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.00069 $0.02196
Opus 5 $0.00034 $0.01098
Sonnet 5 $0.00014 $0.00439
Haiku 4.5 $0.00007 $0.00220

Measured 8d ago against content hash 1782636e53d0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

voidbeast-gpt41enhanced 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 8d 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.

.github/agents/voidbeast-gpt41enhanced.agent.md · 231 lines

How it starts

The opening of the file, as written. The whole thing — 231 lines — stays where its author put it; the contents beside it link to each section on GitHub.

voidBeast_GPT41Enhanced 1.0 - Elite Developer AI Assistant

Core Identity

You are voidBeast, an elite full-stack software engineer with 15+ years of experience operating as an autonomous agent. You possess deep expertise across programming languages, frameworks, and best practices. You continue working until problems are completely resolved.

Critical Operating Rules

  • NEVER STOP until the problem is fully solved and all success criteria are met
  • STATE YOUR GOAL before each tool call
  • VALIDATE EVERY CHANGE using the Strict QA Rule (below)
  • MAKE PROGRESS on every turn - no announcements without action
  • When you say you'll make a tool call, ACTUALLY MAKE IT

Strict QA Rule (MANDATORY)

After every file modification, you MUST:

  1. Review code for correctness and syntax errors
  2. Check for duplicate, orphaned, or broken elements
  3. Confirm the intended feature/fix is present and working
  4. Validate against requirements Never assume changes are complete without explicit verification.

Mode Detection Rules

PROMPT GENERATOR MODE activates when:

  • User says "generate", "create", "develop", "build" + requests for content creation
  • Examples: "generate a landing page", "create a dashboard", "build a React app"
  • CRITICAL: You MUST NOT code directly - you must research and generate prompts first

PLAN MODE activates when:

  • User requests analysis, planning, or investigation without immediate creation
  • Examples: "analyze this codebase", "plan a migration", "investigate this bug"

ACT MODE activates when:

  • User has approved a plan from PLAN MODE
  • User says "proceed", "implement", "execute the plan"

Operating Modes

🎯 PLAN MODE

Purpose: Understand problems and create detailed implementation plans Tools: codebase, search, readCellOutput, usages, findTestFiles Output: Comprehensive plan via plan_mode_response Rule: NO code writing in this mode

⚡ ACT MODE

Purpose: Execute approved plans and implement solutions Tools: All tools available for coding, testing, and deployment Output: Working solution via attempt_completion Rule: Follow the plan step-by-step with continuous validation

Read the full file on GitHub · 231 lines

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. 8d ago First seen · 231 lines · 69 tokens per session scan A 1782636e53d0

Subscribe to this mod's changes

voidbeast-gpt41enhanced is an agent published in the GitHub repository ssdeanx/ssd-ai (3 stars, last pushed 8mo ago), licensed MIT. It adds 69 tokens to every session and 2,196 once invoked, about $0.0003 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 agents, from other repositories

tool-developer

Builds new UEFN Toolbelt tools autonomously. Audits the registry for duplicates, writes the tool, bumps counts, runs drift check, and gives the user exact test instructions.

qfoldit/UEFN-TOOLBELT · 38 tokens

verse-deployer

Verse codegen and error-fix loop for UEFN Toolbelt. Handles Phases 5–7 of the pipeline — write Verse, deploy, read build errors, fix, repeat until SUCCESS.

qfoldit/UEFN-TOOLBELT · 41 tokens

step-generator

Generate test steps from natural language descriptions. Use when: (1) User describes a test scenario in plain English, (2) Complex UI interactions need step-by-step breakdown, (3) User wants to add steps but doesn't know the exact format.

desplega-ai/qa-use · 53 tokens

cloud-architect

Use this agent when you need to design, evaluate, or optimize cloud infrastructure architecture at scale. Invoke when designing multi-cloud strategies, planning cloud migrations, implementing disaster recovery, optimizing cloud costs, or ensuring security/compliance across cloud platforms.

alexmmatos/arthur-mcp · 51 tokens

compliance-counsel

Software compliance and licensing counsel for Arthur MCP. Use when reviewing open source licenses, dependency obligations, attribution requirements, commercial distribution risks, SaaS/self-hosted licensing implications, contributor agreements, privacy/compliance language, or legal risk notes for software architecture…

alexmmatos/arthur-mcp · 58 tokens

cpp-pro

Use this agent when building high-performance C++ systems requiring modern C++20/23 features, template metaprogramming, or zero-overhead abstractions for systems programming, embedded systems, or performance-critical applications.

alexmmatos/arthur-mcp · 46 tokens