document-service-skeleton
Automates the initialization of a Spring Boot Document Service, including standard configuration.
Install
mkdir -p .claude/skills/document-service-skeleton && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15006" && unzip -o skill.zip -d .claude/skills/document-service-skeleton && rm skill.zipInstalls to .claude/skills/document-service-skeleton
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Use when: tao service moi Document Service (boilerplate). Keywords: document service, spring boot, application.properties.Key capabilities
- →Create a main class with @SpringBootApplication
- →Configure spring.application.name in application.properties
- →Configure server.port in application.properties
- →Configure profile in application.properties
How it works
This skill outlines the procedure for setting up a Spring Boot application's main class and its basic configuration properties.
Inputs & outputs
When to use document-service-skeleton
- →Creating a new document service
- →Initializing service boilerplate
- →Setting up Spring Boot configs
- →Standardizing service structure
About this skill
Document Service Skeleton
When to Use
- Tao Document Service moi theo mau module document-service
- Can khoi tao main class va config co ban
Procedure
- Tao main class
@SpringBootApplication. - Cau hinh
spring.application.name=document-servicetrongapplication.properties. - Neu can them
server.portva profile.
Output Checklist
- Co
DocumentServiceApplication - Co
application.propertiesco ten app
When not to use it
- →When the document service boilerplate is not needed
- →When only modifying existing configurations
Limitations
- →This skill is for creating a new document service
- →This skill is for initializing main class and basic configuration
How it compares
This skill provides a standardized boilerplate for a document service, ensuring consistent initial setup, unlike manual creation.
Compared to similar skills
document-service-skeleton side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| document-service-skeleton (this skill) | 0 | 4mo | No flags | Beginner |
| java-pro | 34 | 4mo | No flags | Advanced |
| java-coding-standards | 16 | 4mo | No flags | Intermediate |
| jpa-patterns | 3 | 5mo | No flags | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
java-pro
sickn33
Master Java 21+ with modern features like virtual threads, pattern matching, and Spring Boot 3.x. Expert in the latest Java ecosystem including GraalVM, Project Loom, and cloud-native patterns. Use PROACTIVELY for Java development, microservices architecture, or performance optimization.
java-coding-standards
affaan-m
Java coding standards for Spring Boot services: naming, immutability, Optional usage, streams, exceptions, generics, and project layout.
jpa-patterns
affaan-m
JPA/Hibernate patterns for entity design, relationships, query optimization, transactions, auditing, indexing, pagination, and pooling in Spring Boot.
backend-microservice-development
TencentBlueKing
后端微服务开发规范,涵盖目录结构、分层架构(API/Service/DAO)、依赖注入、配置管理、Spring Boot 最佳实践。当用户进行后端开发、创建新微服务、编写 Kotlin/Java 代码或设计服务架构时使用。
microservice-infrastructure
TencentBlueKing
微服务基础设施指南,涵盖条件配置、事件驱动架构、服务间通信、国际化与日志等微服务架构的核心基础设施。当用户实现服务间调用、配置多环境、实现异步通信、处理国际化或规范日志输出时使用。
common-technical-practices
TencentBlueKing
通用技术实践指南,涵盖 AOP 切面、分布式锁、重试机制、参数校验、性能监控、定时任务、审计日志等后端开发中的常见技术实践。当用户需要实现横切关注点、处理并发控制、配置重试策略、添加性能监控或实现审计功能时使用。