weather_station: Skill for Claude Code

.claude/skills/patrones-fastapi/SKILL.md

patrones-fastapi is a skill for Claude Code from miguepoloc/weather_station. It costs 117 tokens per session (1,560 once invoked), scanned A, original, no licence file.

A software-design exercise based on the GoF patterns, which are common solutions to recurring code-structure problems. It guides students from a problematic implementation to a refactored one in their own project.

In plain words
What is it for?
Use it to analyse a bad code example, choose a suitable GoF pattern, refactor the project, and document why the new version is better.
Why use it?
It gives students a structured way to recognise a real design problem, improve the code, and explain the result.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

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

Reuse

Borrowing it

Nothing to install: this file belongs to miguepoloc/weather_station. 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/miguepoloc/weather_station/main/.claude/skills/patrones-fastapi/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/miguepoloc/weather_station

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 patrones-fastapi

README.md
[![agentmods](https://agentmods.dev/badge/skills/miguepoloc/weather_station/patrones-fastapi.svg)](https://agentmods.dev/skills/miguepoloc/weather_station/patrones-fastapi)
Your own site
<a href="https://agentmods.dev/skills/miguepoloc/weather_station/patrones-fastapi"><img src="https://agentmods.dev/badge/skills/miguepoloc/weather_station/patrones-fastapi.svg" alt="Measured on agentmods" height="20"></a>
Per session 117 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,560 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.
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.00117 $0.01560
Opus 5 $0.00059 $0.00780
Sonnet 5 $0.00023 $0.00312
Haiku 4.5 $0.00012 $0.00156

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

Security

Grade A, and why

patrones-fastapi 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/patrones-fastapi/SKILL.md · 99 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. 6d ago First seen · 99 lines · 117 tokens per session scan A befb980ce1b0

Subscribe to this mod's changes

patrones-fastapi is a skill published in the GitHub repository miguepoloc/weather_station (4 stars, last pushed 7d ago), with no licence file. It adds 117 tokens to every session and 1,560 once invoked, about $0.0006 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

api-onboarding

Reduce time-to-first-API-call (TTFAC) by optimizing every step of the developer onboarding journey. This skill covers authentication simplification, sandbox environments, interactive documentation, and identifying and eliminating common failure points. Trigger phrases: "API...

sickn33/agentic-awesome-skills · 52 tokens

nw-ddd-tactical

Tactical DDD — aggregate design rules, entities, value objects, domain events, repositories, domain services, and anti-pattern detection.

nWave-ai/nWave · 32 tokens

system-design-case-catalog

Answer classic system design problems as constraint-to-solution sketches and coach interview practice: URL shortener, rate limiter, news feed, chat, notification, autocomplete, crawler, unique id. Use for interview practice or naming the closest known shape for a new problem.

HoangNguyen0403/agent-skills-standard · 58 tokens

frontmcp-guides

Tutorials, end-to-end walkthroughs, and complete reference projects for FrontMCP. Use when you want a getting-started guide, a full worked example, or to learn best practices by following a step-by-step build rather than a single API reference. Includes a beginner weather-API server (tool plus static resource, Zod…

agentfront/frontmcp · 157 tokens

lw-lms-backend-extend

Backend extension contract for LW LMS v1.6.0. Use when extending enrollment, access, source-scoped revocation, progress, certificates, automation, analytics, settings tabs, companion-plugin logic, lwlmsaftergrant, lwlmsafterrevoke, lwlmspregrant, lwlmshascourseaccess, AccessChecker, AccessRepository, AccessQueries…

Lonsdale201/wp-agent-skills · 134 tokens

learndash-course-progress

Build or audit LearnDash learner progress, step completion, course completion, quiz progress, resets, activity synchronization, and progress hooks. Use when code mentions learndashprocessmarkcomplete, learndashprocessmarkincomplete, learndashprocessusercourseprogressupdate, learndashusergetcourseprogress…

Lonsdale201/wp-agent-skills · 119 tokens