Claude Skill: Deploy Checklist
Task skill pattern for production deploys with explicit test, build, migration, cache, and rollback steps.
DropTicks-made scripts, skill files, workflow docs, prompt packs, and curated external references that help builders ship stronger AI systems.
Task skill pattern for production deploys with explicit test, build, migration, cache, and rollback steps.
Official docs pattern for a skill that pulls the live git diff into context and summarizes changes with risk notes.
Bundled generator skill that records how to launch a project and saves it as a project-specific run recipe.
Bundled verification skill that builds and runs the app to confirm a code change works rather than relying only on tests.
Bundled app-running skill that launches and drives an application to see whether a change works in the running product.
Bundled Claude API skill for working with Claude API patterns, request design, and integration implementation.
Bundled Claude Code iteration skill for repeat-run-improve loops where an agent should keep testing and refining a change.
Bundled Claude Code batch-work skill for grouping related edits, repeated checks, or multi-file changes into a controlled workflow.
Bundled Claude Code debugging skill for investigating failing behavior, logs, stack traces, tests, and runtime issues.
Bundled Claude Code review skill for structured code review, risk finding, regression checks, and implementation feedback.
Bundled Claude Code setup checkup skill for diagnosing installation, authentication, configuration, and environment readiness.
Claude Code documentation for code agents, persistent instructions, skills, hooks, MCP, and team workflows.