AboMalek1986/claude-skills
Claude SKILL.md files reverse-engineered from open-source tools
Claude SKILL.md files reverse-engineered from open-source tools
npx skills add AboMalek1986/claude-skillsClaude SKILL.md files reverse-engineered from open-source tools
Use when implementing auth in Nuxt apps with @onmax/nuxt-better-auth - provides useUserSession composable, server auth helpers, route protection, and Better Auth plugins integration.
Provides patterns for unit testing `@ConfigurationProperties` classes with `@ConfigurationPropertiesTest`. Validates property binding, tests validation constraints, verifies default values, checks type conversions, and mocks property sources for Spring Boot configuration properties. Use when testing application configuration binding, validating YAML or application.properties files, verifying environment-specific settings, or testing nested property structures.
A TypeScript coding-agent runtime built from scratch — tool loops, background tasks with auto-wake, subagents, skill loading, persistent task tracking, context compaction, and a DI container. Deliberately minimal so every piece stays visible.
Build a terminal-native security ops platform for telemetry, alerts, investigations, and bounded agent workflows with Elixir, BEAM, and MCP
Automate Currents API tasks via Rube MCP (Composio). Always search tools first for current schemas.
Structured error handling in Golang with samber/oops — error builders, stack traces, error codes, error context, error wrapping, error attributes, user-facing vs developer messages, panic recovery, and logger integration. Apply when using or adopting samber/oops, or when the codebase already imports github.com/samber/oops.