bundled-skills/instructree/SKILL.md
Map, explain, and lint repository-scoped coding-agent instructions before changing code.
npx skillsauth add FrancoStino/opencode-skills-antigravity instructreeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use Instructree to establish which instruction files exist, which may apply to a target, and whether their metadata, links, or recursive imports are malformed. It audits common coding-agent instruction formats locally without calling a model or uploading repository content.
AGENTS.md, CLAUDE.md, Copilot instructions, agent skills, custom agents, Cursor rules, or Windsurf rules.@path imports or exporting instruction diagnostics to CI.Work from the repository root. Prefer an already installed instructree command or the checked-out package's local binary.
If neither is available, explain that the next command downloads executable package code and ask for approval before running the pinned release:
npx github:kotobuki09/instructree#364dddc66badac13a284b79f0dc71f2b4362f6de scan .
Do not add --yes unless the user authorized non-interactive package downloads.
instructree scan . --json inventories supported files and emits stable diagnostics.instructree explain <file> --root . shows instructions that may apply to one target.instructree explain <file> --root . --effective includes recursive Copilot CLI imports.instructree imports . --json audits the recursive @path graph.instructree scan . --sarif emits SARIF 2.1.0 for code-scanning integrations.--strict only when warnings should fail the check.Report file paths, line numbers, diagnostic codes, and the command's exit status. Separate schema or path errors from warnings. Describe always/never conflicts as possible conflicts requiring human review, not proof of agent behavior.
instructree scan . --json
instructree explain src/api/client.ts --root . --effective
instructree scan . --sarif > instructree.sarif
explain for a single target instead of scanning more scope than needed.explain reports what may apply rather than predicting what a model will follow.npx fallback as executable third-party code: keep it pinned, review the source, and obtain approval before download.tools
Authorized security assessment of LLM applications and AI agents: prompt injection, tool abuse, RAG exposure, memory poisoning, system-prompt extraction, and agent-compliance engineering per OWASP LLM/ASI Top 10.
development
Builds two parameterized UI modes—流光溢彩白 (iridescent white) and 五彩斑斓黑 (colorful black)—with OKLCH, WebGL/CSS fallback, vision gating, screenshot QA, and total/per-color intensity reports. Use when a UI request names either mode or needs measured color parameters.
tools
Delegate coding tasks to the Kimi Code CLI (`kimi`) only when the user explicitly requests it, while the orchestrator retains review and landing responsibility.
development
Front-end JavaScript reverse engineering: locate signature chains, analyze encrypted request parameters, sample runtime behavior, and reproduce logic locally in Node for evidence-based output.