Skip to main content
Run any Skill in Manus
with one click
GitHub repository

rallly

rallly contains 13 collected skills from lukevella, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
13
Stars
5.2k
updated
2026-07-21
Forks
540
Occupation coverage
2 occupation categories · 100% classified
repository explorer

Skills in this repository

fix-crowdin-pr
software-developers

Fix coderabbit review findings on a Crowdin translation PR (l10n_main), keeping Crowdin and the PR branch in sync. Takes an optional PR number, defaults to the open "🌐 New Crowdin updates" PR.

2026-07-21
better-auth-security-best-practices
information-security-analysts

This skill provides guidance for implementing security features that span across Better Auth, including rate limiting, CSRF protection, session security, trusted origins, secret management, OAuth security, IP tracking, and security auditing. These topics are not covered in individual plugin skills.

2026-02-27
create-auth-skill
software-developers

Skill for creating auth layers in TypeScript/JavaScript apps using Better Auth.

2026-02-27
email-and-password-best-practices
software-developers

This skill provides guidance and enforcement rules for implementing secure email and password authentication using Better Auth.

2026-02-27
organization-best-practices
software-developers

This skill provides guidance and enforcement rules for implementing multi-tenant organizations, teams, and role-based access control using Better Auth's organization plugin.

2026-02-27
two-factor-authentication-best-practices
software-developers

This skill provides guidance and enforcement rules for implementing secure two-factor authentication (2FA) using Better Auth's twoFactor plugin.

2026-02-27
devmoji
software-developers

Devmoji commit message emoji conventions. Use when writing git commit messages, formatting commit descriptions, or choosing the right emoji prefix for a commit. Triggers on "commit message", "git commit", "commit emoji", "devmoji".

2026-02-20
logging
software-developers

Wide events logging pattern and conventions for this project. Use when writing logging code, adding observability, or implementing request tracing.

2026-02-20
prisma-cli
software-developers

Prisma CLI commands reference covering all available commands, options, and usage patterns. Use when running Prisma CLI commands, setting up projects, generating client, running migrations, or managing databases. Triggers on "prisma init", "prisma generate", "prisma migrate", "prisma db", "prisma studio".

2026-02-20
prisma-client-api
software-developers

Prisma Client API reference covering model queries, filters, operators, and client methods. Use when writing database queries, using CRUD operations, filtering data, or configuring Prisma Client. Triggers on "prisma query", "findMany", "create", "update", "delete", "$transaction".

2026-02-20
prisma-database-setup
software-developers

Guides for configuring Prisma with different database providers (PostgreSQL, MySQL, SQLite, MongoDB, etc.). Use when setting up a new project, changing databases, or troubleshooting connection issues. Triggers on "configure postgres", "connect to mysql", "setup mongodb", "sqlite setup".

2026-02-20
prisma-postgres
software-developers

Prisma Postgres setup and operations guidance across Console, create-db CLI, Management API, and Management API SDK. Use when creating Prisma Postgres databases, working in Prisma Console, provisioning with create-db/create-pg/create-postgres, or integrating programmatic provisioning with service tokens or OAuth.

2026-02-20
prisma-upgrade-v7
software-developers

Complete migration guide from Prisma ORM v6 to v7 covering all breaking changes. Use when upgrading Prisma versions, encountering v7 errors, or migrating existing projects. Triggers on "upgrade to prisma 7", "prisma 7 migration", "prisma-client generator", "driver adapter required".

2026-02-20