Vimalk0703

62 mods across 1 repository, 7 stars between them.

context-manager

49

Vimalk0703/shipworthy

Skill Claude CodeCodex

Use when the user asks about context organization, CLAUDE.md structure, where to store decisions or learnings, or when context feels bloated or ineffective. Teaches the 7 principles of context engineering and triages knowledge to the right destination automatically.

7 4mo ago A 54 tokens original MIT

environment-setup

50

Vimalk0703/shipworthy

Skill Claude CodeCodex

Eliminates the number one blocker for non-technical users — environment variable configuration. Explains what .env files are, auto-generates .env.example, provides step-by-step guides for getting API keys, and validates setup at startup.

7 4mo ago A 52 tokens original MIT

Vimalk0703/shipworthy

Skill Claude CodeCodex

Manage feature flags with discipline -- expiration dates, kill switches, percentage rollouts, user targeting, and mandatory cleanup. Prevent feature flags from becoming permanent tech debt.

7 4mo ago A 38 tokens original MIT

guardrail-audit-log

53

Vimalk0703/shipworthy

Skill Claude CodeCodex

Use when building systems that need centralized tracking of guardrail violations, security warnings, and compliance events. Ensures every block, warning, and override is logged immutably for governance and incident review.

7 4mo ago B 46 tokens original MIT

incident-response

54

Vimalk0703/shipworthy

Skill Claude CodeCodex

Run blameless post-mortems, define incident severity levels, maintain runbooks, and prepare on-call readiness. Includes templates for post-mortem documents, runbooks, and severity classification.

7 4mo ago A 43 tokens original MIT

mcp-integration

55

Vimalk0703/shipworthy

Skill Claude CodeCodex

Detects when a project could benefit from connecting to an MCP server and suggests it. Advisory only — never auto-installs. Recognizes common patterns (database, GitHub, file search, etc.) and maps them to known MCP servers.

7 4mo ago A 53 tokens original MIT

Vimalk0703/shipworthy

Skill Claude CodeCodex

Choose and execute the right migration strategy for system changes -- strangler fig, parallel run, expand-contract, blue-green, or feature flag migration. Each with rollback plans and verification strategies.

7 4mo ago A 42 tokens original MIT

Vimalk0703/shipworthy

Skill Claude CodeCodex

Pre-launch checklist covering security, performance, reliability, legal, SEO, monitoring, backups, and custom domains. Each item has both a plain-language explanation and technical implementation detail. Ensures nothing critical is missed before going live.

7 4mo ago A 49 tokens original MIT

Vimalk0703/shipworthy

Skill Claude CodeCodex

Use when a task is expanding beyond its original boundaries — detecting unplanned additions, feature creep, and yak-shaving that increase risk and delay delivery without explicit user approval.

7 4mo ago A 40 tokens original MIT

session-memory

59

Vimalk0703/shipworthy

Skill Claude CodeCodex

Formalizes the .shipworthy/ directory as the cross-session memory system. Ensures specs, decisions, plans, and session summaries persist across Claude Code sessions for continuity. Surfaces in-progress work at session start.

7 4mo ago A 46 tokens original MIT

slo-sli-definition

60

Vimalk0703/shipworthy

Skill Claude CodeCodex

Define SLIs (what to measure), SLOs (target values), SLAs (business contracts), error budgets (calculation and usage), and burn rate alerting for production services.

7 4mo ago A 44 tokens original MIT

tech-debt-tracking

61

Vimalk0703/shipworthy

Skill Claude CodeCodex

Track shortcuts with justifications, prevent debt accumulation, and surface outstanding debt at session start.

7 4mo ago A 24 tokens original MIT

using-git-worktrees

62

Vimalk0703/shipworthy

Skill Claude CodeCodex

Create isolated workspaces via git worktrees for parallel development. Safety verification ensures worktree directories are gitignored before use.

7 4mo ago A 30 tokens original MIT