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 skills add soupandpsy/amazing-psycoder-skills --skill amazing-psycodergit clone --depth 1 https://github.com/soupandpsy/amazing-psycoder-skillsWrote 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/skills/soupandpsy/amazing-psycoder-skills/amazing-psycoder)<a href="https://agentmods.dev/skills/soupandpsy/amazing-psycoder-skills/amazing-psycoder"><img src="https://agentmods.dev/badge/skills/soupandpsy/amazing-psycoder-skills/amazing-psycoder/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/skills/soupandpsy/amazing-psycoder-skills/amazing-psycoder"><img src="https://agentmods.dev/badge/skills/soupandpsy/amazing-psycoder-skills/amazing-psycoder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00110 | $0.07187 |
| Opus 5 | $0.00055 | $0.03594 |
| Sonnet 5 | $0.00022 | $0.01437 |
| Haiku 4.5 | $0.00011 | $0.00719 |
Grade A, and why
amazing-psycoder 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 9d 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 — 510 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Amazing PsyCoder — System Orchestrator
Version
v1.4.0 — unified standalone and PsyCoder Studio contract, 2026-07-23; direct ExperimentModel@4 and Generation Envelope 4.0 amendment, 2026-08-15. Supports scoped model transactions, bounded AI runtime repair, independent review, and evidence-derived readiness without conflating deployment capability boundaries.
Purpose
This is the entry point for the Amazing PsyCoder system. It routes work into two sequential pipelines that convert psychological experiments from idea to audited code candidates, and experimental data from raw files to audited analysis artifacts whose readiness is limited by the evidence actually reviewed:
- Experiment Pipeline: psy-exp-designer (5-phase design) → psy-exp-coder (code generation) → psy-exp-reviewer (audit)
- Analysis Pipeline: psy-ana-designer (5-phase progressive) → psy-ana-coder (R/Python code) → psy-ana-reviewer (audit)
This skill does NOT generate code itself. For end-to-end generation, it enforces design → code → review. For an existing artifact, it starts at the highest stage supported by the input: a complete config may go to Coder, and existing code may go directly to Reviewer.
Platforms: Claude Code / Codex / Hermes / OpenClaw — follows the agentskills.io open standard. See PLATFORMS.md for platform-specific installation and tool mapping.
Execution Profiles
Use standalone unless the caller supplies a validated PsyCoder Studio Generation Envelope 4.0 containing a frozen [email protected], canonical modelHash, exact asset manifest, and assetSetHash.
- Standalone Agent Skills host: load STANDALONE.md. This profile covers Claude Code, Codex, Hermes, OpenClaw, or another compatible host. Persist YAML/config/code/review artifacts in the user's workspace and adapt actions to the host's available tools. Studio service dependencies and Studio capability flags do not apply.
- PsyCoder Studio: load PSYCODER_STUDIO.md and the
machine-readable files under
runtime/. Those files are authoritative for website routing, schemas, generation availability, and package shape.
What ships with it
60 files 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.
- agents/openai.yaml 228 B
- install.sh 8.3 KB runs code
- PLATFORMS.md 12 KB
- psy-ana-coder/agents/openai.yaml 217 B
- psy-ana-coder/python/checklist/README.md 1.1 KB
- psy-ana-coder/python/demo/README.md 613 B
- psy-ana-coder/python/demo/stroop_lmer.py 10 KB runs code
- psy-ana-coder/python/demo/stroop_ttest.py 8.1 KB runs code
- psy-ana-coder/python/mapping/README.md 5.0 KB
- psy-ana-coder/python/spec/README.md 8.0 KB
- psy-ana-coder/r/checklist/README.md 1.1 KB
- psy-ana-coder/r/demo/README.md 613 B
- psy-ana-coder/r/demo/stroop_lmer.R 12 KB
- psy-ana-coder/r/demo/stroop_ttest.R 9.7 KB
- psy-ana-coder/r/mapping/README.md 4.8 KB
- psy-ana-coder/r/spec/README.md 7.9 KB
- psy-ana-coder/README.md 1.6 KB
- psy-ana-coder/SKILL.md 15 KB
- psy-ana-designer/agents/openai.yaml 228 B
- psy-ana-designer/methods/ancova.md 3.3 KB
- psy-ana-designer/methods/bayesian-anova.md 2.6 KB
- psy-ana-designer/methods/bayesian-t-test.md 2.3 KB
- psy-ana-designer/methods/beta-regression.md 2.2 KB
- psy-ana-designer/methods/bland-altman.md 2.9 KB
- psy-ana-designer/methods/bootstrap.md 3.4 KB
- psy-ana-designer/methods/boxcox.md 1.4 KB
- psy-ana-designer/methods/canonical-correlation.md 2.9 KB
- psy-ana-designer/methods/chi-square.md 4.4 KB
- psy-ana-designer/methods/cluster-analysis.md 4.6 KB
- psy-ana-designer/methods/correlation.md 4.6 KB
- psy-ana-designer/methods/cox-regression.md 2.6 KB
- psy-ana-designer/methods/cross-lagged-panel.md 2.3 KB
- psy-ana-designer/methods/cross-validation.md 3.0 KB
- psy-ana-designer/methods/crossed-random-effects.md 4.7 KB
- psy-ana-designer/methods/drift-diffusion.md 2.9 KB
- psy-ana-designer/methods/dunnett-games-howell.md 2.4 KB
- psy-ana-designer/methods/equivalence-test.md 3.2 KB
- psy-ana-designer/methods/exgaussian.md 3.9 KB
- psy-ana-designer/methods/factor-analysis.md 5.3 KB
- psy-ana-designer/methods/factorial-anova-within.md 2.2 KB
- psy-ana-designer/methods/gamma-mixed-model.md 2.1 KB
- psy-ana-designer/methods/gee.md 2.3 KB
- psy-ana-designer/methods/growth-curve.md 1001 B
- psy-ana-designer/methods/independent-t-test.md 2.6 KB
- psy-ana-designer/methods/lasso-ridge.md 3.5 KB
- psy-ana-designer/methods/latent-class.md 4.9 KB
- psy-ana-designer/methods/linear-mixed-model.md 2.4 KB
- psy-ana-designer/methods/logistic-mixed-model.md 1.4 KB
- psy-ana-designer/methods/logrank-survdiff.md 2.4 KB
- psy-ana-designer/methods/manova.md 5.0 KB
- psy-ana-designer/methods/mcnemar-test.md 1.2 KB
- psy-ana-designer/methods/mds.md 2.2 KB
- psy-ana-designer/methods/mediation.md 2.8 KB
- psy-ana-designer/methods/meta-analysis.md 2.4 KB
- psy-ana-designer/methods/mixed-anova.md 2.0 KB
- psy-ana-designer/methods/moderated-mediation.md 3.3 KB
- psy-ana-designer/methods/moderation.md 3.3 KB
- psy-ana-designer/methods/multilevel-modeling.md 3.4 KB
- psy-ana-designer/methods/multiple-imputation.md 2.8 KB
- psy-ana-designer/methods/multiple-regression.md 3.9 KB
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.
- 9d ago First seen · 510 lines · 110 tokens per session scan A ede53e189e96
amazing-psycoder is a skill published in the GitHub repository soupandpsy/amazing-psycoder-skills (33 stars, last pushed 24d ago), licensed MIT. It adds 110 tokens to every session and 7,187 once invoked, about $0.0006 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-30.
Other skills, from other repositories
qector-math-foundations
The strict mathematical ground rules for every QECTOR claim. Encodes the F2 notation, the 16 correctness theorems, the Wilson 95% score interval for LER, the required-artifact- metadata contract, safe-wording rules, and the published limitations that must travel with every claim (reference manual v1.0.0, DOI…
qector-core
Core domain knowledge and verified facts for the QECTOR quantum error correction platform (plugin v1.0.6, decoder wheel 1.0.0). Covers the app-free library MCP server (8 stable tools), the opt-in research server (29 provisional tools including the evidence layer), the privileged admin server (3 tools), 11 slash…
qector-decoders-deep-dive
Per-decoder internals from the v1.0.0 reference manual. For each of the fifteen specialised backends, gives the algorithm, the theorem(s) it inherits, its claim boundary, and a one-line code snippet. Load when a question asks "how does X work", "which decoder is right for Y", or "what is the difference between A and…
qector-glossary
QECTOR terminology, notation, and symbols from the v1.0.0 reference manual (Appendix A and B). Load for any question about what a term means, what symbol is used, or how the notation is written.
qector-reproducibility
Reproducibility and claim boundaries for QECTOR (manual 19, 22, 27, Appendix D). Covers the chapter 22.3 required-artifact metadata, the safe / unsafe wording rule (manual 22.5), the reproduction commands in Appendix D, the competitive-harness pipeline (same Stim circuit, same samples, same DEM, same observable…
qector-bp-osd
Belief propagation with ordered-statistics post-processing (BP-OSD) for QECTOR. Covers the box-plus kernel phi(x) = -ln(tanh(x/2)), the log-domain sum-product / min-sum / relay schedules, the OSD-0 / OSD-W solve (Theorem 11), the ambiguity-cluster partition (Theorem 12), and the worked examples from the v1.0.0…