maverick Development Guidelines
Auto-generated from all feature plans. Last updated: 2025-12-24
Explore
11,144 skills indexed with the new KISS metadata standard.
Auto-generated from all feature plans. Last updated: 2025-12-24
Always reference these instructions first and fallback to search or bash commands only when you encounter unexpected information that does not match the info here.
JellyRock is a Jellyfin client for Roku devices allowing users to consume media from their personal Jellyfin servers.
Error prevention and best practices enforcement for agent-assisted coding. Use when writing code to catch common mistakes, enforce patterns, prevent bugs, validate inputs, handle errors, follow coding standards, avoid anti-patterns, and ensure code quality through proactive checks and guardrails.
[00] TnR ABSOLUTE RIGOR — Systemic Verification Doctrine. Forced cognitive exertion for high-stakes investigations. Mandates absolute deconstruction, mathematical proof chains, and ≥95% derived certainty. Zero-tolerance for heuristics or sentiment-based reasoning. Shortcuts are defined as intentional hallucinations.
Extracts reusable skills and decision-making heuristics from debugging sessions. Use after solving tricky bugs, discovering non-obvious workarounds, or finding hidden gotchas specific to a codebase. Triggers include "save this as a skill", "learn from this", or after significant debugging effort.
Use when 需要生成 RFC 技术规范、进行需求分析、设计 API 契约,或需要 OHSpec 多代理编排输出。Triggers on "RFC", "需求分析", "API 契约", "设计规范", "OHSpec", "/ohspec".
Optimize command outputs with RTK (Rust Token Killer) for 70% token reduction
{% hint style="info" %}
STRIDE threat modeling before implementing security-sensitive features
Automate Outlook Calendar tasks via Rube MCP (Composio): create events, manage attendees, find meeting times, and handle invitations. Always search tools first for current schemas.
Fetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5] [--notify-channel -1002381931352]
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.
This document describes how AI agents should interact with and develop on the Idle Bricks 3D codebase.
This document provides guidelines for AI coding agents working in the JSON Visualization codebase.
Système d'audit et de journalisation des événements utilisateur et système pour traçabilité complète des actions.
本文件面向在 VLA-Handbook 仓库中工作的自动化/AI agent,说明写作与维护规范。
Prefer retrieval-led reasoning over pre-training-led reasoning.
generic skill
**Load this reference when:** creating or editing skills, before deployment, to verify they work under pressure and resist rationalization.
Main backend. Exposes all business logic via REST. Producer only (never consumes from RabbitMQ).
> Parent rules: [`/workspace/backend/agents.md`](../agents.md)
- **Do** match the interpreter requirement declared in `pyproject.toml` (Python ≥ 3.12) and install `requirements.txt` plus `requirements-dev.txt` before running tools.