tools automation tools Skills
Discover the best skills in this category.
Generates Babel configuration for JavaScript transpilation in tests. Creates babel.config.js file.
Generates src/shared/constants/global.ts file containing application-wide constants used throughout the application.
Generates .gitignore file for Git version control exclusions. Defines files and directories to exclude from version cont...
Generates .stylelintrc configuration for linting CSS, SCSS, and Vue component styles. Auto-detects stylesheet type and f...
Generates .lintstagedrc configuration to automatically fix and format staged files before commit. Runs ESLint, Stylelint...
Generates .prettierrc configuration file for code formatting with Prettier. Defines formatting rules for consistent code...
Generates tsconfig.json for TypeScript compilation configuration. Includes path aliases (@/ for src/), Jest types, and V...
Defines target browser versions for CSS autoprefixing and JavaScript transpilation. Generates .browserslistrc configurat...
Generates Husky Git hooks configuration with pre-commit checks. Creates .husky/pre-commit file for running linting, test...
Documentation drift detection and knowledge-base hygiene. Use to ensure docs match implementation.
Code restructuring without behavior change. Use when improving code organization while preserving functionality.
Atomic code changes for small fixes (≤30 lines, ≤5 files). Use for bug fixes, minor tweaks, and small improvements.
Identify code smells and refactoring opportunities without fixing. Use for tech debt assessment.
git-helper
by elnaterator
Git workflow assistant for common tasks. Use this skill when the user asks to: - Create a commit with proper conventiona...
git-workflows
by eyadsibai
This skill should be used when the user asks to "create a commit", "write commit message", "create a pull request", "gen...
refactoring
by eyadsibai
This skill should be used when the user asks to "refactor code", "rename function", "extract method", "reduce complexity...
security-scanning
by eyadsibai
This skill should be used when the user asks to "scan for vulnerabilities", "check for security issues", "find secrets i...
changelog-generator
by eyadsibai
Use when creating "changelog", "release notes", "version updates", generating "CHANGELOG.md", or asking about "git histo...
build-deploy
by eyadsibai
This skill should be used when the user asks to "build the project", "run the build", "deploy to production", "validate...
test-driven-development
by eyadsibai
Use when implementing any feature or bugfix, before writing implementation code
architecture-review
by eyadsibai
This skill should be used when the user asks to "review architecture", "analyze project structure", "check dependencies"...
code-quality
by eyadsibai
This skill should be used when the user asks to "check code quality", "analyze code metrics", "find dead code", "check s...
codex
by eyadsibai
Use when "codex", "use gpt", "gpt-5", "openai codex", "let openai", "full-auto", "autonomous code generation"
chezmoi-sync
by brentonk
Sync modified and new files to chezmoi repository and push to GitHub. Use when Claude Code has modified or created files...