Use when working with recipes, cooking, nutrition, food science, meal planning, ingredient substitutions, food expiration/storage, flavor pairing, or dietary constraints. Covers nutritional data, flavor profiles, spice combinations, food safety, storage…
sandboxcom/gludd
SkillsMP has collected 12 skills from sandboxcom/gludd. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 12
- GitHub stars
- 4
- GitHub forks
- 0
Skills in this repository
Showing 12 of 12 collected skills.
Use when working with electronic design, circuit analysis, PCB layout, SPICE simulation, BOM management, component selection, signal integrity, power electronics, embedded systems hardware, or any electronics engineering concern. Covers analog/digital circuit…
Use when writing, debugging, reviewing, or discussing Go code, goroutines, channels, Go modules, gRPC, Go tooling, profiling, or any Go ecosystem concern. Covers concurrency, standard library, testing, performance, security, cryptography, frameworks, project…
Use when writing, debugging, reviewing, or discussing Java, Kotlin, Groovy, Scala, Clojure, J2ME, or any JVM-language code. Covers Maven, Gradle, JAR/WAR/EAR packaging, JVM internals (class format, bytecode, JIT, GC), Spring Boot, concurrency, security…
Use when writing, debugging, reviewing, or discussing Python code, Python packaging, CPython internals, PyPy, Jython, asyncio, GIL behavior, type annotations, or any Python ecosystem concern. Covers PEPs, common patterns, performance, testing, profiling,…
Mechanical escape-hatch when ALL enforcement plugins are blocking legitimate work. Use only after exhausting normal paths.
Spec-Driven Development framework that guides tasks from intention to implementation through a 3-stage pipeline (drafts → active → archive) using the A-B-C documentation flow (APPROACH, BUSINESS_CONTEXT, COMPLETION_REPORT). Use when the user says "Initialize…
Launch long-lived tests in the background and poll their status, so no task thread is ever blocked waiting for a test.
Use when creating or updating any agent policy, restriction, or enforcement rule. Provides the three-layer pattern for making guardrails that actually stick: config permissions, runtime hooks, and agent prompting.
When writing tests, enforce isolation, determinism, and meaningful assertions. Defines the 10 rules every test in this repo must follow — proof of behavior, AAA structure, 3-layer coverage, edge cases, no mock-only tests, realistic data, naming,…
Use when writing or reviewing code that carries type annotations (Python, Terraform, TypeScript). Defines what a "tight" variable shape is, enumerates the approved type constructs per language, lists the Any-based anti-patterns to avoid, and gives a tracing…
Build, serve, and validate reveal.js presentations for gludd. Covers deck structure, diagram creation, stats injection, honesty linting, and GitHub Pages deployment. Use when creating or updating project presentations.