tools automation tools Skills
Discover the best skills in this category.
makefile-best-practices
by plinde
Best practices for creating self-documenting Makefiles with auto-generated help. Use when creating or modifying Makefile...
commit-message
by Stephanvs
Generate a conventional commit message from staged git changes. Use this skill when the user wants to create a commit me...
github-workflow-authoring
by ryanbreen
This skill should be used when creating or improving GitHub Actions CI/CD workflows for Breenix kernel development. Use...
code-quality-check
by ryanbreen
This skill should be used before committing code to ensure it meets Breenix quality standards. Use for running clippy ch...
commit-validator
by oimiragieo
Validates commit messages against Conventional Commits specification using programmatic validation. Replaces the git-con...
rule-selector
by oimiragieo
Analyzes project tech stack and recommends optimal rule configuration. Detects frameworks from package.json, requirement...
dependency-analyzer
by oimiragieo
Analyzes project dependencies, detects outdated packages, identifies breaking changes, and suggests safe update strategi...
git
by oimiragieo
Git repository operations - status, diff, commit, branch, log. Converted from MCP server for 90%+ context savings.
repo-rag
by oimiragieo
Perform high-recall codebase retrieval using semantic search and symbol indexing. Use when you need to find specific cod...
code-style-validator
by oimiragieo
Programmatic code style validation using AST analysis. Complements (not replaces) code-style rules by providing automate...
artifact-publisher
by oimiragieo
Publish and share Claude Artifacts with Projects, Cursor, and downstream agents. Use when a user wants to "save", "share...
recommending-rules
by oimiragieo
Analyzes codebase to find gaps in rule coverage and suggests rule improvements. Compares codebase against all indexed ru...
rule-auditor
by oimiragieo
Validates code against currently loaded rules and reports compliance violations. Supports auto-fixing violations with co...
multi-ai-code-review
by oimiragieo
Run multi-provider code reviews over git diffs/PR changes using headless AI CLIs (Claude Code `claude`, Google `gemini`,...
explaining-rules
by oimiragieo
Explains which coding rules apply to files and why they matter. Uses the rule index to discover all available rules dyna...
doc-generator
by oimiragieo
Generates comprehensive documentation from code, APIs, and specifications. Creates API documentation, developer guides,...
migrating-rules
by oimiragieo
Helps migrate code when updating to new rule versions. Compares rule versions from the index and generates migration pla...
doc-generator
by oimiragieo
Generates comprehensive documentation from code, APIs, and specifications. Creates API documentation, developer guides,...
dependency-analyzer
by oimiragieo
Analyzes project dependencies, detects outdated packages, identifies breaking changes, and suggests safe update strategi...
scaffolder
by oimiragieo
Generates boilerplate code following loaded rules. Creates new components, modules, APIs, and features that automaticall...
claude-md-generator
by oimiragieo
Automatically generates claude.md files for new folders/modules following hierarchical structure. Extracts context from...
multi-ai-code-review
by oimiragieo
Run multi-provider code reviews over git diffs/PR changes using headless AI CLIs (Claude Code `claude`, Google `gemini`,...
taskfile-automation
by seabbs
Expert guidance for using Task (taskfile.dev) automation tool to discover and execute project development commands
jsharpener
by lawless-m
JavaScript/TypeScript static analysis tool for call graphs, unused code detection (tree shaking), dependency analysis, a...