Browse Skills
4429 skills found
spring-data-jpa.md
81
1
export
spring-data-jpa
2
from
"giuseppe-trisciuoglio/developer-kit"
from
"giuseppe-trisciuoglio/developer-kit"
3
This repository is a starter kit for building "skills" and "agents" for Claude Code. The current content focuses on patterns, conventions, and agents for Java projects (Spring Boot, JUnit, LangChain4J), but the kit is designed to be extensible and multi-language (PHP, TypeScript, Python, etc.).
2026-02-02
nestjs.md
81
1
export
nestjs
2
from
"giuseppe-trisciuoglio/developer-kit"
from
"giuseppe-trisciuoglio/developer-kit"
3
This repository is a starter kit for building "skills" and "agents" for Claude Code. The current content focuses on patterns, conventions, and agents for Java projects (Spring Boot, JUnit, LangChain4J), but the kit is designed to be extensible and multi-language (PHP, TypeScript, Python, etc.).
2026-02-02
spring-boot-security-jwt.md
81
1
export
spring-boot-security-jwt
2
from
"giuseppe-trisciuoglio/developer-kit"
from
"giuseppe-trisciuoglio/developer-kit"
3
This repository is a starter kit for building "skills" and "agents" for Claude Code. The current content focuses on patterns, conventions, and agents for Java projects (Spring Boot, JUnit, LangChain4J), but the kit is designed to be extensible and multi-language (PHP, TypeScript, Python, etc.).
2026-02-02
aws-sdk-java-v2-dynamodb.md
81
1
export
aws-sdk-java-v2-dynamodb
2
from
"giuseppe-trisciuoglio/developer-kit"
from
"giuseppe-trisciuoglio/developer-kit"
3
This repository is a starter kit for building "skills" and "agents" for Claude Code. The current content focuses on patterns, conventions, and agents for Java projects (Spring Boot, JUnit, LangChain4J), but the kit is designed to be extensible and multi-language (PHP, TypeScript, Python, etc.).
2026-02-02
unit-test-caching.md
81
1
export
unit-test-caching
2
from
"giuseppe-trisciuoglio/developer-kit"
from
"giuseppe-trisciuoglio/developer-kit"
3
This repository is a starter kit for building "skills" and "agents" for Claude Code. The current content focuses on patterns, conventions, and agents for Java projects (Spring Boot, JUnit, LangChain4J), but the kit is designed to be extensible and multi-language (PHP, TypeScript, Python, etc.).
2026-02-02
qdrant-vector-database-integration.md
81
1
export
qdrant-vector-database-integration
2
from
"giuseppe-trisciuoglio/developer-kit"
from
"giuseppe-trisciuoglio/developer-kit"
3
This repository is a starter kit for building "skills" and "agents" for Claude Code. The current content focuses on patterns, conventions, and agents for Java projects (Spring Boot, JUnit, LangChain4J), but the kit is designed to be extensible and multi-language (PHP, TypeScript, Python, etc.).
2026-02-02
langchain4j-vector-stores-configuration.md
81
1
export
langchain4j-vector-stores-configuration
2
from
"giuseppe-trisciuoglio/developer-kit"
from
"giuseppe-trisciuoglio/developer-kit"
3
This repository is a starter kit for building "skills" and "agents" for Claude Code. The current content focuses on patterns, conventions, and agents for Java projects (Spring Boot, JUnit, LangChain4J), but the kit is designed to be extensible and multi-language (PHP, TypeScript, Python, etc.).
2026-02-02
version-bump.md
80
1
export
version-bump
2
from
"NikiforovAll/claude-code-rules"
from
"NikiforovAll/claude-code-rules"
3
Learn practical techniques to enhance your AI-assisted development workflow with Claude Code.
2026-02-02
ui-automation-workflows.md
77
1
export
ui-automation-workflows
2
from
"conorluddy/xclaude-plugin"
from
"conorluddy/xclaude-plugin"
3
iOS development ClaudeCode plugin for mindful token and context usage. Contains modular MCPs that group various Xcode/IDB tools based on your current workflow.
2026-02-02
state-management.md
77
1
export
state-management
2
from
"conorluddy/xclaude-plugin"
from
"conorluddy/xclaude-plugin"
3
iOS development ClaudeCode plugin for mindful token and context usage. Contains modular MCPs that group various Xcode/IDB tools based on your current workflow.
2026-02-02
neon-drizzle.md
76
1
export
neon-drizzle
2
from
"neondatabase-labs/ai-rules"
from
"neondatabase-labs/ai-rules"
3
Creates a fully functional Drizzle ORM setup with a provisioned Neon database. Installs dependencies, provisions database credentials, configures connections, generates schemas, and runs migrations. Results in working code that can immediately connect to and query the database. Use when creating new projects with Drizzle, adding ORM to existing applications, or modifying database schemas.
2026-01-27
neon-toolkit.md
76
1
export
neon-toolkit
2
from
"neondatabase/ai-rules"
from
"neondatabase/ai-rules"
3
Creates and manages ephemeral Neon databases for testing, CI/CD pipelines, and isolated development environments. Use when building temporary databases for automated tests or rapid prototyping.
2026-01-27
neon-drizzle.md
76
1
export
neon-drizzle
2
from
"neondatabase/ai-rules"
from
"neondatabase/ai-rules"
3
Creates a fully functional Drizzle ORM setup with a provisioned Neon database. Installs dependencies, provisions database credentials, configures connections, generates schemas, and runs migrations. Results in working code that can immediately connect to and query the database. Use when creating new projects with Drizzle, adding ORM to existing applications, or modifying database schemas.
2026-01-27
neon-js.md
76
1
export
neon-js
2
from
"neondatabase/ai-rules"
from
"neondatabase/ai-rules"
3
Sets up the full Neon JS SDK with unified auth and PostgREST-style database queries. Configures auth client, data client, and type generation. Use when building apps that need both authentication and database access in one SDK.
2026-01-27
neon-serverless.md
76
1
export
neon-serverless
2
from
"neondatabase/ai-rules"
from
"neondatabase/ai-rules"
3
Configures Neon Serverless Driver for Next.js, Vercel Edge Functions, AWS Lambda, and other serverless environments. Installs @neondatabase/serverless, sets up environment variables, and creates working API route examples with TypeScript types. Use when users need to connect their application to Neon, fetch or query data from a Neon database, integrate Neon with Next.js or serverless frameworks, or set up database access in edge/serverless environments where traditional PostgreSQL clients don't work.
2026-01-27
neon-serverless.md
76
1
export
neon-serverless
2
from
"neondatabase-labs/ai-rules"
from
"neondatabase-labs/ai-rules"
3
Configures Neon Serverless Driver for Next.js, Vercel Edge Functions, AWS Lambda, and other serverless environments. Installs @neondatabase/serverless, sets up environment variables, and creates working API route examples with TypeScript types. Use when users need to connect their application to Neon, fetch or query data from a Neon database, integrate Neon with Next.js or serverless frameworks, or set up database access in edge/serverless environments where traditional PostgreSQL clients don't work.
2026-01-27
Litdb Expert Skill.md
73
1
export
Litdb Expert Skill
2
from
"jkitchin/litdb"
from
"jkitchin/litdb"
3
Expert assistant for using litdb - a literature and document database for scientific research
2026-01-26
code-reviewer.md
72
1
export
code-reviewer
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
A curated marketplace of Claude Code plugins that embody the principles of ethical and professional software development.
2026-02-02
jutsu-bun:bun-sqlite.md
72
1
export
jutsu-bun:bun-sqlite
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
A curated marketplace of Claude Code plugins that embody the principles of ethical and professional software development.
2026-02-02
csharp-linq.md
72
1
export
csharp-linq
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
A curated marketplace of Claude Code plugins that embody the principles of ethical and professional software development.
2026-02-02
PHP Security Patterns.md
72
1
export
PHP Security Patterns
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
A curated marketplace of Claude Code plugins that embody the principles of ethical and professional software development.
2026-02-02
gitlab-ci-artifacts-caching.md
72
1
export
gitlab-ci-artifacts-caching
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
A curated marketplace of Claude Code plugins that embody the principles of ethical and professional software development.
2026-02-02
ecto-query-patterns.md
72
1
export
ecto-query-patterns
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
A curated marketplace of Claude Code plugins that embody the principles of ethical and professional software development.
2026-02-02
csharp-linq.md
72
1
export
csharp-linq
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
A curated marketplace of Claude Code plugins that embody the principles of ethical and professional software development.
2026-02-02