PowerX CLAUDE.md

PowerX CLAUDE.md is an instructions file for coding agents from ArtisanCloud/PowerX. It costs 2,445 tokens per session, scanned A, original, Apache-2.0.

Claude Code instructions for ArtisanCloud/PowerX, covering claude.md, project overview, repository structure, backend (go) and frontend (nuxt).

Instructions file

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/artisancloud/powerx/claude-md
Clone the repo
git clone --depth 1 https://github.com/ArtisanCloud/PowerX

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 PowerX CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/artisancloud/powerx/claude-md.svg)](https://agentmods.dev/instructions/artisancloud/powerx/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/artisancloud/powerx/claude-md"><img src="https://agentmods.dev/badge/instructions/artisancloud/powerx/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,445 This file is loaded in full into every session.
When invoked 2,445 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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 $0.02445 $0.02445
Opus 5 $0.01222 $0.01222
Sonnet 5 $0.00489 $0.00489
Haiku 4.5 $0.00245 $0.00245

Measured today against content hash 85426a8020ec, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

PowerX CLAUDE.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 today.

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.md · 310 lines

How it starts

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

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

Project Overview

PowerX is a modular, extensible, pluggable business engine. It's not a traditional monolithic application but rather a "business kernel + plugin marketplace" architecture. The system enables CRM, e-commerce, SCRM, and other business modules to coexist as plugins on a unified foundation.

Core Philosophy:

  • Minimal Kernel: Core provides only universal capabilities (IAM, RBAC, Event Bus, Audit, DB Layer, Flow Engine)
  • Plugin-First: All business functionality lives as plugins with independent deployment and database schemas
  • Contract-Driven: Plugins communicate via contracts/interfaces and event topics, not direct dependencies

Repository Structure

Backend (Go)

/private/var/www/html/ArtisanCloud/X/PowerX/Core/PowerX/backend/
├── cmd/                    # Binaries (agent/, demo/, test_agent_api/)
├── api/                    # HTTP/gRPC endpoints and handlers
├── internal/               # Application modules (not for external reuse)
│   ├── app/                # Application layer
│   ├── bootstrap/          # Bootstrap configuration
│   ├── contract/           # Contract definitions
│   ├── infra/              # Infrastructure layer
│   │   ├── database/       # Database abstractions (GORM)
│   │   ├── auth/           # Authentication/Authorization
│   │   ├── plugin/         # Plugin system
│   │   ├── cache/          # Caching (Redis)
│   │   ├── media/          # File storage (S3/MinIO)
│   │   └── transport/      # HTTP/gRPC/WebSocket transport
│   └── transport/          # Transport layer
├── pkg/                    # Reusable libraries
│   ├── corex/              # Core SDK capabilities
│   │   ├── rbac/           # RBAC implementation
│   │   └── rls/            # Row-level security
│   ├── auth/               # Auth utilities
│   ├── plugin_mgr/         # Plugin management
│   ├── comm/               # WebSocket/SSE communication
│   └── utils/              # Utilities
├── domain/                 # Domain models and logic
├── config/                 # Configuration loading/validation
├── storage/                # Storage interfaces
├── tests/                  # Test suites
├── specs/                  # Specification documents
└── plugins/, extensions/   # Optional plugin implementations

Read the full file on GitHub · 310 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. today First seen · 310 lines · 2,445 tokens per session scan A 85426a8020ec

Subscribe to this mod's changes

PowerX CLAUDE.md is an instructions file published in the GitHub repository ArtisanCloud/PowerX (364 stars, last pushed 3d ago), licensed Apache-2.0. It adds 2,445 tokens to every session, about $0.0122 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-09-04.