Below you will find pages that utilize the taxonomy term “Hyuga611”
August 9, 2026
reflint reference-integrity linter
Version updated for https://github.com/hyuga611/reflint to version v0.9.1.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The reflint action is a zero-dependency linter for AI-agent configuration files, specifically AGENTS.md, llms.txt, and CLAUDE.md. It checks that all references in these files are valid and real by verifying the existence of the referenced scripts, paths, and files. If any broken references are found, the action fails CI, preventing stale configurations from being merged. The linter can be used as a GitHub Action or a CLI tool for checking reference integrity across different stacks and repository types.
August 9, 2026
skills-lint SKILL.md linter
Version updated for https://github.com/hyuga611/skills-lint to version v0.7.2.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Skills-Lint is a zero-dependency linter for Anthropic Agent Skills that checks for referential integrity, frontmatter consistency, and skill collisions. It ensures that SKILL.md references exist on disk and resolves internal links and script references in the references/ directory. The action fails PRs when there are broken references or duplicate skills based on name or description similarity. It supports both local and CI usage through GitHub Actions workflows or as a CLI tool.