Track edge cases, TODOs, and deferred work as GitHub issues using the gh CLI, with duplicate detection, TODO file processing, and proactive suggestions
A personal collection of agent skills for infrastructure and development workflows. Skills are folders of instructions and resources that AI agents load dynamically to improve performance on specialized tasks.
| Skill | Description |
|---|---|
| terraform-conventions | Terraform HCL style guide following HashiCorp conventions, with file organization, naming, security, and module best practices |
| dockerfile-builder | Multi-stage Dockerfiles with modern BuildKit features, language-specific patterns (Go, Node, Python, Java), and container security |
| github-issue-tracker | Track edge cases and TODOs as GitHub issues with duplicate detection, TODO file processing, and proactive suggestions |
| claude-md-auditor | Audit and improve CLAUDE.md files with quality scoring, targeted updates, and modern Claude Code feature recommendations |
# Add the marketplace
/plugin marketplace add maescalantehe/agent-skills
# Install a specific plugin
/plugin install terraform-conventions@skala-agent-skills
/plugin install dockerfile-builder@skala-agent-skills
/plugin install github-issue-tracker@skala-agent-skills
/plugin install claude-md-auditor@skala-agent-skills
# List all the available skills
npx skills add maescalantehe/agent-skills
# Install a specific skill
npx skills add https://github.com/maescalantehe/agent-skills --skill terraform-conventions
npx skills add https://github.com/maescalantehe/agent-skills --skill dockerfile-builder
npx skills add https://github.com/maescalantehe/agent-skills --skill github-issue-tracker
npx skills add https://github.com/maescalantehe/agent-skills --skill claude-md-auditor
MIT License - see LICENSE file for details
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub maescalantehe/agent-skills --plugin github-issue-trackerGenerate optimized, secure multi-stage Dockerfiles with modern BuildKit features, language-specific patterns, and container security best practices
Audit and improve CLAUDE.md files with quality scoring, targeted updates, and modern Claude Code feature recommendations
Write and review Terraform HCL following HashiCorp's official style conventions, with file organization, naming, security, and module best practices
Personal Claude Code configuration with productivity skills and hooks. Includes GitHub workflows (PR creation/review, issue management), skill development tools, env protection hook, and TTS notifications.
This is a detailed way you can analyze the GitHub issues and let Claude handle them in best possible way.
Enhances web_search Skill by automatically creating GitHub issues from research findings
Session feedback analysis - capture skill bugs, enhancements, and positive patterns as GitHub issues
No description provided.
Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing solution, and testing/validating the fix for proper integration.