leodutra/agent-skills
Recently updated agent-skill-related GitHub repository: leodutra/agent-skills.
Recently updated agent-skill-related GitHub repository: leodutra/agent-skills.
npx skills add leodutra/agent-skillsRecently updated agent-skill-related GitHub repository: leodutra/agent-skills.
Bring AI Comic Director to your OpenClaw
Agent skills for 0x01
Multi-lens PR review skill for Claude Code — code quality, security, architecture, performance
Compare a pull request's implementation against spec context in spec_context.md and feed any material mismatches into review.json. Use during PR review when approved or repository spec context is available.
Platform-agnostic ecommerce domain knowledge for AI coding agents. Agent Skills package distributed via Claude Code Plugin Marketplace and skills.sh.
Create a library-grade Vue composable that accepts maybe-reactive inputs (MaybeRef / MaybeRefOrGetter) so callers can pass a plain value, ref, or getter. Normalize inputs with toValue()/toRef() inside reactive effects (watch/watchEffect) to keep behavior predictable and reactive. Use this skill when user asks for creating adaptable or reusable composables.