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.
npx agentmods add instructions/artisancloud/powerx/claude-mdgit clone --depth 1 https://github.com/ArtisanCloud/PowerXWrote 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/artisancloud/powerx/claude-md)<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>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 | $0.02445 | $0.02445 |
| Opus 5 | $0.01222 | $0.01222 |
| Sonnet 5 | $0.00489 | $0.00489 |
| Haiku 4.5 | $0.00245 | $0.00245 |
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.
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
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.
- today First seen · 310 lines · 2,445 tokens per session scan A 85426a8020ec
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.
Other instructions, from other repositories
WxJava AGENTS.md
AGENTS.md instructions for binarywang/WxJava, covering wxjava agent 指南, 适用范围与指令优先级, 项目概览, 开发流程 and 代码风格与兼容性.
WxJava copilot-instructions.md
Copilot instructions for binarywang/WxJava, covering copilot instruction, wxjava - 微信 java sdk 开发说明, 高效开发指南, 前置条件与环境准备 and 引导、构建与校验.
oastools copilot-instructions.md
Instructions for erraggy/oastools, covering github copilot instructions for oastools, how to use this file, project overview, specification references and key openapi specification concepts.
oastools AGENTS.md
Instructions for erraggy/oastools, covering agents.md, project overview, dev environment setup, quick commands and build and test workflow (run after every code change).
oastools GEMINI.md
Instructions for erraggy/oastools, covering gemini.md, project overview, building and running, key commands and development conventions.
mcp-anything CLAUDE.md
Instructions for gaarutyunov/mcp-anything, covering claude.md — ai agent instructions for mcp-anything, project, module, commands and build.