Skill Claude CodeCodex
Use when setting up the shared atmosphere-vault Obsidian vault on a new machine or for a new team member. Guides through cloning, symlinking claudedocs, and verifying obsidian-cli.
198 tagged spring boot, measured the same way as everything else here.
Browse within: java 106angular 51langchain4j 31ReAct 27laravel 27event-driven 26quarkus 26websocket 26github-copilot 24spec-driven-development 24tdd 24spring 22local-first 20personal-assistant 20
Skill Claude CodeCodex
Use when setting up the shared atmosphere-vault Obsidian vault on a new machine or for a new team member. Guides through cloning, symlinking claudedocs, and verifying obsidian-cli.
Skill Claude CodeCodex
Write well-formatted notes to the atmosphere-vault Obsidian knowledge base. Use this skill whenever creating or updating an ADR, runbook, plan, API doc, guide, session output, or any structured document that should land in the vault — even when the user doesn't say "Obsidian" explicitly. Delegates to…
Skill Claude CodeCodex
Run the pre-release end-to-end sweep of every user-facing surface — the 33 samples under samples/ (booted from their packaged artifacts and driven in a real browser via chrome-devtools MCP), the Expo/React Native client, and the atmosphere CLI. Use before cutting a release, and after any change to the Console bundle…
Skill Claude CodeCodex
A project-specific guide for creating MateCloud business modules with Domain-Driven Design (DDD), a way to organise code around business concepts.
Skill Claude CodeCodex
A checklist for preparing MateCloud, a software platform, or part of it for public open-source release.
Skill Claude CodeCodex
A pre-submission checklist for the MateCloud codebase. It checks repository rules, the files being submitted, commit-message format, and branch workflow.
Skill Claude CodeCodex
Converts a Spring Boot language server quick fix in headless-services from an OpenRewrite recipe to a JDT-based refactoring, following this repo's stated goal of moving away from OpenRewrite recipes for Java quick fixes. Use when asked to convert, migrate, or port an OpenRewrite recipe (in commons-rewrite) to a JDT…
Skill Claude CodeCodex
Creates a new Spring Boot project by downloading it from start.spring.io using curl, then extracting it into the target directory. Use this when a user asks to create, generate, initialize, or scaffold a new Spring Boot project.
Skill Claude CodeCodex
MUST be used whenever a user or agent asks to find problems, check for issues, or validate changes in a Spring Boot project. Uses the spring-tools MCP server to check for validation problems in the project's source files.
Skill Claude CodeCodex
A writing guide for creating podcast scripts with an introduction, developed discussion, question-and-answer section, and ending.
giuseppe-trisciuoglio/developer-kit
Skill Claude CodeCodex
Provides AWS CloudFormation patterns for Auto Scaling including EC2, ECS, and Lambda. Use when creating Auto Scaling groups, launch configurations, launch templates, scaling policies, lifecycle hooks, and predictive scaling. Covers template structure with Parameters, Outputs, Mappings, Conditions, cross-stack…
giuseppe-trisciuoglio/developer-kit
Skill Claude CodeCodex
Provides AWS CloudFormation patterns for Amazon Bedrock resources including agents, knowledge bases, data sources, guardrails, prompts, flows, and inference profiles. Use when creating Bedrock agents with action groups, implementing RAG with knowledge bases, configuring vector stores, setting up content moderation…
giuseppe-trisciuoglio/developer-kit
Skill Claude CodeCodex
Provides AWS CloudFormation patterns for CloudFront distributions, origins (ALB, S3, Lambda@Edge, VPC Origins), CacheBehaviors, Functions, SecurityHeaders, parameters, Outputs and cross-stack references. Use when creating CloudFront distributions with CloudFormation, configuring multiple origins, implementing caching…
Skill Claude CodeCodex
Use when configuring, writing, or debugging Stove end-to-end tests; choosing JVM, process, container, or provided-application runners; wiring Stove systems; enabling tracing, dashboard, or MCP; or extending Stove with custom systems.
Skill Claude CodeCodex
Classifies a user request as Bug, Compatibility, Feature, Question, or Task for the explyt/spring-plugin GitHub repo, lightly researches the relevant codebase, searches similar existing issues, and either reports an existing issue or creates a correctly titled and labeled one following the repository issue forms. Use…
Skill Claude CodeCodex
Orchestrates a code review of the spring-plugin repository through scope/context passes, routing, domain reviewer subskills, and per-artifact validation. Use when asked to review a PR, diff, commit, branch, module, or file set, to run a full orchestrated review, or to produce a validated review report.
Skill Claude CodeCodex
Normative reviewer for EDT safety, coroutines, cancellation, read/write actions, disposal, listeners and async lifecycle in the explyt spring-plugin. Use during orchestrated code review when the diff touches threading, background tasks, read or write actions, listeners, MessageBus, Disposable ownership or progress…
Skill Claude CodeCodex
A Chinese-language workflow for using Claude Code, Codex, or Gemini as background coding agents for complex development tasks. It covers orchestration, monitoring, isolation, review, and recovery.
Skill Claude CodeCodex
A scheduling guide for creating and managing tasks that run at exact repeating times, such as every day, week, or hour.
Skill Claude CodeCodex
A document-processing guide for creating and converting Word files, spreadsheets, presentations, Markdown, HTML, and PDFs, including extracting PDF text.
Skill Claude CodeCodex
Write .connekt.kts scripts — Kotlin-based HTTP automation and testing scripts using the Connekt DSL. Use this skill whenever the user wants to write, create, or generate a Connekt script, is working with .connekt.kts files, describes an HTTP workflow to automate, wants to test REST APIs or HTTP endpoints, or wants to…
Skill Claude CodeCodex
Creates a Spring REST controller with CRUD endpoints backed by a Spring Data repository. Use this skill when a CRUD controller needs to be created, either standalone or as part of a larger task.
Skill Claude CodeCodex
Creates a DTO (Data Transfer Object) class for an entity. Use this skill when a DTO class needs to be created, either standalone or as part of a larger task (e.g. REST controller, service layer, replacing entity usage with a DTO).
a-pavithraa/springboot-skills-marketplace
Skill Claude CodeCodex
Use when reviewing Spring Boot 4 / Java 17+ code with concrete files or diffs — pull requests, modules, or pasted Java/Spring sources — for migration risks, architecture boundary leaks, JSpecify null-safety gaps, security flaws, performance regressions, or Spring Data pitfalls. Not for Kotlin-only code, non-Spring…