NotInvalid Skill
A deliberately broken fixture used by example/README.md to show what each rule's error output looks like. Published by flutter in agent-plugins.
What is NotInvalid Skill?
A deliberately broken fixture used by example/README.md to show what each rule's error output looks like. Published by flutter in agent-plugins. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using agent-plugins
Technical details
- Install or run with Copy skill directory
When to use NotInvalid Skill
- Use it for developers using agent-plugins.
Built with
Editorial notes
Source
- Creator: flutter
- Repository: flutter/agent-plugins
- Skill file: tool/dart_skills_lint/example/invalid/SKILL.md
What it does
A deliberately broken fixture used by example/README.md to show what each rule's error output looks like.
Skill instructions
Invalid example skill This skill deliberately trips three rules so the CLI's diagnostic output can be inspected end-to-end. One fires under defaults; two need to be enabled to surface as errors (the spec ships them at lower severities). 1. invalid-skill-name (error by default) — the frontmatter name: is NotInvalid, which is not lowercase and does not match the parent directory invalid. 2. disallowed-field (disabled by default; enable via --disallowed-field or YAML config) — secretfield: is not in the spec's allowed field list. 3. check-absolute-paths (warning by default; escalate to error via --check-absolute-paths or YAML config) — the link below uses an absolute filesystem path, which is not portable across machines. The broken link: absolute link Run it with default rules: bash dart run dartskillslint --skill ./example/invalid …and again with every rule turned up to error: bash dart run dartskillslint --skill ./example/invalid \ --disallowed-field --check-absolute-paths Expected: no
Explore related resources
Frequently asked questions
What is NotInvalid?
NotInvalid is a open-source AI agent skill with Copy skill directory. A deliberately broken fixture used by example/README.md to show what each rule's error output looks like.
Who is NotInvalid best for?
NotInvalid is best for reusing agent instructions, scripts, and references.
How do I install NotInvalid?
Install or run NotInvalid using Copy skill directory. Check NotInvalid for the latest setup command.
Is NotInvalid actively maintained?
NotInvalid may need a closer maintenance check before production use.
Auto-fetched from GitHub.