open-meteo-skill
|
Explore
21,242 skills indexed with the new KISS metadata standard.
|
Smart PRD generator with TaskMaster integration. Detects existing PRDs and offers execute/update/replace options. Generates comprehensive technical PRDs optimized for task breakdown, validates with 13 automated checks, and optionally executes tasks autonomously with datetime tracking and rollback support. Use when user requests "PRD", "product requirements", or mentions task-driven development. Default: PRD generation + handoff to TaskMaster. Optional: autonomous execution with 4 modes.
Refactor HTML/TSX files to use existing UI components, DaisyUI classes, and semantic colors. Use when (1) refactoring React/TSX page components to use reusable UI components, (2) replacing raw HTML elements with component library equivalents, (3) converting primitive Tailwind colors to semantic DaisyUI colors, (4) extracting repeated styling patterns into components.
Memory preservation for Claude Code sessions. Use when approaching token limits, needing to /reset or /compact, switching between complex tasks, or preserving critical session state before context loss. Creates comprehensive memory dumps at /tmp/total-recall containing current state, decisions, artifacts, and next steps for seamless context restoration.
Bidirectional markdown ↔ SQLite conversion with column limit protection and smart section extraction. Import with Python, query with sqlite3.
Search Zotero library using code execution for efficient multi-strategy searches without crash risks. Use this skill when the user needs comprehensive Zotero searches with automatic deduplication and ranking.
Refactor MoonBit code to be idiomatic: shrink public APIs, convert functions to methods, use pattern matching with views, add loop invariants, and ensure test coverage without regressions.
Expert in email content extraction and analysis. **Use whenever the user mentions .eml files, email messages, says "Extract email information", "Using the email information", or requests to extract, parse, analyze, or process email files.** Handles email thread parsing, attachment extraction, and converting emails to structured markdown format for AI processing. (project, gitignored)
Context management tools for Claude Code - provides intelligent codebase mapping with Python, Rust, and C++ parsing, duplicate detection, and MCP-powered symbol queries. Use this skill when working with large codebases that need automated indexing and context management.
How-to guide for this repository.
CLI-first API testing for HTTP, GraphQL, gRPC, and TCP.
1. **Bump version** in `git-backup/config.yaml`
This file is a quick map of the repository so agents (and humans) can orient fast.
Don't check for null with `if (!someVar)`. Check for null with `if (someVar === null)`.
- Help develop Nucleus with targeted, safe changes.
This file provides prescriptive coding guidelines for AI coding agents working in the KOIN_ANDROID repository.
**scida** is a Python library for scalable analysis of large scientific datasets, primarily targeting astrophysics simulations (particle-based cosmological simulations) and observational data. It provides a unified interface to load, analyze, and process big data using **dask** for parallel/lazy com
This guide describes the agent workflows for Loom orchestration in this repository.
generic skill
Macrograph is a visual programming platform with node-based graph interfaces. Supports both desktop (single-project) and server (multi-project) environments with real-time event processing and type-safe ID management.
* Responses may be in **Russian** or **English**, as appropriate.
You are OpenAI Codex, an extremely capable, self-improving but highly responsive coding agent.
[Skills Index]|root: ./.claude/skills|IMPORTANT: Read full SKILL.md before using any skill. This index is for routing only.|backend-dev-guidelines:{name:backend-dev-guidelines,desc:Comprehensive backend development guide for Node.js/Express/TypeScript microservices.,files:{resources:{architecture-ov
- `app/` — Next.js App Router routes, layouts, and API handlers (`app/api/**`).