atproto-mcp-server: Skill for Claude Code

.agents/skills/desloppify/SKILL.md

desloppify is a skill for Claude Code, Codex from ewanc26/atproto-mcp-server. It costs 56 tokens per session (4,018 once invoked), scanned C, original, no licence file.

A multi-language scanner for measuring the health of a codebase and identifying technical debt—maintenance work that makes software harder to change.

In plain words
What is it for?
It is for scanning a repository, checking its technical health, and creating a cleanup plan when explicitly requested.
Why use it?
It helps reveal accumulated cleanup work and supports decisions about what to improve.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing. Also seen: installed under .agents/ (shared by several agents).

This is ewanc26/atproto-mcp-server's own configuration. It tells Claude Code and Codex how to work on atproto-mcp-server itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything atproto-mcp-server configures →

Reuse

Borrowing it

Nothing to install: this file belongs to ewanc26/atproto-mcp-server. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/ewanc26/atproto-mcp-server/main/.agents/skills/desloppify/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/ewanc26/atproto-mcp-server

Made for: Claude Code, 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 desloppify

README.md
[![agentmods](https://agentmods.dev/badge/skills/ewanc26/atproto-mcp-server/desloppify/github.svg)](https://agentmods.dev/skills/ewanc26/atproto-mcp-server/desloppify)
Your own site
<a href="https://agentmods.dev/skills/ewanc26/atproto-mcp-server/desloppify"><img src="https://agentmods.dev/badge/skills/ewanc26/atproto-mcp-server/desloppify/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 desloppify

Your own site · 80×15
<a href="https://agentmods.dev/skills/ewanc26/atproto-mcp-server/desloppify"><img src="https://agentmods.dev/badge/skills/ewanc26/atproto-mcp-server/desloppify.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,018 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.00056 $0.04018
Opus 5 $0.00028 $0.02009
Sonnet 5 $0.00011 $0.00804
Haiku 4.5 $0.00006 $0.00402

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

Security

Grade C, and why

desloppify scanned grade C with 1 finding 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.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

Clean up after: `rm -rf /tmp/desloppify-fix`
.agents/skills/desloppify/SKILL.md · 341 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 9d ago First seen · 341 lines · 56 tokens per session scan C c481221a7b7d

Subscribe to this mod's changes

desloppify is a skill published in the GitHub repository ewanc26/atproto-mcp-server (1 stars, last pushed 2d ago), with no licence file. It adds 56 tokens to every session and 4,018 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

api-errors

McpError constructor, JsonRpcErrorCode reference, and error handling patterns for @cyanheads/mcp-ts-core. Use when looking up error codes, understanding where errors should be thrown vs. caught, or using ErrorHandler.tryCatch in services.

cyanheads/bluesky-mcp-server · 54 tokens

report-issue-framework

File a bug or feature request against @cyanheads/mcp-ts-core when you hit a framework issue. Use when a builder, utility, context method, or config behaves contrary to the documented API — not for server-specific application bugs.

cyanheads/bluesky-mcp-server · 52 tokens

migrate-oxlint

Guide for migrating a project from ESLint to Oxlint. Use when asked to migrate, convert, or switch a JavaScript/TypeScript project's linter from ESLint to Oxlint.

oxc-project/oxc · 44 tokens

adversarial-reviewer

Adversarial code review that assumes bugs exist and hunts for them. Use when asked to review code, find bugs, audit for correctness, stress-test a PR, or when someone says "tear this apart" or "what's wrong with this". Give no benefit of the doubt — every line is guilty until proven innocent.

emdash-cms/emdash · 71 tokens

cli-wiring

Bug class: Commands implemented in packages/squad-cli/src/cli/commands/ but never routed in cli-entry.ts.

github/gh-aw · 0 tokens

investigate

Investigate a single EmDash issue end to end -- classify, choose a repro path, reproduce, diagnose, verify, and (only on an explicit maintainer fix directive) fix and confirm. Every verdict carries its evidence.

emdash-cms/emdash · 48 tokens