RustifyMyClaw: Skill for Claude Code

.claude/skills/stand-up-report/SKILL.md

stand-up-report is a skill for Claude Code from Escoto/RustifyMyClaw. It costs 35 tokens per session (442 once invoked), scanned A, original, Apache-2.0.

A format for a short technical progress report. It summarises completed work, architecture decisions, implementation details, fixes and the current build and test status.

In plain words
What is it for?
Use it for stand-up updates and handoffs covering goals reached, design choices, files or modules changed, compiler and lint fixes, and test or build results.
Why use it?
It turns scattered development notes into a consistent update that quickly shows what changed and whether the project is healthy.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is Escoto/RustifyMyClaw's own configuration. It tells Claude Code how to work on RustifyMyClaw 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 RustifyMyClaw configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Escoto/RustifyMyClaw. 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/Escoto/RustifyMyClaw/main/.claude/skills/stand-up-report/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Escoto/RustifyMyClaw

Made for: Claude Code.

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 stand-up-report

README.md
[![agentmods](https://agentmods.dev/badge/skills/escoto/rustifymyclaw/stand-up-report.svg)](https://agentmods.dev/skills/escoto/rustifymyclaw/stand-up-report)
Your own site
<a href="https://agentmods.dev/skills/escoto/rustifymyclaw/stand-up-report"><img src="https://agentmods.dev/badge/skills/escoto/rustifymyclaw/stand-up-report.svg" alt="Measured on agentmods" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 442 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00035 $0.00442
Opus 5 $0.00017 $0.00221
Sonnet 5 $0.00007 $0.00088
Haiku 4.5 $0.00003 $0.00044

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

Security

Grade A, and why

stand-up-report 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 6d 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.

.claude/skills/stand-up-report/SKILL.md · 39 lines

What it actually says

Instructions:

When the user requests a report, synthesize the session history into the following structure:

  • Core Accomplishments: Focus on high-level goals reached (e.g., "Phase 1 complete").
  • Architecture & Logic: List specific design patterns used or decisions finalized.
  • Implementation Details: List specific modules, crates, or files touched.
  • The "Fix" Log: A dedicated section for compiler errors, linting (clippy), and logic bugs resolved.
  • Status Check: Current build/test health (e.g., "Cargo check: Green, Tests: 50/50").

Exampme

## 🚀 Stand-up Report

### 🎯 Key Outcomes
- Successfully implemented and integrated all **Phase 1 modules**.
- Completed environment setup and dependency alignment (Rust 1.75+, OpenSSL).

### 🏗️ Architecture & Design
- **Routing:** Transitioned from single-backend to `HashMap<String, Arc<dyn CliBackend>>`.
- **Concurrency:** Resolved `Arc` self-reference issues in `TelegramProvider` by adjusting `start()` signature.
- **Data Shapes:** Finalized `MessageContext` and `ChannelProvider` traits.

### 🛠️ Implementation
- **Modules:** `types`, `config`, `security`, `session`, `command`, `backend/claude`, `executor`, `formatter`, `channel/telegram`, `router`, `main`.

### 🔧 Bug Fixes & Refactoring
- **Dependencies:** Resolved `teloxide` version mismatch (0.13 → 0.17).
- **Types:** Fixed deprecated `.from()` calls and handled UTF-8 boundaries in the formatter.
- **Linting:** Passed `cargo clippy -- -D warnings` (optimized `or_insert_with`).

### 🚦 Current Status
- **Build:** ✅ Passing (`cargo check`)
- **Tests:** 🧪 50/50 unit tests passing
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. 6d ago First seen · 39 lines · 35 tokens per session scan A 9bce78cd5cfe

Subscribe to this mod's changes

stand-up-report is a skill published in the GitHub repository Escoto/RustifyMyClaw (8 stars, last pushed 4mo ago), licensed Apache-2.0. It adds 35 tokens to every session and 442 once invoked, about $0.0002 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-31.

Related

Other skills, from other repositories

lov-gh-tidy

Interactive GitHub repo hygiene skill. Lists all open issues, PRs, stale branches, and orphan labels, shows a summary of each with analysis, then asks the user how to handle each item (close, merge, comment, delete, keep). Executes all chosen actions via gh CLI. Use when the user says "清理 GitHub", "tidy repo", "clean…

lovstudio/skills · 95 tokens

intuitive-preflight

Turn a vague task, plan, issue, or "LGTM/go ahead" request into an approval-ready preflight contract before implementation starts. Use when the user wants prompt preflight, clearer scope, non-goals, context package, acceptance criteria, definition of done, verification, stop gates, the exact execution command, or…

MiaoDX/intuitive-flow · 112 tokens

intuitive-squash

Squash local GSD or agent-generated commit history into a clean, reviewable story while preserving important fixes. Use when the user asks to squash commits, clean git history, compress phase commits, prepare a branch before PR, compare aggressive vs moderate squash options, or preserve hotfix/security commits during…

MiaoDX/intuitive-flow · 73 tokens

intuitive-refactor

Refactor and cleanup router for known code/module/API seams, stale surfaces, compatibility shims, architecture cleanup targets, changed-code quality review, oversized modules, repeated cleanup campaigns, and recurring whole-repo architecture maintenance goals. Use this when the user names a concrete seam, wants…

MiaoDX/intuitive-flow · 185 tokens

intuitive-init

Initialize, audit, aggressively slim, merge, and refresh project-local AGENTS.md and CLAUDE.md files from existing repo guidance, agent /init suggestions, stdin-bundled Codex init-style discovery, and intuitive workflow defaults. Use when setting up a repo for Claude Code/Codex, replacing symlinked agent files with…

MiaoDX/intuitive-flow · 197 tokens

convert-to-devto

Converts Markdown content into the format required for Dev.to publication, ensuring correct YAML frontmatter, headers, liquid tags, and inline formatting. Use when the user asks to format or convert an existing blog post or Markdown file for Dev.to.

derailed-dash/dazbo-agent-skills · 53 tokens