fuck-my-shit-mountain

fuck-my-shit-mountain is a skill for Codex from XiNian-dada/Fuck_My_Shit_Mountain. It costs 107 tokens per session (4,087 once invoked), scanned A, original, MIT.

A structured audit process for examining a software repository across areas such as architecture, security, performance, testing, maintainability, and release readiness.

In plain words
What is it for?
It helps perform full or focused audits of a codebase, including security, stability, testing, documentation, privacy, accessibility, configuration, dependencies, and other quality areas.
Why use it?
It replaces scattered code checks with an evidence-based report that identifies problems across the project and records actionable findings.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit It helps perform full or focused audits of a codebase, including security, stability, testing, documentation, privacy, accessibility, configuration, dependencies, and other quality areas.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/xinian-dada/fuck_my_shit_mountain/fuck-my-shit-mountain
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.

Any agent
npx skills add XiNian-dada/Fuck_My_Shit_Mountain --skill fuck-my-shit-mountain
Clone the repo
git clone --depth 1 https://github.com/XiNian-dada/Fuck_My_Shit_Mountain

Made for: Codex.

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 fuck-my-shit-mountain

README.md
[![agentmods](https://agentmods.dev/badge/skills/xinian-dada/fuck_my_shit_mountain/fuck-my-shit-mountain/github.svg)](https://agentmods.dev/skills/xinian-dada/fuck_my_shit_mountain/fuck-my-shit-mountain)
Your own site
<a href="https://agentmods.dev/skills/xinian-dada/fuck_my_shit_mountain/fuck-my-shit-mountain"><img src="https://agentmods.dev/badge/skills/xinian-dada/fuck_my_shit_mountain/fuck-my-shit-mountain/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.

agentmods 80×15 button for fuck-my-shit-mountain

Your own site · 80×15
<a href="https://agentmods.dev/skills/xinian-dada/fuck_my_shit_mountain/fuck-my-shit-mountain"><img src="https://agentmods.dev/badge/skills/xinian-dada/fuck_my_shit_mountain/fuck-my-shit-mountain.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 107 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,087 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00107 $0.04087
Opus 5 $0.00053 $0.02044
Sonnet 5 $0.00021 $0.00817
Haiku 4.5 $0.00011 $0.00409

Measured 12d ago against content hash 585efd5c8b21, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

fuck-my-shit-mountain 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 12d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/package_skill.py, scripts/project_inventory.py, scripts/report_lint.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

fuck-my-shit-mountain/SKILL.md · 187 lines

How it starts

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

Fuck My Shit Mountain — Skill Definition

Purpose

Guide AI to perform an evidence-based, professional code audit of a software project. Despite the irreverent name, the output must be冷静 (calm), professional, actionable, and free of emotional language.

Required Inputs Before Auditing

Before deep auditing, determine whether the user has already supplied all required inputs. Ask only for missing items, in one concise message, and wait for the answer before auditing. Do not re-ask items that are already explicit in the request. A lightweight inventory of file names and manifests is allowed before asking for mode selection.

Required inputs:

  1. Audit modes — Accepted values: full, incremental, architecture, security, stability, performance, testing, maintainability, design, release, documentation, observability, configuration, data-integrity, privacy, accessibility, supply-chain, cost, ai-safety, fallback, testing-authenticity, type-safety, frontend-state, backend-api, dependency-weight, code-consistency, comment-coverage, concurrency.
    • If the user picks full, do all dimensions.
    • If the user picks incremental, audit only files changed since a specified commit or branch (requires scope parameter with git reference).
    • If the user picks multiple modes, merge the audit areas from each selected prompt. Use the most specific finding format rules.
    • If audit modes are missing, run scripts/project_inventory.py <project-root> --format json when available, then recommend a few user-facing audit choices in the user's language. Examples: full audit, security and privacy focused, frontend experience focused, release and operability focused. Translate these labels into the user's language; do not lead with raw internal mode tokens.
    • Let the user reply with a number or natural-language option. Map that answer back to the modes field from the inventory recommendation. Show raw mode tokens only when the user asks for exact modes or advanced options.
  2. Report language — The language used in the final report, such as English or Chinese. The setup question and audit recommendations should use this language when it is explicit; otherwise use the user's conversation language. The programming language is inferred from the repository and is not a substitute for this answer.
  3. Output format — Accepted values: md, html, json, both, stdout.
    • md — Save as audit-report-<project>-<date>.md.
    • html — Save as audit-report-<project>-<date>.html.
    • json — Save as audit-report-<project>-<date>.json using templates/audit-report.json schema.
    • both — Save both md and html files.
    • stdout — Print the report in the conversation only.
    • If md, html, json, or both is requested, write the file(s) after generating the report. For HTML output, read templates/audit-report.html, copy its exact CSS and HTML structure, include the sections and score items required for the selected modes, and replace the content with actual audit data. For JSON output, follow the exact schema in templates/audit-report.json. Do not use placeholder variables; generate complete, self-contained output.
  4. Audit scope (optional) — Defines what parts of the codebase to audit:
    • Path patterns: src/auth/**, payments/, *.config.js
    • Semantic labels: authentication, payments, api, frontend, backend
    • Git references: main..HEAD, v1.2.0..HEAD (for incremental mode)
    • If not provided, audit the entire project (default).
    • If provided, focus audit on matching files/areas and note scope limits in the coverage matrix.

Read the full file on GitHub · 187 lines

Files

What ships with it

49 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.

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. 12d ago First seen · 187 lines · 107 tokens per session scan A 585efd5c8b21

Subscribe to this mod's changes

fuck-my-shit-mountain is a skill published in the GitHub repository XiNian-dada/Fuck_My_Shit_Mountain (464 stars, last pushed 22d ago), licensed MIT. It adds 107 tokens to every session and 4,087 once invoked, about $0.0005 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.