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.
curl -O https://raw.githubusercontent.com/Escoto/RustifyMyClaw/main/.claude/skills/stand-up-report/SKILL.mdgit clone --depth 1 https://github.com/Escoto/RustifyMyClawWrote 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/escoto/rustifymyclaw/stand-up-report)<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>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.00035 | $0.00442 |
| Opus 5 | $0.00017 | $0.00221 |
| Sonnet 5 | $0.00007 | $0.00088 |
| Haiku 4.5 | $0.00003 | $0.00044 |
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.
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
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.
- 6d ago First seen · 39 lines · 35 tokens per session scan A 9bce78cd5cfe
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.
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…
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…
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…
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…
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…
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.