pleaseai

69 mods across 3 repositories, 19 stars between them.

ast-grep

25

pleaseai/claude-code-plugins

Skill Claude CodeCodex

Guide for writing ast-grep rules to perform structural code search and analysis. Use when users need to search codebases using Abstract Syntax Tree (AST) patterns, find specific code structures, or perform complex code queries that go beyond simple text search. This skill should be used when users ask to search for…

13 7d ago A 80 tokens copy · 100% MIT

ast-grep

26

pleaseai/claude-code-plugins

Plugin Claude Code

Guide for writing ast-grep rules to perform structural code search and analysis. Use when users need to search codebases using Abstract Syntax Tree (AST) patterns, find specific code structures, or perform complex code queries that go beyond simple text search.

13 7d ago A tokens not measured original MIT

astro

27

pleaseai/claude-code-plugins

Plugin Claude Code

Access Astro's official documentation through the Astro Docs MCP server.

13 7d ago A tokens not measured original MIT

axi

28

pleaseai/claude-code-plugins

Skill Claude CodeCodex

Agent eXperience Interface (AXI) — ergonomic standards for building CLI tools that agents use via shell execution. Use when building, modifying, or reviewing any agent-facing CLI.

13 7d ago B 38 tokens copy · 100% MIT

axi

29

pleaseai/claude-code-plugins

Plugin Claude Code

Agent eXperience Interface (AXI) — ergonomic standards for building CLI tools that agents use via shell execution. Use when building, modifying, or reviewing any agent-facing CLI.

13 7d ago A tokens not measured original MIT

pleaseai/claude-code-plugins

Skill Claude CodeCodex

Configure Better Auth server and client, set up database adapters, manage sessions, add plugins, and handle environment variables. Use when users mention Better Auth, betterauth, auth.ts, or need to set up TypeScript authentication with email/password, OAuth, or plugin configuration.

13 7d ago A 61 tokens copy · 100% MIT

create-auth-skill

31

pleaseai/claude-code-plugins

Skill Claude CodeCodex

Scaffold and implement authentication in TypeScript/JavaScript apps using Better Auth. Detect frameworks, configure database adapters, set up route handlers, add OAuth providers, and create auth UI pages. Use when users want to add login, sign-up, or authentication to a new or existing project with Better Auth.

13 7d ago A 66 tokens original MIT

pleaseai/claude-code-plugins

Skill Claude CodeCodex

Configure email verification, implement password reset flows, set password policies, and customise hashing algorithms for Better Auth email/password authentication. Use when users need to set up login, sign-in, sign-up, credential authentication, or password security with Better Auth.

13 7d ago A 57 tokens original MIT

pleaseai/claude-code-plugins

Skill Claude CodeCodex

Configure multi-tenant organizations, manage members and invitations, define custom roles and permissions, set up teams, and implement RBAC using Better Auth's organization plugin. Use when users need org setup, team management, member roles, access control, or the Better Auth organization plugin.

13 7d ago A 61 tokens copy · 100% MIT

pleaseai/claude-code-plugins

Skill Claude CodeCodex

Configure TOTP authenticator apps, send OTP codes via email/SMS, manage backup codes, handle trusted devices, and implement 2FA sign-in flows using Better Auth's twoFactor plugin. Use when users need MFA, multi-factor authentication, authenticator setup, or login security with Better Auth.

13 7d ago A 69 tokens original MIT

better-auth

35

pleaseai/claude-code-plugins

Plugin Claude Code

Better Auth authentication framework skills for JavaScript/TypeScript projects.

13 7d ago A tokens not measured original MIT

use-better-auth

36

pleaseai/claude-code-plugins

Skill Claude CodeCodex

Answer questions about better-auth and help build authentication features. Use when developers: (1) ask about better-auth APIs like betterAuth, auth.api., authClient.; (2) wire up sign-in / sign-up / sessions; (3) integrate framework adapters (Next.js, Nuxt, SvelteKit, Hono, Astro, Bun, Express); (4) add plugins…

13 7d ago A 164 tokens original MIT

bun

37

pleaseai/claude-code-plugins

Plugin Claude Code

All-in-one JavaScript/TypeScript toolkit: fast runtime, package manager, test runner, and bundler. Use when running bun commands, calling Bun. APIs, or working with bun.lock projects.

13 7d ago A tokens not measured original MIT

use-bun

38

pleaseai/claude-code-plugins

Skill Claude CodeCodex

Answer questions about Bun — the all-in-one JavaScript/TypeScript toolkit — and write code using its runtime, package manager, test runner, and bundler. Use when developers call Bun-native APIs (Bun.serve, Bun.file, Bun.write, Bun.spawn, Bun.$ shell, Bun.SQL, Bun.RedisClient, Bun.build, HTMLRewriter); import bun…

13 7d ago C 241 tokens original MIT

chat-sdk

39

pleaseai/claude-code-plugins

Skill Claude CodeCodex

Build multi-platform chat bots with Chat SDK (chat npm package). Use when developers want to scaffold a bot with create-chat-sdk, build a Slack, Teams, Google Chat, Discord, Telegram, GitHub, Linear, or WhatsApp bot, handle mentions, direct messages, subscribed threads, reactions, slash commands, cards, modals, files…

13 7d ago A 108 tokens copy · 100% MIT

chat-sdk

40

pleaseai/claude-code-plugins

Plugin Claude Code

Build multi-platform chat bots with Chat SDK — unified TypeScript SDK for Slack, Teams, Google Chat, Discord, GitHub, and Linear.

13 7d ago A tokens not measured original MIT

pleaseai/claude-code-plugins

Plugin Claude Code

Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.

13 7d ago A tokens not measured copy · 100% MIT

claude-md-improver

43

pleaseai/claude-code-plugins

Skill Claude CodeCodex

Audit and improve CLAUDE.md files in repositories. Use when user asks to check, audit, update, improve, or fix CLAUDE.md files. Scans for all CLAUDE.md files, evaluates quality against templates, outputs quality report, then makes targeted updates. Also use when the user mentions "CLAUDE.md maintenance" or "project…

13 7d ago A 82 tokens copy · 89% MIT

codegraph

44

pleaseai/claude-code-plugins

Plugin Claude Code

Local-first code intelligence for AI agents (MCP) - query a pre-indexed knowledge graph of symbols, call graphs, and code structure instead of scanning files.

13 7d ago A tokens not measured original MIT

pleaseai/claude-code-plugins

Skill Claude CodeCodex

Query a pre-indexed knowledge graph of a codebase (symbols, call graphs, dependencies, impact) instead of scanning files with grep/glob/Read. Use when exploring an unfamiliar codebase, tracing who calls or is called by a function, assessing the blast radius of a change, finding where a symbol is defined or used, or…

13 7d ago A 107 tokens original MIT

cubic

46

pleaseai/claude-code-plugins

Plugin Claude Code

AI-powered code review using Cubic CLI. Detects bugs, security vulnerabilities, and style issues before commits.

13 7d ago A tokens not measured original MIT

review

47

pleaseai/claude-code-plugins

Command

Run Cubic AI code review on current changes. Detects bugs, security vulnerabilities, and style issues. Usage - /cubic:review [--base ] [--commit ] [--prompt " "].

13 7d ago B 47 tokens original MIT

cubic-review

48

pleaseai/claude-code-plugins

Skill Claude CodeCodex

Run AI-powered code reviews using Cubic CLI to detect bugs, security vulnerabilities, and style issues in local changes. Use when the user says "review my code," "check my changes for bugs," "run cubic review," "review this diff," "pre-commit check," "find issues before I push," "analyze my branch changes," or "code…

13 7d ago B 106 tokens original MIT