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 XiNian-dada/Fuck_My_Shit_Mountain --skill fuck-my-shit-mountaingit clone --depth 1 https://github.com/XiNian-dada/Fuck_My_Shit_MountainWrote 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/xinian-dada/fuck_my_shit_mountain/fuck-my-shit-mountain)<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.
<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>- 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.00107 | $0.04087 |
| Opus 5 | $0.00053 | $0.02044 |
| Sonnet 5 | $0.00021 | $0.00817 |
| Haiku 4.5 | $0.00011 | $0.00409 |
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.
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 — 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:
- 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 jsonwhen 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
modesfield from the inventory recommendation. Show raw mode tokens only when the user asks for exact modes or advanced options.
- If the user picks
- 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.
- Output format — Accepted values:
md,html,json,both,stdout.md— Save asaudit-report-<project>-<date>.md.html— Save asaudit-report-<project>-<date>.html.json— Save asaudit-report-<project>-<date>.jsonusingtemplates/audit-report.jsonschema.both— Save both md and html files.stdout— Print the report in the conversation only.- If
md,html,json, orbothis requested, write the file(s) after generating the report. For HTML output, readtemplates/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 intemplates/audit-report.json. Do not use placeholder variables; generate complete, self-contained output.
- 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.
- Path patterns:
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.
- agents/openai.yaml 234 B
- examples/node-service.md 2.8 KB
- examples/rust-backend.md 3.0 KB
- examples/vue-frontend.md 4.4 KB
- prompts/accessibility-audit.md 3.1 KB
- prompts/ai-safety-audit.md 3.8 KB
- prompts/architecture-audit.md 2.9 KB
- prompts/backend-api-audit.md 3.5 KB
- prompts/code-consistency-audit.md 3.6 KB
- prompts/comment-coverage-audit.md 3.4 KB
- prompts/concurrency-audit.md 4.7 KB
- prompts/configuration-audit.md 3.3 KB
- prompts/cost-audit.md 3.0 KB
- prompts/data-integrity-audit.md 3.4 KB
- prompts/dependency-weight-audit.md 3.2 KB
- prompts/design-audit.md 2.6 KB
- prompts/documentation-audit.md 2.8 KB
- prompts/fallback-audit.md 2.8 KB
- prompts/frontend-state-audit.md 3.4 KB
- prompts/full-audit.md 8.8 KB
- prompts/incremental-audit.md 4.8 KB
- prompts/maintainability-audit.md 3.7 KB
- prompts/observability-audit.md 3.5 KB
- prompts/performance-audit.md 2.5 KB
- prompts/privacy-audit.md 3.0 KB
- prompts/release-audit.md 3.0 KB
- prompts/security-audit.md 3.0 KB
- prompts/stability-audit.md 2.7 KB
- prompts/supply-chain-audit.md 3.1 KB
- prompts/testing-audit.md 2.6 KB
- prompts/testing-authenticity-audit.md 3.2 KB
- prompts/type-safety-audit.md 3.1 KB
- README.md 10 KB
- references/report-format.md 2.2 KB
- references/tooling.md 5.1 KB
- rubrics/confidence.md 2.1 KB
- rubrics/coverage.md 2.4 KB
- rubrics/evidence.md 2.3 KB
- rubrics/principles.md 21 KB
- rubrics/scoring.md 7.3 KB
- rubrics/severity.md 1.8 KB
- scripts/package_skill.py 2.3 KB runs code
- scripts/project_inventory.py 23 KB runs code
- scripts/report_lint.py 8.6 KB runs code
- templates/audit-report.html 37 KB
- templates/audit-report.json 12 KB
- templates/audit-report.md 17 KB
- templates/issue-card.md 905 B
- templates/remediation-plan.md 1.7 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.
- 12d ago First seen · 187 lines · 107 tokens per session scan A 585efd5c8b21
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.
Other skills, from other repositories
autoreview
Pre-commit/ship code review: Codex default; optional Claude or Pi.
omh-code-review
This is a Hermes-native code-review workflow skill.
revdiff-plan
Review the last Codex assistant message (plan, analysis, or proposal) with inline annotations in a TUI overlay. Extracts the most recent response from Codex rollout files and opens it in revdiff for review and annotation. Activates on "revdiff-plan", "review plan with revdiff", "annotate plan", "review last response"…
code-reviewer
Code review specialist focused on patterns, bugs, security, and performance.
full-repo-review
Comprehensive four-wave review of all repo source files, producing a prioritized issue backlog.
agent-teams-simplify-and-harden
Implementation + audit loop using parallel agent teams with structured simplify, harden, and document passes. Spawns implementation agents to do the work, then audit agents to find complexity, security gaps, and spec deviations, then loops until code compiles cleanly, all tests pass, and auditors find zero issues or…