Skip to content

45ck/backend-persistence-skills

Repository files navigation

backend-persistence-skills

backend-persistence-skills logo

backend-persistence-skills banner

MIT License 14 skills persistence

A platform-neutral backend persistence skill pack for data modelling, repository design, schema review, ORM decisions, transaction boundaries, query analysis, and migration planning.

Included skills

  • api-contract-writer
  • api-error-model-designer
  • crud-surface-reviewer
  • dao-pattern-builder
  • data-migration-planner
  • entity-model-designer
  • index-suggestion-writer
  • jdbc-vs-jpa-selector
  • orm-mapping-reviewer
  • persistence-test-planner
  • query-complexity-reviewer
  • repository-layer-designer
  • schema-normalizer
  • transaction-boundary-checker

Features

  • Preserves the original skills/, templates/, and examples/ source material
  • Mirrors packaged skills into both .claude/skills/ and .agents/skills/
  • Covers persistence design from entity modelling through testing and migration

Install

Option A: Install globally

git clone https://github.com/45ck/backend-persistence-skills.git
cd backend-persistence-skills
bash install.sh

This installs every packaged skill into both:

  • ~/.claude/skills/
  • ~/.agents/skills/

Option B: Copy into a project

cp -R .claude /path/to/your-project/
cp -R .agents /path/to/your-project/

Uninstall

bash uninstall.sh

Usage

/entity-model-designer subscription billing data model
/schema-normalizer audit current relational schema
/repository-layer-designer order processing module
/transaction-boundary-checker checkout and payment capture workflow
/query-complexity-reviewer reporting query hotspots
/data-migration-planner move users from legacy auth schema

Repo structure

skills/                              original source skills
templates/                           reusable templates
examples/                            sample flow material
.claude/skills/<skill>/SKILL.md      packaged skill format
.agents/skills/<skill>/SKILL.md      mirrored packaged skill format
install.sh                           global installer
uninstall.sh                         global uninstaller
LICENSE                              MIT

Related workflow agents

Related skill packs

License

MIT

About

Backend persistence skill pack for schema design, ORM decisions, transactions, migrations, queries, and data integrity.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages