Agentic Bundle Essentials
Install the "Essentials" editorial skill bundle for Claude Code.
Skills in this plugin
4- ▌ Git Pushing · sickn33 bundleSafely stage, commit, and push intended git changes with conventional commit messages. Use for ordinary non-release pushes when explicitly asked to push, save work remotely, or share a completed change.
- ▌ Lint And Validate · sickn33 bundleRun configured lint and type checks, distinguish failures from checks that did not run, and report concrete validation results.
- ▌ Systematic Debugging · sickn33 bundleUse when encountering any bug, test failure, or unexpected behavior, before proposing fixes
- ▌ Test Driven Development · sickn33 bundleUse a failing behavioral test to guide a feature or bug fix, then implement and refactor with relevant regression checks.