RADAR SKILLI · GITHUB

Przydatne Agent Skills, ocenione według realnego użycia.

Porównuj zweryfikowane Skills: ich zastosowanie, zawartość pakietu, liczbę instalacji i wiarygodność źródła.

ZAKRES KATALOGU
ZWERYFIKOWANE
Skills
10 772
repozytoria
1711
ostatnia synchronizacja
23 wrz 2026
10 772 Skills
affaan-m
Społeczność

plankton-code-quality

Write-time code quality enforcement using Plankton — auto-formatting, linting, and Claude-powered fixes on every file edit via hooks. Use when setting up write-time formatting, linting, or auto-fix hooks on file edits.

instalacje
1
GitHub Stars
253,2 tys.
Aktualizacja
7 wrz
affaan-m
Społeczność

postgres-patterns

PostgreSQL database patterns for query optimization, schema design, indexing, and security. Based on Supabase best practices. Use when designing PostgreSQL schemas, indexes, or RLS policies, or when a query is too slow.

instalacje
1
GitHub Stars
255,2 tys.
Aktualizacja
9 wrz
affaan-m
Społeczność

product-lens

Use this skill to validate the "why" before building, run product diagnostics, and pressure-test product direction before the request becomes an implementation contract.

instalacje
1
GitHub Stars
253,2 tys.
Aktualizacja
7 wrz
affaan-m
Społeczność

pytorch-patterns

PyTorch deep learning patterns and best practices for building robust, efficient, and reproducible training pipelines, model architectures, and data loading. Use when writing or reviewing PyTorch training loops, model architectures, or data loading, or when a run will not reproduce.

instalacje
1
GitHub Stars
253,2 tys.
Aktualizacja
7 wrz
affaan-m
Społeczność

quarkus-patterns

Quarkus 3.x LTS architecture patterns with Camel for messaging, RESTful API design, CDI services, data access with Panache, and async processing. Use for Java Quarkus backend work with event-driven architectures. Use when building or reviewing a Quarkus service, especially with Camel messaging or Panache data access.

instalacje
1
GitHub Stars
253,2 tys.
Aktualizacja
7 wrz
affaan-m
Społeczność

ralphinho-rfc-pipeline

RFC-driven multi-agent DAG execution pattern with quality gates, merge queues, and work unit orchestration. Use when running RFC-driven multi-agent execution with quality gates and a merge queue.

instalacje
1
GitHub Stars
255,2 tys.
Aktualizacja
9 wrz
affaan-m
Społeczność

react-native-patterns

React Native and Expo app patterns — Expo Router navigation, state separation (server/client/route/form), TanStack Query data fetching with Zod, performant lists, NativeWind/StyleSheet styling, native APIs, and secure storage. Use when building or editing React Native / Expo screens, components, navigation, or data layers.

instalacje
1
GitHub Stars
253,2 tys.
Aktualizacja
7 wrz
affaan-m
Społeczność

research-ops

Evidence-first current-state research workflow for ECC. Use when the user wants fresh facts, comparisons, enrichment, or a recommendation built from current public evidence and any supplied local context.

instalacje
1
GitHub Stars
255,2 tys.
Aktualizacja
9 wrz
affaan-m
Społeczność

rules-distill

Scan skills to extract cross-cutting principles and distill them into rules — append, revise, or create new rule files. Use when the same principle keeps recurring across skills and belongs in a rule file instead.

instalacje
1
GitHub Stars
253,2 tys.
Aktualizacja
7 wrz
affaan-m
Społeczność

security-scan

Scan your Claude Code configuration (.claude/ directory) for security vulnerabilities, misconfigurations, and injection risks using AgentShield. Checks CLAUDE.md, settings.json, MCP servers, hooks, and agent definitions. Use when auditing a .claude/ directory — CLAUDE.md, settings.json, MCP servers, hooks, or agent definitions.

instalacje
1
GitHub Stars
253,2 tys.
Aktualizacja
7 wrz
affaan-m
Społeczność

skill-comply

Visualize whether skills, rules, and agent definitions are actually followed — auto-generates scenarios at 3 prompt strictness levels, runs agents, classifies behavioral sequences, and reports compliance rates with full tool call timelines. Use when checking whether agents actually follow the skills, rules, and definitions they were given, rather than assuming they do.

instalacje
1
GitHub Stars
255,2 tys.
Aktualizacja
9 wrz
affaan-m
Społeczność

springboot-patterns

Spring Boot architecture patterns, REST API design, layered services, data access, caching, async processing, and logging. Use for Java Spring Boot backend work. Use when building or reviewing a Spring Boot backend — REST layer, services, data access, caching, or async work.

instalacje
1
GitHub Stars
253,2 tys.
Aktualizacja
7 wrz
affaan-m
Społeczność

springboot-security

Spring Security best practices for authn/authz, validation, CSRF, secrets, headers, rate limiting, and dependency security in Java Spring Boot services. Use when reviewing Spring Security authn/authz, validation, CSRF, secrets, headers, or rate limiting.

instalacje
1
GitHub Stars
253,2 tys.
Aktualizacja
7 wrz
affaan-m
Społeczność

springboot-tdd

Test-driven development for Spring Boot using JUnit 5, Mockito, MockMvc, Testcontainers, and JaCoCo. Use when adding features, fixing bugs, or refactoring.

instalacje
1
GitHub Stars
253,2 tys.
Aktualizacja
7 wrz
affaan-m
Społeczność

springboot-verification

Verification loop for Spring Boot projects: build, static analysis, tests with coverage, security scans, and diff review before release or PR.

instalacje
1
GitHub Stars
253,2 tys.
Aktualizacja
7 wrz
affaan-m
Społeczność

tdd-workflow

Use this skill when writing new features, fixing bugs, or refactoring code. Enforces test-driven development with 80%+ coverage including unit, integration, and E2E tests.

instalacje
1
GitHub Stars
253,2 tys.
Aktualizacja
7 wrz
affaan-m
Społeczność

team-agent-orchestration

Run team-based orchestration for agent squads using work items, ownership, agent Kanban, merge gates, and control pane handoffs. Use when coordinating an agent squad with work items, ownership, Kanban, and merge gates.

instalacje
1
GitHub Stars
253,2 tys.
Aktualizacja
7 wrz
affaan-m
Społeczność

token-budget-advisor

- Offers the user an informed choice about how much response depth to consume before answering. Use this skill when the user explicitly wants to control response length, depth, or token budget. TRIGGER when: "token budget", "token count", "token usage", "token limit", "response length", "answer depth", "short version", "brief answer", "detailed answer", "exhaustive answer", "respuesta corta vs larga", "cuántos tokens", "ahorrar tokens", "responde al 50%", "dame la versión corta", "quiero controlar cuánto usas", or clear variants where the user is explicitly asking to control answer size or depth. DO NOT TRIGGER when: user has already specified a level in the current session (maintain it), the request is clearly a one-word answer, or "token" refers to auth/session/payment tokens rather than response size.

instalacje
1
GitHub Stars
253,2 tys.
Aktualizacja
7 wrz
affaan-m
Społeczność

vue-patterns

Vue.js 3 Composition API patterns, component architecture, reactivity best practices, Pinia state management, Vue Router navigation, and Nuxt SSR patterns. Activates for Vue, Nuxt, Vite, or Pinia projects. Use when building or reviewing Vue 3, Nuxt, or Pinia code — Composition API, reactivity, or router navigation.

instalacje
1
GitHub Stars
255,2 tys.
Aktualizacja
9 wrz
pytorch
Oficjalne

docstring

Write docstrings for PyTorch functions and methods following PyTorch conventions. Use when writing or updating docstrings in PyTorch code.

instalacje
1
GitHub Stars
102,9 tys.
Aktualizacja
10 wrz
langfuse
Oficjalne

add-model-price

Use when editing worker/src/constants/default-model-prices.json, packages/shared/src/server/llm/types.ts, pricing tiers, tokenizer IDs, or matchPattern regexes for OpenAI, Anthropic, Bedrock, Vertex, Azure, or Gemini model pricing.

instalacje
1
GitHub Stars
34,4 tys.
Aktualizacja
10 wrz
langfuse
Oficjalne

agent-setup-maintenance

Shared workflow for editing Langfuse's repo-owned agent setup under .agents/. Use when changing AGENTS files, shared skills, .agents/config.json, generated shim behavior, provider discovery paths, or install-time agent sync.

instalacje
1
GitHub Stars
34,4 tys.
Aktualizacja
10 wrz
langfuse
Oficjalne

analyze-cloud-costs

Analyze Langfuse Cloud infrastructure cost structure using Metabase cost marts. Use when asked about cloud spend, AWS versus ClickHouse cost splits, cost drivers by provider/service/usage type/account, daily cost per tracing event, infra cost dashboards, or cost regressions visible in Metabase.

instalacje
1
GitHub Stars
34,4 tys.
Aktualizacja
10 wrz
langfuse
Oficjalne

backend-dev-guidelines

Build or review Langfuse backend code. Use for tRPC routers, public REST APIs, BullMQ processors, services, middleware, Prisma or ClickHouse access, OpenTelemetry, Zod, environment configuration, or backend tests.

instalacje
1
GitHub Stars
34,4 tys.
Aktualizacja
10 wrz