content-creator
88Create Brand-Consistent Marketing Content
Marketing teams need content that stays consistent across channels. This skill helps plan, write, analyze, and optimize content for brand voice and SEO.
Design Better Database Schemas
Database choices often ignore workload, deployment, and migration constraints. This skill guides selection, schema design, indexing, optimization, and safer changes.
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "database-design" from https://skillstore.io/skills/sickn33-database-design.md and its manifest at https://skillstore.io/api/skills/sickn33-database-design/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Using "database-design". Select storage for a small local desktop application with simple relational data and one writer.
Expected outcome:
Using "database-design". Review an orders table queried by customer, status, and creation date.
Expected outcome:
Using "database-design". Add a required column to a large production table without downtime.
Expected outcome:
All nine static findings are false positives. Backticks in SKILL.md format filenames, while flagged lines elsewhere contain ordinary database guidance and validation logic. No prompt injection or malicious intent was found.
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
https://skillstore.io/skills/sickn33-database-design/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/sickn33-database-design?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/sickn33-database-design?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/sickn33-database-design/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/sickn33-database-design.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>sickn33. (2026). database-design security audit report (audit version 5) [Author version unspecified]. Skillstore. https://skillstore.io/skills/sickn33-database-design/audits/5@techreport{sickn33-sickn33-database-design-2026,
author = {sickn33},
title = {database-design security audit report (audit version 5)},
institution = {Skillstore},
year = {2026},
number = {5},
url = {https://skillstore.io/skills/sickn33-database-design/audits/5},
note = {Author version unspecified}
}cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "database-design security audit report (audit version 5)"
version: "unspecified"
type: report
authors:
- name: "sickn33"
date-released: "2026-07-23"
url: "https://skillstore.io/skills/sickn33-database-design/audits/5"
identifiers:
- type: other
value: "skillstore:sickn33-database-design:audit:5"
description: "Skillstore immutable audit report identifier"
Compare database and ORM options against deployment, latency, query, scaling, and developer experience requirements.
Evaluate entities, keys, relationships, timestamps, normalization, and indexes before implementation.
Prepare staged migrations and query improvements that reduce locking, downtime, and performance regressions.
Choose a database for [application]. Requirements include [deployment], [traffic], [query needs], and [availability]. Compare suitable options and explain trade-offs.
Design a schema for [domain]. Include entities, primary keys, relationships, deletion behavior, timestamps, normalization choices, and expected access patterns.
Review these tables and query patterns: [details]. Recommend indexes, identify N+1 risks, and explain what to verify with execution plans.
Create a zero-downtime migration plan for [change]. Account for [database], [table size], [deployment process], rollback, backfill, locking, and compatibility.
Author
sickn33License
MIT
Skillstore revision
r2
Version notice
The author did not declare a version.
Ref
f9e2c34b4f19c7f3e6b0a1e93227b5f77cc12526
Maintenance freshness
7/26/2026
Usage
17 downloads ยท 167 views
File structure
๐ indexing.md
๐ migrations.md
๐ optimization.md
๐ orm-selection.md
๐ schema-design.md
๐ scripts/
๐ schema_validator.py
๐ SKILL.md
Create Brand-Consistent Marketing Content
Marketing teams need content that stays consistent across channels. This skill helps plan, write, analyze, and optimize content for brand voice and SEO.
Improve LLM Prompts With Proven Patterns
Inconsistent prompts waste time and make AI outputs hard to trust. This skill guides prompt design with reusable patterns, examples, evaluation steps, and optimization workflows.
Build Fullstack Apps with Senior Patterns
Teams need consistent setup, architecture, and review guidance for modern web applications. This skill provides scaffolders, workflow references, and quality prompts for React, Next.js, Node.js, GraphQL, and PostgreSQL projects.
Design Scalable Software Architectures
Architecture decisions are hard to compare across web, mobile, backend, and cloud systems. This skill provides structured guides and local scaffold scripts for reports, dependency review, and trade-off documentation.
Optimize AI Prompts With Prompt Engineer
Writing clear prompts is hard when goals are vague or complex. This skill turns rough requests into structured prompts using proven prompt frameworks.
Prioritize Product Work With Research Insights
Product teams need faster ways to rank features, synthesize interviews, and document decisions. This skill provides RICE scoring, interview analysis, and PRD templates for structured planning.
Avoid Drizzle ORM Migration Pitfalls
by BarisSozen
Drizzle ORM schema mistakes can break migrations and weaken type safety. This skill guides Claude, Codex, and Claude Code toward safer patterns.
Design Reliable Agent Tools
by muratcankoylan
Ambiguous tools cause routing errors, malformed calls, and failed recovery. This skill provides practical patterns for clear schemas, descriptions, responses, and tool catalogs.
Build Full-Stack Web Applications
by shubhamsaboo
Teams lose time when frontend, API, database, and deployment choices are handled separately. This skill guides Claude, Codex, and Claude Code through full-stack application planning and implementation.
Design Reliable Backend Models
by EIS-ITS
Database models often drift without clear naming, relationships, and constraints. This skill guides Claude, Codex, and Claude Code through consistent ORM model design.
Build Drizzle PostgreSQL Patterns
by Barnhardt-Enterprises-Inc
Teams need consistent Drizzle ORM patterns for PostgreSQL projects. This skill provides schema, relation, query, mutation, transaction, and migration examples.
Add Malli Schemas to Metabase API Endpoints
by metabase
Metabase endpoints can fail when request and response schemas do not match runtime data. This skill guides accurate Malli schemas using established project patterns.