Read, post, and interact with Bluesky (AT Protocol) via CLI. Use when user asks to check Bluesky, post to Bluesky,...
cat ~/Top
Explore os melhores skills ordenados por estrelas do GitHub
Solana game development with Unity, React Native, and web. Extends solana-dev-skill with gaming-specific patterns...
Use when user-facing code changes need documentation, user says "update docs"/"document this"/"add to jamdesk docs",...
Specialized agent for MedusaJS development including custom modules, API routes, data models, workflows, scheduled...
Use this skill for any Roblox related tasks
Interact with the Langfuse API. Use when user wants to query traces, fetch prompts, create datasets, manage scores,...
Instrument LLM applications with Langfuse tracing. Use when setting up Langfuse, adding observability to LLM calls,...
Migrate hardcoded prompts to Langfuse for version control and deployment-free iteration. Use when user wants to...
Set up Spark Bitcoin L2 wallet capabilities for AI agents. Initialize wallets from mnemonic, transfer sats and...
>
AI...
AI...
Build complexity by composing simple units, not orchestrating flows. Use when reviewing large functions or god objects.
Design systems with explicit error handling. Avoid throwing exceptions for domain errors. Use Result/Either types to...
Isolates frameworks and external systems behind adapters. Use when reviewing code with tight framework coupling or...
Every resource must have clear ownership and lifetime. Use when reviewing resource management, subscriptions, or...
Ensures state is intentionally designed with explicit invariants. Use when reviewing stateful code, designing data...
Separate pure computation from side effects. Core business logic is pure functions, shell handles IO. Use when...
System design should prevent misuse by construction. Use when reviewing defensive code with runtime checks.
Ensures code is understandable locally without global context. Use when reviewing code with hidden dependencies or...
Mutation must be controlled and localized. Use when reviewing code with scattered mutations or shared mutable state.
Names must encode intent and constraints, not implementation. Use when reviewing vague or generic names.
Business rules must be separated from execution mechanisms. Use when reviewing code with hardcoded rules in loops or...
Enforces unidirectional data flow with clear ownership. Use when reviewing data flows, debugging race conditions, or...